aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-05-25tracing: Reset the function filter after completing trampoline/graph selftestGravatar Li Huafei 1-0/+3
2022-05-25tracing: Have event format check not flag %p* on __get_dynamic_array()Gravatar Steven Rostedt (Google) 1-6/+7
2022-05-25kcov: update pos before writing pc in trace functionGravatar Congyu Liu 1-2/+12
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 33-683/+2705
2022-05-25Merge branch 'for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+1
2022-05-25Merge branch 'for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 2-3/+2
2022-05-25Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-18/+13
2022-05-25Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-291/+953
2022-05-25kernel/reboot: Change registration order of legacy power-off handlerGravatar Dmitry Osipenko 1-16/+17
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Gravatar Rafael J. Wysocki 2-26/+422
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-3/+4
2022-05-24Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 5-66/+49
2022-05-24Merge tag 'seccomp-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+41
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-43/+64
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-2/+15
2022-05-24lockdown: also lock down previous kgdb useGravatar Daniel Thompson 2-3/+83
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 16-299/+190
2022-05-24Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-4/+18
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 14-82/+167
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSGravatar Masahiro Yamada 1-9/+1
2022-05-24livepatch: Remove klp_arch_set_pc() and asm/livepatch.hGravatar Christophe Leroy 1-1/+1
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-2/+31
2022-05-23Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-1/+1
2022-05-23Merge tag 'platform-drivers-x86-v5.19-1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-0/+21
2022-05-23Merge tag 'x86_splitlock_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+5
2022-05-23Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2022-05-23Merge tag 'x86_build_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+18
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+7
2022-05-23Merge tag 'timers-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 7-53/+121
2022-05-23Merge tag 'irq-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 7-20/+46
2022-05-23Merge tag 'smp-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-9/+20
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 17-198/+1120
2022-05-23bpf: Add dynptr data slicesGravatar Joanne Koong 2-0/+51
2022-05-23bpf: Add bpf_dynptr_read and bpf_dynptr_writeGravatar Joanne Koong 1-0/+78
2022-05-23bpf: Dynptr support for ring buffersGravatar Joanne Koong 3-7/+137
2022-05-23bpf: Add bpf_dynptr_from_mem for local dynptrsGravatar Joanne Koong 2-0/+71
2022-05-23bpf: Add verifier support for dynptrsGravatar Joanne Koong 1-3/+185
2022-05-23bpf: Suppress 'passing zero to PTR_ERR' warningGravatar Kumar Kartikeya Dwivedi 1-1/+1
2022-05-23bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packGravatar Song Liu 1-0/+8
2022-05-23bpf: Fill new bpf_prog_pack with illegal instructionsGravatar Song Liu 1-4/+6
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-13/+14
2022-05-23Merge tag 'for-5.19/io_uring-2022-05-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-6/+19
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 22-375/+1082
2022-05-23Merge branches 'pm-em' and 'pm-cpuidle'Gravatar Rafael J. Wysocki 1-29/+36
2022-05-23Merge branches 'pm-core', 'pm-sleep' and 'powercap'Gravatar Rafael J. Wysocki 4-37/+13
2022-05-23dma-direct: don't over-decrypt memoryGravatar Robin Murphy 1-2/+2
2022-05-20bpf: refine kernel.unprivileged_bpf_disabled behaviourGravatar Alan Maguire 1-1/+13
2022-05-20bpf: Allow kfunc in tracing and syscall programs.Gravatar Benjamin Tissoires 1-0/+6
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGravatar Geliang Tang 2-0/+3