aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-24Merge branch 'for-next/uprobes' into for-next/coreWill Deacon1-1/+1
2025-09-25tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)1-0/+4
2025-09-24tracing: fprobe: Fix to remove recorded module addresses from filterMasami Hiramatsu (Google)1-3/+4
2025-09-24uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa1-0/+7
2025-09-24bpf: Allow uprobe program to change context registersJiri Olsa2-2/+11
2025-09-24futex: Use correct exit on failure from futex_hash_allocate_default()Sebastian Andrzej Siewior1-1/+1
2025-09-23Revert "sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()"Tejun Heo1-1/+1
2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'Martin KaFai Lau1-0/+13
2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/net'Martin KaFai Lau1-0/+13
2025-09-23kho: make sure page being restored is actually from KHOPratyush Yadav1-7/+34
2025-09-23kho: move sanity checks to kho_restore_page()Pratyush Yadav1-14/+14
2025-09-23bpf: Clear packet pointers after changing packet data in kfuncsAmery Hung1-0/+13
2025-09-23sched_ext: Merge branch 'for-6.17-fixes' into for-6.18Tejun Heo3-7/+33
2025-09-23bpf: Allow union argument in trampoline based programsLeon Hwang1-4/+4
2025-09-23sched_ext: Misc updates around scx_sched instance pointerTejun Heo1-22/+40
2025-09-23sched_ext: Drop scx_kf_exit() and scx_kf_error()Tejun Heo2-63/+88
2025-09-23sched_ext: Add the @sch parameter to scx_dsq_insert_preamble/commit()Tejun Heo1-7/+22
2025-09-23sched_ext: Drop kf_cpu_valid()Tejun Heo2-31/+48
2025-09-23sched_ext: Add the @sch parameter to ext_idle helpersTejun Heo1-15/+94
2025-09-23sched_ext: Add the @sch parameter to __bstr_format()Tejun Heo1-7/+21
2025-09-23sched_ext: Separate out scx_kick_cpu() and add @sch to itTejun Heo1-16/+27
2025-09-23sched_ext: Add SCX_EFLAG_INITIALIZED to indicate successful ops.init()Tejun Heo2-0/+14
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