summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2025-04-28Merge 6.15-rc4 into driver-core-nextGreg Kroah-Hartman-50/+90
2025-04-28devres: Add devm_is_action_added() helperAndy Shevchenko-0/+11
2025-04-25Merge tag 'vfs-6.15-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-13/+9
2025-04-25PM: wakeup: Do not expose 4 device wakeup source APIsZijun Hu-8/+4
2025-04-25driver core: auxiliary bus: Fix IS_ERR() vs NULL mixup in __devm_auxiliary_de...Dan Carpenter-3/+3
2025-04-25devtmpfs: don't use vfs_getattr_nosec to query i_modeChristoph Hellwig-13/+9
2025-04-22property: Add functions to iterate named childMatti Vaittinen-0/+27
2025-04-22PM: sleep: Make suspend of devices more asynchronousRafael J. Wysocki-8/+56
2025-04-22PM: sleep: Suspend async parents after suspending childrenRafael J. Wysocki-4/+63
2025-04-22PM: sleep: Resume children after resuming the parentRafael J. Wysocki-19/+66
2025-04-22x86/cpu: Help users notice when running old Intel microcodeDave Hansen-0/+3
2025-04-16drivers: base: handle module_kobject creationShyam Saini-8/+5
2025-04-15software node: Correct a OOB check in software_node_get_reference_args()Zijun Hu-1/+1
2025-04-15drivers/base/memory: Avoid overhead from for_each_present_section_nr()Gavin Shan-24/+17
2025-04-15software node: Prevent link creation failure from causing kobj reference coun...Lizhi Xu-2/+1
2025-04-15drivers/base: Extend documentation with preferred way to use auxbusLeon Romanovsky-0/+10
2025-04-15devres: simplify devm_kstrdup() using devm_kmemdup()Raag Jadav-8/+1
2025-04-15platform: replace magic number with macro PLATFORM_DEVID_NONEWoody Zhang-1/+1
2025-04-15component: do not try to unbind unbound componentsJohan Hovold-1/+2
2025-04-15driver core: fix potential NULL pointer dereference in dev_uevent()Dmitry Torokhov-4/+44
2025-04-15driver core: introduce device_set_driver() helperDmitry Torokhov-5/+10
2025-04-15Revert "drivers: core: synchronize really_probe() and dev_uevent()"Dmitry Torokhov-3/+0
2025-04-15driver core: auxiliary bus: add device creation helpersJerome Brunet-0/+108
2025-04-15driver core: faux: Add sysfs groups after probingKurt Borja-4/+18
2025-04-10device property: Split fwnode_get_child_node_count()Andy Shevchenko-6/+6
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-5/+5
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds-0/+2
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-10/+24
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-17/+12
2025-03-29Merge tag 'regmap-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds-7/+7
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+61
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-1/+28
2025-03-26Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+2
2025-03-26Merge tag 'sound-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+31
2025-03-25Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-174/+175
2025-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-3/+23
2025-03-25Merge branch 'for-next/smt-control' into for-next/coreCatalin Marinas-0/+18
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-39/+33
2025-03-24Merge tag 'vfs-6.15-rc1.mount.api' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-17/+64
2025-03-24Merge branch 'pm-misc'Rafael J. Wysocki-73/+0
2025-03-24Merge branch 'pm-sleep'Rafael J. Wysocki-70/+146
2025-03-24Merge branches 'pm-em' and 'pm-runtime'Rafael J. Wysocki-31/+29
2025-03-22PM: sleep: Fix bit masking operationColin Ian King-1/+1
2025-03-20ASoC: wm8904: Add DMIC and DRC supportMark Brown-0/+1
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel-1/+2
2025-03-17drivers/base/memory: improve add_boot_memory_block()Gavin Shan-9/+8
2025-03-16drivers/base/memory: simplify outputting of valid_zones_show()Shiyang Ruan-8/+4
2025-03-14arch_topology: Support SMT control for OF based systemYicong Yang-0/+18
2025-03-14PM: sleep: Fix handling devices with direct_complete set on errorsRafael J. Wysocki-4/+4