summaryrefslogtreecommitdiff
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* PM: core: Fix device_pm_check_callbacks()Rafael J. Wysocki2017-10-051-3/+6
* driver core: bus: Fix a potential double freeChristophe JAILLET2017-09-091-1/+1
* device property: Make dev_fwnode() publicSakari Ailus2017-08-111-1/+2
* PM / Domains: defer dev_pm_domain_set() until genpd->attach_dev succeeds if p...Sudeep Holla2017-07-271-4/+4
* PM / Domains: Fix unsafe iteration over modified list of domainsKrzysztof Kozlowski2017-07-271-2/+2
* PM / Domains: Fix unsafe iteration over modified list of domain providersKrzysztof Kozlowski2017-07-271-2/+2
* PM / Domains: Fix unsafe iteration over modified list of device linksKrzysztof Kozlowski2017-07-271-2/+2
* PM / QoS: return -EINVAL for bogus stringsDan Carpenter2017-07-211-0/+2
* PM / wakeirq: Convert to SRCUThomas Gleixner2017-07-211-14/+18
* Add "shutdown" to "struct class".Josh Zimmerman2017-07-151-1/+5
* driver core: platform: fix race condition with driver_overrideAdrian Salido2017-07-121-2/+9