summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2026-08-17Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2026-08-17mptcp: remove unused data_ack from struct mptcp_extGeliang Tang
2026-08-18netfilter: nf_tables: move set_update_list to nftables per-netnsPablo Neira Ayuso
2026-08-17Merge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-17sched_ext: Merge branch 'for-7.3-arena-args' into for-7.3Tejun Heo
2026-08-17Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-17net_shaper: fix kernel-doc list indentationKarl Mehltretter
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.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-08-17Bluetooth: L2CAP: add locking annotations for l2cap_chan_lock/unlockPauli Virtanen
2026-08-17Bluetooth: hci_core: add lockdep check to hci_conn lookupsPauli Virtanen
2026-08-17Merge tag 'vfs-7.3-rc1.kfunc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->prio_tc_mapEric Dumazet
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tcEric Dumazet
2026-08-17net: prevent torn reads in netdev_tc_txqEric Dumazet
2026-08-17Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-17Merge tag 'clk-misc-round-two-for-v7.3' of ssh://github.com/masneyb/linux int...Stephen Boyd
2026-08-17Merge tag 'clk-misc-for-v7.3' of ssh://github.com/masneyb/linux into clk-pileStephen Boyd
2026-08-17Merge tag 'vfs-7.3-rc1.failfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-08-17NFS/localio: issue IO inline when not in a memory-reclaim contextMike Snitzer
2026-08-17nfs4.2: open UNCACHEABLE_FILE_DATA files with O_DIRECTMike Snitzer
2026-08-17nfs4.2: add UNCACHEABLE_FILE_DATA attribute supportTom Haynes
2026-08-17Merge tags 'vfs-7.3-rc1.efs' and 'vfs-7.3-rc1.freevxfs' of git://git.kernel.o...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.binfmt' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-08-17fuse: add zero-copy over io-uringJoanne Koong
2026-08-17fuse: add io-uring buffer poolsJoanne Koong
2026-08-17fuse: add FUSE_IO_URING_CMD_ADD_QUEUEJoanne Koong
2026-08-17io_uring/rsrc: rename and export IO_IMU_DEST / IO_IMU_SOURCEJoanne Koong
2026-08-17io_uring/rsrc: add io_buffer_register_bvec()Joanne Koong
2026-08-17io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()Joanne Koong
2026-08-17dt-bindings: arm: qcom,ids: Add SoC ID for Snapdragon SDM 850David Heidelberg
2026-08-17bpf: Add BPF_F_ADJ_ROOM_DECAP_* flags for tunnel decapsulationNick Hudson
2026-08-17bpf: Name the enum for BPF_FUNC_skb_adjust_room flagsNick Hudson
2026-08-17landlock: Add tracepoints for ptrace and scope denialsMickaël Salaün
2026-08-17landlock: Add landlock_deny_access_fs and landlock_deny_access_netMickaël Salaün
2026-08-17landlock: Add tracepoints for rule checkingMickaël Salaün
2026-08-17landlock: Add landlock_enforce_domain tracepointMickaël Salaün
2026-08-17landlock: Add create_domain and free_domain tracepointsMickaël Salaün
2026-08-17landlock: Add landlock_add_rule_fs and landlock_add_rule_net tracepointsMickaël Salaün
2026-08-17landlock: Add create_ruleset and free_ruleset tracepointsMickaël Salaün
2026-08-17landlock: Consolidate access-right and scope names in a shared headerMickaël Salaün
2026-08-17bpf: Rewrite any fault prone load out of a mem or btf_id pointerDaniel Borkmann
2026-08-17bpf: Keep fault protection when merging pointer typesDaniel Borkmann
2026-08-17Merge branch 'for-next' into for-linusTakashi Iwai
2026-08-17PCI: Add pci_irq_type() to query the allocated interrupt typeDanilo Krummrich
2026-08-16Merge tag 'timers_urgent_for_v7.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-08-16Merge tag 'core_urgent_for_v7.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-08-15sched_ext: Use runnable_at for the default core-sched task orderingTejun Heo