summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-225-38/+92
|\
| * bpf: Fix record_func_key to perform backtracking on r3Daniel Borkmann2019-12-191-1/+7
| * bpf: Fix cgroup local storage prog trackingDaniel Borkmann2019-12-173-15/+14
| * bpf: Fix missing prog untrack in release_mapsDaniel Borkmann2019-12-162-16/+12
| * bpf: Make BPF trampoline use register_ftrace_direct() APIAlexei Starovoitov2019-12-111-6/+58
| * bpf: Fix build in minimal configurations, againArnd Bergmann2019-12-111-0/+1
* | Merge tag 'trace-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-12-215-8/+35
|\ \
| * | tracing: Fix endianness bug in histogram triggerSven Schnelle2019-12-211-1/+20
| * | tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2019-12-212-4/+12
| * | tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)2019-12-191-2/+2
| * | tracing: Avoid memory leak in process_system_preds()Keita Suzuki2019-12-191-1/+1
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-12-212-3/+15
|\ \ \
| * | | sched/cfs: fix spurious active migrationVincent Guittot2019-12-171-1/+8
| * | | sched/fair: Fix find_idlest_group() to handle CPU affinityVincent Guittot2019-12-171-0/+4
| * | | psi: Fix a division error in psi poll()Johannes Weiner2019-12-171-1/+1
| * | | sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptimeJohannes Weiner2019-12-171-1/+2
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-211-1/+1
|\ \ \ \
| * | | | perf/core: Add SRCU annotation for pmus list walkSebastian Andrzej Siewior2019-12-171-1/+1
| |/ / /
* | | | Merge tag 'pm-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-12-192-5/+21
|\ \ \ \
| * | | | cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2019-12-122-5/+21
| | |_|/ | |/| |
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-12-172-20/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | Revert "locking/mutex: Complain upon mutex API misuse in IRQ contexts"Davidlohr Bueso2019-12-111-4/+0
| * | | locking/spinlock/debug: Fix various data racesMarco Elver2019-11-291-16/+16
* | | | Merge tag 'sizeof_field-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-132-3/+3
|\ \ \ \
| * | | | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-3/+3
| | |/ / | |/| |
* | | | Merge tag 'trace-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-12-114-19/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | ftrace: Fix function_graph tracer interaction with BPF trampolineAlexei Starovoitov2019-12-102-12/+16
| * | | tracing: remove set but not used variable 'buffer'YueHaibing2019-12-101-2/+0
| * | | module: Remove accidental change of module_enable_x()Steven Rostedt (VMware)2019-12-101-5/+1
* | | | Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm...Linus Torvalds2019-12-093-6/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix up for "printk: Drop pr_warning definition"Stephen Rothwell2019-12-062-4/+4
| * | | workqueue: Use pr_warn instead of pr_warningKefeng Wang2019-12-061-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-082-2/+8
|\ \ \ \
| * | | | bpf: Fix a bug when getting subprog 0 jited image in check_attach_btf_idYonghong Song2019-12-041-1/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-12-021-1/+4
| |\ \ \ \
| | * | | | bpf: Fix build in minimal configurationsAlexei Starovoitov2019-11-291-0/+1
| | * | | | bpf: Fix static checker warningAlexei Starovoitov2019-11-271-1/+3
* | | | | | Merge tag 'modules-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-051-1/+3
|\ \ \ \ \ \
| * | | | | | kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko2019-11-151-0/+2
| * | | | | | export: avoid code duplication in include/linux/export.hMasahiro Yamada2019-10-281-1/+1
* | | | | | | Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-12-051-1/+1
|\ \ \ \ \ \ \
| * | | | | | | cpufreq: Initialize the governors in core_initcallAmit Kucheria2019-11-071-1/+1
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-055-78/+522
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | kcov: remote coverage supportAndrey Konovalov2019-12-041-35/+512
| * | | | | | | lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie2019-12-041-1/+1
| * | | | | | | kernel/sys.c: avoid copying possible padding bytes in copy_to_userJoe Perches2019-12-041-1/+3
| * | | | | | | kernel/profile.c: use cpumask_available to check for NULL cpumaskNathan Chancellor2019-12-041-3/+3
| * | | | | | | kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni2019-12-041-23/+0
| * | | | | | | kernel/notifier.c: remove notifier_chain_cond_register()Xiaoming Ni2019-12-041-16/+1
| * | | | | | | kernel/notifier.c: intercept duplicate registrations to avoid infinite loopsXiaoming Ni2019-12-041-1/+4