summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2025-03-13drivers: core: fix device leak in __fw_devlink_relax_cycles()Luca Ceresoli1-0/+1
2025-02-21regmap-irq: Add missing kfree()Jiasheng Jiang1-0/+2
2025-02-08driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()Zijun Hu1-1/+8
2025-01-17topology: Keep the cpumask unchanged when printing cpumapLi Huafei1-4/+20
2025-01-02pmdomain: core: Add missing put_device()Ulf Hansson1-0/+1
2025-01-02regmap: Use correct format specifier for logging range errorsMark Brown1-2/+2
2024-12-14regmap: maple: Provide lockdep (sub)class for maple tree's internal lockCristian Ciocaltea3-0/+5
2024-12-14regmap: detach regmap from dev on regmap_exitCosmin Tanislav1-0/+12
2024-12-14cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPURicardo Neri1-6/+8
2024-12-14driver core: fw_devlink: Stop trying to optimize cycle detection logicSaravana Kannan1-31/+24
2024-12-14driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode linkSaravana Kannan1-1/+8
2024-12-14driver core: fw_devlink: Improve logs for cycle detectionSaravana Kannan1-2/+9
2024-12-09firmware_loader: Fix possible resource leak in fw_log_firmware_info()Gaosheng Cui1-3/+2
2024-12-09regmap: irq: Set lockdep class for hierarchical IRQ domainsAndy Shevchenko1-0/+4
2024-11-08cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams1-0/+35
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-17driver core: bus: Fix double free in driver API bus_register()Zijun Hu1-0/+2
2024-10-04firmware_loader: Block path traversalJann Horn1-0/+30
2024-10-04driver core: Fix a potential null-ptr-deref in module_add_driver()Jinjie Ruan1-5/+9
2024-10-04driver core: Fix error handling in driver API device_rename()Zijun Hu1-5/+10
2024-10-04pmdomain: core: Harden inter-column space in debug summaryGeert Uytterhoeven1-1/+1
2024-09-12regmap: maple: work around gcc-14.1 false-positive warningArnd Bergmann1-1/+2
2024-09-12devres: Initialize an uninitialized struct memberZijun Hu1-0/+1
2024-09-08regmap: spi: Fix potential off-by-one when calculating reserved sizeAndy Shevchenko1-2/+1
2024-08-14driver core: Fix uevent_show() vs driver detach raceDan Williams2-5/+12
2024-08-03devres: Fix memory leakage caused by driver API devm_free_percpu()Zijun Hu1-1/+5
2024-08-03devres: Fix devm_krealloc() wasting memoryZijun Hu1-1/+4
2024-07-11regmap-i2c: Subtract reg size from max_writeJim Wylder1-1/+2
2024-06-21drivers: core: synchronize really_probe() and dev_uevent()Dirk Behme1-0/+3
2024-06-12module: don't ignore sysfs_create_link() failuresArnd Bergmann3-15/+45
2024-05-17regmap: Add regmap_read_bypassed()Richard Fitzgerald1-0/+37
2024-04-10driver core: Introduce device_link_wait_removal()Herve Codina1-3/+23
2024-04-10regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald1-2/+2
2024-04-10regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald1-1/+1
2024-04-03PM: sleep: wakeirq: fix wake irq warning in system suspendQingliang Li1-1/+3
2024-03-26regmap: kunit: Ensure that changed bytes are actually differentMark Brown1-16/+38
2024-03-15x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta1-0/+3
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-01-31rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello1-1/+1
2024-01-31rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello1-1/+1
2024-01-31PM: sleep: Fix possible deadlocks in core system-wide PM codeRafael J. Wysocki1-80/+68
2024-01-25software node: Let args be NULL in software_node_get_reference_argsSakari Ailus1-0/+3
2024-01-25base/node.c: initialize the accessor list before registeringGregory Price1-3/+6
2024-01-25class: fix use-after-free in class_register()Jing Xia1-0/+1
2023-12-13devcoredump: Send uevent once devcd is readyMukesh Ojha1-0/+3
2023-12-13mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar1-3/+15