summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2023-12-07base/node.c: initialize the accessor list before registeringGregory Price
2023-12-07base: soc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-12-06drivers/base/cpu: crash data showing should depends on KEXEC_COREBaoquan He
2023-12-06mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar
2023-12-06drivers: base: Print a warning instead of panic() when register_cpu() failsJames Morse
2023-12-06drivers: base: Move cpu_dev_init() after node_dev_init()James Morse
2023-12-06drivers: base: add arch_cpu_is_hotpluggable()Russell King (Oracle)
2023-12-06drivers: base: Implement weak arch_unregister_cpu()James Morse
2023-12-06drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overriddenJames Morse
2023-12-06drivers: base: Use present CPUs in GENERIC_CPU_DEVICESJames Morse
2023-12-06arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUsJames Morse
2023-12-05arm64: irq: set the correct node for VMAP stackHuang Shijie
2023-12-04regmap: fix bogus error on regcache_sync successMatthias Reichl
2023-12-04device property: Add fwnode_name_eq()Sakari Ailus
2023-11-28driver core: make device_is_dependent() staticGreg Kroah-Hartman
2023-11-28devcoredump: Send uevent once devcd is readyMukesh Ojha
2023-11-24firmware_loader: Expand Firmware upload error codes with firmware invalid errorKory Maincent
2023-11-21regmap: fix regmap_noinc_write() descriptionHugo Villeneuve
2023-11-16device property: Add fwnode_property_match_property_string()Andy Shevchenko
2023-11-16device property: Use fwnode_property_string_array_count()Andy Shevchenko
2023-11-13regmap: kunit: add noinc write testBen Wolsieffer
2023-11-13regmap: ram: support noinc semanticsBen Wolsieffer
2023-11-07Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-11-03Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-11-01Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-01regmap: prevent noinc writes from clobbering cacheBen Wolsieffer
2023-10-31Merge tag 'regmap-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2023-10-30regmap: Merge up fix for window/paging issueMark Brown
2023-10-27firmware_loader: Abort all upcoming firmware load request once reboot triggeredMukesh Ojha
2023-10-27firmware_loader: Refactor kill_pending_fw_fallback_reqs()Mukesh Ojha
2023-10-26regmap: Ensure range selector registers are updated after cache syncMark Brown
2023-10-26regmap: kunit: Add test for cache sync interaction with rangesMark Brown
2023-10-26regmap: kunit: Fix marking of the range window as volatileMark Brown
2023-10-25mm, pcp: reduce lock contention for draining high-order pagesHuang Ying
2023-10-25cacheinfo: calculate size of per-CPU data cache sliceHuang Ying
2023-10-25Merge tag 'opp-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki
2023-10-21driver core: Release all resources during unbind before updating device linksSaravana Kannan
2023-10-21driver core: class: remove boilerplate codeMaurizio Lombardi
2023-10-18Merge tag 'regmap-fix-v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-11fw loader: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados
2023-10-09regmap: fix NULL deref on lookupJohan Hovold
2023-10-07driver core: platform: Annotate struct irq_affinity_devres with __counted_byKees Cook
2023-10-06Merge branch 'opp/pm-domain-scmi' of git://git.kernel.org/pub/scm/linux/kerne...Sudeep Holla
2023-10-06PM: domains: Implement the ->set_performance_state() callback for genpdUlf Hansson
2023-10-06PM: domains: Introduce dev_pm_domain_set_performance_state()Ulf Hansson
2023-10-05drivers: base: test: Make property entry API test modularGeert Uytterhoeven
2023-10-05driver core: Add missing parameter description to __fwnode_link_add()Andy Shevchenko
2023-10-05driver core: platform: Unify the firmware node type checkAndy Shevchenko