summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2024-12-05regmap: irq: Set lockdep class for hierarchical IRQ domainsAndy Shevchenko
2024-11-08Revert "driver core: Fix uevent_show() vs driver detach race"Greg Kroah-Hartman
2024-11-08driver core: bus: Return -EIO instead of 0 when show/store invalid bus attributeZijun Hu
2024-11-08firmware_loader: Block path traversalJann Horn
2024-09-12devres: Initialize an uninitialized struct memberZijun Hu
2024-08-19driver core: Fix uevent_show() vs driver detach raceDan Williams
2024-08-19devres: Fix memory leakage caused by driver API devm_free_percpu()Zijun Hu
2024-08-19driver core: Cast to (void *) with __force for __percpu pointerAndy Shevchenko
2024-07-05drivers: core: synchronize really_probe() and dev_uevent()Dirk Behme
2024-04-13PM: sleep: wakeirq: fix wake irq warning in system suspendQingliang Li
2024-02-23pmdomain: core: Move the unused cleanup to a _sync initcallKonrad Dybcio
2024-02-23drivers: core: fix kernel-doc markup for dev_err_probe()Mauro Carvalho Chehab
2024-02-23driver code: print symbolic error codeMichał Mirosław
2024-02-23driver core: add device probe log helperAndrzej Hajda
2023-12-13devcoredump: Send uevent once devcd is readyMukesh Ojha
2023-12-13devcoredump : Serialize devcd_del workMukesh Ojha
2023-12-08driver core: Release all resources during unbind before updating device linksSaravana Kannan
2023-11-20regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET
2023-11-08driver: platform: Add helper for safer setting of driver_overrideKrzysztof Kozlowski
2023-10-25regmap: fix NULL deref on lookupJohan Hovold
2023-10-10regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald
2023-10-10Revert "drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) ...Greg Kroah-Hartman
2023-09-23regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter
2023-08-30regmap: Account for register length in SMBus I/O limitsMark Brown
2023-08-11drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches
2023-08-11PM: sleep: wakeirq: fix wake irq armingJohan Hovold
2023-08-11PM / wakeirq: support enabling wake-up irq after runtime_suspend calledChunfeng Yun
2023-08-11PM: domains: fix integer overflow issues in genpd_parse_state()Nikita Zhandarovich
2023-08-08x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon
2023-06-09regmap: Account for register length when chunkingJim Wylder
2023-05-30drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource()Bartosz Golaszewski
2023-05-30drivers: provide devm_platform_ioremap_resource()Bartosz Golaszewski
2023-05-30regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein
2023-05-17tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)
2023-01-18driver core: Fix bus_type.match() error handling in __driver_attach()Isaac J. Manjarres
2023-01-18driver core: Set deferred_probe_timeout to a longer default if CONFIG_MODULES...John Stultz
2023-01-18class: fix possible memory leak in __class_register()Yang Yingliang
2023-01-18PM: runtime: Do not call __rpm_callback() from rpm_idle()Rafael J. Wysocki
2023-01-18PM: runtime: Improve path in rpm_idle() when no callbackUlf Hansson
2022-11-23x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre
2022-11-03PM: domains: Fix handling of unavailable/disabled idle statesSudeep Holla
2022-09-15driver core: Don't probe devices after bus_type.match() probe deferralIsaac J. Manjarres
2022-06-16x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta
2022-06-14drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin
2022-04-15PM: core: keep irq flags in device_pm_check_callbacks()Dmitry Baryshkov
2021-11-26firmware_loader: fix pre-allocated buf built-in firmware useLuis Chamberlain
2021-11-02regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang
2021-09-22PM: base: power: don't try to use non-existing RTC for storing dataJuergen Gross
2021-09-22regmap: fix the offset of register error logJeongtae Park
2021-08-26PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner