summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2025-01-14KVM: Open code kvm_set_memory_region() into its sole caller (ioctl() API)Sean Christopherson-2/+0
2025-01-14socket: Remove unused kernel_sendmsg_lockedDr. David Alan Gilbert-2/+0
2025-01-14PCI: Store number of supported End-End TLP PrefixesIlpo Järvinen-1/+2
2025-01-14PCI: Add defines for TLP Header/Prefix log sizesIlpo Järvinen-1/+8
2025-01-14PCI: Don't expose pcie_read_tlp_log() outside PCI subsystemIlpo Järvinen-2/+0
2025-01-14Merge tag 'seccomp-v6.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2025-01-14nfs: probe for LOCALIO when v3 client reconnects to serverMike Snitzer-1/+2
2025-01-14nfs: probe for LOCALIO when v4 client reconnects to serverMike Snitzer-0/+1
2025-01-14nfs/localio: remove redundant code and simplify LOCALIO enablementMike Snitzer-1/+4
2025-01-14nfs_common: track all open nfsd_files per LOCALIO nfs_clientMike Snitzer-2/+6
2025-01-14nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_Mike Snitzer-6/+6
2025-01-14nfs: cache all open LOCALIO nfsd_file(s) in clientMike Snitzer-9/+29
2025-01-14nfs_common: move localio_lock to new lock member of nfs_uuid_tMike Snitzer-2/+7
2025-01-14nfs_common: rename functions that invalidate LOCALIO nfs_clientsMike Snitzer-2/+3
2025-01-14nfsd: add nfsd_file_{get,put} to 'nfs_to' nfsd_localio_operationsMike Snitzer-0/+2
2025-01-14nfs/localio: add direct IO enablement with sync and async IO supportMike Snitzer-0/+1
2025-01-14tcp: add LINUX_MIB_PAWS_OLD_ACK SNMP counterEric Dumazet-0/+2
2025-01-14tcp: add TCP_RFC7323_PAWS_ACK drop reasonEric Dumazet-0/+5
2025-01-14Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski-5/+75
2025-01-14kobject: Remove unused functionsDr. David Alan Gilbert-2/+0
2025-01-14ACPI: PRM: Fix missing guid_t declaration in linux/prmt.hRobert Richter-0/+2
2025-01-14Merge drm/drm-next into drm-misc-next-fixesMaxime Ripard-227/+573
2025-01-14drm/atomic: clarify the rules around drm_atomic_state->allow_modesetSimona Vetter-2/+21
2025-01-14ALSA: rawmidi: Make tied_device=0 as default / unknownTakashi Iwai-1/+10
2025-01-14net: pse-pd: Clean ethtool header of PSE structuresKory Maincent-21/+21
2025-01-14net: pse-pd: Remove is_enabled callback from driversKory Maincent-3/+0
2025-01-14net: pse-pd: Split ethtool_get_status into multiple callbacksKory Maincent-12/+75
2025-01-14net: pse-pd: Use power limit at driver side instead of current limitKory Maincent-10/+6
2025-01-14net: pse-pd: Add power limit checkKory Maincent-0/+2
2025-01-14net: pse-pd: Remove unused pse_ethtool_get_pw_limit function declarationKory Maincent-8/+0
2025-01-14ARM: 9433/2: implement cacheinfo supportDmitry Baryshkov-1/+1
2025-01-14i2c: add core-managed per-client directory in debugfsWolfram Sang-0/+1
2025-01-14net: hsr: Create and export hsr_get_port_ndev()MD Danish Anwar-0/+17
2025-01-14net: ti: icssg-prueth: Add Multicast Filtering support for VLAN in MAC modeMD Danish Anwar-0/+3
2025-01-14Merge tag 'nf-next-25-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-0/+13
2025-01-14net: phy: introduce optional polling interface for PHY statisticsOleksij Rempel-0/+21
2025-01-14net: ethtool: add support for structured PHY statisticsJakub Kicinski-0/+16
2025-01-14net: ethtool: plumb PHY stats to PHY driversJakub Kicinski-0/+101
2025-01-14Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/scm/linux/kernel/git/...Wolfram Sang-78/+140
2025-01-14x86/efistub: Drop long obsolete UGA supportArd Biesheuvel-4/+0
2025-01-13mm/early_ioremap: add null pointer checks to prevent NULL-pointer dereferenceGuo Weikang-1/+1
2025-01-13memcg/hugetlb: remove memcg hugetlb try-commit-cancel protocolJoshua Hahn-22/+0
2025-01-13memcg/hugetlb: introduce mem_cgroup_charge_hugetlbJoshua Hahn-0/+7
2025-01-13mm: perform all memfd seal checks in a single placeLorenzo Stoakes-67/+11
2025-01-13mm: introduce mmap_lock_speculate_{try_begin|retry}Suren Baghdasaryan-2/+31
2025-01-13mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan-27/+47
2025-01-13seqlock: add raw_seqcount_try_beginSuren Baghdasaryan-0/+22
2025-01-13mm: add per-order mTHP swap-in fallback/fallback_charge countersWenchao Hao-0/+2
2025-01-13x86: mm: free page table pages by RCU instead of semi RCUQi Zheng-1/+3
2025-01-13mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED)Qi Zheng-0/+1