summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* PM: sleep: wakeirq: fix wake irq warning in system suspendQingliang Li2024-04-131-1/+3
* pmdomain: core: Move the unused cleanup to a _sync initcallKonrad Dybcio2024-02-231-1/+1
* drivers: core: fix kernel-doc markup for dev_err_probe()Mauro Carvalho Chehab2024-02-231-2/+4
* driver code: print symbolic error codeMichał Mirosław2024-02-231-2/+2
* driver core: add device probe log helperAndrzej Hajda2024-02-231-0/+42
* devcoredump: Send uevent once devcd is readyMukesh Ojha2023-12-131-0/+3
* devcoredump : Serialize devcd_del workMukesh Ojha2023-12-131-2/+81
* driver core: Release all resources during unbind before updating device linksSaravana Kannan2023-12-081-2/+2
* regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET2023-11-201-1/+1
* driver: platform: Add helper for safer setting of driver_overrideKrzysztof Kozlowski2023-11-082-24/+73
* regmap: fix NULL deref on lookupJohan Hovold2023-10-251-1/+1
* regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald2023-10-101-1/+2
* Revert "drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) ...Greg Kroah-Hartman2023-10-1010-91/+91
* regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter2023-09-231-5/+5
* regmap: Account for register length in SMBus I/O limitsMark Brown2023-08-301-2/+2
* drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches2023-08-1110-91/+91
* PM: sleep: wakeirq: fix wake irq armingJohan Hovold2023-08-112-4/+9
* PM / wakeirq: support enabling wake-up irq after runtime_suspend calledChunfeng Yun2023-08-113-25/+89
* PM: domains: fix integer overflow issues in genpd_parse_state()Nikita Zhandarovich2023-08-111-3/+3
* x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon2023-08-081-0/+8
* regmap: Account for register length when chunkingJim Wylder2023-06-091-2/+4
* drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource()Bartosz Golaszewski2023-05-301-0/+2
* drivers: provide devm_platform_ioremap_resource()Bartosz Golaszewski2023-05-301-0/+18
* regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein2023-05-301-0/+6
* tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)2023-05-171-1/+2
* driver core: Fix bus_type.match() error handling in __driver_attach()Isaac J. Manjarres2023-01-181-2/+6
* driver core: Set deferred_probe_timeout to a longer default if CONFIG_MODULES...John Stultz2023-01-181-0/+9
* class: fix possible memory leak in __class_register()Yang Yingliang2023-01-181-0/+5
* PM: runtime: Do not call __rpm_callback() from rpm_idle()Rafael J. Wysocki2023-01-181-1/+11
* PM: runtime: Improve path in rpm_idle() when no callbackUlf Hansson2023-01-181-5/+5
* x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre2022-11-231-0/+8
* PM: domains: Fix handling of unavailable/disabled idle statesSudeep Holla2022-11-031-0/+4
* driver core: Don't probe devices after bus_type.match() probe deferralIsaac J. Manjarres2022-09-151-0/+10
* x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta2022-06-161-0/+8
* drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin2022-06-141-0/+1
* PM: core: keep irq flags in device_pm_check_callbacks()Dmitry Baryshkov2022-04-151-2/+4
* firmware_loader: fix pre-allocated buf built-in firmware useLuis Chamberlain2021-11-261-6/+7
* regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang2021-11-021-4/+3
* PM: base: power: don't try to use non-existing RTC for storing dataJuergen Gross2021-09-221-0/+10
* regmap: fix the offset of register error logJeongtae Park2021-09-221-1/+1
* PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2021-08-261-0/+1
* firmware_loader: fix use-after-free in firmware_fallback_sysfsAnirudh Rayabharam2021-08-123-5/+19
* firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallbackAnirudh Rayabharam2021-08-121-2/+0
* regmap: set debugfs_name to NULL after it is freedMeng Li2021-05-221-0/+1
* driver core: Fix locking bug in deferred_probe_timeout_work_func()Saravana Kannan2021-04-161-3/+5
* PM: runtime: Fix ordering in pm_runtime_get_suppliers()Adrian Hunter2021-04-071-1/+1
* PM: runtime: Fix race getting/putting suppliers at probeAdrian Hunter2021-04-071-1/+7
* Revert "PM: runtime: Update device status before letting suppliers suspend"Rafael J. Wysocki2021-03-241-37/+25
* PM: runtime: Update device status before letting suppliers suspendRafael J. Wysocki2021-03-111-25/+37
* regmap: sdw: use _no_pm functions in regmap_read/writeBard Liao2021-03-041-2/+2