summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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 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-17pldmfw: enable selected component updateKonrad Knitter1-0/+8
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-64/+61
2025-01-16PCI: Add TLP Prefix reading to pcie_read_tlp_log()Ilpo Järvinen1-0/+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-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-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-16inet: ipmr: fix data-racesEric Dumazet1-3/+3
2025-01-16net: ethtool: add support for configuring hds-threshTaehee Yoo1-0/+9
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
2025-01-15Merge tag 'spi-mem-dtr-2' into nand/nextMiquel Raynal50-142/+359
2025-01-15PCI: Add enable_device() and disable_device() callbacks for bridgesFrank Li1-0/+2
2025-01-15block: Ensure start sector is aligned for stacking atomic writesJohn Garry1-9/+12