summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-1/+1
| * | | | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-253-12/+15
| |\ \ \ \
| * | | | | dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-171-0/+2
* | | | | | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-155-49/+131
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | firmware_loader: fix a kernel-doc markupMauro Carvalho Chehab2020-10-061-0/+2
| * | | | | firmware: Add request_partial_firmware_into_buf()Scott Branden2020-10-052-18/+87
| * | | | | firmware: Store opt_flags in fw_privKees Cook2020-10-055-23/+25
| * | | | | fs/kernel_file_read: Add "offset" arg for partial readsKees Cook2020-10-051-1/+1
| * | | | | firmware_loader: Use security_post_load_data()Kees Cook2020-10-052-5/+11