summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2024-01-181-1/+1
|\
| * rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello2023-12-171-1/+1
| * rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello2023-12-171-1/+1
* | Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2024-01-181-6/+6
|\ \
| * | base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'Dave Jiang2023-12-221-6/+6
* | | Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-1816-48/+94
|\ \ \
| * | | class: fix use-after-free in class_register()Jing Xia2024-01-041-0/+1
| * | | PM: clk: make pm_clk_add_notifier() take a const pointerGreg Kroah-Hartman2024-01-041-1/+1
| * | | driver core: mark remaining local bus_type variables as constGreg Kroah-Hartman2023-12-216-6/+6
| * | | driver core: container: make container_subsys constGreg Kroah-Hartman2023-12-211-1/+1
| * | | driver core: bus: constantify subsys_register() callsGreg Kroah-Hartman2023-12-211-3/+3
| * | | driver core: bus: make bus_sort_breadthfirst() take a const pointerGreg Kroah-Hartman2023-12-211-1/+1
| * | | driver core: Better advertise dev_err_probe()Uwe Kleine-König2023-12-151-4/+5
| * | | driver core: Emit reason for pending deferred probeUwe Kleine-König2023-12-071-1/+1
| * | | driver core: Enable fw_devlink=rpm by defaultSaravana Kannan2023-12-071-1/+1
| * | | device property: fwnode_property_get_reference_args allows NULL args nowSakari Ailus2023-12-071-0/+1
| * | | software node: Let args be NULL in software_node_get_reference_argsSakari Ailus2023-12-071-0/+3
| * | | software node: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-071-4/+4
| * | | base/node.c: initialize the accessor list before registeringGregory Price2023-12-071-3/+6
| * | | base: soc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-071-2/+2
| * | | drivers: base: Print a warning instead of panic() when register_cpu() failsJames Morse2023-12-061-3/+4
| * | | drivers: base: Move cpu_dev_init() after node_dev_init()James Morse2023-12-061-1/+1
| * | | drivers: base: add arch_cpu_is_hotpluggable()Russell King (Oracle)2023-12-061-1/+10
| * | | drivers: base: Implement weak arch_unregister_cpu()James Morse2023-12-061-1/+8
| * | | drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overriddenJames Morse2023-12-061-4/+10
| * | | drivers: base: Use present CPUs in GENERIC_CPU_DEVICESJames Morse2023-12-061-1/+1
| * | | arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUsJames Morse2023-12-061-12/+26
| * | | driver core: make device_is_dependent() staticGreg Kroah-Hartman2023-11-281-1/+1
| | |/ | |/|
* | | Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-171-1/+36
|\ \ \
| * \ \ Merge tag 'iio-for-6.8a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-12-201-1/+36
| |\ \ \ | | |_|/ | |/| |
| | * | device property: Add fwnode_property_match_property_string()Andy Shevchenko2023-11-161-0/+35
| | * | device property: Use fwnode_property_string_array_count()Andy Shevchenko2023-11-161-1/+1
| | |/
* | | Merge tag 'pm-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2024-01-172-54/+65
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-qos' into pmRafael J. Wysocki2024-01-162-54/+65
| |\ \ \ \ \ | | | | |_|/ | | | |/| |
| | | | * | PM: QoS: Use kcalloc() instead of kzalloc()Erick Archer2024-01-091-1/+1
| | | | |/
| | * | | PM: sleep: Restore asynchronous device resume optimizationRafael J. Wysocki2024-01-101-53/+64
* | | | | Merge tag 'media/v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2024-01-121-0/+28
|\ \ \ \ \
| * | | | | device property: Add fwnode_name_eq()Sakari Ailus2023-12-041-0/+28
| | |_|/ / | |/| | |
* | | | | Merge tag 'pmdomain-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2024-01-123-3848/+0
|\ \ \ \ \
| * | | | | PM: domains: Move genpd and its governor to the pmdomain subsystemUlf Hansson2023-12-183-3818/+0
| * | | | | PM: domains: Drop redundant header for genpdUlf Hansson2023-12-181-2/+0
| * | | | | PM: domains: Drop the unused pm_genpd_opp_to_performance_state()Ulf Hansson2023-12-131-32/+0
| * | | | | PM: domains: fix domain_governor kernel-doc warningsRandy Dunlap2023-12-131-2/+6
| |/ / / /
* | | | | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-143-6/+21
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-071-2/+1
| |\ \ \ \ \
| * | | | | | firmware_loader: Expand Firmware upload error codes with firmware invalid errorKory Maincent2023-11-241-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | PM: fix missing rculist.h dependencyKent Overstreet2023-12-201-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'pm-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2024-01-091-80/+68
|\ \ \ \ \ | | |_|_|/ | |/| | |