summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
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
2026-02-06bpf: Change local_storage->lock and b->lock to rqspinlockAmery Hung-2/+3
2026-02-06bpf: Convert bpf_selem_unlink to failableAmery Hung-1/+1
2026-02-06bpf: Convert bpf_selem_link_map to failableAmery Hung-3/+3
2026-02-06bpf: Select bpf_local_storage_map_bucket based on bpf_local_storageAmery Hung-0/+1
2026-02-06Merge tag 'mm-hotfixes-stable-2026-02-06-12-37' of git://git.kernel.org/pub/s...Linus Torvalds-0/+3
2026-02-06Merge tag 'ceph-for-6.19-rc9' of https://github.com/ceph/ceph-clientLinus Torvalds-0/+6
2026-02-06Merge tag 'dma-mapping-6.19-2026-02-06' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-6/+19
2026-02-06landlock: Minor reword of docs for TCP access rightsMatthieu Buffet-8/+9
2026-02-06landlock: Multithreading support for landlock_restrict_self()Günther Noack-0/+13
2026-02-06Revert "revocable: Revocable resource management"Johan Hovold-89/+0
2026-02-06io_uring: allow registration of per-task restrictionsJens Axboe-0/+9
2026-02-06io_uring: add task fork hookJens Axboe-1/+14
2026-02-06irqchip/riscv-imsic: Adjust the number of available guest irq filesXu Lu-0/+3
2026-02-06netfilter: nft_set_rbtree: validate open interval overlapPablo Neira Ayuso-0/+4
2026-02-06netfilter: nft_counter: fix reset of counters on 32bit archsAnders Grahn-0/+10
2026-02-06netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentationFlorian Westphal-0/+1
2026-02-06pinctrl: generic: move function to amlogic-am4 driverConor Dooley-5/+0
2026-02-06hwrng: core - use RCU and work_struct to fix race conditionLianjie Wang-0/+2
2026-02-06KVM: s390: Add explicit padding to struct kvm_s390_keyopArnd Bergmann-0/+1
2026-02-06Merge branches 'fixes', 'arm/smmu/updates', 'intel/vt-d', 'amd/amd-vi' and 'c...Joerg Roedel-0/+100
2026-02-06vsnprintf: drop __printf() attributes on binary printing functionsArnd Bergmann-3/+2
2026-02-05net/mlx5: Fix 1600G link mode enum namingYael Chemla-1/+1
2026-02-05procfs: avoid fetching build ID while holding VMA lockAndrii Nakryiko-0/+3
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+53
2026-02-05Merge tag 'net-6.19-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+12
2026-02-05net/sched: don't use dynamic lockdep keys with clsact/ingress/noqueueDavide Caratti-0/+24
2026-02-05tcp: move __reqsk_free() out of lineEric Dumazet-8/+1
2026-02-05inet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.cEric Dumazet-2/+0
2026-02-05ASoC: cs35l56: Support for reading speaker ID from on-chip GPIOsRichard Fitzgerald-0/+37
2026-02-05usb: phy: tegra: parametrize PORTSC1 register offsetSvyatoslav Ryhel-0/+2
2026-02-05usb: phy: tegra: parametrize HSIC PTS valueSvyatoslav Ryhel-0/+2
2026-02-05usb: phy: tegra: cosmetic fixesSvyatoslav Ryhel-2/+2
2026-02-05livepatch: Fix having __klp_objects relics in non-livepatch modulesPetr Pavlu-0/+3
2026-02-05net: add vlan_get_protocol_offset_inline() helperEric Dumazet-29/+22