summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* firmware_loader: fix pre-allocated buf built-in firmware useLuis Chamberlain2021-11-261-6/+7
* regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang2021-11-021-4/+3
* PM: base: power: don't try to use non-existing RTC for storing dataJuergen Gross2021-09-221-0/+10
* regmap: fix the offset of register error logJeongtae Park2021-09-221-1/+1
* PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2021-08-261-0/+1
* firmware_loader: fix use-after-free in firmware_fallback_sysfsAnirudh Rayabharam2021-08-123-5/+19
* firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallbackAnirudh Rayabharam2021-08-121-2/+0
* regmap: set debugfs_name to NULL after it is freedMeng Li2021-05-221-0/+1
* driver core: Fix locking bug in deferred_probe_timeout_work_func()Saravana Kannan2021-04-161-3/+5
* PM: runtime: Fix ordering in pm_runtime_get_suppliers()Adrian Hunter2021-04-071-1/+1
* PM: runtime: Fix race getting/putting suppliers at probeAdrian Hunter2021-04-071-1/+7
* Revert "PM: runtime: Update device status before letting suppliers suspend"Rafael J. Wysocki2021-03-241-37/+25
* PM: runtime: Update device status before letting suppliers suspendRafael J. Wysocki2021-03-111-25/+37
* regmap: sdw: use _no_pm functions in regmap_read/writeBard Liao2021-03-041-2/+2
* driver core: Extend device_is_dependent()Rafael J. Wysocki2021-01-271-1/+16
* regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()Dan Carpenter2021-01-171-3/+1
* regmap: debugfs: Fix a memory leak when calling regmap_attach_devXiaolei Wang2021-01-171-2/+9
* Revert "device property: Keep secondary firmware node secondary by type"Bard Liao2021-01-121-1/+1
* PM: runtime: Resume the device earlier in __device_release_driver()Rafael J. Wysocki2020-11-101-2/+5
* device property: Don't clear secondary pointer for shared primary firmware nodeAndy Shevchenko2020-11-051-1/+3
* device property: Keep secondary firmware node secondary by typeAndy Shevchenko2020-11-051-1/+1
* driver core: Fix probe_count imbalance in really_probe()Tetsuo Handa2020-10-141-2/+3
* mm: don't rely on system state to detect hot-plug operationsLaurent Dufour2020-10-071-30/+54
* regmap: fix page selection for noinc readsDmitry Baryshkov2020-10-011-6/+6
* device property: Fix the secondary firmware node handling in set_primary_fwno...Heikki Krogerus2020-09-031-4/+8
* PM: sleep: core: Fix the handling of pending runtime resume requestsRafael J. Wysocki2020-09-031-6/+10
* driver core: Avoid binding drivers to dead devicesLukas Wunner2020-08-211-1/+3
* regmap: debugfs: check count when read regmap filePeng Fan2020-07-311-0/+6
* regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde2020-07-291-1/+1
* regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson2020-07-221-23/+29
* regmap: fix alignment issueJens Thoms Toerring2020-07-161-54/+46
* regmap: Fix memory leak from regmap_register_patchCharles Keepax2020-06-301-0/+1
* drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...Kuppuswamy Sathyanarayanan2020-06-251-0/+2
* x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2020-06-101-0/+8
* component: Silence bind error on -EPROBE_DEFERJames Hilliard2020-05-271-3/+5
* firmware: fix a double abort case with fw_load_sysfs_fallbackJunyong Sun2020-04-171-1/+1
* driver core: Fix creation of device links with PM-runtime flagsRafael J. Wysocki2020-03-201-2/+4
* driver core: Remove device link creation limitationRafael J. Wysocki2020-03-202-79/+101
* driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMERRafael J. Wysocki2020-03-202-2/+16
* driver core: Make driver core own stateful device linksRafael J. Wysocki2020-03-201-15/+54
* driver core: Fix adding device links to probing suppliersRafael J. Wysocki2020-03-201-8/+66
* driver core: Remove the link if there is no driver with AUTO flagYong Wu2020-03-201-2/+2
* 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