summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-08-18Merge tag 'timers-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-08-18Merge tag 'smp-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-08-18Merge tag 'locking-futex-2026-08-17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-08-18Merge tag 'irq-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-08-18Merge tag 'core-entry-2026-08-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-08-18Merge tag 'sched-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-08-18Merge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-08-18Merge tag 'perf-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-08-18workqueue: Annotate cb_lock nesting when draining a dead BH poolTejun Heo
2026-08-18sched_ext: Allow ops.cgroup_set_bandwidth() to be sleepableChangwoo Min
2026-08-18Merge tag 'liveupdate-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-08-18Merge tag 'kexec-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2026-08-18Merge tag 'pm-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2026-08-18timer: Keep debugobjects state consistent in migrate_timer_list()Thomas Gleixner
2026-08-17sched_ext: Merge branch 'for-7.3-arena-args' into for-7.3Tejun Heo
2026-08-17Merge tag 'vfs-7.3-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-08-17NFS/localio: issue IO inline when not in a memory-reclaim contextMike Snitzer
2026-08-17Merge tag 'vfs-7.3-rc1.binfmt' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-08-17Merge tags 'ipc-7.3-rc1.misc' and 'kernel-7.3-rc1.misc' of git://git.kernel.o...Linus Torvalds
2026-08-17bpf: Distinguish function references in policy diagnosticsKumar Kartikeya Dwivedi
2026-08-17bpf: Preserve source attribution without source textKumar Kartikeya Dwivedi
2026-08-17bpf: Correct kfunc argument diagnosticsKumar Kartikeya Dwivedi
2026-08-17bpf: Use canonical stack argument names in diagnosticsKumar Kartikeya Dwivedi
2026-08-17bpf: Preserve R0 lineage across helper callsKumar Kartikeya Dwivedi
2026-08-17bpf: Reject negative optlen in cgroup getsockopt hookJunseo Lim
2026-08-17bpf: Rewrite any fault prone load out of a mem or btf_id pointerDaniel Borkmann
2026-08-17bpf: Reject a store through a fault prone pointerDaniel Borkmann
2026-08-17bpf: Treat a fault prone PTR_TO_MEM as a pointer type mismatchDaniel Borkmann
2026-08-17bpf: Keep fault protection when merging pointer typesDaniel Borkmann
2026-08-16bpf: Check pointer type for all atomic RMW pathsYiyang Chen
2026-08-16Merge tag 'sched_urgent_for_v7.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-08-16Merge tag 'perf_urgent_for_v7.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-08-15sched_ext: Drop the dead SCX_DEQ_CORE_SCHED_EXEC test in dequeue_task_scx()Tejun Heo
2026-08-15sched_ext: Make core-sched task ordering hierarchy-awareTejun Heo
2026-08-15sched_ext: Use runnable_at for the default core-sched task orderingTejun Heo
2026-08-15sched_ext: Fix inverted ops.core_sched_before() invocationTejun Heo
2026-08-15sched_ext: Move the config-off sub-cap kfunc stubs into sub.cTejun Heo
2026-08-16futex: Fix race on the initial mm->futex.phash.ref allocationHyunwoo Kim
2026-08-16futex: Clean up the redundant exit/exec functionsThomas Gleixner
2026-08-16futex/pi: Plug private futex exec() raceThomas Gleixner
2026-08-15bpf: Add ksock kfuncsMahe Tardy
2026-08-15bpf: Report Policy helper and kfunc errorsKumar Kartikeya Dwivedi
2026-08-15bpf: Report Program Structure CFG errorsKumar Kartikeya Dwivedi
2026-08-15bpf: Report Execution Context Safety errorsKumar Kartikeya Dwivedi
2026-08-15bpf: Report Call Type Safety argument errorsKumar Kartikeya Dwivedi
2026-08-15bpf: Report Resource Lifetime reference leaksKumar Kartikeya Dwivedi
2026-08-15bpf: Report Memory Safety bounds errorsKumar Kartikeya Dwivedi
2026-08-15bpf: Report Register Type Safety errorsKumar Kartikeya Dwivedi
2026-08-15bpf: Track verifier context diagnostic eventsKumar Kartikeya Dwivedi