- 2cc3c4b Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
- 5bbec3c Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh by Linus Torvalds · 4 years, 5 months ago
- 50f6c7d Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 1195d58 Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 7f5faaa Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- eb1319a Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 18737f4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
- 88db0aa all arch: remove system call sys_sysctl by Xiaoming Ni · 4 years, 5 months ago
- 846f9e1 dma-mapping: consolidate the NO_DMA definition in kernel/dma/Kconfig by Christoph Hellwig · 4 years, 6 months ago
- 5848dc5 dma-debug: remove debug_dma_assert_idle() function by Linus Torvalds · 4 years, 5 months ago
- a85ffd5 dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock() by Hugh Dickins · 4 years, 5 months ago
- b923f12 Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- b6b178e Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 1d229a6 Merge tag 'irq-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 0fd9cc6 Merge tag 'modules-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 4 years, 5 months ago
- cc172ff sched/debug: Fix the alignment of the show-state debug output by Libing Zhou · 4 years, 5 months ago
- a1d2108 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 5 months ago
- 405fa8a futex: Convert to use the preferred 'fallthrough' macro by Miaohe Lin · 4 years, 5 months ago
- ebf0d100d task_work: only grab task signal lock when needed by Jens Axboe · 4 years, 5 months ago
- f107cee genirq: Unlock irq descriptor after errors by Guenter Roeck · 4 years, 5 months ago
- 9ad57f6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
- 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 5 months ago
- fed79d0 kcov: make some symbols static by Wei Yongjun · 4 years, 5 months ago
- 31a1b987 kcov: unconditionally add -fno-stack-protector to compiler options by Marco Elver · 4 years, 5 months ago
- 63037f7 panic: make print_oops_end_marker() static by Yue Hu · 4 years, 5 months ago
- 79076e1 kernel/panic.c: make oops_may_print() return bool by Tiezhu Yang · 4 years, 5 months ago
- 0935288 kdump: append kernel build-id string to VMCOREINFO by Vijay Balakrishna · 4 years, 5 months ago
- 6f9e148 kmod: remove redundant "be an" in the comment by Tiezhu Yang · 4 years, 5 months ago
- 8043fc1 kernel: add a kernel_wait helper by Christoph Hellwig · 4 years, 5 months ago
- fe81417 exec: use force_uaccess_begin during exec and exit by Christoph Hellwig · 4 years, 5 months ago
- 3d13f31 uaccess: add force_uaccess_{begin,end} helpers by Christoph Hellwig · 4 years, 5 months ago
- d34c0a7 mm: use unsigned types for fragmentation score by Nitin Gupta · 4 years, 5 months ago
- facdaa9 mm: proactive compaction by Nitin Gupta · 4 years, 5 months ago
- b518154 mm/vmscan: protect the workingset on anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
- e27b163 genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq() by Guenter Roeck · 4 years, 5 months ago
- 4bf5e36 Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 5 months ago
- 97d052e Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- b0294f3 time: Delete repeated words in comments by Randy Dunlap · 4 years, 5 months ago
- fc80c51 Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 5 months ago
- 15d5761 kbuild: introduce ccflags-remove-y and asflags-remove-y by Masahiro Yamada · 4 years, 6 months ago
- 32663c78 Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 5 months ago
- 38ce2a9 tracing: Add trace_array_init_printk() to initialize instance trace_printk() buffers by Steven Rostedt (VMware) · 4 years, 5 months ago
- 6ba0d2e Merge tag 'kallsyms_show_value-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
- 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
- 8dcc1d3 kasan: don't tag stacks allocated with pagealloc by Andrey Konovalov · 4 years, 5 months ago
- 26e760c rcu: kasan: record and print call_rcu() call stack by Walter Wu · 4 years, 5 months ago
- 56f3547 mm: adjust vm_committed_as_batch according to vm overcommit policy by Feng Tang · 4 years, 5 months ago
- 991e767 mm: memcontrol: account kernel stack per node by Shakeel Butt · 4 years, 5 months ago
- d42f324 mm: memcg: convert vmstat slab counters to bytes by Roman Gushchin · 4 years, 5 months ago
- 4ca1085 kthread: remove incorrect comment in kthread_create_on_cpu() by Ilias Stamatis · 4 years, 5 months ago
- 38cf307 mm: fix kthread_use_mm() vs TLB invalidate by Peter Zijlstra · 4 years, 5 months ago
- 11990a5 module: Correctly truncate sysfs sections output by Kees Cook · 4 years, 5 months ago
- 25d8d4e Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 5 months ago
- b8c1a30 bpf: Delete repeated words in comments by Randy Dunlap · 4 years, 5 months ago
- 19b39c3 Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
- eb65405 Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 5 months ago
- 0d360d6 bpf: Remove inline from bpf_do_trace_printk by Stanislav Fomichev · 4 years, 5 months ago
- 5e7b302 bpf: Change uapi for bpf iterator map elements by Yonghong Song · 4 years, 5 months ago
- 475f63a kexec_file: Correctly output debugging information for the PT_LOAD ELF header by Lianbo Jiang · 4 years, 5 months ago
- a2e9a95d kexec: Improve & fix crash_exclude_mem_range() to handle overlapping ranges by Lianbo Jiang · 4 years, 5 months ago
- 921d259 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 5 months ago
- 6d2b84a Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 4cec929 Merge tag 'integrity-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 4 years, 5 months ago
- 1fb497d posix-cpu-timers: Provide mechanisms to defer timer handling to task_work by Thomas Gleixner · 4 years, 5 months ago
- 820903c posix-cpu-timers: Split run_posix_cpu_timers() by Thomas Gleixner · 4 years, 5 months ago
- 10de795 kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACE by Muchun Song · 4 years, 5 months ago
- 45fd22d perf/core: Take over CAP_SYS_PTRACE creds to CAP_PERFMON capability by Alexey Budankov · 4 years, 5 months ago
- 19d0070 timekeeping/vsyscall: Provide vdso_update_begin/end() by Thomas Gleixner · 4 years, 5 months ago
- a703f36 Merge branch 'WIP.locking/seqlocks' into locking/urgent by Ingo Molnar · 4 years, 5 months ago
- a1bd068 sched: Fix use of count for nr_running tracepoint by Phil Auld · 4 years, 5 months ago
- 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
- dd27111 Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 5 months ago
- 1785d11 Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 5 months ago
- 262e6ae modules: inherit TAINT_PROPRIETARY_MODULE by Christoph Hellwig · 4 years, 5 months ago
- 2324d50 Merge tag 'docs-5.9' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 5 months ago
- a754292 Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 4 years, 5 months ago
- 3f0d6ec Merge tag 'core-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 442489c Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- f8b036a Merge tag 'irq-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 2ed90db Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 5 months ago
- afcab63 tracing: Use trace_sched_process_free() instead of exit() for pid tracing by Steven Rostedt (VMware) · 4 years, 5 months ago
- 4f30a60 Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
- 74858ab Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
- 9ba2741 Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
- 0a72761 Merge tag 'threads-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
- 3950e97 Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 5 months ago
- fd76a74 Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 4 years, 5 months ago
- 9ecc6ea4 Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
- 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
- 427714f Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
- 3e4a12a Merge tag 'gcc-plugins-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
- 57e60db Merge branch 'for-5.9-console-return-codes' into for-linus by Petr Mladek · 4 years, 5 months ago
- 0408497 Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 5 months ago
- 2e7199b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 5 months ago
- e4cbce4 Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- b34133f Merge tag 'perf-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 9ba19cc Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 8f0cb66 Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 3b4b84b Merge tag 'irq-urgent-2020-08-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 145ff1e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 5 months ago