summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-01-20PM / OPP: Add reference counting helpers for Rust implementationViresh Kumar1-0/+6
2025-01-19cpumask: Rephrase comments for cpumask_any*() APIsI Hsin Cheng1-4/+4
2025-01-19Merge tag 'timers_urgent_for_v6.13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2025-01-19crypto: asymmetric_keys - Remove unused key_being_used_for[]Dr. David Alan Gilbert1-2/+0
2025-01-19Merge tag 'wireless-next-2025-01-17' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-11/+89
2025-01-19net: phy: remove leftovers from switch to linkmode bitmapsHeiner Kallweit1-18/+0
2025-01-19mailbox: add Samsung Exynos driverTudor Ambarus1-0/+19
2025-01-19mailbox: add Microchip IPC supportValentina Fernandez1-0/+33
2025-01-19of: address: Add parent_bus_addr to struct of_pci_rangeFrank Li1-0/+1
2025-01-18PCI: Remove devres from pci_intx()Philipp Stanner1-1/+0
2025-01-18PCI: Export pci_intx_unmanaged() and pcim_intx()Philipp Stanner1-0/+2
2025-01-18Merge patch series "riscv: Add support for xtheadvector"Palmer Dabbelt1-0/+1
2025-01-18riscv: Add ghostwrite vulnerabilityCharlie Jenkins1-0/+1
2025-01-18net: ethtool: ts: add separate counter for unconfirmed one-step TX timestampsVladimir Oltean1-0/+7
2025-01-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-0/+8
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 Garry1-0/+3
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 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