summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2023-06-09regmap: Account for register length when chunkingJim Wylder1-2/+4
2023-05-30drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource()Bartosz Golaszewski1-0/+2
2023-05-30drivers: provide devm_platform_ioremap_resource()Bartosz Golaszewski1-0/+18
2023-05-30regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein1-0/+6
2023-05-17tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)1-1/+2
2023-01-18driver core: Fix bus_type.match() error handling in __driver_attach()Isaac J. Manjarres1-2/+6
2023-01-18driver core: Set deferred_probe_timeout to a longer default if CONFIG_MODULES...John Stultz1-0/+9
2023-01-18class: fix possible memory leak in __class_register()Yang Yingliang1-0/+5
2023-01-18PM: runtime: Do not call __rpm_callback() from rpm_idle()Rafael J. Wysocki1-1/+11
2023-01-18PM: runtime: Improve path in rpm_idle() when no callbackUlf Hansson1-5/+5
2022-11-23x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre1-0/+8
2022-11-03PM: domains: Fix handling of unavailable/disabled idle statesSudeep Holla1-0/+4
2022-09-15driver core: Don't probe devices after bus_type.match() probe deferralIsaac J. Manjarres1-0/+10
2022-06-16x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta1-0/+8
2022-06-14drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin1-0/+1
2022-04-15PM: core: keep irq flags in device_pm_check_callbacks()Dmitry Baryshkov1-2/+4
2021-11-26firmware_loader: fix pre-allocated buf built-in firmware useLuis Chamberlain1-6/+7
2021-11-02regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang1-4/+3
2021-09-22PM: base: power: don't try to use non-existing RTC for storing dataJuergen Gross1-0/+10
2021-09-22regmap: fix the offset of register error logJeongtae Park1-1/+1
2021-08-26PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner1-0/+1
2021-08-12firmware_loader: fix use-after-free in firmware_fallback_sysfsAnirudh Rayabharam3-5/+19
2021-08-12firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallbackAnirudh Rayabharam1-2/+0
2021-05-22regmap: set debugfs_name to NULL after it is freedMeng Li1-0/+1
2021-04-16driver core: Fix locking bug in deferred_probe_timeout_work_func()Saravana Kannan1-3/+5
2021-04-07PM: runtime: Fix ordering in pm_runtime_get_suppliers()Adrian Hunter1-1/+1
2021-04-07PM: runtime: Fix race getting/putting suppliers at probeAdrian Hunter1-1/+7
2021-03-24Revert "PM: runtime: Update device status before letting suppliers suspend"Rafael J. Wysocki1-37/+25
2021-03-11PM: runtime: Update device status before letting suppliers suspendRafael J. Wysocki1-25/+37
2021-03-04regmap: sdw: use _no_pm functions in regmap_read/writeBard Liao1-2/+2
2021-01-27driver core: Extend device_is_dependent()Rafael J. Wysocki1-1/+16
2021-01-17regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()Dan Carpenter1-3/+1
2021-01-17regmap: debugfs: Fix a memory leak when calling regmap_attach_devXiaolei Wang1-2/+9
2021-01-12Revert "device property: Keep secondary firmware node secondary by type"Bard Liao1-1/+1
2020-11-10PM: runtime: Resume the device earlier in __device_release_driver()Rafael J. Wysocki1-2/+5
2020-11-05device property: Don't clear secondary pointer for shared primary firmware nodeAndy Shevchenko1-1/+3
2020-11-05device property: Keep secondary firmware node secondary by typeAndy Shevchenko1-1/+1
2020-10-14driver core: Fix probe_count imbalance in really_probe()Tetsuo Handa1-2/+3
2020-10-07mm: don't rely on system state to detect hot-plug operationsLaurent Dufour1-30/+54
2020-10-01regmap: fix page selection for noinc readsDmitry Baryshkov1-6/+6
2020-09-03device property: Fix the secondary firmware node handling in set_primary_fwno...Heikki Krogerus1-4/+8
2020-09-03PM: sleep: core: Fix the handling of pending runtime resume requestsRafael J. Wysocki1-6/+10
2020-08-21driver core: Avoid binding drivers to dead devicesLukas Wunner1-1/+3
2020-07-31regmap: debugfs: check count when read regmap filePeng Fan1-0/+6
2020-07-29regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde1-1/+1
2020-07-22regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson1-23/+29
2020-07-16regmap: fix alignment issueJens Thoms Toerring1-54/+46
2020-07-01regmap: Fix memory leak from regmap_register_patchCharles Keepax1-0/+1
2020-06-25drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...Kuppuswamy Sathyanarayanan1-0/+2
2020-06-10x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross1-0/+8