summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* 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: fix online/offline_pages called w.o. mem_hotplug_lockDavid Hildenbrand2019-12-011-12/+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
* 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
* soundwire: fix regmap dependencies and align with other serial linksPierre-Louis Bossart2019-10-071-1/+1
* 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
* drivers/base: Introduce kill_device()Dan Williams2019-08-091-8/+19
* driver core: Establish order of operations for device_add and device_del via ...Alexander Duyck2019-08-093-11/+26
* regmap: fix bulk writes on paged registersSrinivas Kandagatla2019-07-261-0/+2
* regmap: debugfs: Fix memory leak in regmap_debugfs_initDaniel Baluta2019-07-261-0/+2
* regmap-irq: do not write mask register if mask_base is zeroMark Zhang2019-07-211-0/+6
* firmware: improve LSM/IMA security behaviourSven Van Asbroeck2019-07-211-1/+1
* drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDTJames Morse2019-07-211-1/+2
* PM / core: Propagate dev->power.wakeup_path when no callbacksUlf Hansson2019-05-311-0/+4
* driver core: Postpone DMA tear-down until after devres release for probe failureJohn Garry2019-05-251-3/+2
* x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner2019-05-141-0/+8
* mm: hide incomplete nr_indirectly_reclaimable in sysfsKonstantin Khlebnikov2019-04-201-1/+6
* PM / Domains: Avoid a potential deadlockJiada Wang2019-04-201-7/+6
* PM / wakeup: Rework wakeup source timer cancellationViresh Kumar2019-03-231-1/+7
* driver core: Postpone DMA tear-down until after devres releaseGeert Uytterhoeven2019-03-131-1/+1
* cacheinfo: Keep the old value if of_property_read_u32 failsHuacai Chen2019-02-121-4/+2
* kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha2019-02-122-5/+15
* driver core: Move async_synchronize_full callAlexander Duyck2019-02-121-3/+3
* devres: Align data[] to ARCH_KMALLOC_MINALIGNAlexey Brodkin2019-02-121-2/+8
* sysfs: Disable lockdep for driver bind/unbind filesDaniel Vetter2019-01-261-2/+5
* driver core: Add missing dev->bus->need_parent_lock checksRafael J. Wysocki2019-01-131-2/+2
* platform-msi: Free descriptors in platform_msi_domain_free()Miquel Raynal2019-01-091-2/+4
* Merge tag 'char-misc-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2018-10-071-2/+5
|\
| * firmware: Always initialize the fw_priv list objectBjorn Andersson2018-09-301-2/+5
* | PM / core: Clear the direct_complete flag on errorsRafael J. Wysocki2018-10-041-1/+4
|/
* firmware: Fix security issue with request_firmware_into_buf()Rishabh Bhatnagar2018-09-121-12/+18
* memory_hotplug: fix kernel_panic on offline page processingMikhail Zaslonko2018-09-041-11/+9
* PM / clk: signedness bug in of_pm_clk_add_clks()Dan Carpenter2018-08-241-1/+1
* Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-186-53/+134
|\
| * Merge 4.18-rc7 into driver-core-nextGreg Kroah-Hartman2018-07-302-19/+12
| |\
| * | base: core: Remove WARN_ON from link dependencies checkBenjamin Gaignard2018-07-211-2/+2
| * | drivers/base: stop new probing during shutdownPingfan Liu2018-07-211-0/+3
| * | drivers: core: Remove glue dirs from sysfs earlierBenjamin Herrenschmidt2018-07-161-0/+2
| * | driver core: remove unnecessary function extern declareShaokun Zhang2018-07-162-3/+1
| * | PM / Domains: Stop deferring probe at the end of initcallRob Herring2018-07-101-1/+1
| * | driver core: allow stopping deferred probe after initRob Herring2018-07-101-0/+59
| * | driver core: add a debugfs entry to show deferred devicesJavier Martinez Canillas2018-07-081-0/+29
| * | base: fix order of OF initializationWesley W. Terpstra2018-07-071-1/+1