summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2019-10-05base: soc: Export soc_device_register/unregister APIsVinod Koul1-0/+2
2019-09-21driver core: Fix use-after-free and double free on glue directoryMuchun Song1-1/+52
2019-08-04regmap: fix bulk writes on paged registersSrinivas Kandagatla1-0/+2
2019-05-31PM / core: Propagate dev->power.wakeup_path when no callbacksUlf Hansson1-0/+4
2019-05-14x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner1-0/+8
2019-03-23PM / wakeup: Rework wakeup source timer cancellationViresh Kumar1-1/+7
2019-02-06drivers: core: Remove glue dirs from sysfs earlierBenjamin Herrenschmidt1-0/+2
2019-01-26sysfs: Disable lockdep for driver bind/unbind filesDaniel Vetter1-2/+5
2019-01-09platform-msi: Free descriptors in platform_msi_domain_free()Miquel Raynal1-2/+4
2018-10-13PM / core: Clear the direct_complete flag on errorsRafael J. Wysocki1-1/+4
2018-09-26drivers/base: stop new probing during shutdownPingfan Liu1-0/+3
2018-09-05PM / clk: signedness bug in of_pm_clk_add_clks()Dan Carpenter1-1/+1
2018-08-15x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen1-0/+8
2018-07-28driver core: Partially revert "driver core: correct device's shutdown order"Rafael J. Wysocki1-8/+0
2018-07-11PM / OPP: Update voltage in case freq == old_freqWaldemar Rymarkiewicz1-1/+1
2018-06-26driver core: Don't ignore class_dir_create_and_add() failure.Tetsuo Handa1-2/+12
2018-05-30regmap: Correct comparison in regmap_cachedCharles Keepax1-1/+1
2018-05-22x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk1-0/+8
2018-04-24regmap: Fix reversed bounds check in regmap_raw_write()Dan Carpenter1-1/+1
2018-01-31drivers: base: cacheinfo: fix boot error message when acpi is enabledSudeep Holla1-4/+8
2018-01-31drivers: base: cacheinfo: fix x86 with CONFIG_OF enabledSudeep Holla1-0/+3
2018-01-17sysfs/cpu: Add vulnerability folderThomas Gleixner2-0/+51
2017-12-25PM / OPP: Move error message to debug levelFabio Estevam1-1/+1
2017-12-14isa: Prevent NULL dereference in isa_bus driver callbacksWilliam Breathitt Gray1-5/+5
2017-11-30PM / OPP: Add missing of_node_put(np)Tobias Jordan1-0/+1
2017-11-15PM / OPP: Error out on failing to add static OPPs for v1 bindingsViresh Kumar1-4/+8
2017-11-08PM / wakeirq: report a wakeup_event on dedicated wekup irqGrygorii Strashko1-0/+7
2017-10-18device property: Track owner device of device propertyJarkko Nikula1-6/+9
2017-10-12driver core: platform: Don't read past the end of "driver_override" bufferNicolai Stange1-1/+2
2017-10-05PM: core: Fix device_pm_check_callbacks()Rafael J. Wysocki1-3/+6
2017-09-09driver core: bus: Fix a potential double freeChristophe JAILLET1-1/+1
2017-08-11device property: Make dev_fwnode() publicSakari Ailus1-1/+2
2017-07-28PM / Domains: defer dev_pm_domain_set() until genpd->attach_dev succeeds if p...Sudeep Holla1-4/+4
2017-07-28PM / Domains: Fix unsafe iteration over modified list of domainsKrzysztof Kozlowski1-2/+2
2017-07-28PM / Domains: Fix unsafe iteration over modified list of domain providersKrzysztof Kozlowski1-2/+2
2017-07-28PM / Domains: Fix unsafe iteration over modified list of device linksKrzysztof Kozlowski1-2/+2
2017-07-21PM / QoS: return -EINVAL for bogus stringsDan Carpenter1-0/+2
2017-07-21PM / wakeirq: Convert to SRCUThomas Gleixner1-14/+18
2017-07-15Add "shutdown" to "struct class".Josh Zimmerman1-1/+5
2017-07-12driver core: platform: fix race condition with driver_overrideAdrian Salido1-2/+9
2017-06-17PM / runtime: Avoid false-positive warnings from might_sleep_if()Rafael J. Wysocki1-5/+6
2017-02-09base/memory, hotplug: fix a kernel oops in show_valid_zones()Toshi Kani1-6/+6
2017-02-01memory_hotplug: make zone_can_shift() return a boolean valueYasuaki Ishimatsu1-2/+2
2017-01-12PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspendTony Lindgren3-15/+88
2017-01-09firmware: fix usermode helper fallback loadingYves-Alexis Perez1-3/+4
2017-01-06PM / OPP: Don't use OPP structure outside of rcu protected sectionViresh Kumar1-3/+13
2017-01-06PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()Stephen Boyd1-16/+6
2016-11-13Merge tag 'driver-core-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+3
2016-11-11PM / sleep: don't suspend parent when async child suspend_{noirq, late} failsBrian Norris1-4/+4
2016-10-31driver core: fix smatch warning on dev->bus checkRob Herring1-1/+1