summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-09-23tracing: Remove redundant 0 value initializationLiao Yuanhong
2025-09-23tracing/osnoise: Use for_each_online_cpu() instead of for_each_cpu()Fushuai Wang
2025-09-23tracing: Use vmalloc_array() to improve codeQianfeng Rong
2025-09-23tracing: Have syscall trace events show "0x" for values greater than 10Steven Rostedt
2025-09-23tracing: Replace syscall RCU pointer assignment with READ/WRITE_ONCE()Steven Rostedt
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown
2025-09-23VFS/audit: introduce kern_path_parent() for auditNeilBrown
2025-09-23Merge branch 'torture.2025.08.14a' into HEADPaul E. McKenney
2025-09-23Merge branch 'srcu-next.2025.08.21a' into HEADPaul E. McKenney
2025-09-23rcu: WQ_UNBOUND added to sync_wq workqueueMarco Crivellari
2025-09-23rcu: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-23rcu: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-09-23genirq/msi: Remove msi_post_free()Nam Cao
2025-09-23time/sched_clock: Export symbol for sched_clock register functionDaniel Lezcano
2025-09-22kernel/sys.c: fix the racy usage of task_lock(tsk->group_leader) in sys_prlim...Oleg Nesterov
2025-09-22bpf: Implement signature verification for BPF programsKP Singh
2025-09-22cpuset: remove is_prs_invalid helperChen Ridong
2025-09-22cpuset: remove impossible warning in update_parent_effective_cpumaskChen Ridong
2025-09-22cpuset: remove redundant special case for null input in node mask updateChen Ridong
2025-09-22Merge tag 'sched_ext-for-6.17-rc7-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-09-22sched_ext: idle: Handle migration-disabled tasks in BPF codeAndrea Righi
2025-09-22ns: add ns_debug()Christian Brauner
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner
2025-09-21vhost: Take a reference on the task in struct vhost_task.Sebastian Andrzej Siewior
2025-09-21mm/oom_kill: thaw the entire OOM victim processzhongjinji
2025-09-21resource: improve child resource handling in release_mem_region_adjustable()Sumanth Korikkar
2025-09-21dma-remap: drop nth_page() in dma_common_contiguous_remap()David Hildenbrand
2025-09-21task_stack.h: clean-up stack_not_used() implementationPasha Tatashin
2025-09-21fork: check charging success before zeroing stackPasha Tatashin
2025-09-21time: Fix spelling mistakes in commentsHaofeng Li
2025-09-20kdb: remove redundant check for scancode 0xe0Colin Ian King
2025-09-20kdb: Replace deprecated strcpy() with helper function in kdb_defcmd()Thorsten Blum
2025-09-20kdb: Replace deprecated strcpy() with memcpy() in parse_grep()Thorsten Blum
2025-09-20kdb: Replace deprecated strcpy() with memmove() in vkdb_printf()Thorsten Blum
2025-09-20kdb: Replace deprecated strcpy() with memcpy() in kdb_strdup()Thorsten Blum
2025-09-20kernel: debug: gdbstub: Replace deprecated strcpy() with strscpy()Thorsten Blum
2025-09-20futex: Don't leak robust_list pointer on exec racePranav Tyagi
2025-09-20futex: Prevent use-after-free during requeue-PISebastian Andrzej Siewior
2025-09-19cpuset: fix missing error return in update_cpumaskChen Ridong
2025-09-19cpuset: Use new excpus for nocpu error check when enabling root partitionChen Ridong
2025-09-19cpuset: fix failure to enable isolated partition when containing isolcpusChen Ridong
2025-09-19bpf: table based bpf_insn_successors()Eduard Zingerman
2025-09-19bpf: disable and remove registers chain based livenessEduard Zingerman
2025-09-19bpf: signal error if old liveness is more conservative than newEduard Zingerman
2025-09-19bpf: enable callchain sensitive stack liveness trackingEduard Zingerman
2025-09-19bpf: callchain sensitive stack liveness tracking using CFGEduard Zingerman
2025-09-19bpf: compute instructions postorder per subprogramEduard Zingerman
2025-09-19bpf: declare a few utility functions as internal apiEduard Zingerman
2025-09-19bpf: remove redundant REG_LIVE_READ check in stacksafe()Eduard Zingerman
2025-09-19bpf: use compute_live_registers() info in clean_func_stateEduard Zingerman