summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-01-15drm/bridge: fix documentation for the hdmi_audio_prepare() callbackDmitry Baryshkov
2025-01-15vdso: Correct typo in PAGE_SHIFT commentHaiyue Wang
2025-01-15genirq: Provide IRQCHIP_MOVE_DEFERREDThomas Gleixner
2025-01-14KVM: x86: Drop double-underscores from __kvm_set_memory_region()Sean Christopherson
2025-01-14KVM: Add a dedicated API for setting KVM-internal memslotsSean Christopherson
2025-01-14KVM: Open code kvm_set_memory_region() into its sole caller (ioctl() API)Sean Christopherson
2025-01-14socket: Remove unused kernel_sendmsg_lockedDr. David Alan Gilbert
2025-01-14PCI: Store number of supported End-End TLP PrefixesIlpo Järvinen
2025-01-14PCI: Add defines for TLP Header/Prefix log sizesIlpo Järvinen
2025-01-14PCI: Don't expose pcie_read_tlp_log() outside PCI subsystemIlpo Järvinen
2025-01-14Merge tag 'seccomp-v6.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-14nfs: probe for LOCALIO when v3 client reconnects to serverMike Snitzer
2025-01-14nfs: probe for LOCALIO when v4 client reconnects to serverMike Snitzer
2025-01-14nfs/localio: remove redundant code and simplify LOCALIO enablementMike Snitzer
2025-01-14nfs_common: track all open nfsd_files per LOCALIO nfs_clientMike Snitzer
2025-01-14nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_Mike Snitzer
2025-01-14nfs: cache all open LOCALIO nfsd_file(s) in clientMike Snitzer
2025-01-14nfs_common: move localio_lock to new lock member of nfs_uuid_tMike Snitzer
2025-01-14nfs_common: rename functions that invalidate LOCALIO nfs_clientsMike Snitzer
2025-01-14nfsd: add nfsd_file_{get,put} to 'nfs_to' nfsd_localio_operationsMike Snitzer
2025-01-14nfs/localio: add direct IO enablement with sync and async IO supportMike Snitzer
2025-01-14tcp: add LINUX_MIB_PAWS_OLD_ACK SNMP counterEric Dumazet
2025-01-14tcp: add TCP_RFC7323_PAWS_ACK drop reasonEric Dumazet
2025-01-14Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski
2025-01-14kobject: Remove unused functionsDr. David Alan Gilbert
2025-01-14ACPI: PRM: Fix missing guid_t declaration in linux/prmt.hRobert Richter
2025-01-14Merge drm/drm-next into drm-misc-next-fixesMaxime Ripard
2025-01-14drm/atomic: clarify the rules around drm_atomic_state->allow_modesetSimona Vetter
2025-01-14ALSA: rawmidi: Make tied_device=0 as default / unknownTakashi Iwai
2025-01-14net: pse-pd: Clean ethtool header of PSE structuresKory Maincent
2025-01-14net: pse-pd: Remove is_enabled callback from driversKory Maincent
2025-01-14net: pse-pd: Split ethtool_get_status into multiple callbacksKory Maincent
2025-01-14net: pse-pd: Use power limit at driver side instead of current limitKory Maincent
2025-01-14net: pse-pd: Add power limit checkKory Maincent
2025-01-14net: pse-pd: Remove unused pse_ethtool_get_pw_limit function declarationKory Maincent
2025-01-14ARM: 9433/2: implement cacheinfo supportDmitry Baryshkov
2025-01-14i2c: add core-managed per-client directory in debugfsWolfram Sang
2025-01-14net: hsr: Create and export hsr_get_port_ndev()MD Danish Anwar
2025-01-14net: ti: icssg-prueth: Add Multicast Filtering support for VLAN in MAC modeMD Danish Anwar
2025-01-14Merge tag 'nf-next-25-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-01-14net: phy: introduce optional polling interface for PHY statisticsOleksij Rempel
2025-01-14net: ethtool: add support for structured PHY statisticsJakub Kicinski
2025-01-14net: ethtool: plumb PHY stats to PHY driversJakub Kicinski
2025-01-14Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/scm/linux/kernel/git/...Wolfram Sang
2025-01-14x86/efistub: Drop long obsolete UGA supportArd Biesheuvel
2025-01-13mm/early_ioremap: add null pointer checks to prevent NULL-pointer dereferenceGuo Weikang
2025-01-13memcg/hugetlb: remove memcg hugetlb try-commit-cancel protocolJoshua Hahn
2025-01-13memcg/hugetlb: introduce mem_cgroup_charge_hugetlbJoshua Hahn
2025-01-13mm: perform all memfd seal checks in a single placeLorenzo Stoakes
2025-01-13mm: introduce mmap_lock_speculate_{try_begin|retry}Suren Baghdasaryan