summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-09-27kernel/acct.c: saner struct file treatmentAl Viro
2025-09-27bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann
2025-09-27tracing: fgraph: Protect return handler from recursion loopMasami Hiramatsu (Google)
2025-09-26Merge tag 'sched-urgent-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-09-26Merge tag 'locking-urgent-2025-09-26' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-09-26PM: hibernate: Combine return paths in power_down()Rafael J. Wysocki
2025-09-26PM: hibernate: Restrict GFP mask in power_down()Rafael J. Wysocki
2025-09-26printk: ringbuffer: Fix data block max size checkJohn Ogness
2025-09-25bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACETao Chen
2025-09-25PM: hibernate: Add pm_hibernation_mode_is_suspend()Mario Limonciello (AMD)
2025-09-25PM: hibernate: Fix hybrid-sleepMario Limonciello (AMD)
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2025-09-25sched: Make migrate_{en,dis}able() inlineMenglong Dong
2025-09-25sched/deadline: Fix dl_server behaviourPeter Zijlstra
2025-09-25sched/deadline: Fix dl_server getting stuckPeter Zijlstra
2025-09-25ns: drop assertChristian Brauner
2025-09-25ns: move ns type into struct ns_commonChristian Brauner
2025-09-25nstree: make struct ns_tree privateChristian Brauner
2025-09-24Merge tag 'probes-fixes-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook
2025-09-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-09-24Merge branch 'for-next/uprobes' into for-next/coreWill Deacon
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)