| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-08-01 | modules: return licensing information from find_symbol |  Christoph Hellwig | 1 | -5/+11 |
| 2020-08-01 | modules: rename the licence field in struct symsearch to license |  Christoph Hellwig | 1 | -2/+2 |
| 2020-08-01 | modules: unexport __module_address |  Christoph Hellwig | 1 | -1/+0 |
| 2020-08-01 | modules: unexport __module_text_address |  Christoph Hellwig | 1 | -1/+0 |
| 2020-08-01 | modules: mark each_symbol_section static |  Christoph Hellwig | 1 | -2/+1 |
| 2020-08-01 | modules: mark find_symbol static |  Christoph Hellwig | 1 | -2/+1 |
| 2020-08-01 | modules: mark ref_module static |  Christoph Hellwig | 1 | -4/+2 |
| 2020-08-01 | Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/core |  Ingo Molnar | 7 | -9/+1136 |
| 2020-08-01 | sched: Document arch_scale_*_capacity() |  Valentin Schneider | 1 | -0/+10 |
| 2020-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf |  David S. Miller | 2 | -3/+14 |
| 2020-07-31 | Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature', 'for-next/acpi', 'for-next/perf', 'for-next/timens', 'for-next/msi-iommu' and 'for-next/trivial' into for-next/core |  Catalin Marinas | 2 | -28/+14 |
| 2020-07-31 | Merge branch 'linus' into locking/core, to resolve conflict |  Ingo Molnar | 6 | -20/+27 |
| 2020-07-31 | kcsan: Improve IRQ state trace reporting |  Marco Elver | 3 | -0/+33 |
| 2020-07-31 | lockdep: Refactor IRQ trace events fields into struct |  Marco Elver | 2 | -39/+35 |
| 2020-07-30 | tracing: Remove outdated comment in stack handling |  Vincent Whitchurch | 1 | -6/+0 |
| 2020-07-30 | ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set trampolines |  Chengming Zhou | 1 | -0/+8 |
| 2020-07-30 | ftrace: Setup correct FTRACE_FL_REGS flags for module |  Chengming Zhou | 1 | -4/+7 |
| 2020-07-30 | tracing/hwlat: Honor the tracing_cpumask |  Kevin Hao | 1 | -2/+3 |
| 2020-07-30 | tracing/hwlat: Drop the duplicate assignment in start_kthread() |  Kevin Hao | 1 | -1/+0 |
| 2020-07-31 | bpf: Add missing newline characters in verifier error messages |  Yonghong Song | 1 | -2/+2 |
| 2020-07-31 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu |  Ingo Molnar | 18 | -203/+1231 |
| 2020-07-30 | tasklet: Introduce new initialization API |  Romain Perier | 1 | -1/+17 |
| 2020-07-30 | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() |  Kees Cook | 3 | -3/+3 |
| 2020-07-30 | bpf: Fix map leak in HASH_OF_MAPS map |  Andrii Nakryiko | 1 | -3/+9 |
| 2020-07-29 | Merge tag 'audit-pr-20200729' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit |  Linus Torvalds | 3 | -9/+3 |
| 2020-07-29 | random32: update the net random state on interrupt and activity |  Willy Tarreau | 1 | -0/+8 |
| 2020-07-29 | hrtimer: Use sequence counter with associated raw spinlock |  Ahmed S. Darwish | 1 | -3/+10 |
| 2020-07-29 | timekeeping: Use sequence counter with associated raw spinlock |  Ahmed S. Darwish | 1 | -8/+11 |
| 2020-07-29 | sched: tasks: Use sequence counter with associated spinlock |  Ahmed S. Darwish | 1 | -1/+1 |
| 2020-07-29 | revert: 1320a4052ea1 ("audit: trigger accompanying records when no rules present") |  Paul Moore | 3 | -9/+3 |
| 2020-07-29 | kexec_file: Allow archs to handle special regions while locating memory hole |  Hari Bathini | 1 | -2/+14 |
| 2020-07-29 | sched/uclamp: Add a new sysctl to control RT default boost value |  Qais Yousef | 3 | -6/+121 |
| 2020-07-29 | sched/uclamp: Fix a deadlock when enabling uclamp static key |  Qais Yousef | 1 | -2/+9 |
| 2020-07-29 | sched,tracing: Convert to sched_set_fifo() |  Peter Zijlstra | 1 | -25/+23 |
| 2020-07-28 | PM, libnvdimm: Add runtime firmware activation support |  Dan Williams | 1 | -0/+97 |
| 2020-07-29 | bpf: Fix build without CONFIG_NET when using BPF XDP link |  Andrii Nakryiko | 1 | -0/+2 |
| 2020-07-28 | moduleparams: Add hexint type parameter |  Paul Menzel | 1 | -8/+9 |
| 2020-07-28 | kernel/params.c: Align last argument with a tab |  Paul Menzel | 1 | -8/+8 |
| 2020-07-28 | dma-contiguous: cleanup dma_alloc_contiguous |  Christoph Hellwig | 1 | -17/+14 |
| 2020-07-28 | sched: Remove duplicated tick_nohz_full_enabled() check |  Miaohe Lin | 1 | -6/+1 |
| 2020-07-28 | kprobes: Remove unnecessary module_mutex locking from kprobe_optimizer() |  Masami Hiramatsu | 1 | -3/+0 |
| 2020-07-28 | Merge tag 'v5.8-rc7' into perf/core, to pick up fixes |  Ingo Molnar | 24 | -211/+481 |
| 2020-07-28 | bpf: Fix swapped arguments in calls to check_buffer_access |  Colin Ian King | 1 | -4/+4 |
| 2020-07-27 | fsnotify: create method handle_inode_event() in fsnotify_operations |  Amir Goldstein | 3 | -28/+19 |
| 2020-07-27 | audit: do not set FS_EVENT_ON_CHILD in audit marks mask |  Amir Goldstein | 2 | -2/+2 |
| 2020-07-27 | fsnotify: create helper fsnotify_inode() |  Amir Goldstein | 1 | -2/+1 |
| 2020-07-27 | regset: kill ->get() |  Al Viro | 1 | -19/+5 |
| 2020-07-27 | regset: new method and helpers for it |  Al Viro | 1 | -1/+11 |
| 2020-07-27 | copy_regset_to_user(): do all copyout at once. |  Al Viro | 1 | -0/+26 |
| 2020-07-27 | introduction of regset ->get() wrappers, switching ELF coredumps to those |  Al Viro | 2 | -1/+55 |