summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2025-01-16net: protect NAPI enablement with netdev_lock()Jakub Kicinski1-8/+3
2025-01-16net: protect netdev->napi_list with netdev_lock()Jakub Kicinski1-7/+47
2025-01-16net: add netdev->up protected by netdev_lock()Jakub Kicinski1-1/+13
2025-01-16net: make netdev_lock() protect netdev->reg_stateJakub Kicinski1-1/+1
2025-01-16net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski1-2/+21
2025-01-16net: make page_pool_ref_netmem work with net iovsPavel Begunkov1-1/+1
2025-01-16dt-bindings: clock: convert stm32 rcc bindings to json-schemaDario Binacchi1-1/+1
2025-01-16inet: ipmr: fix data-racesEric Dumazet1-3/+3
2025-01-16net: ethtool: add support for configuring hds-threshTaehee Yoo2-0/+11
2025-01-16net: ethtool: add hds_config member in ethtool_netdev_stateTaehee Yoo2-0/+3
2025-01-16power: supply: add undervoltage health status propertyDzmitry Sankouski1-0/+1
2025-01-16net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)1-1/+2
2025-01-16net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)1-2/+6
2025-01-16i2c: add kdoc for the new debugfs entry of clientsWolfram Sang1-0/+2
2025-01-15PCI: host-generic: Allow {en,dis}able_device() to be provided via pci_ecam_opsMarc Zyngier1-0/+4
2025-01-15genirq: Remove IRQ_MOVE_PCNTXT and related codeThomas Gleixner1-11/+1
2025-01-15timekeeping: Remove unused ktime_get_fast_timestamps()Dr. David Alan Gilbert1-15/+0
2025-01-15mtd: spinand: Add support for read DTR operationsMiquel Raynal1-0/+35
2025-01-15mtd: spinand: Add an optional frequency to read from cache macrosMiquel Raynal1-2/+3
2025-01-15mtd: spinand: Create distinct fast and slow read from cache variantsMiquel Raynal1-4/+16