summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-09-25tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)
2025-09-24tracing: fprobe: Fix to remove recorded module addresses from filterMasami Hiramatsu (Google)
2025-09-24uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa
2025-09-24bpf: Allow uprobe program to change context registersJiri Olsa
2025-09-24futex: Use correct exit on failure from futex_hash_allocate_default()Sebastian Andrzej Siewior
2025-09-23Revert "sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()"Tejun Heo
2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'Martin KaFai Lau
2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/net'Martin KaFai Lau
2025-09-23kho: make sure page being restored is actually from KHOPratyush Yadav
2025-09-23kho: move sanity checks to kho_restore_page()Pratyush Yadav
2025-09-23bpf: Clear packet pointers after changing packet data in kfuncsAmery Hung
2025-09-23sched_ext: Merge branch 'for-6.17-fixes' into for-6.18Tejun Heo
2025-09-23bpf: Allow union argument in trampoline based programsLeon Hwang
2025-09-23sched_ext: Misc updates around scx_sched instance pointerTejun Heo
2025-09-23sched_ext: Drop scx_kf_exit() and scx_kf_error()Tejun Heo
2025-09-23sched_ext: Add the @sch parameter to scx_dsq_insert_preamble/commit()Tejun Heo
2025-09-23sched_ext: Drop kf_cpu_valid()Tejun Heo
2025-09-23sched_ext: Add the @sch parameter to ext_idle helpersTejun Heo
2025-09-23sched_ext: Add the @sch parameter to __bstr_format()Tejun Heo
2025-09-23sched_ext: Separate out scx_kick_cpu() and add @sch to itTejun Heo
2025-09-23sched_ext: Add SCX_EFLAG_INITIALIZED to indicate successful ops.init()Tejun Heo
2025-09-23sched_ext: Use bitfields for boolean warning flagsTejun Heo
2025-09-23sched_ext: Fix stray scx_root usage in task_can_run_on_remote_rq()Tejun Heo
2025-09-23sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()Tejun Heo
2025-09-23bpf, x86: Add support for signed arena loadsKumar Kartikeya Dwivedi
2025-09-23sched_ext: Verify RCU protection in scx_bpf_cpu_curr()Andrea Righi
2025-09-23tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)
2025-09-23tracing/osnoise: Fix slab-out-of-bounds in _parse_integer_limit()Wang Liang
2025-09-23tracing: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-09-23bpf: task work scheduling kfuncsMykyta Yatsenko
2025-09-23bpf: extract map key pointer calculationMykyta Yatsenko
2025-09-23bpf: bpf task work plumbingMykyta Yatsenko
2025-09-23bpf: verifier: permit non-zero returns from async callbacksMykyta Yatsenko
2025-09-23bpf: htab: extract helper for freeing special structsMykyta Yatsenko
2025-09-23bpf: extract generic helper from process_timer_func()Mykyta Yatsenko
2025-09-23bpf: refactor special field-type detectionMykyta Yatsenko
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