summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)Author
2020-02-24driver core: platform: fix u32 greater or equal to zero comparisonColin Ian King
2020-02-24driver core: Print device when resources present in really_probe()Geert Uytterhoeven
2020-02-24driver core: platform: Prevent resouce overflow from causing infinite loopsSimon Schwartz
2020-02-11PM: core: Fix handling of devices deleted during system-wide resumeRafael J. Wysocki
2020-02-01component: do not dereference opaque pointer in debugfsLubomir Rintel
2020-01-29mm/memory_hotplug: fix try_offline_node()David Hildenbrand
2020-01-29drivers/base/node.c: simplify unregister_memory_block_under_nodes()David Hildenbrand
2020-01-29mm/memory_hotplug: make unregister_memory_block_under_nodes() never failDavid Hildenbrand
2020-01-29mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand
2020-01-29mm/memory_hotplug: create memory block devices after arch_add_memory()David Hildenbrand
2020-01-29drivers/base/memory: pass a block_id to init_memory_block()David Hildenbrand
2020-01-29mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand
2020-01-29mm/memory_hotplug: make unregister_memory_section() never failDavid Hildenbrand
2020-01-29mm, memory_hotplug: update a comment in unregister_memory()Dan Carpenter
2020-01-29drivers/base/memory.c: clean up relics in function parametersBaoquan He
2020-01-29drivers/base/memory.c: remove an unnecessary check on NR_MEM_SECTIONSWei Yang
2020-01-27PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()Rafael J. Wysocki
2020-01-27driver core: Fix PM-runtime for links added during consumer probeRafael J. Wysocki
2020-01-27driver core: Fix possible supplier PM-usage counter imbalanceRafael J. Wysocki
2020-01-27driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()Rafael J. Wysocki
2020-01-27driver core: Fix handling of runtime PM flags in device_link_add()Rafael J. Wysocki
2020-01-27driver core: Do not resume suppliers under device_links_write_lock()Rafael J. Wysocki
2020-01-27driver core: Avoid careless re-use of existing device linksRafael J. Wysocki
2020-01-27driver core: Fix DL_FLAG_AUTOREMOVE_SUPPLIER device link flag handlingRafael J. Wysocki
2019-12-05drivers/base/platform.c: kmemleak ignore a known leakQian Cai
2019-12-01mm/memory_hotplug: Do not unlock when fails to take the device_hotplug_lockzhong jiang
2019-12-01mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lockDavid Hildenbrand
2019-12-01mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand
2019-12-01PM / Domains: Deal with multiple states but no governor in genpdUlf Hansson
2019-11-20component: fix loop condition to call unbind() if bind() failsBanajit Goswami
2019-11-12x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli
2019-11-12x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta
2019-10-29cpufreq: Avoid cpufreq_suspend() deadlock on system shutdownRafael J. Wysocki
2019-10-29drivers/base/memory.c: don't access uninitialized memmaps in soft_offline_pag...David Hildenbrand
2019-10-07soundwire: fix regmap dependencies and align with other serial linksPierre-Louis Bossart
2019-10-05base: soc: Export soc_device_register/unregister APIsVinod Koul
2019-09-19driver core: Fix use-after-free and double free on glue directoryMuchun Song
2019-08-09drivers/base: Introduce kill_device()Dan Williams
2019-08-09driver core: Establish order of operations for device_add and device_del via ...Alexander Duyck
2019-07-26regmap: fix bulk writes on paged registersSrinivas Kandagatla
2019-07-26regmap: debugfs: Fix memory leak in regmap_debugfs_initDaniel Baluta
2019-07-21regmap-irq: do not write mask register if mask_base is zeroMark Zhang
2019-07-21firmware: improve LSM/IMA security behaviourSven Van Asbroeck
2019-07-21drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDTJames Morse
2019-05-31PM / core: Propagate dev->power.wakeup_path when no callbacksUlf Hansson
2019-05-25driver core: Postpone DMA tear-down until after devres release for probe failureJohn Garry
2019-05-14x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner
2019-04-20mm: hide incomplete nr_indirectly_reclaimable in sysfsKonstantin Khlebnikov
2019-04-20PM / Domains: Avoid a potential deadlockJiada Wang
2019-03-23PM / wakeup: Rework wakeup source timer cancellationViresh Kumar