summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
43 hoursregmap: fix potential memory leak of regmap_busAbdun Nihaal
2025-07-10x86/bugs: Add a Transient Scheduler Attacks mitigationBorislav Petkov (AMD)
2025-06-27software node: Correct a OOB check in software_node_get_reference_args()Zijun Hu
2025-06-27PM: runtime: fix denying of auto suspend in pm_suspend_timer_fn()Charan Teja Kalla
2025-06-27platform-msi: Add msi_remove_device_irq_domain() in platform_device_msi_free_...Frank Li
2025-06-19PM: sleep: Fix power.is_suspended cleanup for direct-complete devicesRafael J. Wysocki
2025-05-18x86/its: Enable Indirect Target Selection mitigationPawan Gupta
2025-05-09drivers: base: handle module_kobject creationShyam Saini
2025-05-02driver core: fix potential NULL pointer dereference in dev_uevent()Dmitry Torokhov
2025-05-02driver core: introduce device_set_driver() helperDmitry Torokhov
2025-05-02Revert "drivers: core: synchronize really_probe() and dev_uevent()"Dmitry Torokhov
2025-04-20drivers: base: devres: Allow to release group on device releaseLucas De Marchi
2025-04-10PM: sleep: Fix handling devices with direct_complete set on errorsRafael J. Wysocki
2025-04-10PM: sleep: Adjust check before setting power.must_resumeRafael J. Wysocki
2025-03-13drivers: core: fix device leak in __fw_devlink_relax_cycles()Luca Ceresoli
2025-02-21regmap-irq: Add missing kfree()Jiasheng Jiang
2025-02-08driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()Zijun Hu
2025-01-17topology: Keep the cpumask unchanged when printing cpumapLi Huafei
2025-01-02regmap: Use correct format specifier for logging range errorsMark Brown
2024-12-14regmap: maple: Provide lockdep (sub)class for maple tree's internal lockCristian Ciocaltea
2024-12-14arch_numa: Restore nid checks before registering a memblock with a nodeMarc Zyngier
2024-12-14regmap: detach regmap from dev on regmap_exitCosmin Tanislav
2024-12-14cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPURicardo Neri
2024-12-09driver core: fw_devlink: Stop trying to optimize cycle detection logicSaravana Kannan
2024-12-05firmware_loader: Fix possible resource leak in fw_log_firmware_info()Gaosheng Cui
2024-12-05devres: Fix page faults when tracing devres from unloaded modulesKeita Morisaki
2024-12-05regmap: irq: Set lockdep class for hierarchical IRQ domainsAndy Shevchenko
2024-11-06ACPI: processor: Move arch_init_invariance_cppc() call laterMario Limonciello
2024-11-03Merge tag 'driver-core-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-10-29Revert "driver core: Fix uevent_show() vs driver detach race"Greg Kroah-Hartman
2024-10-25cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams
2024-10-11Merge tag 'pmdomain-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-10-10PM: domains: Fix alloc/free in dev_pm_domain_attach|detach_list()Ulf Hansson
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-27Merge tag 'driver-core-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-09-26Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-25Revert "driver core: don't always lock parent in shutdown"Greg Kroah-Hartman
2024-09-25Revert "driver core: separate function to shutdown one device"Greg Kroah-Hartman
2024-09-25Revert "driver core: shut down devices asynchronously"Greg Kroah-Hartman
2024-09-25Revert "driver core: fix async device shutdown hang"Greg Kroah-Hartman
2024-09-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-21driver core: fix async device shutdown hangStuart Hayes
2024-09-18Merge tag 'pmdomain-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds
2024-09-13driver core: attribute_container: Remove unused functionsDr. David Alan Gilbert
2024-09-11driver core: Trivially simplify ((struct device_private *)curr)->device->p to...Zijun Hu
2024-09-03arch_numa: switch over to numa_memblksMike Rapoport (Microsoft)
2024-09-03arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)
2024-09-03devres: Correclty strip percpu address space of devm_free_percpu() argumentUros Bizjak