aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-25PM: hibernate: Fix hybrid-sleepMario Limonciello (AMD)1-0/+4
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-7/+43
2025-09-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+2
2025-09-25sched: Make migrate_{en,dis}able() inlineMenglong Dong3-49/+27
2025-09-25sched/deadline: Fix dl_server behaviourPeter Zijlstra2-23/+33
2025-09-25sched/deadline: Fix dl_server getting stuckPeter Zijlstra3-21/+2
2025-09-25ns: drop assertChristian Brauner1-2/+0
2025-09-25ns: move ns type into struct ns_commonChristian Brauner11-15/+13
2025-09-25nstree: make struct ns_tree privateChristian Brauner1-0/+14
2025-09-24Merge tag 'probes-fixes-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds2-3/+8
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook4-5/+5
2025-09-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+13
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