aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-09-23sched_ext: Use bitfields for boolean warning flagsTejun Heo1-2/+2
2025-09-23sched_ext: Fix stray scx_root usage in task_can_run_on_remote_rq()Tejun Heo1-2/+1
2025-09-23sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()Tejun Heo1-1/+1
2025-09-23bpf, x86: Add support for signed arena loadsKumar Kartikeya Dwivedi1-3/+8
2025-09-23sched_ext: Verify RCU protection in scx_bpf_cpu_curr()Andrea Righi1-1/+1
2025-09-23tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)1-0/+4
2025-09-23tracing/osnoise: Fix slab-out-of-bounds in _parse_integer_limit()Wang Liang1-1/+2
2025-09-23tracing: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-09-23bpf: task work scheduling kfuncsMykyta Yatsenko1-2/+290
2025-09-23bpf: extract map key pointer calculationMykyta Yatsenko1-17/+13
2025-09-23bpf: bpf task work plumbingMykyta Yatsenko6-18/+189
2025-09-23bpf: verifier: permit non-zero returns from async callbacksMykyta Yatsenko1-3/+2
2025-09-23bpf: htab: extract helper for freeing special structsMykyta Yatsenko1-12/+12
2025-09-23bpf: extract generic helper from process_timer_func()Mykyta Yatsenko1-11/+36
2025-09-23bpf: refactor special field-type detectionMykyta Yatsenko1-51/+33
2025-09-23tracing: Remove redundant 0 value initializationLiao Yuanhong1-1/+0
2025-09-23tracing/osnoise: Use for_each_online_cpu() instead of for_each_cpu()Fushuai Wang1-2/+2
2025-09-23tracing: Use vmalloc_array() to improve codeQianfeng Rong1-1/+1
2025-09-23tracing: Have syscall trace events show "0x" for values greater than 10Steven Rostedt1-3/+9
2025-09-23tracing: Replace syscall RCU pointer assignment with READ/WRITE_ONCE()Steven Rostedt2-10/+8
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown1-2/+2
2025-09-23VFS/audit: introduce kern_path_parent() for auditNeilBrown2-7/+7
2025-09-23Merge branch 'torture.2025.08.14a' into HEADPaul E. McKenney3-11/+27
2025-09-23Merge branch 'srcu-next.2025.08.21a' into HEADPaul E. McKenney2-3/+11
2025-09-23rcu: WQ_UNBOUND added to sync_wq workqueueMarco Crivellari1-1/+1
2025-09-23rcu: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-09-23rcu: replace use of system_wq with system_percpu_wqMarco Crivellari1-2/+2
2025-09-23genirq/msi: Remove msi_post_free()Nam Cao1-3/+0
2025-09-23time/sched_clock: Export symbol for sched_clock register functionDaniel Lezcano1-2/+2
2025-09-22kernel/sys.c: fix the racy usage of task_lock(tsk->group_leader) in sys_prlim...Oleg Nesterov1-2/+20
2025-09-22bpf: Implement signature verification for BPF programsKP Singh2-2/+45
2025-09-22cpuset: remove is_prs_invalid helperChen Ridong1-8/+3
2025-09-22cpuset: remove impossible warning in update_parent_effective_cpumaskChen Ridong1-1/+0
2025-09-22cpuset: remove redundant special case for null input in node mask updateChen Ridong1-14/+8
2025-09-22Merge tag 'sched_ext-for-6.17-rc7-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+27
2025-09-22sched_ext: idle: Handle migration-disabled tasks in BPF codeAndrea Righi1-1/+27
2025-09-22ns: add ns_debug()Christian Brauner1-0/+53
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner5-5/+5
2025-09-21vhost: Take a reference on the task in struct vhost_task.Sebastian Andrzej Siewior1-1/+2
2025-09-21mm/oom_kill: thaw the entire OOM victim processzhongjinji1-1/+19
2025-09-21resource: improve child resource handling in release_mem_region_adjustable()Sumanth Korikkar1-5/+45
2025-09-21dma-remap: drop nth_page() in dma_common_contiguous_remap()David Hildenbrand1-1/+1
2025-09-21task_stack.h: clean-up stack_not_used() implementationPasha Tatashin1-9/+14
2025-09-21fork: check charging success before zeroing stackPasha Tatashin1-5/+5
2025-09-21time: Fix spelling mistakes in commentsHaofeng Li4-4/+4
2025-09-20kdb: remove redundant check for scancode 0xe0Colin Ian King1-3/+0
2025-09-20kdb: Replace deprecated strcpy() with helper function in kdb_defcmd()Thorsten Blum3-10/+32
2025-09-20kdb: Replace deprecated strcpy() with memcpy() in parse_grep()Thorsten Blum1-1/+1
2025-09-20kdb: Replace deprecated strcpy() with memmove() in vkdb_printf()Thorsten Blum1-6/+8
2025-09-20kdb: Replace deprecated strcpy() with memcpy() in kdb_strdup()Thorsten Blum1-2/+4