summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-01-18net: dsa: implement get_ts_stats ethtool operation for user portsVladimir Oltean1-0/+2
2025-01-18net: ethtool: ts: add separate counter for unconfirmed one-step TX timestampsVladimir Oltean2-0/+8
2025-01-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2-0/+9
2025-01-18Merge tag 'soc-fixes-6.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+6
2025-01-18dcache: back inline names with a struct-wrapped array of unsigned longAl Viro1-2/+8
2025-01-18make sure that DNAME_INLINE_LEN is a multiple of word sizeAl Viro1-3/+5
2025-01-18dm-table: atomic writes supportJohn Garry2-2/+5
2025-01-18tracing: gfp: Fix the GFP enum values shown for user space tracing toolsSteven Rostedt1-0/+63
2025-01-17block: Add common atomic writes enable flagJohn Garry1-2/+2
2025-01-17PM: sleep: wakeirq: Introduce device-managed variant of dev_pm_set_wake_irq()Peng Fan1-0/+6
2025-01-17regulator: Add support for power budgetKory Maincent3-0/+25
2025-01-17ACPI: platform_profile: Add documentationKurt Borja1-0/+10
2025-01-17ACPI: platform_profile: Move platform_profile_handlerKurt Borja1-11/+0
2025-01-17ACPI: platform_profile: Remove platform_profile_handler from exported symbolsKurt Borja1-4/+8
2025-01-17of: Do not expose of_alias_scan() and correct its commentsZijun Hu1-1/+0
2025-01-17serial: kgdb_nmi: Remove unused knock codeDr. David Alan Gilbert1-2/+0
2025-01-17usb: typec: tcpci: Prevent Sink disconnection before vPpsShutdown in SPR PPSKyle Tso1-1/+2
2025-01-17Merge branch kvm-arm64/pkvm-memshare-declutter into kvmarm-master/nextMarc Zyngier1-4/+2
2025-01-17Merge branch kvm-arm64/nv-timers into kvmarm-master/nextMarc Zyngier2-0/+29
2025-01-17Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'qualcomm/msm', 'rock...Joerg Roedel4-7/+20
2025-01-17net: phylink: add EEE managementRussell King (Oracle)1-0/+45
2025-01-17net: phy: add support for querying PHY clock stop capabilityRussell King (Oracle)1-0/+1
2025-01-17net: mdio: add definition for clock stop capable bitRussell King (Oracle)1-0/+1
2025-01-17clk: bcm: rpi: Add disp clockMaxime Ripard1-0/+1
2025-01-17devlink: add devl guardKonrad Knitter1-0/+1
2025-01-17pldmfw: enable selected component updateKonrad Knitter1-0/+8
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-103/+72
2025-01-16PCI: Add TLP Prefix reading to pcie_read_tlp_log()Ilpo Järvinen2-4/+7
2025-01-16Merge tag 'net-6.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-24/+1
2025-01-16ACPI: platform_profile: Add `probe` to platform_profile_opsKurt Borja1-0/+1
2025-01-16ACPI: platform_profile: Add `ops` member to handlersKurt Borja1-2/+8
2025-01-16ACPI: platform_profile: Remove platform_profile_handler from callbacksKurt Borja1-4/+2
2025-01-16ACPI: platform_profile: Let drivers set drvdata to the class deviceKurt Borja1-2/+2
2025-01-16ACPI: platform_profile: Replace *class_dev member with class_devKurt Borja1-1/+2
2025-01-16Merge tag 'qcom-arm64-for-6.14' of https://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann6-0/+729
2025-01-16Merge tag 'sunxi-dt-for-6.14' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-0/+2
2025-01-16Merge tag 'renesas-dts-for-v6.14-tag2' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann2-0/+72
2025-01-16Merge tag 'icc-6.14-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman1-0/+143
2025-01-16hrtimers: Handle CPU state correctly on hotplugKoichiro Den1-0/+1
2025-01-16lockref: add a lockref_init helperChristoph Hellwig1-0/+11
2025-01-16lockref: drop superfluous externsChristoph Hellwig1-3/+3
2025-01-16lockref: use bool for false/true returnsChristoph Hellwig1-3/+3
2025-01-16lockref: remove lockref_put_not_zeroChristoph Hellwig1-1/+0
2025-01-16fs: Fix return type of do_mount() from long to intSentaro Onizuka1-1/+1
2025-01-16HID: hid-asus: Disable OOBE mode on the ProArt P16Luke D. Jones1-0/+5
2025-01-16Merge branch 'net-reduce-rtnl-pressure-in-unregister_netdevice'Jakub Kicinski1-0/+2
2025-01-16net: expedite synchronize_net() for cleanup_net()Eric Dumazet1-0/+2
2025-01-16net: protect NAPI config fields with netdev_lock()Jakub Kicinski1-3/+4
2025-01-16net: protect napi->irq with netdev_lock()Jakub Kicinski1-1/+9
2025-01-16net: protect threaded status of NAPI with netdev_lock()Jakub Kicinski1-2/+11