summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* driver core: platform: fix u32 greater or equal to zero comparisonColin Ian King2020-02-241-1/+1
* driver core: Print device when resources present in really_probe()Geert Uytterhoeven2020-02-241-1/+4
* driver core: platform: Prevent resouce overflow from causing infinite loopsSimon Schwartz2020-02-241-4/+6
* PM: core: Fix handling of devices deleted during system-wide resumeRafael J. Wysocki2020-02-111-5/+37
* component: do not dereference opaque pointer in debugfsLubomir Rintel2020-02-011-4/+4
* mm/memory_hotplug: fix try_offline_node()David Hildenbrand2020-01-291-0/+36
* drivers/base/node.c: simplify unregister_memory_block_under_nodes()David Hildenbrand2020-01-292-24/+16
* mm/memory_hotplug: make unregister_memory_block_under_nodes() never failDavid Hildenbrand2020-01-291-13/+5
* mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand2020-01-292-24/+24
* mm/memory_hotplug: create memory block devices after arch_add_memory()David Hildenbrand2020-01-291-28/+54
* drivers/base/memory: pass a block_id to init_memory_block()David Hildenbrand2020-01-291-16/+11
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2020-01-291-2/+0
* mm/memory_hotplug: make unregister_memory_section() never failDavid Hildenbrand2020-01-291-11/+5
* mm, memory_hotplug: update a comment in unregister_memory()Dan Carpenter2020-01-291-1/+1
* drivers/base/memory.c: clean up relics in function parametersBaoquan He2020-01-291-6/+6
* drivers/base/memory.c: remove an unnecessary check on NR_MEM_SECTIONSWei Yang2020-01-291-1/+1
* PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()Rafael J. Wysocki2020-01-271-1/+1
* driver core: Fix PM-runtime for links added during consumer probeRafael J. Wysocki2020-01-272-25/+8
* driver core: Fix possible supplier PM-usage counter imbalanceRafael J. Wysocki2020-01-272-19/+29
* driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()Rafael J. Wysocki2020-01-272-2/+3
* driver core: Fix handling of runtime PM flags in device_link_add()Rafael J. Wysocki2020-01-272-30/+41
* driver core: Do not resume suppliers under device_links_write_lock()Rafael J. Wysocki2020-01-271-6/+14
* driver core: Avoid careless re-use of existing device linksRafael J. Wysocki2020-01-271-3/+20
* driver core: Fix DL_FLAG_AUTOREMOVE_SUPPLIER device link flag handlingRafael J. Wysocki2020-01-271-8/+12
* 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