summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2023-12-18PM: domains: Move genpd and its governor to the pmdomain subsystemUlf Hansson-3818/+0
2023-12-18PM: domains: Drop redundant header for genpdUlf Hansson-2/+0
2023-12-17rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello-1/+1
2023-12-17rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello-1/+1
2023-12-15driver core: Better advertise dev_err_probe()Uwe Kleine-König-4/+5
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+21
2023-12-13PM: domains: Drop the unused pm_genpd_opp_to_performance_state()Ulf Hansson-32/+0
2023-12-13PM: domains: fix domain_governor kernel-doc warningsRandy Dunlap-2/+6
2023-12-09Merge tag 'char-misc-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+3
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds-6/+18
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+1
2023-12-07driver core: Emit reason for pending deferred probeUwe Kleine-König-1/+1
2023-12-07driver core: Enable fw_devlink=rpm by defaultSaravana Kannan-1/+1
2023-12-07device property: fwnode_property_get_reference_args allows NULL args nowSakari Ailus-0/+1
2023-12-07software node: Let args be NULL in software_node_get_reference_argsSakari Ailus-0/+3
2023-12-07software node: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET-4/+4
2023-12-07base/node.c: initialize the accessor list before registeringGregory Price-3/+6
2023-12-07base: soc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET-2/+2
2023-12-06drivers/base/cpu: crash data showing should depends on KEXEC_COREBaoquan He-3/+3
2023-12-06mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar-3/+15
2023-12-06drivers: base: Print a warning instead of panic() when register_cpu() failsJames Morse-3/+4
2023-12-06drivers: base: Move cpu_dev_init() after node_dev_init()James Morse-1/+1
2023-12-06drivers: base: add arch_cpu_is_hotpluggable()Russell King (Oracle)-1/+10
2023-12-06drivers: base: Implement weak arch_unregister_cpu()James Morse-1/+8
2023-12-06drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overriddenJames Morse-4/+10
2023-12-06drivers: base: Use present CPUs in GENERIC_CPU_DEVICESJames Morse-1/+1
2023-12-06arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUsJames Morse-12/+26
2023-12-05arm64: irq: set the correct node for VMAP stackHuang Shijie-1/+1
2023-12-04regmap: fix bogus error on regcache_sync successMatthias Reichl-2/+1
2023-12-04device property: Add fwnode_name_eq()Sakari Ailus-0/+28
2023-11-28driver core: make device_is_dependent() staticGreg Kroah-Hartman-1/+1
2023-11-28devcoredump: Send uevent once devcd is readyMukesh Ojha-0/+3
2023-11-24firmware_loader: Expand Firmware upload error codes with firmware invalid errorKory Maincent-0/+1
2023-11-21regmap: fix regmap_noinc_write() descriptionHugo Villeneuve-1/+1
2023-11-16device property: Add fwnode_property_match_property_string()Andy Shevchenko-0/+35
2023-11-16device property: Use fwnode_property_string_array_count()Andy Shevchenko-1/+1
2023-11-13regmap: kunit: add noinc write testBen Wolsieffer-0/+60
2023-11-13regmap: ram: support noinc semanticsBen Wolsieffer-8/+20
2023-11-07Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-7/+9
2023-11-03Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-51/+61
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+50
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-1/+0
2023-11-01Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+6
2023-11-01regmap: prevent noinc writes from clobbering cacheBen Wolsieffer-7/+9
2023-10-31Merge tag 'regmap-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-4/+96
2023-10-30regmap: Merge up fix for window/paging issueMark Brown-2/+33
2023-10-27firmware_loader: Abort all upcoming firmware load request once reboot triggeredMukesh Ojha-1/+7
2023-10-27firmware_loader: Refactor kill_pending_fw_fallback_reqs()Mukesh Ojha-8/+8
2023-10-26regmap: Ensure range selector registers are updated after cache syncMark Brown-0/+30
2023-10-26regmap: kunit: Add test for cache sync interaction with rangesMark Brown-2/+64