summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-08-23genirq: Add irq_chip_(startup/shutdown)_parent()Inochi Amaoto
2025-08-23genirq: Remove GENERIC_IRQ_LEGACYSebastian Andrzej Siewior
2025-08-23Merge tag 'trace-v6.17-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-08-22ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt
2025-08-22ftrace: Fix potential warning in trace_printk_seq during ftrace_dumpTengda Wu
2025-08-22fgraph: Copy args in intermediate storage with entrySteven Rostedt
2025-08-22bpf: Remove preempt_disable in bpf_try_get_buffersTao Chen
2025-08-22bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()Eric Biggers
2025-08-22cgroup: cgroup.stat.local time accountingTiffany Yang
2025-08-22cgroup/psi: Set of->priv to NULL upon file releaseChen Ridong
2025-08-22cgroup: split cgroup_destroy_wq into 3 workqueuesChen Ridong
2025-08-22bpf: Use tnums for JEQ/JNE is_branch_taken logicPaul Chaignon
2025-08-22refscale: Use kcalloc() instead of kzalloc()Qianfeng Rong
2025-08-22rcutorture: Use kcalloc() instead of kzalloc()Qianfeng Rong
2025-08-22Merge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://git.kernel.org/pub/s...Linus Torvalds
2025-08-22padata: Reset next CPU when reorder sequence wraps aroundXiao Liang
2025-08-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-08-21Merge tag 'cgroup-for-6.17-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-08-21Merge tag 'sched_ext-for-6.17-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-08-21uprobes: Remove redundant __GFP_NOWARNQianfeng Rong
2025-08-21seccomp: passthrough uprobe systemcall without filteringJiri Olsa
2025-08-21uprobes/x86: Add support to optimize uprobesJiri Olsa
2025-08-21uprobes/x86: Add uprobe syscall to speed up uprobeJiri Olsa
2025-08-21uprobes/x86: Add mapping for optimized uprobe trampolinesJiri Olsa
2025-08-21uprobes: Add do_ref_ctr argument to uprobe_write functionJiri Olsa
2025-08-21uprobes: Add is_register argument to uprobe_write and uprobe_write_opcodeJiri Olsa
2025-08-21uprobes: Add nbytes argument to uprobe_writeJiri Olsa
2025-08-21uprobes: Add uprobe_write functionJiri Olsa
2025-08-21uprobes: Make copy_from_page globalJiri Olsa
2025-08-21uprobes: Rename arch_uretprobe_trampoline functionJiri Olsa
2025-08-21uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lockJiri Olsa
2025-08-20Merge tag 'probes-fixes-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-08-20tracing: fprobe-event: Sanitize wildcard for fprobe event nameMasami Hiramatsu (Google)
2025-08-20trace/fgraph: Fix the warning caused by missing unregister notifierYe Weihua
2025-08-20ring-buffer: Remove redundant semicolonsLiao Yuanhong
2025-08-20tracing: Limit access to parser->buffer when trace_get_user failedPu Lehui
2025-08-19kho: warn if KHO is disabled due to an errorPasha Tatashin
2025-08-19kho: mm: don't allow deferred struct page with KHOPasha Tatashin
2025-08-19kho: init new_physxa->phys_bits to fix lockdepPasha Tatashin
2025-08-19Merge tag 'vfs-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-08-19signal: Fix memory leak for PIDFD_SELF* sentinelsAdrian Huang (Lenovo)
2025-08-19pid: change bacct_add_tsk() to use task_ppid_nr_ns()Oleg Nesterov
2025-08-19pid: make __task_pid_nr_ns(ns => NULL) safe for zombie callersOleg Nesterov
2025-08-19pid: Add a judgment for ns null in pid_nr_nsgaoxiang17
2025-08-19kcsan: test: Replace deprecated strcpy() with strscpy()Thorsten Blum
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'Martin KaFai Lau
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net'Martin KaFai Lau
2025-08-18bpf: Enable read/write access to skb metadata through a dynptrJakub Sitnicki
2025-08-18bpf: Add dynptr type for skb metadataJakub Sitnicki
2025-08-18bpf: Add a verbose message when the BTF limit is reachedAnton Protopopov