summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
5 daysPM: runtime: Clear power.needs_force_resume in pm_runtime_reinit()Rafael J. Wysocki1-0/+5
2025-08-01regmap: fix potential memory leak of regmap_busAbdun Nihaal1-0/+2
2025-07-10x86/bugs: Add a Transient Scheduler Attacks mitigationBorislav Petkov (AMD)1-0/+3
2025-06-27software node: Correct a OOB check in software_node_get_reference_args()Zijun Hu1-1/+1
2025-06-27PM: runtime: fix denying of auto suspend in pm_suspend_timer_fn()Charan Teja Kalla1-1/+1
2025-06-27platform-msi: Add msi_remove_device_irq_domain() in platform_device_msi_free_...Frank Li1-0/+1
2025-06-19PM: sleep: Fix power.is_suspended cleanup for direct-complete devicesRafael J. Wysocki1-1/+2
2025-06-19PM: runtime: Add new devm functionsBence Csókás1-0/+44
2025-05-11Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2025-05-10Merge tag 'driver-core-6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2025-05-09x86/its: Enable Indirect Target Selection mitigationPawan Gupta1-0/+3
2025-05-01platform: Fix race condition during DMA configure at IOMMU probe timeWill McVicker1-3/+3
2025-04-30Merge tag 'modules-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+5
2025-04-25Merge tag 'vfs-6.15-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-13/+9
2025-04-25devtmpfs: don't use vfs_getattr_nosec to query i_modeChristoph Hellwig1-13/+9
2025-04-16drivers: base: handle module_kobject creationShyam Saini1-8/+5
2025-04-15drivers/base/memory: Avoid overhead from for_each_present_section_nr()Gavin Shan1-24/+17
2025-04-15software node: Prevent link creation failure from causing kobj reference coun...Lizhi Xu1-2/+1
2025-04-15drivers/base: Extend documentation with preferred way to use auxbusLeon Romanovsky1-0/+10
2025-04-15driver core: fix potential NULL pointer dereference in dev_uevent()Dmitry Torokhov3-4/+44
2025-04-15driver core: introduce device_set_driver() helperDmitry Torokhov3-5/+10
2025-04-15Revert "drivers: core: synchronize really_probe() and dev_uevent()"Dmitry Torokhov1-3/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner3-5/+5
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-0/+2
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-10/+24
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-17/+12
2025-03-29Merge tag 'regmap-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2-7/+7
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+61
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-1/+28
2025-03-26Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2025-03-26Merge tag 'sound-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+31
2025-03-25Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-174/+175
2025-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+23
2025-03-25Merge branch 'for-next/smt-control' into for-next/coreCatalin Marinas1-0/+18
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-39/+33
2025-03-24Merge tag 'vfs-6.15-rc1.mount.api' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-17/+64
2025-03-24Merge branch 'pm-misc'Rafael J. Wysocki1-73/+0
2025-03-24Merge branch 'pm-sleep'Rafael J. Wysocki3-70/+146
2025-03-24Merge branches 'pm-em' and 'pm-runtime'Rafael J. Wysocki2-31/+29
2025-03-22PM: sleep: Fix bit masking operationColin Ian King1-1/+1
2025-03-20ASoC: wm8904: Add DMIC and DRC supportMark Brown1-0/+1
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel1-1/+2
2025-03-17drivers/base/memory: improve add_boot_memory_block()Gavin Shan1-9/+8
2025-03-16drivers/base/memory: simplify outputting of valid_zones_show()Shiyang Ruan1-8/+4
2025-03-14arch_topology: Support SMT control for OF based systemYicong Yang1-0/+18
2025-03-14PM: sleep: Fix handling devices with direct_complete set on errorsRafael J. Wysocki1-4/+4
2025-03-12PM: clk: Remove unused pm_clk_remove()Dr. David Alan Gilbert1-40/+0
2025-03-12PM: sleep: core: Fix indentation in dpm_wait_for_children()Geert Uytterhoeven1-1/+1
2025-03-12PM: sleep: Remove unused pm_generic_ wrappersDr. David Alan Gilbert1-24/+0