aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge tag 'core-entry-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-34/+64
2026-08-18Merge tag 'sched-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-633/+934
2026-08-18Merge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-45/+308
2026-08-18Merge tag 'perf-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-31/+50
2026-08-18Merge tag 'liveupdate-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linuxLinus Torvalds3-9/+20
2026-08-18Merge tag 'kexec-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linuxLinus Torvalds3-8/+123
2026-08-18Merge tag 'pm-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds5-39/+62
2026-08-18timer: Keep debugobjects state consistent in migrate_timer_list()Thomas Gleixner1-0/+1
2026-08-17sched_ext: Merge branch 'for-7.3-arena-args' into for-7.3Tejun Heo77-2073/+3486
2026-08-17Merge tag 'vfs-7.3-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-7/+0
2026-08-17Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-25/+36
2026-08-17NFS/localio: issue IO inline when not in a memory-reclaim contextMike Snitzer1-0/+24
2026-08-17Merge tag 'vfs-7.3-rc1.binfmt' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-2/+8
2026-08-17Merge tags 'ipc-7.3-rc1.misc' and 'kernel-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2026-08-17bpf: Distinguish function references in policy diagnosticsKumar Kartikeya Dwivedi1-2/+10
2026-08-17bpf: Preserve source attribution without source textKumar Kartikeya Dwivedi1-4/+8
2026-08-17bpf: Correct kfunc argument diagnosticsKumar Kartikeya Dwivedi2-13/+17
2026-08-17bpf: Use canonical stack argument names in diagnosticsKumar Kartikeya Dwivedi1-1/+1
2026-08-17bpf: Preserve R0 lineage across helper callsKumar Kartikeya Dwivedi1-1/+1
2026-08-17bpf: Reject negative optlen in cgroup getsockopt hookJunseo Lim1-1/+1
2026-08-17bpf: Rewrite any fault prone load out of a mem or btf_id pointerDaniel Borkmann2-34/+28
2026-08-17bpf: Reject a store through a fault prone pointerDaniel Borkmann1-1/+1
2026-08-17bpf: Treat a fault prone PTR_TO_MEM as a pointer type mismatchDaniel Borkmann1-0/+2
2026-08-17bpf: Keep fault protection when merging pointer typesDaniel Borkmann1-26/+23
2026-08-16bpf: Check pointer type for all atomic RMW pathsYiyang Chen1-5/+3
2026-08-16Merge tag 'sched_urgent_for_v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2026-08-16Merge tag 'perf_urgent_for_v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-31/+44
2026-08-15sched_ext: Drop the dead SCX_DEQ_CORE_SCHED_EXEC test in dequeue_task_scx()Tejun Heo1-2/+2
2026-08-15sched_ext: Make core-sched task ordering hierarchy-awareTejun Heo2-8/+35
2026-08-15sched_ext: Use runnable_at for the default core-sched task orderingTejun Heo1-80/+25
2026-08-15sched_ext: Fix inverted ops.core_sched_before() invocationTejun Heo1-2/+8
2026-08-15sched_ext: Move the config-off sub-cap kfunc stubs into sub.cTejun Heo2-29/+33
2026-08-16futex: Fix race on the initial mm->futex.phash.ref allocationHyunwoo Kim1-6/+10
2026-08-16futex: Clean up the redundant exit/exec functionsThomas Gleixner3-29/+20
2026-08-16futex/pi: Plug private futex exec() raceThomas Gleixner2-23/+53
2026-08-15bpf: Add ksock kfuncsMahe Tardy1-0/+3
2026-08-15bpf: Report Policy helper and kfunc errorsKumar Kartikeya Dwivedi3-1/+48
2026-08-15bpf: Report Program Structure CFG errorsKumar Kartikeya Dwivedi4-0/+73
2026-08-15bpf: Report Execution Context Safety errorsKumar Kartikeya Dwivedi3-1/+217
2026-08-15bpf: Report Call Type Safety argument errorsKumar Kartikeya Dwivedi3-56/+387
2026-08-15bpf: Report Resource Lifetime reference leaksKumar Kartikeya Dwivedi3-8/+195
2026-08-15bpf: Report Memory Safety bounds errorsKumar Kartikeya Dwivedi3-4/+158
2026-08-15bpf: Report Register Type Safety errorsKumar Kartikeya Dwivedi3-15/+985
2026-08-15bpf: Track verifier context diagnostic eventsKumar Kartikeya Dwivedi3-5/+74
2026-08-15bpf: Track verifier reference diagnostic eventsKumar Kartikeya Dwivedi3-7/+55
2026-08-15bpf: Track verifier register diagnostic eventsKumar Kartikeya Dwivedi4-23/+498
2026-08-15bpf: Prune verifier diagnostics when switching pathsKumar Kartikeya Dwivedi1-2/+9
2026-08-15bpf: Add verifier diagnostic event logKumar Kartikeya Dwivedi3-0/+154
2026-08-15bpf: Add source and instruction diagnostic contextKumar Kartikeya Dwivedi5-28/+561
2026-08-15bpf: Add verifier diagnostics report helpersKumar Kartikeya Dwivedi3-1/+62