aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2024-04-08regmap: Add regmap_read_bypassed()Richard Fitzgerald1-0/+37
2024-04-05Merge tag 'regmap-fix-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2024-03-29regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald1-2/+2
2024-03-27regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald1-1/+1
2024-03-26driver core: Introduce device_link_wait_removal()Herve Codina1-3/+23
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-94/+118
2024-03-16Merge tag 'cxl-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-3/+4
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-10/+69
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-154/+153
2024-03-13Merge tag 'pmdomain-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-0/+134
2024-03-13Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds5-6/+77
2024-03-12cxl/region: Deal with numa nodes not enumerated by SRATDave Jiang1-0/+1
2024-03-12base/node / ACPI: Enumerate node access class for 'struct access_coordinate'Dave Jiang1-3/+3
2024-03-12Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+3
2024-03-11Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+105
2024-03-11x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta1-0/+3
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-03-11Merge branch 'pm-runtime'Rafael J. Wysocki1-2/+34
2024-03-11Merge branch 'pm-sleep'Rafael J. Wysocki2-152/+119
2024-03-07device: core: Log warning for devices pending deferred probe on timeoutNícolas F. R. A. Prado1-1/+1
2024-03-07driver: core: Use dev_* instead of pr_* so device metadata is addedNícolas F. R. A. Prado1-14/+12
2024-03-07driver: core: Log probe failure as error and with device metadataNícolas F. R. A. Prado1-2/+2
2024-03-07driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode linkSaravana Kannan1-1/+8
2024-03-07driver core: Adds flags param to fwnode_link_add()Saravana Kannan1-2/+3
2024-03-07device property: Don't use "proxy" headersAndy Shevchenko2-6/+18
2024-03-07driver core: Move fw_devlink stuff to where it belongsAndy Shevchenko2-56/+58
2024-03-07firmware_loader: Suppress warning on FW_OPT_NO_WARN flagMukesh Ojha1-6/+10
2024-03-07platform-msi: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2024-03-06block: make block_class constantRicardo B. Marliere1-1/+1
2024-03-05PM: sleep: wakeirq: fix wake irq warning in system suspendQingliang Li1-1/+3
2024-02-26regmap: kunit: Add a test for ranges in combination with windowsMark Brown1-0/+66
2024-02-23crash: split crash dumping code out from kexec_core.cBaoquan He1-3/+3
2024-02-22PM: runtime: add tracepoint for runtime_status changesVilas Bhat1-0/+1
2024-02-22mm and cache_info: remove unnecessary CPU cache info updateHuang Ying1-6/+44
2024-02-21mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar1-1/+22
2024-02-19Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman3-30/+66
2024-02-17Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-13/+26
2024-02-15platform-msi: Remove unused interfacesThomas Gleixner1-14/+2
2024-02-15platform-msi: Prepare for real per device domainsThomas Gleixner1-0/+103
2024-02-14PM: domains: Add helper functions to attach/detach multiple PM domainsUlf Hansson1-0/+134
2024-02-12PM: runtime: Simplify pm_runtime_get_if_active() usageSakari Ailus1-2/+33
2024-02-12regmap: kunit: Ensure that changed bytes are actually differentMark Brown1-16/+38
2024-02-07regmap: kunit: fix raw noinc write test wrappingBen Wolsieffer1-1/+2
2024-02-05regmap: rework ->max_register handlingJan Dakinevich4-6/+11
2024-02-05PM: sleep: Call dpm_async_fn() directly in each suspend phaseRafael J. Wysocki1-36/+25
2024-02-05PM: sleep: Move devices to new lists earlier in each suspend phaseRafael J. Wysocki1-21/+3
2024-02-05PM: sleep: Move some assignments from under a lockRafael J. Wysocki1-7/+21
2024-02-05PM: sleep: stats: Log errors right after running suspend callbacksRafael J. Wysocki1-36/+13
2024-02-05PM: sleep: stats: Call dpm_save_failed_step() at most once per phaseRafael J. Wysocki1-3/+17
2024-02-05PM: sleep: stats: Define suspend_stats next to the code using itRafael J. Wysocki1-1/+0
2024-02-05PM: sleep: stats: Use an array of step failure countersRafael J. Wysocki1-13/+9
2024-02-02driver core: fw_devlink: Improve logs for cycle detectionSaravana Kannan1-2/+9
2024-02-02driver core: fw_devlink: Improve detection of overlapping cyclesSaravana Kannan1-2/+7
2024-02-02driver core: Fix device_link_flag_is_sync_state_only()Saravana Kannan1-2/+4
2024-01-30topology: Set capacity_freq_ref in all casesVincent Guittot1-7/+6
2024-01-30driver core: component: fix spellosRandy Dunlap1-2/+2
2024-01-30driver core: cpu: make cpu_subsys constGreg Kroah-Hartman1-1/+1
2024-01-26PM: sleep: Relocate two device PM core functionsRafael J. Wysocki1-29/+29
2024-01-26PM: sleep: Simplify dpm_suspended_list walk in dpm_resume()Rafael J. Wysocki1-11/+5
2024-01-18Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-1/+1
2024-01-18Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-6/+6
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-48/+94
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+36
2024-01-17Merge tag 'pm-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-54/+65
2024-01-16Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-qos' into pmRafael J. Wysocki2-54/+65
2024-01-12Merge tag 'media/v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+28
2024-01-12Merge tag 'pmdomain-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds3-3848/+0
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+1
2024-01-10PM: sleep: Restore asynchronous device resume optimizationRafael J. Wysocki1-53/+64
2024-01-09Merge tag 'pm-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-80/+68
2024-01-09Merge tag 'regmap-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds5-13/+85
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2024-01-09PM: QoS: Use kcalloc() instead of kzalloc()Erick Archer1-1/+1
2024-01-08Merge tag 'sched-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-17/+39
2024-01-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2024-01-08mm, 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-22base/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-20PM: 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-17rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello1-1/+1
2023-12-17rtc: 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-14Merge 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-07Merge 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-06drivers/base/cpu: crash data showing should depends on KEXEC_COREBaoquan He1-3/+3
2023-12-06mm/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-24firmware_loader: Expand Firmware upload error codes with firmware invalid errorKory Maincent1-0/+1
2023-11-21regmap: fix regmap_noinc_write() descriptionHugo Villeneuve1-1/+1
2023-11-16device property: Add fwnode_property_match_property_string()Andy Shevchenko1-0/+35
2023-11-16device property: Use fwnode_property_string_array_count()Andy Shevchenko1-1/+1
2023-11-13regmap: kunit: add noinc write testBen Wolsieffer1-0/+60
2023-11-13regmap: ram: support noinc semanticsBen Wolsieffer2-8/+20
2023-11-07Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+9
2023-11-03Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-51/+61
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+50
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2023-11-01Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+6
2023-11-01regmap: prevent noinc writes from clobbering cacheBen Wolsieffer1-7/+9
2023-10-31Merge tag 'regmap-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds3-4/+96
2023-10-30regmap: Merge up fix for window/paging issueMark Brown3-2/+33
2023-10-27firmware_loader: Abort all upcoming firmware load request once reboot triggeredMukesh Ojha3-1/+7
2023-10-27firmware_loader: Refactor kill_pending_fw_fallback_reqs()Mukesh Ojha3-8/+8
2023-10-26regmap: Ensure range selector registers are updated after cache syncMark Brown1-0/+30
2023-10-26regmap: kunit: Add test for cache sync interaction with rangesMark Brown1-2/+64
2023-10-26regmap: kunit: Fix marking of the range window as volatileMark Brown1-1/+1
2023-10-25mm, pcp: reduce lock contention for draining high-order pagesHuang Ying1-0/+2
2023-10-25cacheinfo: calculate size of per-CPU data cache sliceHuang Ying1-1/+48
2023-10-25Merge tag 'opp-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki2-12/+42
2023-10-21driver core: Release all resources during unbind before updating device linksSaravana Kannan1-1/+1
2023-10-21driver core: class: remove boilerplate codeMaurizio Lombardi1-4/+2
2023-10-18Merge tag 'regmap-fix-v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-10-11fw loader: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2023-10-09regmap: fix NULL deref on lookupJohan Hovold1-1/+1
2023-10-07driver core: platform: Annotate struct irq_affinity_devres with __counted_byKees Cook1-1/+1
2023-10-06Merge branch 'opp/pm-domain-scmi' of git://git.kernel.org/pub/scm/linux/kerne...Sudeep Holla2-12/+42
2023-10-06PM: domains: Implement the ->set_performance_state() callback for genpdUlf Hansson1-12/+21
2023-10-06PM: domains: Introduce dev_pm_domain_set_performance_state()Ulf Hansson1-0/+21
2023-10-05drivers: base: test: Make property entry API test modularGeert Uytterhoeven2-2/+6
2023-10-05driver core: Add missing parameter description to __fwnode_link_add()Andy Shevchenko1-0/+1
2023-10-05driver core: platform: Unify the firmware node type checkAndy Shevchenko1-11/+13
2023-10-05driver core: platform: Use temporary variable in platform_device_add()Andy Shevchenko1-11/+12
2023-10-05driver core: platform: Refactor error path in a couple placesAndy Shevchenko1-9/+10
2023-10-05driver core: platform: Drop redundant check in platform_device_add()Andy Shevchenko1-3/+0
2023-10-03Merge tag 'regmap-fix-v6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2023-09-22regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald1-1/+2
2023-09-21PM: domains: Allow genpd providers to manage OPP tables directly by its FWUlf Hansson1-5/+6
2023-09-12driver core: return an error when dev_set_name() hasn't happenedAndy Shevchenko1-0/+2
2023-09-11regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET1-1/+1
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-12/+387
2023-08-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-3/+2
2023-08-30Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds1-3/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+26
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-12/+19
2023-08-29Merge tag 'regmap-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds7-176/+88
2023-08-24crash: memory and CPU hotplug sysfs attributesEric DeVolder2-0/+26
2023-08-22driver core: Call in reversed order in device_platform_notify_remove()Andy Shevchenko1-3/+3
2023-08-22driver core: Return proper error code when dev_set_name() failsAndy Shevchenko1-7/+6
2023-08-21mm,thp: fix nodeN/meminfo output alignmentHugh Dickins1-2/+2
2023-08-21mm/memory_hotplug: embed vmem_altmap details in memory blockAneesh Kumar K.V1-10/+17
2023-08-16drivers: base: test: Add missing MODULE_* macros to root device testsMaxime Ripard1-0/+4
2023-08-16drivers: base: test: Add missing MODULE_* macros for platform devices testsMaxime Ripard1-0/+4
2023-08-12drivers: base: Free devm resources when unregistering a deviceDavid Gow3-4/+11
2023-08-12drivers: base: Add basic devm tests for platform devicesMaxime Ripard2-0/+223
2023-08-12drivers: base: Add basic devm tests for root devicesMaxime Ripard4-0/+118
2023-08-12base/node: Remove duplicated includeGUO Zihua1-1/+0
2023-08-11driver core: cpu: Fix the fallback cpu_show_gds() nameBorislav Petkov (AMD)1-2/+2
2023-08-10driver core: cpu: Make cpu_show_not_affected() staticBorislav Petkov (AMD)1-8/+2
2023-08-10driver core: cpu: Unify redundant silly stubsBorislav Petkov (AMD)1-68/+19
2023-08-07Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+8
2023-08-07Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+8
2023-08-05driver/base/cpu: Retry online operation if -EBUSYWaiman Long1-0/+19
2023-08-05driver core: Call dma_cleanup() on the test_remove pathJason Gunthorpe1-0/+2
2023-08-05driver core: test_async: fix an error codeDan Carpenter1-1/+1
2023-08-04driver core: Replace kstrdup() + strreplace() with kstrdup_and_replace()Andy Shevchenko1-3/+2
2023-08-04of: Move of_platform_register_reconfig_notifier() into DT coreRob Herring1-1/+1
2023-08-01swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik1-3/+1
2023-07-30regmap: Merge up fixes from Linus' treeMark Brown2-53/+9
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)1-0/+8
2023-07-24PM: sleep: wakeirq: drop unused enable helpersJohan Hovold1-49/+0
2023-07-24PM: sleep: wakeirq: fix wake irq armingJohan Hovold2-4/+9
2023-07-23regmap: Fix the type used for a bitmap pointerChristophe JAILLET1-1/+1
2023-07-23regmap: Merge up fixes from mainlineMark Brown7-13/+17