summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Revert "device property: Keep secondary firmware node secondary by type"Bard Liao2021-01-121-1/+1
* device property: Don't clear secondary pointer for shared primary firmware nodeAndy Shevchenko2020-11-101-1/+3
* device property: Keep secondary firmware node secondary by typeAndy Shevchenko2020-11-101-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-311-1/+1
* drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...Kuppuswamy Sathyanarayanan2020-06-301-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
* 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
* 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-11-281-1/+1
* mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand2019-11-281-2/+7
* component: fix loop condition to call unbind() if bind() failsBanajit Goswami2019-11-251-3/+3
* x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2019-11-161-0/+8
* x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta2019-11-161-0/+9
* cpufreq: Avoid cpufreq_suspend() deadlock on system shutdownRafael J. Wysocki2019-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-211-1/+52
* regmap: fix bulk writes on paged registersSrinivas Kandagatla2019-08-041-0/+2
* PM / core: Propagate dev->power.wakeup_path when no callbacksUlf Hansson2019-05-311-0/+4
* x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner2019-05-141-0/+8
* PM / wakeup: Rework wakeup source timer cancellationViresh Kumar2019-03-231-1/+7
* drivers: core: Remove glue dirs from sysfs earlierBenjamin Herrenschmidt2019-02-061-0/+2
* sysfs: Disable lockdep for driver bind/unbind filesDaniel Vetter2019-01-261-2/+5
* platform-msi: Free descriptors in platform_msi_domain_free()Miquel Raynal2019-01-091-2/+4
* PM / core: Clear the direct_complete flag on errorsRafael J. Wysocki2018-10-131-1/+4
* drivers/base: stop new probing during shutdownPingfan Liu2018-09-261-0/+3
* PM / clk: signedness bug in of_pm_clk_add_clks()Dan Carpenter2018-09-051-1/+1
* x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen2018-08-151-0/+8
* driver core: Partially revert "driver core: correct device's shutdown order"Rafael J. Wysocki2018-07-281-8/+0
* PM / OPP: Update voltage in case freq == old_freqWaldemar Rymarkiewicz2018-07-111-1/+1
* driver core: Don't ignore class_dir_create_and_add() failure.Tetsuo Handa2018-06-261-2/+12
* regmap: Correct comparison in regmap_cachedCharles Keepax2018-05-301-1/+1
* x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk2018-05-221-0/+8
* regmap: Fix reversed bounds check in regmap_raw_write()Dan Carpenter2018-04-241-1/+1
* drivers: base: cacheinfo: fix boot error message when acpi is enabledSudeep Holla2018-01-311-4/+8
* drivers: base: cacheinfo: fix x86 with CONFIG_OF enabledSudeep Holla2018-01-311-0/+3
* sysfs/cpu: Add vulnerability folderThomas Gleixner2018-01-172-0/+51
* PM / OPP: Move error message to debug levelFabio Estevam2017-12-251-1/+1
* isa: Prevent NULL dereference in isa_bus driver callbacksWilliam Breathitt Gray2017-12-141-5/+5
* PM / OPP: Add missing of_node_put(np)Tobias Jordan2017-11-301-0/+1
* PM / OPP: Error out on failing to add static OPPs for v1 bindingsViresh Kumar2017-11-151-4/+8
* PM / wakeirq: report a wakeup_event on dedicated wekup irqGrygorii Strashko2017-11-081-0/+7
* device property: Track owner device of device propertyJarkko Nikula2017-10-181-6/+9
* driver core: platform: Don't read past the end of "driver_override" bufferNicolai Stange2017-10-121-1/+2