aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-09-28kallsyms: use kmalloc_array() instead of kmalloc()Sahil Chandna1-1/+1
2025-09-28panic: remove CONFIG_PANIC_ON_OOPS_VALUEJohannes Berg1-1/+1
2025-09-28kernel: prevent prctl(PR_SET_PDEATHSIG) from racing with parent process exitDemi Marie Obenour1-0/+10
2025-09-28kho: only fill kimage if KHO is finalizedPratyush Yadav1-1/+1
2025-09-28Merge tag 'trace-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+14
2025-09-27Merge branches 'work.path' and 'work.mount' into work.f_pathAl Viro2-7/+7
2025-09-27kernel/acct.c: saner struct file treatmentAl Viro1-60/+36
2025-09-27bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann1-0/+5
2025-09-27tracing: fgraph: Protect return handler from recursion loopMasami Hiramatsu (Google)1-0/+12
2025-09-26Merge tag 'sched-urgent-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-44/+35
2025-09-26Merge tag 'locking-urgent-2025-09-26' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-3/+5
2025-09-26PM: hibernate: Combine return paths in power_down()Rafael J. Wysocki1-18/+14
2025-09-26PM: hibernate: Restrict GFP mask in power_down()Rafael J. Wysocki1-0/+2
2025-09-26printk: ringbuffer: Fix data block max size checkJohn Ogness1-14/+29
2025-09-25bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACETao Chen2-5/+19
2025-09-25PM: hibernate: Add pm_hibernation_mode_is_suspend()Mario Limonciello (AMD)1-0/+11
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/kern...Linus 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...Jakub 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