summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2024-04-10driver core: Introduce device_link_wait_removal()Herve Codina1-3/+23
2024-04-03PM: sleep: wakeirq: fix wake irq warning in system suspendQingliang Li1-1/+3
2024-03-15x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta1-0/+8
2024-02-23pmdomain: core: Move the unused cleanup to a _sync initcallKonrad Dybcio1-1/+1
2024-02-23driver core: fw_devlink: Improve detection of overlapping cyclesSaravana Kannan1-2/+7
2024-02-23driver core: Fix device_link_flag_is_sync_state_only()Saravana Kannan1-2/+4
2024-02-05arm64: irq: set the correct node for VMAP stackHuang Shijie1-1/+1
2024-02-01PM: sleep: Fix possible deadlocks in core system-wide PM codeRafael J. Wysocki1-80/+68
2024-02-01PM: core: Remove unnecessary (void *) conversionsLi zeming1-6/+6
2024-02-01rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello1-1/+1
2024-02-01rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello1-1/+1
2024-01-26software node: Let args be NULL in software_node_get_reference_argsSakari Ailus1-0/+3
2024-01-26base/node.c: initialize the accessor list before registeringGregory Price1-3/+6
2024-01-10mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar1-3/+15
2024-01-05device property: Allow const parameter to dev_fwnode()Andy Shevchenko1-2/+9
2023-12-13devcoredump: Send uevent once devcd is readyMukesh Ojha1-0/+3
2023-12-13regmap: fix bogus error on regcache_sync successMatthias Reichl1-2/+1
2023-11-28driver core: Release all resources during unbind before updating device linksSaravana Kannan1-1/+1
2023-11-28regmap: Ensure range selector registers are updated after cache syncMark Brown1-0/+30
2023-11-20regmap: prevent noinc writes from clobbering cacheBen Wolsieffer1-7/+9
2023-11-20regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET1-1/+1
2023-10-25regmap: fix NULL deref on lookupJohan Hovold1-1/+1
2023-10-10regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald1-1/+2
2023-09-13drivers: base: Free devm resources when unregistering a deviceDavid Gow1-0/+11
2023-09-13driver core: Call dma_cleanup() on the test_remove pathJason Gunthorpe1-0/+2
2023-09-13driver core: test_async: fix an error codeDan Carpenter1-1/+1
2023-09-13regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter1-5/+5
2023-08-08x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)1-0/+8
2023-08-08x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon1-0/+8
2023-08-03PM: sleep: wakeirq: fix wake irq armingJohan Hovold2-4/+9
2023-07-27regmap: Account for register length in SMBus I/O limitsMark Brown1-4/+4
2023-07-27regmap: Drop initial version of maximum transfer length fixesMark Brown2-5/+3
2023-07-23regmap-irq: Fix out-of-bounds access when allocating config buffersIsaac J. Manjarres1-1/+1
2023-07-19drivers: fwnode: fix fwnode_irq_get[_byname]()Matti Vaittinen1-3/+9
2023-07-19device property: Clarify description of returned value in some functionsAndy Shevchenko1-34/+90
2023-07-19device property: Fix documentation for fwnode_get_next_parent()Miaoqian Lin1-1/+1
2023-07-19PM: domains: Move the verification of in-params from genpd_add_device()Ulf Hansson1-3/+6
2023-07-19PM: domains: fix integer overflow issues in genpd_parse_state()Nikita Zhandarovich1-3/+3
2023-06-28regmap: spi-avmm: Fix regmap_bus max_raw_writeRuss Weight1-1/+1
2023-06-09regmap: Account for register length when chunkingJim Wylder1-2/+4
2023-06-09drivers: base: cacheinfo: Fix shared_cpu_map changes in event of CPU hotplugK Prateek Nayak1-0/+20
2023-05-24platform: Provide a remove callback that returns no valueUwe Kleine-König1-1/+3
2023-05-24regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein1-0/+6
2023-05-11cacheinfo: Check sib_leaf in cache_leaves_are_shared()Pierre Gondois1-3/+2
2023-05-11tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)1-1/+2
2023-05-01driver core: Don't require dynamic_debug for initcall_debug probe timingStephen Boyd1-1/+6
2023-03-11drivers: base: dd: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11drivers: base: component: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11cacheinfo: Fix shared_cpu_map to handle shared caches at different levelsYong-Xuan Wang1-10/+17
2023-03-10driver core: fw_devlink: Avoid spurious error messageSaravana Kannan1-3/+3