summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* PM: base: power: don't try to use non-existing RTC for storing dataJuergen Gross2021-09-221-0/+10
* driver core: Fix error return code in really_probe()Zhen Lei2021-09-151-6/+10
* firmware: fix theoretical UAF race with firmware cache and resumeZhen Lei2021-09-151-12/+8
* regmap: fix the offset of register error logJeongtae Park2021-09-151-1/+1
* PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2021-08-181-0/+1
* drivers core: Fix oops when driver probe failsFilip Schauer2021-08-121-2/+2
* 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
* driver core: Prevent warning when removing a device link from unregistered co...Adrian Hunter2021-07-281-2/+4
* drivers: base: Fix device link removalRafael J. Wysocki2021-06-031-14/+23
* PM: runtime: Fix unpaired parent child_count for force_resumeTony Lindgren2021-05-191-3/+7
* node: fix device cleanups in error handling codeDan Carpenter2021-05-141-14/+12
* devtmpfs: fix placement of complete() callRasmus Villemoes2021-05-141-1/+1
* regmap: set debugfs_name to NULL after it is freedMeng Li2021-05-141-0/+1
* driver core: Fix locking bug in deferred_probe_timeout_work_func()Saravana Kannan2021-04-141-3/+5
* driver core: clear deferred probe reason on probe retryAhmad Fatoum2021-04-071-0/+3
* 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
* PM: runtime: Defer suspending suppliersRafael J. Wysocki2021-03-301-6/+39
* Revert "PM: runtime: Update device status before letting suppliers suspend"Rafael J. Wysocki2021-03-251-37/+25
* software node: Fix node registrationHeikki Krogerus2021-03-171-0/+3
* drivers/base/memory: don't store phys_device in memory blocksDavid Hildenbrand2021-03-171-16/+9
* drivers/base: build kunit tests without structleak pluginArnd Bergmann2021-03-171-0/+1
* PM: runtime: Update device status before letting suppliers suspendRafael J. Wysocki2021-03-091-25/+37
* regmap: sdw: use _no_pm functions in regmap_read/writeBard Liao2021-03-041-2/+2
* media: software_node: Fix refcounts in software_node_get_next_child()Daniel Scally2021-03-041-2/+6
* driver core: Extend device_is_dependent()Rafael J. Wysocki2021-01-271-1/+16
* driver core: Fix device link device name collisionSaravana Kannan2021-01-271-12/+15
* drivers core: Free dma_range_map when driver probe failedMeng Li2021-01-271-0/+2
* 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
* driver: core: Fix list corruption after device_del()Takashi Iwai2020-12-301-1/+1
* PM: runtime: Resume the device earlier in __device_release_driver()Rafael J. Wysocki2020-11-021-3/+5
* PM: runtime: Drop pm_runtime_clean_up_links()Rafael J. Wysocki2020-11-022-37/+0
* PM: runtime: Drop runtime PM references to supplier on link removalRafael J. Wysocki2020-11-022-5/+22
* device property: Don't clear secondary pointer for shared primary firmware nodeAndy Shevchenko2020-10-271-1/+3
* device property: Keep secondary firmware node secondary by typeAndy Shevchenko2020-10-271-1/+1
* Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-10-232-15/+153
|\
| *-. Merge branches 'pm-core', 'pm-sleep', 'pm-tools' and 'powercap'Rafael J. Wysocki2020-10-231-1/+0
| |\ \
| | | * PM: sleep: remove unreachable breakTom Rix2020-10-221-1/+0
| | |/
| * | PM: domains: Fix build error for genpd notifiersUlf Hansson2020-10-201-14/+11
| * | PM: domains: enable domain idle state accountingLina Iyer2020-10-161-3/+7
| * | PM: domains: Add curly braces to delimit comment + statement blockGeert Uytterhoeven2020-10-161-1/+2
| * | PM: domains: Add support for PM domain on/off notifiers for genpdUlf Hansson2020-10-161-12/+149
* | | Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-10-161-2/+5
|\ \ \
| * | | drivers: core: fix kernel-doc markup for dev_err_probe()Mauro Carvalho Chehab2020-10-151-2/+5
* | | | mm: don't panic when links can't be created in sysfsLaurent Dufour2020-10-161-12/+21
* | | | mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand2020-10-161-1/+2
* | | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-152-1/+3
|\ \ \ \