summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2024-12-14regmap: detach regmap from dev on regmap_exitCosmin Tanislav1-0/+12
2024-12-14driver core: bus: Fix double free in driver API bus_register()Zijun Hu1-0/+2
2024-12-14driver core: Introduce device_find_any_child() helperAndy Shevchenko1-0/+20
2024-12-14regmap: irq: Set lockdep class for hierarchical IRQ domainsAndy Shevchenko1-0/+4
2024-11-08Revert "driver core: Fix uevent_show() vs driver detach race"Greg Kroah-Hartman2-12/+5
2024-10-17driver core: bus: Return -EIO instead of 0 when show/store invalid bus attributeZijun Hu1-2/+4
2024-10-17device property: Add fwnode_irq_get_bynameAkhil R1-0/+29
2024-10-17device property: Add fwnode_iomap()Anand Ashok Dumbre1-0/+16
2024-10-17firmware_loader: Block path traversalJann Horn1-0/+30
2024-10-17pmdomain: core: Harden inter-column space in debug summaryGeert Uytterhoeven1-1/+1
2024-09-12devres: Initialize an uninitialized struct memberZijun Hu1-0/+1
2024-08-19driver core: Fix uevent_show() vs driver detach raceDan Williams2-5/+12
2024-08-19devres: Fix memory leakage caused by driver API devm_free_percpu()Zijun Hu1-1/+5
2024-08-19devres: Fix devm_krealloc() wasting memoryZijun Hu1-1/+4
2024-07-18regmap-i2c: Subtract reg size from max_writeJim Wylder1-1/+2
2024-07-05drivers: core: synchronize really_probe() and dev_uevent()Dirk Behme1-0/+3
2024-04-10driver core: Introduce device_link_wait_removal()Herve Codina1-3/+23
2024-04-10x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta1-0/+8
2024-04-10PM: sleep: wakeirq: fix wake irq warning in system suspendQingliang Li1-1/+3
2024-03-27regmap: Add missing map->bus checkMarek Vasut1-1/+1
2024-03-15regmap: Add bulk read/write callbacks into regmap_configMarek Vasut2-36/+44
2024-03-15regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith1-0/+1
2024-02-23PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosus...Douglas Anderson1-0/+5
2024-02-23pmdomain: core: Move the unused cleanup to a _sync initcallKonrad Dybcio1-1/+1
2024-02-23arm64: irq: set the correct node for VMAP stackHuang Shijie1-1/+1
2024-02-23PM: sleep: Fix possible deadlocks in core system-wide PM codeRafael J. Wysocki1-80/+68
2024-02-23PM: core: Remove unnecessary (void *) conversionsLi zeming1-6/+6
2024-01-26software node: Let args be NULL in software_node_get_reference_argsSakari Ailus1-0/+3
2024-01-05device property: Allow const parameter to dev_fwnode()Andy Shevchenko1-2/+9
2024-01-05device property: Add const qualifier to device_get_match_data() parameterAndy Shevchenko1-2/+2
2023-12-13devcoredump: Send uevent once devcd is readyMukesh Ojha1-0/+3
2023-12-13devcoredump : Serialize devcd_del workMukesh Ojha1-2/+81
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-2/+2
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-11-08driver: platform: Add helper for safer setting of driver_overrideKrzysztof Kozlowski2-24/+73
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-19driver core: test_async: fix an error codeDan Carpenter1-1/+1
2023-09-19regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter1-5/+5
2023-08-11PM: sleep: wakeirq: fix wake irq armingJohan Hovold2-4/+9
2023-08-11PM / wakeirq: support enabling wake-up irq after runtime_suspend calledChunfeng Yun3-25/+89
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-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-23PM: 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