summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2026-05-12netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()David Howells
2026-05-12netfs: Fix streaming write being overwrittenDavid Howells
2026-05-12netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes goneDavid Howells
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells
2026-05-12netfs: Fix missing barriers when accessing stream->subrequests locklesslyDavid Howells
2026-05-11cgroup/cpuset: Reserve DL bandwidth only for root-domain movesGuopeng Zhang
2026-05-11bpf: Fix s16 truncation for large bpf-to-bpf call offsetsYazhou Tang
2026-05-11bpf: Fix out-of-bounds read in bpf_patch_call_args()Yazhou Tang
2026-05-11tty: add missing tty_driver include to tty_port.hJohan Hovold
2026-05-11irqchip/gic-v5: Move LPI allocation into the LPI domainSascha Bischoff
2026-05-11fprobe: Fix unregister_fprobe() to wait for RCU grace periodMasami Hiramatsu (Google)
2026-05-10sched_ext: Close root-enable vs sched_ext_dead() race with SCX_TASK_INIT_BEGINTejun Heo
2026-05-10sched_ext: Replace SCX_TASK_OFF_TASKS flag with SCX_TASK_DEAD stateTejun Heo
2026-05-09Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-05-08Merge tag 'sched-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-05-08Merge tag 'nf-26-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-05-08genetlink: free the skb on 'group >= family->n_mcgrps'Alice Ryhl
2026-05-08net: nsh: fix incorrect header length macrosIlya Maximets
2026-05-08ipv6: flowlabel: enforce per-netns limit for unprivileged callersMaoyi Xie
2026-05-08drm/ttm: Fix ttm_bo_swapout() infinite LRU walk on swapout failureThomas Hellström
2026-05-08arm64/entry: Fix arm64-specific rseq brokennessMark Rutland
2026-05-08kprobes: skip non-symbol addresses in kprobe_add_ksym_blacklist()Jianpeng Chang
2026-05-08netfilter: nf_conntrack_expect: restore helper propagation via expectationPablo Neira Ayuso
2026-05-08netfilter: x_tables: add and use xtables_unregister_table_exitFlorian Westphal
2026-05-08netfilter: x_tables: add and use xt_unregister_table_pre_exitFlorian Westphal
2026-05-08netfilter: x_tables: allocate hook ops while under mutexFlorian Westphal
2026-05-08btrfs: tracepoints: fix sleep while in atomic context in btrfs_sync_file()Filipe Manana
2026-05-07Merge tag 'net-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-05-07platform/x86: intel: Add notifiers supportSrinivas Pandruvada
2026-05-07xfrm: route MIGRATE notifications to caller's netnsMaoyi Xie
2026-05-06Merge tag 'v7.1-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-05-06Bluetooth: l2cap: defer conn param update to avoid conn->lock/hdev->lock inve...Mikhail Gavrilov
2026-05-06KVM: arm64: Work around C1-Pro erratum 4193714 for protected guestsJames Morse
2026-05-06rseq: Implement read only ABI enforcement for optimized RSEQ V2 modeThomas Gleixner
2026-05-05Merge tag 'nf-26-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-05-05Merge tag 'wq-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-05-05Merge tag 'cgroup-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-05-05Merge tag 'sched_ext-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-05-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2026-05-05Merge tag 'fbdev-for-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-05-05rseq: Revert to historical performance killing behaviourThomas Gleixner
2026-05-05net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLRDipayaan Roy
2026-05-05mm/slab: Add kvfree_atomic() helperUladzislau Rezki (Sony)
2026-05-04ipmr: Add __rcu to netns_ipv4.mrt.Kuniyuki Iwashima
2026-05-05sched/isolation: Make HK_TYPE_KTHREAD an alias of HK_TYPE_DOMAINWaiman Long
2026-05-05ipvs: Guard access of HK_TYPE_KTHREAD cpumask with RCUWaiman Long
2026-05-05ipvs: fix races around est_mutex and est_cpulistJulian Anastasov
2026-05-04sched_ext: Skip past-sched_ext_dead() tasks in scx_task_iter_next_locked()Tejun Heo
2026-05-04cgroup, sched_ext: Include exiting tasks in cgroup iterTejun Heo
2026-05-04cgroup: Defer css percpu_ref kill on rmdir until cgroup is depopulatedTejun Heo