summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-05-02swiotlb: initialise restricted pool list_head when SWIOTLB_DYNAMIC=yWill Deacon
2024-05-02Merge tag 'v6.9-rc6' into perf/core, to pick up fixesIngo Molnar
2024-05-02vmlinux: Avoid weak reference to notes sectionArd Biesheuvel
2024-05-02kallsyms: Avoid weak references for kallsyms symbolsArd Biesheuvel
2024-05-01bpf: crypto: fix build when CONFIG_CRYPTO=mVadim Fedorenko
2024-05-01hardening: Enable KCFI and some other optionsKees Cook
2024-05-01rethook: honor CONFIG_FTRACE_VALIDATE_RCU_IS_WATCHING in rethook_try_get()Andrii Nakryiko
2024-05-01ftrace: make extra rcu_is_watching() validation check optionalAndrii Nakryiko
2024-05-01uprobes: reduce contention on uprobes_tree accessJonathan Haslam
2024-05-01rethook: Remove warning messages printed for finding return address of a frame.Kui-Feng Lee
2024-05-01tracing/probes: support '%pD' type for print struct file's nameYe Bin
2024-05-01tracing/probes: support '%pd' type for print struct dentry's nameYe Bin
2024-05-01uprobes: add speculative lockless system-wide uprobe filter checkAndrii Nakryiko
2024-05-01uprobes: prepare uprobe args buffer lazilyAndrii Nakryiko
2024-05-01uprobes: encapsulate preparation of uprobe args bufferAndrii Nakryiko
2024-05-01Merge branches 'fixes.2024.04.15a', 'misc.2024.04.12a', 'rcu-sync-normal-impr...Uladzislau Rezki (Sony)
2024-04-30bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATEStanislav Fomichev
2024-04-30Merge patch series "riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX ...Palmer Dabbelt
2024-04-30bpf: Add support for kprobe session cookieJiri Olsa
2024-04-30bpf: Add support for kprobe session contextJiri Olsa
2024-04-30bpf: Add support for kprobe session attachJiri Olsa
2024-04-30bpf: Do not walk twice the hash map on freeBenjamin Tissoires
2024-04-30bpf: Do not walk twice the map on freeBenjamin Tissoires
2024-04-30PM: hibernate: replace deprecated strncpy() with strscpy()Justin Stitt
2024-04-29bpf: Switch to krealloc_array()Andy Shevchenko
2024-04-29bpf: Use struct_size()Andy Shevchenko
2024-04-29Merge tag 'wq-for-6.9-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-04-30clocksource: Make the int help prompt unit readable in ncursesBorislav Petkov (AMD)
2024-04-29bpf: Fix verifier assumptions about socket->skAlexei Starovoitov
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-29bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)
2024-04-29tracing/probes: Fix memory leak in traceprobe_parse_probe_arg_body()LuMingYin
2024-04-29softirq: Fix suspicious RCU usage in __do_softirq()Zqiang
2024-04-28Merge tag 'sched-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-04-28Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-04-28sched/isolation: Fix boot crash when maxcpus < first housekeeping CPUOleg Nesterov
2024-04-28sched/isolation: Prevent boot crash when the boot CPU is nohz_fullOleg Nesterov
2024-04-27profiling: Remove create_prof_cpu_mask().Tetsuo Handa
2024-04-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds
2024-04-26bpf: verifier: prevent userspace memory accessPuranjay Mohan
2024-04-26kdb: Simplify management of tmpbuffer in kdb_read()Daniel Thompson
2024-04-26kdb: Replace double memcpy() with memmove() in kdb_read()Daniel Thompson
2024-04-26kdb: Use format-specifiers rather than memset() for padding in kdb_read()Daniel Thompson
2024-04-26kdb: Merge identical case statements in kdb_read()Daniel Thompson
2024-04-26kdb: Fix console handling when editing and tab-completing commandsDaniel Thompson
2024-04-26kdb: Use format-strings rather than '\0' injection in kdb_read()Daniel Thompson
2024-04-26kdb: Fix buffer overflow during tab-completeDaniel Thompson
2024-04-25blktrace: convert strncpy() to strscpy_pad()Arnd Bergmann