summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | LSM: Introduce kernel_post_load_data() hookKees Cook2020-10-052-2/+2
| * | | | | fs/kernel_read_file: Add file_size output argumentKees Cook2020-10-051-0/+1
| * | | | | fs/kernel_read_file: Remove redundant size argumentKees Cook2020-10-051-4/+6
| * | | | | fs/kernel_read_file: Split into separate include fileScott Branden2020-10-051-0/+1
| * | | | | fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enumKees Cook2020-10-051-1/+1
| * | | | | fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook2020-10-051-3/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-1421-639/+652
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | regmap: debugfs: use semicolons rather than commas to separate statementsJulia Lawall2020-10-021-1/+1
| * | | | drivers core: node: Use a more typical macro definition style for ACCESS_ATTRJoe Perches2020-10-021-5/+5
| * | | | drivers core: Use sysfs_emit for shared_cpu_map_show and shared_cpu_list_showJoe Perches2020-10-021-9/+7
| * | | | mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emitJoe Perches2020-10-021-1/+1
| * | | | drivers core: Miscellaneous changes for sysfs_emitJoe Perches2020-10-0215-267/+308
| * | | | drivers core: Reindent a couple uses around sysfs_emitJoe Perches2020-10-022-3/+3
| * | | | drivers core: Remove strcat uses around sysfs_emit and neatenJoe Perches2020-10-024-47/+58
| * | | | drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches2020-10-0212-101/+102
| * | | | driver core: force NOIO allocations during unplugOliver Neukum2020-09-171-0/+4
| * | | | Merge 5.9-rc5 into driver-core-nextGreg Kroah-Hartman2020-09-145-24/+35
| |\| | |
| * | | | platform_device: switch to simpler IDA interfaceBartosz Golaszewski2020-09-101-3/+3
| * | | | driver core: platform: Document return type of more functionsStephen Boyd2020-09-101-0/+14
| * | | | devres: provide devm_krealloc()Bartosz Golaszewski2020-09-081-0/+105
| * | | | syscore: Use pm_pr_dbg() for syscore_{suspend,resume}()Stephen Boyd2020-09-081-5/+3
| * | | | driver core: Use the ktime_us_delta() helperZenghui Yu2020-09-081-3/+2
| * | | | device property: Move fwnode_connection_find_match() under drivers/base/prope...Heikki Krogerus2020-09-083-102/+74
| * | | | device connection: Remove struct device_connectionHeikki Krogerus2020-09-071-10/+10