summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2025-08-18bpf: Replace get_next_cpu() with cpumask_next_wrap()Fushuai Wang
2025-08-17Merge tag 'locking_urgent_for_v6.17_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-08-16params: Replace deprecated strcpy() with strscpy() and memcpy()Thorsten Blum
2025-08-15bpf: Remove migrate_disable in kprobe_multi_link_prog_runTao Chen
2025-08-15perf: Convert mmap() refcounts to refcount_tThomas Gleixner
2025-08-15perf: Identify the 0->1 transition for event::mmap_countPeter Zijlstra
2025-08-15perf: Use scoped_guard() for mmap_mutex in perf_mmap()Peter Zijlstra
2025-08-15perf: Split out the RB allocationPeter Zijlstra
2025-08-15perf: Make RB allocation branch self sufficientPeter Zijlstra
2025-08-15perf: Split out the AUX buffer allocationPeter Zijlstra
2025-08-15perf: Reflow to get rid of aux_success labelPeter Zijlstra
2025-08-15perf: Use guard() for aux_mutex in perf_mmap()Peter Zijlstra
2025-08-15perf: Remove redundant aux_unlock labelPeter Zijlstra
2025-08-15perf: Move common code into both rb and aux branchesPeter Zijlstra
2025-08-15perf: Merge consecutive conditionals in perf_mmap()Peter Zijlstra
2025-08-15perf: Move perf_mmap_calc_limits() into both rb and aux branchesPeter Zijlstra
2025-08-15perf: Split out VM accountingThomas Gleixner
2025-08-15perf: Split out mlock limit handlingThomas Gleixner
2025-08-15perf: Remove redundant condition for AUX buffer sizeThomas Gleixner
2025-08-15perf: Avoid undefined behavior from stopping/starting inactive eventsYunseong Kim
2025-08-15bpf: Check the helper function is valid in get_helper_protoJiri Olsa
2025-08-15bpf, cpumap: Disable page_pool direct xdp_return need larger scopeJesper Dangaard Brouer
2025-08-14rcutorture: Delay forward-progress testing until boot completesPaul E. McKenney
2025-08-14torture: Delay CPU-hotplug operations until boot completesPaul E. McKenney
2025-08-14rcutorture: Delay rcutorture readers and writers until boot completesPaul E. McKenney
2025-08-14rcutorture: Suppress "Writer stall state" reports during bootPaul E. McKenney
2025-08-14torture: Announce kernel boot status at torture-test startupPaul E. McKenney
2025-08-14rcu: Remove local_irq_save/restore() in rcu_preempt_deferred_qs_handler()Zqiang
2025-08-14Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-08-13rcu: Document that rcu_barrier() hurries lazy callbacksPaul E. McKenney
2025-08-13cpuset: remove redundant CS_ONLINE flagChen Ridong
2025-08-13audit: add a missing tabDan Carpenter
2025-08-13dma/pool: Ensure DMA_DIRECT_REMAP allocations are decryptedShanker Donthineni