summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein2023-05-301-0/+6
* driver core: Fix bus_type.match() error handling in __driver_attach()Isaac J. Manjarres2023-01-181-2/+6
* class: fix possible memory leak in __class_register()Yang Yingliang2023-01-181-0/+5
* PM: domains: Fix handling of unavailable/disabled idle statesSudeep Holla2022-11-031-0/+4
* x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre2022-11-011-0/+8
* driver core: Don't probe devices after bus_type.match() probe deferralIsaac J. Manjarres2022-09-151-0/+10
* x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta2022-06-161-0/+8
* drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin2022-06-141-0/+1
* PM: core: keep irq flags in device_pm_check_callbacks()Dmitry Baryshkov2022-04-201-2/+4
* regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang2021-11-021-4/+3
* PM: base: power: don't try to use non-existing RTC for storing dataJuergen Gross2021-09-221-0/+10
* regmap: fix the offset of register error logJeongtae Park2021-09-221-1/+1
* opp: remove WARN when no valid OPPs remainMichał Mirosław2021-09-031-2/+3
* PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2021-08-261-0/+1
* Revert "PM: runtime: Update device status before letting suppliers suspend"Rafael J. Wysocki2021-03-241-37/+25
* PM: runtime: Update device status before letting suppliers suspendRafael J. Wysocki2021-03-111-25/+37
* driver core: Extend device_is_dependent()Rafael J. Wysocki2021-02-071-1/+16
* base: core: Remove WARN_ON from link dependencies checkBenjamin Gaignard2021-02-071-2/+2
* Revert "device property: Keep secondary firmware node secondary by type"Bard Liao2021-01-121-1/+1
* PM: runtime: Resume the device earlier in __device_release_driver()Rafael J. Wysocki2020-11-101-2/+5
* device property: Don't clear secondary pointer for shared primary firmware nodeAndy Shevchenko2020-11-051-1/+3
* device property: Keep secondary firmware node secondary by typeAndy Shevchenko2020-11-051-1/+1
* driver core: Fix probe_count imbalance in really_probe()Tetsuo Handa2020-10-141-2/+3
* device property: Fix the secondary firmware node handling in set_primary_fwno...Heikki Krogerus2020-09-031-4/+8
* PM: sleep: core: Fix the handling of pending runtime resume requestsRafael J. Wysocki2020-09-031-6/+10
* regmap: debugfs: check count when read regmap filePeng Fan2020-07-311-0/+6
* regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde2020-07-291-1/+1
* drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...Kuppuswamy Sathyanarayanan2020-06-251-0/+2
* x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2020-06-111-0/+8
* component: Silence bind error on -EPROBE_DEFERJames Hilliard2020-05-271-3/+5
* arch_topology: Fix section miss match warning due to free_raw_capacity()Prasad Sodagudi2020-04-241-1/+1
* driver core: platform: fix u32 greater or equal to zero comparisonColin Ian King2020-02-281-1/+1
* driver core: Print device when resources present in really_probe()Geert Uytterhoeven2020-02-281-1/+4
* driver core: platform: Prevent resouce overflow from causing infinite loopsSimon Schwartz2020-02-281-4/+6
* PM: core: Fix handling of devices deleted during system-wide resumeRafael J. Wysocki2020-02-141-5/+37
* PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()Rafael J. Wysocki2020-01-271-1/+1
* driver core: Do not resume suppliers under device_links_write_lock()Rafael J. Wysocki2020-01-271-6/+14
* drivers/base/platform.c: kmemleak ignore a known leakQian Cai2019-12-051-0/+3
* mm/memory_hotplug: Do not unlock when fails to take the device_hotplug_lockzhong jiang2019-12-011-1/+1
* mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand2019-12-011-2/+7
* PM / Domains: Deal with multiple states but no governor in genpdUlf Hansson2019-12-011-0/+6
* Revert "OPP: Protect dev_list with opp_table lock"Greg Kroah-Hartman2019-11-243-22/+3
* OPP: Protect dev_list with opp_table lockViresh Kumar2019-11-203-3/+22
* component: fix loop condition to call unbind() if bind() failsBanajit Goswami2019-11-201-3/+3
* x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2019-11-121-0/+8
* x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta2019-11-121-0/+9
* cpufreq: Avoid cpufreq_suspend() deadlock on system shutdownRafael J. Wysocki2019-10-291-0/+3
* drivers/base/memory.c: don't access uninitialized memmaps in soft_offline_pag...David Hildenbrand2019-10-291-0/+3
* base: soc: Export soc_device_register/unregister APIsVinod Koul2019-10-051-0/+2
* driver core: Fix use-after-free and double free on glue directoryMuchun Song2019-09-191-1/+52