summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-05-07printk: cleanup deprecated uses of strncpy/strcpyJustin Stitt-13/+13
2024-05-06bpf/verifier: relax MUL range computation checkCupertino Miranda-5/+1
2024-05-06bpf/verifier: improve XOR and OR range computationCupertino Miranda-2/+2
2024-05-06bpf/verifier: refactor checks for range computationCupertino Miranda-64/+45
2024-05-06bpf/verifier: replace calls to mark_reg_unknown.Cupertino Miranda-5/+4
2024-05-06kunit: Handle test faultsMickaël Salaün-0/+1
2024-05-06printk: Change type of CONFIG_BASE_SMALL to boolYoann Congal-2/+2
2024-05-06powerpc/dexcr: Add DEXCR prctl interfaceBenjamin Gray-0/+16
2024-05-05Merge tag 'irq-urgent-2024-05-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+8
2024-05-05Merge tag 'probes-fixes-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2024-05-05Merge tag 'trace-v6.9-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+12
2024-05-05Merge tag 'dma-mapping-6.9-2024-05-04' of git://git.infradead.org/users/hch/d...Linus Torvalds-0/+1
2024-05-04eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)-0/+12
2024-05-03stackleak: Use a copy of the ctl_table argumentThomas Weißschuh-3/+3
2024-05-02swsusp: don't bother with setting block sizeAl Viro-6/+1
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-72/+105
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-2/+40
2024-05-02swiotlb: initialise restricted pool list_head when SWIOTLB_DYNAMIC=yWill Deacon-0/+1
2024-05-02Merge tag 'v6.9-rc6' into perf/core, to pick up fixesIngo Molnar-93/+85
2024-05-02vmlinux: Avoid weak reference to notes sectionArd Biesheuvel-2/+2
2024-05-02kallsyms: Avoid weak references for kallsyms symbolsArd Biesheuvel-24/+12
2024-05-01bpf: crypto: fix build when CONFIG_CRYPTO=mVadim Fedorenko-1/+1
2024-05-01hardening: Enable KCFI and some other optionsKees Cook-0/+8
2024-05-01rethook: honor CONFIG_FTRACE_VALIDATE_RCU_IS_WATCHING in rethook_try_get()Andrii Nakryiko-0/+2
2024-05-01ftrace: make extra rcu_is_watching() validation check optionalAndrii Nakryiko-0/+13
2024-05-01uprobes: reduce contention on uprobes_tree accessJonathan Haslam-11/+11
2024-05-01rethook: Remove warning messages printed for finding return address of a frame.Kui-Feng Lee-1/+1
2024-05-01tracing/probes: support '%pD' type for print struct file's nameYe Bin-23/+36
2024-05-01tracing/probes: support '%pd' type for print struct dentry's nameYe Bin-1/+65
2024-05-01uprobes: add speculative lockless system-wide uprobe filter checkAndrii Nakryiko-3/+7
2024-05-01uprobes: prepare uprobe args buffer lazilyAndrii Nakryiko-21/+28
2024-05-01uprobes: encapsulate preparation of uprobe args bufferAndrii Nakryiko-37/+41
2024-05-01Merge branches 'fixes.2024.04.15a', 'misc.2024.04.12a', 'rcu-sync-normal-impr...Uladzislau Rezki (Sony)-77/+479
2024-04-30bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATEStanislav Fomichev-0/+5
2024-04-30Merge patch series "riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX ...Palmer Dabbelt-0/+6
2024-04-30bpf: Add support for kprobe session cookieJiri Olsa-3/+23
2024-04-30bpf: Add support for kprobe session contextJiri Olsa-7/+63
2024-04-30bpf: Add support for kprobe session attachJiri Olsa-9/+26
2024-04-30bpf: Do not walk twice the hash map on freeBenjamin Tissoires-36/+13
2024-04-30bpf: Do not walk twice the map on freeBenjamin Tissoires-7/+8
2024-04-30PM: hibernate: replace deprecated strncpy() with strscpy()Justin Stitt-1/+1
2024-04-29bpf: Switch to krealloc_array()Andy Shevchenko-1/+1
2024-04-29bpf: Use struct_size()Andy Shevchenko-5/+7
2024-04-29Merge tag 'wq-for-6.9-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+16
2024-04-30clocksource: Make the int help prompt unit readable in ncursesBorislav Petkov (AMD)-1/+1
2024-04-29bpf: Fix verifier assumptions about socket->skAlexei Starovoitov-5/+18
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-222/+1249
2024-04-29bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)-1/+1
2024-04-29tracing/probes: Fix memory leak in traceprobe_parse_probe_arg_body()LuMingYin-1/+1
2024-04-29softirq: Fix suspicious RCU usage in __do_softirq()Zqiang-4/+8