summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* driver core: Extend device_is_dependent()Rafael J. Wysocki2021-01-271-1/+16
* regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()Dan Carpenter2021-01-171-3/+1
* regmap: debugfs: Fix a memory leak when calling regmap_attach_devXiaolei Wang2021-01-171-2/+9
* Revert "device property: Keep secondary firmware node secondary by type"Bard Liao2021-01-121-1/+1
* PM: runtime: Resume the device earlier in __device_release_driver()Rafael J. Wysocki2020-11-101-2/+5
* device property: Don't clear secondary pointer for shared primary firmware nodeAndy Shevchenko2020-11-051-1/+3
* device property: Keep secondary firmware node secondary by typeAndy Shevchenko2020-11-051-1/+1
* driver core: Fix probe_count imbalance in really_probe()Tetsuo Handa2020-10-141-2/+3
* mm: don't rely on system state to detect hot-plug operationsLaurent Dufour2020-10-071-30/+54
* regmap: fix page selection for noinc readsDmitry Baryshkov2020-10-011-6/+6
* device property: Fix the secondary firmware node handling in set_primary_fwno...Heikki Krogerus2020-09-031-4/+8
* PM: sleep: core: Fix the handling of pending runtime resume requestsRafael J. Wysocki2020-09-031-6/+10
* driver core: Avoid binding drivers to dead devicesLukas Wunner2020-08-211-1/+3
* regmap: debugfs: check count when read regmap filePeng Fan2020-07-311-0/+6
* regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde2020-07-291-1/+1
* regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson2020-07-221-23/+29
* regmap: fix alignment issueJens Thoms Toerring2020-07-161-54/+46
* regmap: Fix memory leak from regmap_register_patchCharles Keepax2020-06-301-0/+1
* drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...Kuppuswamy Sathyanarayanan2020-06-251-0/+2
* x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2020-06-101-0/+8