summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-05-08watchdog: handle comma separated nmi_watchdog command lineSong Liu
2024-05-08crash: add prefix for crash dumping messagesBaoquan He
2024-05-08timers/migration: Prevent out of bounds access on failureLevi Yun
2024-05-07bpf: Remove redundant page mask of vmf->addressHaiyue Wang
2024-05-07kcsan, compiler_types: Introduce __data_racy type qualifierMarco Elver
2024-05-07Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2024-05-07dma: avoid redundant calls for sync operationsAlexander Lobakin
2024-05-07dma: compile-out DMA sync op calls when not usedAlexander Lobakin
2024-05-07swiotlb: remove alloc_size argument to swiotlb_tbl_map_single()Michael Kelley
2024-05-07printk: cleanup deprecated uses of strncpy/strcpyJustin Stitt
2024-05-06bpf/verifier: relax MUL range computation checkCupertino Miranda
2024-05-06bpf/verifier: improve XOR and OR range computationCupertino Miranda
2024-05-06bpf/verifier: refactor checks for range computationCupertino Miranda
2024-05-06bpf/verifier: replace calls to mark_reg_unknown.Cupertino Miranda
2024-05-06kunit: Handle test faultsMickaël Salaün
2024-05-06printk: Change type of CONFIG_BASE_SMALL to boolYoann Congal
2024-05-06powerpc/dexcr: Add DEXCR prctl interfaceBenjamin Gray
2024-05-05Merge tag 'irq-urgent-2024-05-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-05-05Merge tag 'probes-fixes-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-05-05Merge tag 'trace-v6.9-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-05-05Merge tag 'dma-mapping-6.9-2024-05-04' of git://git.infradead.org/users/hch/d...Linus Torvalds
2024-05-04eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)
2024-05-03stackleak: Use a copy of the ctl_table argumentThomas Weißschuh
2024-05-02swsusp: don't bother with setting block sizeAl Viro
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-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