summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2025-09-11x86/vmscape: Enable the mitigationPawan Gupta1-0/+3
2025-08-28topology: Set capacity_freq_ref in all casesVincent Guittot1-7/+6
2025-08-28arm64/amu: Use capacity_ref_freq() to set AMU ratioVincent Guittot1-1/+11
2025-08-28cpufreq/cppc: Set the frequency used for computing the capacityVincent Guittot1-1/+14
2025-08-28sched/topology: Add a new arch_scale_freq_ref() methodVincent Guittot1-15/+14
2025-08-28PM: runtime: Take active children into account in pm_runtime_get_if_in_use()Rafael J. Wysocki1-9/+18
2025-08-28PM: runtime: Simplify pm_runtime_get_if_active() usageSakari Ailus1-2/+33
2025-08-28PM: 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-24pmdomain: governor: Consider CPU latency tolerance from pm_domain_cpu_govMaulik Shah1-2/+16
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-19pmdomain: core: Fix error checking in genpd_dev_pm_attach_by_id()Dan Carpenter1-1/+1
2025-06-19PM: sleep: Fix power.is_suspended cleanup for direct-complete devicesRafael J. Wysocki1-1/+2
2025-05-18x86/its: Enable Indirect Target Selection mitigationPawan Gupta1-0/+3
2025-05-09drivers: base: handle module_kobject creationShyam Saini1-8/+5
2025-05-02driver core: fix potential NULL pointer dereference in dev_uevent()Dmitry Torokhov3-4/+44
2025-05-02driver core: introduce device_set_driver() helperDmitry Torokhov3-4/+10
2025-05-02Revert "drivers: core: synchronize really_probe() and dev_uevent()"Dmitry Torokhov1-3/+0
2025-04-25drivers: base: devres: Allow to release group on device releaseLucas De Marchi1-0/+7
2025-04-10PM: sleep: Fix handling devices with direct_complete set on errorsRafael J. Wysocki1-4/+4
2025-04-10PM: sleep: Adjust check before setting power.must_resumeRafael J. Wysocki2-8/+7
2025-03-13drivers: core: fix device leak in __fw_devlink_relax_cycles()Luca Ceresoli1-0/+1
2025-02-21regmap-irq: Add missing kfree()Jiasheng Jiang1-0/+2
2025-02-08driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()Zijun Hu1-1/+8
2025-01-17topology: Keep the cpumask unchanged when printing cpumapLi Huafei1-4/+20
2025-01-02pmdomain: core: Add missing put_device()Ulf Hansson1-0/+1
2025-01-02regmap: Use correct format specifier for logging range errorsMark Brown1-2/+2
2024-12-14regmap: maple: Provide lockdep (sub)class for maple tree's internal lockCristian Ciocaltea3-0/+5
2024-12-14regmap: detach regmap from dev on regmap_exitCosmin Tanislav1-0/+12
2024-12-14cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPURicardo Neri1-6/+8
2024-12-14driver core: fw_devlink: Stop trying to optimize cycle detection logicSaravana Kannan1-31/+24
2024-12-14driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode linkSaravana Kannan1-1/+8
2024-12-14driver core: fw_devlink: Improve logs for cycle detectionSaravana Kannan1-2/+9
2024-12-09firmware_loader: Fix possible resource leak in fw_log_firmware_info()Gaosheng Cui1-3/+2
2024-12-09regmap: irq: Set lockdep class for hierarchical IRQ domainsAndy Shevchenko1-0/+4
2024-11-08cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams1-0/+35
2024-11-08Revert "driver core: Fix uevent_show() vs driver detach race"Greg Kroah-Hartman2-12/+5
2024-10-17driver core: bus: Return -EIO instead of 0 when show/store invalid bus attributeZijun Hu1-2/+4
2024-10-17driver core: bus: Fix double free in driver API bus_register()Zijun Hu1-0/+2
2024-10-04firmware_loader: Block path traversalJann Horn1-0/+30
2024-10-04driver core: Fix a potential null-ptr-deref in module_add_driver()Jinjie Ruan1-5/+9
2024-10-04driver core: Fix error handling in driver API device_rename()Zijun Hu1-5/+10
2024-10-04pmdomain: core: Harden inter-column space in debug summaryGeert Uytterhoeven1-1/+1
2024-09-12regmap: maple: work around gcc-14.1 false-positive warningArnd Bergmann1-1/+2
2024-09-12devres: Initialize an uninitialized struct memberZijun Hu1-0/+1
2024-09-08regmap: spi: Fix potential off-by-one when calculating reserved sizeAndy Shevchenko1-2/+1
2024-08-14driver core: Fix uevent_show() vs driver detach raceDan Williams2-5/+12
2024-08-03devres: Fix memory leakage caused by driver API devm_free_percpu()Zijun Hu1-1/+5