summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-11-18ftrace: Rename ftrace_graph_stub to ftrace_stub_graphSteven Rostedt (VMware)
2019-11-18ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimiz...Steven Rostedt (VMware)
2019-11-18perf/core: Fix the mlock accounting, againAlexander Shishkin
2019-11-18sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar
2019-11-18sched/fair: Add comments for group_type and balancing at SD_NUMA levelVincent Guittot
2019-11-18sched/fair: Fix rework of find_idlest_group()Vincent Guittot
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-11-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-17sched/uclamp: Fix overzealous type replacementValentin Schneider
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-11-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-11-16genirq: Introduce irq_chip_get/set_parent_state callsMaulik Shah
2019-11-15fork: extend clone3() to support setting a PIDAdrian Reber
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov
2019-11-15bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov
2019-11-15bpf: Annotate context typesAlexei Starovoitov
2019-11-15bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov
2019-11-15bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov
2019-11-15bpf: Support doubleword alignment in bpf_jit_binary_allocIlya Leoshkevich
2019-11-15workqueue: Add RCU annotation for pwq list walkSebastian Andrzej Siewior
2019-11-15ftrace: Add helper find_direct_entry() to consolidate codeSteven Rostedt (VMware)
2019-11-15ftrace: Add another check for match in register_ftrace_direct()Steven Rostedt (VMware)
2019-11-15ftrace: Fix accounting bug with direct->count in register_ftrace_direct()Steven Rostedt (VMware)
2019-11-15futex: Prevent robust futex exit raceYang Tao
2019-11-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-11-15tracing: Increase SYNTH_FIELDS_MAX for synthetic_eventsArtem Bityutskiy
2019-11-15y2038: allow disabling time32 system callsArnd Bergmann
2019-11-15y2038: itimer: change implementation to timespec64Arnd Bergmann
2019-11-15y2038: move itimer reset into itimer.cArnd Bergmann
2019-11-15y2038: use compat_{get,set}_itimer on alphaArnd Bergmann
2019-11-15y2038: itimer: compat handling to itimer.cArnd Bergmann
2019-11-15y2038: time: avoid timespec usage in settimeofday()Arnd Bergmann
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann
2019-11-15y2038: rusage: use __kernel_old_timevalArnd Bergmann
2019-11-15y2038: uapi: change __kernel_time_t to __kernel_old_time_tArnd Bergmann
2019-11-15y2038: remove CONFIG_64BIT_TIMEArnd Bergmann
2019-11-15perf/core: Provide a kernel-internal interface to pause perf_eventLike Xu
2019-11-15perf/core: Provide a kernel-internal interface to recalibrate event periodLike Xu
2019-11-15kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko
2019-11-15sched/uclamp: Fix incorrect conditionQais Yousef
2019-11-15genirq: Fix function documentation of __irq_alloc_descs()luanshi
2019-11-15irq_work: Fix IRQ_WORK_BUSY bit clearingFrederic Weisbecker
2019-11-14ftrace: Add modify_ftrace_direct()Steven Rostedt (VMware)
2019-11-14tracing: Add missing "inline" in stub function of latency_fsnotify()Steven Rostedt (VMware)