summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-09-25sched/deadline: Fix dl_server getting stuckPeter Zijlstra-21/+2
2025-09-25ns: drop assertChristian Brauner-2/+0
2025-09-25ns: move ns type into struct ns_commonChristian Brauner-15/+13
2025-09-25nstree: make struct ns_tree privateChristian Brauner-0/+14
2025-09-24Merge tag 'probes-fixes-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+8
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook-5/+5
2025-09-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+13
2025-09-24Merge branch 'for-next/uprobes' into for-next/coreWill Deacon-1/+1
2025-09-25tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)-0/+4
2025-09-24tracing: fprobe: Fix to remove recorded module addresses from filterMasami Hiramatsu (Google)-3/+4
2025-09-24uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa-0/+7
2025-09-24bpf: Allow uprobe program to change context registersJiri Olsa-2/+11
2025-09-24futex: Use correct exit on failure from futex_hash_allocate_default()Sebastian Andrzej Siewior-1/+1
2025-09-23Revert "sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()"Tejun Heo-1/+1
2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'Martin KaFai Lau-0/+13
2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/net'Martin KaFai Lau-0/+13
2025-09-23kho: make sure page being restored is actually from KHOPratyush Yadav-7/+34
2025-09-23kho: move sanity checks to kho_restore_page()Pratyush Yadav-14/+14
2025-09-23bpf: Clear packet pointers after changing packet data in kfuncsAmery Hung-0/+13
2025-09-23sched_ext: Merge branch 'for-6.17-fixes' into for-6.18Tejun Heo-7/+33
2025-09-23bpf: Allow union argument in trampoline based programsLeon Hwang-4/+4
2025-09-23sched_ext: Misc updates around scx_sched instance pointerTejun Heo-22/+40
2025-09-23sched_ext: Drop scx_kf_exit() and scx_kf_error()Tejun Heo-63/+88
2025-09-23sched_ext: Add the @sch parameter to scx_dsq_insert_preamble/commit()Tejun Heo-7/+22
2025-09-23sched_ext: Drop kf_cpu_valid()Tejun Heo-31/+48
2025-09-23sched_ext: Add the @sch parameter to ext_idle helpersTejun Heo-15/+94
2025-09-23sched_ext: Add the @sch parameter to __bstr_format()Tejun Heo-7/+21
2025-09-23sched_ext: Separate out scx_kick_cpu() and add @sch to itTejun Heo-16/+27
2025-09-23sched_ext: Add SCX_EFLAG_INITIALIZED to indicate successful ops.init()Tejun Heo-0/+14
2025-09-23sched_ext: Use bitfields for boolean warning flagsTejun Heo-2/+2
2025-09-23sched_ext: Fix stray scx_root usage in task_can_run_on_remote_rq()Tejun Heo-2/+1
2025-09-23sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()Tejun Heo-1/+1
2025-09-23bpf, x86: Add support for signed arena loadsKumar Kartikeya Dwivedi-3/+8
2025-09-23sched_ext: Verify RCU protection in scx_bpf_cpu_curr()Andrea Righi-1/+1
2025-09-23tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)-0/+4
2025-09-23tracing/osnoise: Fix slab-out-of-bounds in _parse_integer_limit()Wang Liang-1/+2
2025-09-23tracing: replace use of system_wq with system_percpu_wqMarco Crivellari-1/+1
2025-09-23bpf: task work scheduling kfuncsMykyta Yatsenko-2/+290
2025-09-23bpf: extract map key pointer calculationMykyta Yatsenko-17/+13
2025-09-23bpf: bpf task work plumbingMykyta Yatsenko-18/+189
2025-09-23bpf: verifier: permit non-zero returns from async callbacksMykyta Yatsenko-3/+2
2025-09-23bpf: htab: extract helper for freeing special structsMykyta Yatsenko-12/+12
2025-09-23bpf: extract generic helper from process_timer_func()Mykyta Yatsenko-11/+36
2025-09-23bpf: refactor special field-type detectionMykyta Yatsenko-51/+33
2025-09-23tracing: Remove redundant 0 value initializationLiao Yuanhong-1/+0
2025-09-23tracing/osnoise: Use for_each_online_cpu() instead of for_each_cpu()Fushuai Wang-2/+2
2025-09-23tracing: Use vmalloc_array() to improve codeQianfeng Rong-1/+1
2025-09-23tracing: Have syscall trace events show "0x" for values greater than 10Steven Rostedt-3/+9
2025-09-23tracing: Replace syscall RCU pointer assignment with READ/WRITE_ONCE()Steven Rostedt-10/+8
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown-2/+2