summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)Author
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-14Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-10-13drivers/base: make device_find_child_by_name() compatible with sysfs inputsDan Williams
2020-10-13Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-13Merge branches 'pm-core', 'pm-sleep', 'pm-pci' and 'pm-domains'Rafael J. Wysocki
2020-10-13Merge branch 'acpi-numa'Rafael J. Wysocki
2020-10-12Merge branch 'printk-rework' into for-linusPetr Mladek
2020-10-08cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()Ionela Voinescu
2020-10-06Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki
2020-10-05Merge remote-tracking branch 'regmap/for-5.10' into regmap-nextMark Brown
2020-10-05regmap: irq: Add support to clear ack registersLaxminath Kasam
2020-10-05Merge back cpufreq material for 5.10.Rafael J. Wysocki
2020-10-02PM: domains: Allow to abort power off when no ->power_off() callbackUlf Hansson
2020-10-02PM: domains: Rename power state enums for genpdUlf Hansson
2020-10-02ACPI: Support Generic Initiator only domainsJonathan Cameron
2020-10-02regmap: debugfs: use semicolons rather than commas to separate statementsJulia Lawall
2020-10-02drivers core: node: Use a more typical macro definition style for ACCESS_ATTRJoe Perches
2020-10-02drivers core: Use sysfs_emit for shared_cpu_map_show and shared_cpu_list_showJoe Perches
2020-10-02mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emitJoe Perches
2020-10-02drivers core: Miscellaneous changes for sysfs_emitJoe Perches
2020-10-02drivers core: Reindent a couple uses around sysfs_emitJoe Perches
2020-10-02drivers core: Remove strcat uses around sysfs_emit and neatenJoe Perches
2020-10-02drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches
2020-09-28Merge tag 'regmap-field-bulk-api' into regmap-5.10Mark Brown
2020-09-28regmap: add support to regmap_field_bulk_alloc/free apisSrinivas Kandagatla
2020-09-28Merge series "use semicolons rather than commas to separate statements" from ...Mark Brown
2020-09-28regmap: destroy mutex (if used) in regmap_exit()Bartosz Golaszewski
2020-09-28regmap: debugfs: use semicolons rather than commas to separate statementsJulia Lawall
2020-09-26mm: don't rely on system state to detect hot-plug operationsLaurent Dufour
2020-09-25Merge tag 'regmap-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-09-25PM: runtime: Remove link state checks in rpm_get/put_supplier()Xiang Chen
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness
2020-09-22regmap: debugfs: Fix more error path regressionsCharles Keepax
2020-09-21regmap: fix page selection for noinc writesDmitry Baryshkov
2020-09-21regmap: fix page selection for noinc readsDmitry Baryshkov
2020-09-18arch_topology, arm, arm64: define arch_scale_freq_invariant()Valentin Schneider
2020-09-18arch_topology, cpufreq: constify arch_* cpumasksValentin Schneider
2020-09-18arch_topology: validate input frequencies to arch_set_freq_scale()Ionela Voinescu
2020-09-18regmap: debugfs: Add back in erroneously removed initialisation of retCharles Keepax
2020-09-17regmap: debugfs: Fix handling of name string for debugfs init delaysCharles Keepax
2020-09-17regmap: Add support for 12/20 register formattingRicardo Ribalda
2020-09-17driver core: force NOIO allocations during unplugOliver Neukum
2020-09-14Merge 5.9-rc5 into driver-core-nextGreg Kroah-Hartman
2020-09-13Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-09-10platform_device: switch to simpler IDA interfaceBartosz Golaszewski
2020-09-10driver core: platform: Document return type of more functionsStephen Boyd
2020-09-08devres: provide devm_krealloc()Bartosz Golaszewski
2020-09-08syscore: Use pm_pr_dbg() for syscore_{suspend,resume}()Stephen Boyd