summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-25/+1896
2022-03-23Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-14/+125
2022-03-23tracing: Have trace event string test handle zero length stringsSteven Rostedt (Google)-2/+7
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-11/+4
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-8/+19
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying-5/+18
2022-03-22cma: factor out minimum alignment requirementDavid Hildenbrand-3/+1
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-812/+1260
2022-03-22Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-31/+76
2022-03-22Merge branch 'kvm/kvm-sls-fix'Peter Zijlstra-0/+1
2022-03-22Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+3
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-230/+1475
2022-03-22ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZEJann Horn-15/+32
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-1/+7
2022-03-22sched/numa: Fix boot crash on arm64 systemsHuang, Ying-1/+1
2022-03-21Merge tag 'audit-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-20/+71
2022-03-21Merge branch 'keys-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dh...Linus Torvalds-1/+2
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds-11/+5
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+1
2022-03-21Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+11
2022-03-21Merge tag 'pm-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-11/+13
2022-03-21Merge tag 'rcu.2022.03.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-187/+312
2022-03-21bpf: Fix bpf_prog_pack when PMU_SIZE is not definedSong Liu-2/+13
2022-03-21bpf: Fix bpf_prog_pack for multi-node setupSong Liu-2/+7
2022-03-21bpf: Fix warning for cast from restricted gfp_t in verifierJoanne Koong-2/+2
2022-03-21Merge tag 'irq-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-24/+59
2022-03-21Merge tag 'timers-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-19/+82
2022-03-21Merge tag 'core-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-98/+232
2022-03-21Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-8/+7
2022-03-21mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)-5/+1
2022-03-21mm/truncate: Inline invalidate_complete_page() into its one callerMatthew Wilcox (Oracle)-1/+1
2022-03-21bpf: Fix kprobe_multi return probe backtraceJiri Olsa-30/+37
2022-03-21Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"Jiri Olsa-21/+1
2022-03-21bpf: Simplify check in btf_parse_hdr()Yuntao Wang-2/+1
2022-03-21Merge branch 'rework/fast-next-seq' into for-linusPetr Mladek-5/+49
2022-03-21Merge branch 'for-5.18-panic-deadlocks' into for-linusPetr Mladek-1/+54
2022-03-21watch_queue: Actually free the watchDavid Howells-0/+1
2022-03-21watch_queue: Fix NULL dereference in error cleanupDavid Howells-1/+1
2022-03-20bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi-1/+5
2022-03-20bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim-32/+24
2022-03-20bpf: Select proper size for bpf_prog_packSong Liu-23/+47
2022-03-20bpf: Enable non-atomic allocations in local storageJoanne Koong-29/+68
2022-03-20tracing: Have type enum modifications copy the stringsSteven Rostedt (Google)-1/+61
2022-03-19bpf: Always raise reference in btf_get_module_btfKumar Kartikeya Dwivedi-10/+11
2022-03-18bpf: Factor out fd returning from bpf_btf_find_by_name_kindKumar Kartikeya Dwivedi-37/+53
2022-03-18Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'Rafael J. Wysocki-10/+12
2022-03-18Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki-1/+1
2022-03-18ptrace: Return the signal to continue with from ptrace_stopEric W. Biederman-13/+19
2022-03-18ptrace: Move setting/clearing ptrace_message into ptrace_stopEric W. Biederman-9/+12
2022-03-17bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa-2/+114