summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)Author
2021-05-22regmap: set debugfs_name to NULL after it is freedMeng Li
2021-04-16driver core: Fix locking bug in deferred_probe_timeout_work_func()Saravana Kannan
2021-04-07PM: runtime: Fix ordering in pm_runtime_get_suppliers()Adrian Hunter
2021-04-07PM: runtime: Fix race getting/putting suppliers at probeAdrian Hunter
2021-03-24Revert "PM: runtime: Update device status before letting suppliers suspend"Rafael J. Wysocki
2021-03-11PM: runtime: Update device status before letting suppliers suspendRafael J. Wysocki
2021-03-04regmap: sdw: use _no_pm functions in regmap_read/writeBard Liao
2021-01-27driver core: Extend device_is_dependent()Rafael J. Wysocki
2021-01-17regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()Dan Carpenter
2021-01-17regmap: debugfs: Fix a memory leak when calling regmap_attach_devXiaolei Wang
2021-01-12Revert "device property: Keep secondary firmware node secondary by type"Bard Liao
2020-11-10PM: runtime: Resume the device earlier in __device_release_driver()Rafael J. Wysocki
2020-11-05device property: Don't clear secondary pointer for shared primary firmware nodeAndy Shevchenko
2020-11-05device property: Keep secondary firmware node secondary by typeAndy Shevchenko
2020-10-14driver core: Fix probe_count imbalance in really_probe()Tetsuo Handa
2020-10-07mm: don't rely on system state to detect hot-plug operationsLaurent Dufour
2020-10-01regmap: fix page selection for noinc readsDmitry Baryshkov
2020-09-03device property: Fix the secondary firmware node handling in set_primary_fwno...Heikki Krogerus
2020-09-03PM: sleep: core: Fix the handling of pending runtime resume requestsRafael J. Wysocki
2020-08-21driver core: Avoid binding drivers to dead devicesLukas Wunner
2020-07-31regmap: debugfs: check count when read regmap filePeng Fan
2020-07-29regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde
2020-07-22regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson
2020-07-16regmap: fix alignment issueJens Thoms Toerring
2020-06-30regmap: Fix memory leak from regmap_register_patchCharles Keepax
2020-06-25drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...Kuppuswamy Sathyanarayanan
2020-06-10x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross
2020-05-27component: Silence bind error on -EPROBE_DEFERJames Hilliard
2020-04-17firmware: fix a double abort case with fw_load_sysfs_fallbackJunyong Sun
2020-03-20driver core: Fix creation of device links with PM-runtime flagsRafael J. Wysocki
2020-03-20driver core: Remove device link creation limitationRafael J. Wysocki
2020-03-20driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMERRafael J. Wysocki
2020-03-20driver core: Make driver core own stateful device linksRafael J. Wysocki
2020-03-20driver core: Fix adding device links to probing suppliersRafael J. Wysocki
2020-03-20driver core: Remove the link if there is no driver with AUTO flagYong Wu
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