aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Gravatar Sean Christopherson 2-6/+2
2021-09-22KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guestGravatar Sean Christopherson 2-4/+14
2021-09-19Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2021-09-19Merge tag 'locking-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-20/+45
2021-09-17Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-2/+4
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 5-44/+22
2021-09-15locking/rwbase: Take care of ordering guarantee for fastpath readerGravatar Boqun Feng 1-2/+19
2021-09-15locking/rwbase: Extract __rwbase_write_trylock()Gravatar Peter Zijlstra 1-18/+26
2021-09-15locking/rwbase: Properly match set_and_save_state() to restore_state()Gravatar Peter Zijlstra 1-1/+1
2021-09-15events: Reuse value read using READ_ONCE instead of re-reading itGravatar Baptiste Lepers 1-1/+1
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceGravatar Linus Torvalds 1-2/+2
2021-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 5-44/+22
2021-09-13bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeGravatar Daniel Borkmann 1-40/+10
2021-09-13bpf: Add oversize check before call kvcalloc()Gravatar Bixuan Cui 1-0/+2
2021-09-13dma-debug: prevent an error message from causing runtime problemsGravatar Hamza Mahfooz 1-1/+2
2021-09-12Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-5/+5
2021-09-12Merge tag 'locking_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 3-84/+118
2021-09-11Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-19/+18
2021-09-10bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset()Gravatar Yonghong Song 1-2/+8
2021-09-09bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()Gravatar Masami Hiramatsu 1-12/+12
2021-09-09tracing/boot: Fix to check the histogram control param is a leaf nodeGravatar Masami Hiramatsu 1-3/+3
2021-09-09tracing/boot: Fix trace_boot_hist_add_array() to check array is valueGravatar Masami Hiramatsu 1-4/+3
2021-09-09Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 8-21/+50
2021-09-09sched: Prevent balance_push() on remote runqueuesGravatar Thomas Gleixner 1-3/+3
2021-09-09sched/idle: Make the idle timer expire in hard interrupt contextGravatar Sebastian Andrzej Siewior 1-2/+2
2021-09-09locking/rtmutex: Fix ww_mutex deadlock checkGravatar Peter Zijlstra 1-1/+1
2021-09-08Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew)Gravatar Linus Torvalds 4-89/+41
2021-09-08mm/hugetlb: initialize hugetlb_usage in mm_initGravatar Liu Zixian 1-0/+1
2021-09-08arch: remove compat_alloc_user_spaceGravatar Arnd Bergmann 1-21/+0
2021-09-08compat: remove some compat entry pointsGravatar Arnd Bergmann 1-5/+0
2021-09-08kexec: avoid compat_alloc_user_spaceGravatar Arnd Bergmann 1-36/+25
2021-09-08kexec: move locking into do_kexec_loadGravatar Arnd Bergmann 1-28/+16
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-20/+37
2021-09-08tracing/boot: Fix to loop on only subkeysGravatar Masami Hiramatsu 1-3/+3
2021-09-08tracing: Dynamically allocate the per-elt hist_elt_data arrayGravatar Tom Zanussi 1-2/+12
2021-09-08tracing: synth events: increase max fields countGravatar Artem Bityutskiy 1-1/+1
2021-09-08tracing/osnoise: Fix missed cpus_read_unlock() in start_per_cpu_kthreads()Gravatar Qiang.Zhang 1-3/+3
2021-09-08prctl: allow to setup brk for et_dyn executablesGravatar Cyrill Gorcunov 1-7/+0
2021-09-08kernel/fork.c: unexport get_{mm,task}_exe_fileGravatar Christoph Hellwig 1-2/+0
2021-09-08fs/epoll: use a per-cpu counter for user's watches countGravatar Nicholas Piggin 1-0/+25
2021-09-08profiling: fix shift-out-of-bounds bugsGravatar Pavel Skripkin 1-10/+11
2021-09-08kernel/acct.c: use dedicated helper to access rlimit valuesGravatar Yang Yang 1-1/+1
2021-09-07tracing: Fix some alloc_event_probe() error handling bugsGravatar Dan Carpenter 1-2/+3
2021-09-07Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 8-707/+361
2021-09-06kernel: debug: Convert to SPDX identifierGravatar Cai Huoqing 2-8/+2
2021-09-06dma-mapping: fix the kerneldoc for dma_map_sg_attrsGravatar Christoph Hellwig 1-1/+2
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 22-174/+1596
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxGravatar Linus Torvalds 3-45/+85
2021-09-03tracing: Add migrate-disabled counter to tracing output.Gravatar Thomas Gleixner 3-10/+28
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+0