summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2020-10-06firmware_loader: fix a kernel-doc markupMauro Carvalho Chehab-0/+2
2020-10-06Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki-6/+8
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig-1/+1
2020-10-05Merge remote-tracking branch 'regmap/for-5.10' into regmap-nextMark Brown-8/+902
2020-10-05regmap: irq: Add support to clear ack registersLaxminath Kasam-1/+32
2020-10-05firmware: Add request_partial_firmware_into_buf()Scott Branden-18/+87
2020-10-05firmware: Store opt_flags in fw_privKees Cook-23/+25
2020-10-05fs/kernel_file_read: Add "offset" arg for partial readsKees Cook-1/+1
2020-10-05firmware_loader: Use security_post_load_data()Kees Cook-5/+11
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook-2/+2
2020-10-05fs/kernel_read_file: Add file_size output argumentKees Cook-0/+1
2020-10-05fs/kernel_read_file: Remove redundant size argumentKees Cook-4/+6
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden-0/+1
2020-10-05fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enumKees Cook-1/+1
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook-3/+2
2020-10-05Merge back cpufreq material for 5.10.Rafael J. Wysocki-2/+11
2020-10-02PM: domains: Allow to abort power off when no ->power_off() callbackUlf Hansson-17/+7
2020-10-02PM: domains: Rename power state enums for genpdUlf Hansson-17/+16
2020-10-02ACPI: Support Generic Initiator only domainsJonathan Cameron-0/+3
2020-10-02regmap: debugfs: use semicolons rather than commas to separate statementsJulia Lawall-1/+1
2020-10-02drivers core: node: Use a more typical macro definition style for ACCESS_ATTRJoe Perches-5/+5
2020-10-02drivers core: Use sysfs_emit for shared_cpu_map_show and shared_cpu_list_showJoe Perches-9/+7
2020-10-02mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emitJoe Perches-1/+1
2020-10-02drivers core: Miscellaneous changes for sysfs_emitJoe Perches-267/+308
2020-10-02drivers core: Reindent a couple uses around sysfs_emitJoe Perches-3/+3
2020-10-02drivers core: Remove strcat uses around sysfs_emit and neatenJoe Perches-47/+58
2020-10-02drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches-101/+102
2020-09-28Merge tag 'regmap-field-bulk-api' into regmap-5.10Mark Brown-0/+100
2020-09-28regmap: add support to regmap_field_bulk_alloc/free apisSrinivas Kandagatla-0/+100
2020-09-28Merge series "use semicolons rather than commas to separate statements" from ...Mark Brown-1/+1
2020-09-28regmap: destroy mutex (if used) in regmap_exit()Bartosz Golaszewski-0/+2
2020-09-28regmap: debugfs: use semicolons rather than commas to separate statementsJulia Lawall-1/+1
2020-09-26mm: don't rely on system state to detect hot-plug operationsLaurent Dufour-30/+55
2020-09-25Merge tag 'regmap-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-34/+56
2020-09-25PM: runtime: Remove link state checks in rpm_get/put_supplier()Xiang Chen-4/+1
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig-12/+15
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness-30/+16
2020-09-22regmap: debugfs: Fix more error path regressionsCharles Keepax-0/+2
2020-09-21regmap: fix page selection for noinc writesDmitry Baryshkov-12/+13
2020-09-21regmap: fix page selection for noinc readsDmitry Baryshkov-6/+6
2020-09-18arch_topology, arm, arm64: define arch_scale_freq_invariant()Valentin Schneider-0/+6
2020-09-18arch_topology, cpufreq: constify arch_* cpumasksValentin Schneider-2/+2
2020-09-18arch_topology: validate input frequencies to arch_set_freq_scale()Ionela Voinescu-0/+3
2020-09-18regmap: debugfs: Add back in erroneously removed initialisation of retCharles Keepax-1/+1
2020-09-17regmap: debugfs: Fix handling of name string for debugfs init delaysCharles Keepax-17/+38
2020-09-17regmap: Add support for 12/20 register formattingRicardo Ribalda-0/+22
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan-0/+2
2020-09-17driver core: force NOIO allocations during unplugOliver Neukum-0/+4
2020-09-14Merge 5.9-rc5 into driver-core-nextGreg Kroah-Hartman-24/+35
2020-09-13Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-12/+15