summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-4/+4
2024-01-04class: fix use-after-free in class_register()Jing Xia1-0/+1
2024-01-04PM: clk: make pm_clk_add_notifier() take a const pointerGreg Kroah-Hartman1-1/+1
2024-01-03PM: sleep: Fix possible deadlocks in core system-wide PM codeRafael J. Wysocki1-80/+68
2023-12-23arm64/amu: Use capacity_ref_freq() to set AMU ratioVincent Guittot1-1/+11
2023-12-23cpufreq/cppc: Set the frequency used for computing the capacityVincent Guittot1-1/+14
2023-12-23sched/topology: Add a new arch_scale_freq_ref() methodVincent Guittot1-15/+14
2023-12-23base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'Dave Jiang1-6/+6
2023-12-21driver core: mark remaining local bus_type variables as constGreg Kroah-Hartman6-6/+6
2023-12-21driver core: container: make container_subsys constGreg Kroah-Hartman1-1/+1
2023-12-21driver core: bus: constantify subsys_register() callsGreg Kroah-Hartman1-3/+3
2023-12-21driver core: bus: make bus_sort_breadthfirst() take a const pointerGreg Kroah-Hartman1-1/+1
2023-12-21PM: fix missing rculist.h dependencyKent Overstreet1-0/+1
2023-12-20regmap: fix kcalloc() arguments orderDmitry Antipov2-4/+4
2023-12-20Merge tag 'iio-for-6.8a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman1-1/+36
2023-12-18PM: domains: Move genpd and its governor to the pmdomain subsystemUlf Hansson3-3818/+0
2023-12-18PM: domains: Drop redundant header for genpdUlf Hansson1-2/+0
2023-12-18rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello1-1/+1
2023-12-18rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello1-1/+1
2023-12-15driver core: Better advertise dev_err_probe()Uwe Kleine-König1-4/+5
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+21
2023-12-13PM: domains: Drop the unused pm_genpd_opp_to_performance_state()Ulf Hansson1-32/+0
2023-12-13PM: domains: fix domain_governor kernel-doc warningsRandy Dunlap1-2/+6
2023-12-09Merge tag 'char-misc-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds2-6/+18
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2023-12-07driver core: Emit reason for pending deferred probeUwe Kleine-König1-1/+1
2023-12-07driver core: Enable fw_devlink=rpm by defaultSaravana Kannan1-1/+1
2023-12-07device property: fwnode_property_get_reference_args allows NULL args nowSakari Ailus1-0/+1
2023-12-07software node: Let args be NULL in software_node_get_reference_argsSakari Ailus1-0/+3
2023-12-07software node: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-4/+4
2023-12-07base/node.c: initialize the accessor list before registeringGregory Price1-3/+6
2023-12-07base: soc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2023-12-07drivers/base/cpu: crash data showing should depends on KEXEC_COREBaoquan He1-3/+3
2023-12-07mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar1-3/+15
2023-12-06drivers: base: Print a warning instead of panic() when register_cpu() failsJames Morse1-3/+4
2023-12-06drivers: base: Move cpu_dev_init() after node_dev_init()James Morse1-1/+1
2023-12-06drivers: base: add arch_cpu_is_hotpluggable()Russell King (Oracle)1-1/+10
2023-12-06drivers: base: Implement weak arch_unregister_cpu()James Morse1-1/+8
2023-12-06drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overriddenJames Morse1-4/+10
2023-12-06drivers: base: Use present CPUs in GENERIC_CPU_DEVICESJames Morse1-1/+1
2023-12-06arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUsJames Morse1-12/+26
2023-12-05arm64: irq: set the correct node for VMAP stackHuang Shijie1-1/+1
2023-12-04regmap: fix bogus error on regcache_sync successMatthias Reichl1-2/+1
2023-12-04device property: Add fwnode_name_eq()Sakari Ailus1-0/+28
2023-11-28driver core: make device_is_dependent() staticGreg Kroah-Hartman1-1/+1
2023-11-28devcoredump: Send uevent once devcd is readyMukesh Ojha1-0/+3
2023-11-25firmware_loader: Expand Firmware upload error codes with firmware invalid errorKory Maincent1-0/+1
2023-11-22regmap: fix regmap_noinc_write() descriptionHugo Villeneuve1-1/+1