summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-11-19bpf: Make array_map_mmap staticYueHaibing-1/+1
2019-11-19Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-0/+1594
2019-11-18ftrace: Rename ftrace_graph_stub to ftrace_stub_graphSteven Rostedt (VMware)-3/+3
2019-11-18ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimiz...Steven Rostedt (VMware)-32/+88
2019-11-18perf/core: Fix the mlock accounting, againAlexander Shishkin-4/+2
2019-11-18sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot-49/+62
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar-21/+74
2019-11-18sched/fair: Add comments for group_type and balancing at SD_NUMA levelVincent Guittot-4/+31
2019-11-18sched/fair: Fix rework of find_idlest_group()Vincent Guittot-7/+84
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko-9/+148
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko-28/+14
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko-40/+27
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-1/+3
2019-11-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-11/+23
2019-11-17sched/uclamp: Fix overzealous type replacementValentin Schneider-4/+4
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-78/+172
2019-11-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2019-11-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+19
2019-11-16build, kcsan: Add KCSAN build exceptionsMarco Elver-0/+11
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver-0/+1583
2019-11-16genirq: Introduce irq_chip_get/set_parent_state callsMaulik Shah-0/+44
2019-11-15fork: extend clone3() to support setting a PIDAdrian Reber-18/+80
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov-27/+147
2019-11-15bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov-3/+98
2019-11-15bpf: Annotate context typesAlexei Starovoitov-6/+114
2019-11-15bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov-6/+28
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov-8/+419
2019-11-15bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov-0/+6
2019-11-15bpf: Support doubleword alignment in bpf_jit_binary_allocIlya Leoshkevich-0/+4
2019-11-15workqueue: Add RCU annotation for pwq list walkSebastian Andrzej Siewior-1/+2
2019-11-15ftrace: Add helper find_direct_entry() to consolidate codeSteven Rostedt (VMware)-30/+29
2019-11-15ftrace: Add another check for match in register_ftrace_direct()Steven Rostedt (VMware)-1/+6
2019-11-15ftrace: Fix accounting bug with direct->count in register_ftrace_direct()Steven Rostedt (VMware)-2/+1
2019-11-15futex: Prevent robust futex exit raceYang Tao-7/+51
2019-11-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-3/+4
2019-11-15tracing: Increase SYNTH_FIELDS_MAX for synthetic_eventsArtem Bityutskiy-1/+1
2019-11-15y2038: allow disabling time32 system callsArnd Bergmann-0/+23
2019-11-15y2038: itimer: change implementation to timespec64Arnd Bergmann-62/+96
2019-11-15y2038: move itimer reset into itimer.cArnd Bergmann-2/+13
2019-11-15y2038: use compat_{get,set}_itimer on alphaArnd Bergmann-2/+2
2019-11-15y2038: itimer: compat handling to itimer.cArnd Bergmann-31/+35
2019-11-15y2038: time: avoid timespec usage in settimeofday()Arnd Bergmann-11/+9
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann-2/+2
2019-11-15y2038: rusage: use __kernel_old_timevalArnd Bergmann-2/+2
2019-11-15y2038: uapi: change __kernel_time_t to __kernel_old_time_tArnd Bergmann-3/+3
2019-11-15y2038: remove CONFIG_64BIT_TIMEArnd Bergmann-3/+3
2019-11-15perf/core: Provide a kernel-internal interface to pause perf_eventLike Xu-0/+18
2019-11-15perf/core: Provide a kernel-internal interface to recalibrate event periodLike Xu-7/+21
2019-11-15kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko-0/+2
2019-11-15sched/uclamp: Fix incorrect conditionQais Yousef-1/+1