summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2026-02-09Merge tag 'vfs-7.0-rc1.btrfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+5
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+84
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+0
2026-02-09Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...Linus Torvalds-17/+19
2026-02-09sunrpc: rpc_debug and others are defined even if CONFIG_SUNRPC_DEBUG unsetBen Dooks-2/+0
2026-02-09Merge tag 'vfs-7.0-rc1.initrd' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+0
2026-02-09Merge tag 'lsm-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+2
2026-02-09Merge tag 'audit-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+24
2026-02-09Merge tag 'i3c/for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds-9/+39
2026-02-09Merge tag 'kvm-x86-svm-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-1/+10
2026-02-09Merge tag 'rcu.release.v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-62/+141
2026-02-09Merge tag 'linux_kselftest-kunit-6.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-1/+2
2026-02-09vduse: avoid adding implicit paddingArnd Bergmann-2/+7
2026-02-09Merge tag 'kvmarm-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini-5/+6
2026-02-09Merge tag 'asoc-v6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai-140/+486
2026-02-09Merge branch 'for-6.20/sony' into for-linusJiri Kosina-1964/+11909
2026-02-09dma-fence: Fix sparse warnings due __rcu annotationsTvrtko Ursulin-30/+5
2026-02-09libceph: add support for CEPH_CRYPTO_AES256KRB5Ilya Dryomov-2/+3
2026-02-09drm/xe/uapi: update used tracking kernel-docMatthew Auld-7/+1
2026-02-08RDMA/uverbs: Add DMABUF object type and operationsYishai Hadas-0/+20
2026-02-08Merge tag 'common_phys_vec_via_vfio' into HEADLeon Romanovsky-18/+12
2026-02-08RDMA/core: introduce rdma_restrict_node_type()Stefan Metzmacher-0/+17
2026-02-08Merge branch 'for-linus' into for-nextTakashi Iwai-138/+222
2026-02-08kcsan, compiler_types: avoid duplicate type issues in BPF Type FormatAlan Maguire-7/+16
2026-02-08tests/liveupdate: add in-kernel liveupdate testPasha Tatashin-0/+5
2026-02-08liveupdate: luo_flb: introduce File-Lifecycle-Bound global statePasha Tatashin-0/+223
2026-02-08list: add primitives for private list manipulationsPasha Tatashin-0/+256
2026-02-08delayacct: fix uapi timespec64 definitionArnd Bergmann-18/+9
2026-02-07Merge tag 'sched-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+2
2026-02-07Merge tag 'objtool-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+3
2026-02-06net/ipv6: Remove HBH helpersAlice Mikityanska-77/+0
2026-02-06net/ipv6: Drop HBH for BIG TCP on TX sideAlice Mikityanska-1/+0
2026-02-06net/ipv6: Introduce payload_len helpersAlice Mikityanska-4/+24
2026-02-06mptcp: fix kdoc warningsMatthieu Baerts (NGI0)-1/+1
2026-02-06tcp: inline tcp_filter()Eric Dumazet-1/+7
2026-02-06netns: optimize netns cleaning by batching unhash_nsid callsQiliang Yuan-0/+1
2026-02-06mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE...Qi Zheng-1/+1
2026-02-06Merge branch 'pci/misc'Bjorn Helgaas-0/+2
2026-02-06Merge branch 'pci/controller/dwc'Bjorn Helgaas-0/+33
2026-02-06Merge branch 'pci/virtualization'Bjorn Helgaas-0/+1
2026-02-06Merge branch 'pci/trace'Bjorn Helgaas-0/+136
2026-02-06Merge branch 'pci/resource'Bjorn Helgaas-2/+11
2026-02-06Merge branch 'pci/pwrctrl'Bjorn Helgaas-2/+15
2026-02-06Merge branch 'pci/iommu'Bjorn Helgaas-0/+7
2026-02-06PCI/bwctrl: Disable BW controller on Intel P45 using a quirkIlpo Järvinen-0/+1
2026-02-06PCI: Cache ACS Capabilities registerManivannan Sadhasivam-0/+1
2026-02-06bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}Amery Hung-2/+2
2026-02-06bpf: Support lockless unlink when freeing map or local storageAmery Hung-1/+8
2026-02-06bpf: Prepare for bpf_selem_unlink_nofail()Amery Hung-2/+3
2026-02-06bpf: Remove unused percpu counter from bpf_local_storage_map_freeAmery Hung-2/+1