summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2021-03-04regmap: sdw: use _no_pm functions in regmap_read/writeBard Liao1-2/+2
2021-01-27driver core: Extend device_is_dependent()Rafael J. Wysocki1-1/+16
2021-01-17regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()Dan Carpenter1-3/+1
2021-01-17regmap: debugfs: Fix a memory leak when calling regmap_attach_devXiaolei Wang1-2/+9
2021-01-12Revert "device property: Keep secondary firmware node secondary by type"Bard Liao1-1/+1
2020-11-10PM: runtime: Resume the device earlier in __device_release_driver()Rafael J. Wysocki1-2/+5
2020-11-05device property: Don't clear secondary pointer for shared primary firmware nodeAndy Shevchenko1-1/+3
2020-11-05device property: Keep secondary firmware node secondary by typeAndy Shevchenko1-1/+1
2020-10-14driver core: Fix probe_count imbalance in really_probe()Tetsuo Handa1-2/+3
2020-10-07mm: don't rely on system state to detect hot-plug operationsLaurent Dufour1-30/+54
2020-10-01regmap: fix page selection for noinc readsDmitry Baryshkov1-6/+6
2020-09-03device property: Fix the secondary firmware node handling in set_primary_fwno...Heikki Krogerus1-4/+8
2020-09-03PM: sleep: core: Fix the handling of pending runtime resume requestsRafael J. Wysocki1-6/+10
2020-08-21driver core: Avoid binding drivers to dead devicesLukas Wunner1-1/+3
2020-07-31regmap: debugfs: check count when read regmap filePeng Fan1-0/+6
2020-07-29regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde1-1/+1
2020-07-22regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson1-23/+29
2020-07-16regmap: fix alignment issueJens Thoms Toerring1-54/+46
2020-07-01regmap: Fix memory leak from regmap_register_patchCharles Keepax1-0/+1
2020-06-25drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...Kuppuswamy Sathyanarayanan1-0/+2
2020-06-10x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross1-0/+8
2020-05-27component: Silence bind error on -EPROBE_DEFERJames Hilliard1-3/+5
2020-04-17firmware: fix a double abort case with fw_load_sysfs_fallbackJunyong Sun1-1/+1
2020-03-20driver core: Fix creation of device links with PM-runtime flagsRafael J. Wysocki1-2/+4
2020-03-20driver core: Remove device link creation limitationRafael J. Wysocki2-79/+101
2020-03-20driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMERRafael J. Wysocki2-2/+16
2020-03-20driver core: Make driver core own stateful device linksRafael J. Wysocki1-15/+54
2020-03-20driver core: Fix adding device links to probing suppliersRafael J. Wysocki1-8/+66
2020-03-20driver core: Remove the link if there is no driver with AUTO flagYong Wu1-2/+2
2020-02-24driver core: platform: fix u32 greater or equal to zero comparisonColin Ian King1-1/+1
2020-02-24driver core: Print device when resources present in really_probe()Geert Uytterhoeven1-1/+4
2020-02-24driver core: platform: Prevent resouce overflow from causing infinite loopsSimon Schwartz1-4/+6
2020-02-11PM: core: Fix handling of devices deleted during system-wide resumeRafael J. Wysocki1-5/+37
2020-02-01component: do not dereference opaque pointer in debugfsLubomir Rintel1-4/+4
2020-01-29mm/memory_hotplug: fix try_offline_node()David Hildenbrand1-0/+36
2020-01-29drivers/base/node.c: simplify unregister_memory_block_under_nodes()David Hildenbrand2-24/+16
2020-01-29mm/memory_hotplug: make unregister_memory_block_under_nodes() never failDavid Hildenbrand1-13/+5
2020-01-29mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand2-24/+24
2020-01-29mm/memory_hotplug: create memory block devices after arch_add_memory()David Hildenbrand1-28/+54
2020-01-29drivers/base/memory: pass a block_id to init_memory_block()David Hildenbrand1-16/+11
2020-01-29mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand1-2/+0
2020-01-29mm/memory_hotplug: make unregister_memory_section() never failDavid Hildenbrand1-11/+5
2020-01-29mm, memory_hotplug: update a comment in unregister_memory()Dan Carpenter1-1/+1
2020-01-29drivers/base/memory.c: clean up relics in function parametersBaoquan He1-6/+6
2020-01-29drivers/base/memory.c: remove an unnecessary check on NR_MEM_SECTIONSWei Yang1-1/+1
2020-01-27PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()Rafael J. Wysocki1-1/+1
2020-01-27driver core: Fix PM-runtime for links added during consumer probeRafael J. Wysocki2-25/+8
2020-01-27driver core: Fix possible supplier PM-usage counter imbalanceRafael J. Wysocki2-19/+29
2020-01-27driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()Rafael J. Wysocki2-2/+3
2020-01-27driver core: Fix handling of runtime PM flags in device_link_add()Rafael J. Wysocki2-30/+41