summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2022-06-14drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin1-0/+1
2022-05-25firmware_loader: use kernel credentials when reading firmwareThiƩbaud Weksteen1-0/+17
2022-05-09arch_topology: Do not set llc_sibling if llc_id is invalidWang Qing1-1/+1
2022-04-15PM: core: keep irq flags in device_pm_check_callbacks()Dmitry Baryshkov1-2/+4
2022-04-15driver core: dd: fix return value of __setup handlerRandy Dunlap1-1/+1
2022-02-16PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki1-7/+34
2022-01-20devtmpfs regression fix: reconfigure on each mountNeilBrown1-0/+8
2022-01-16drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches11-100/+95
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-15regmap: fix the offset of register error logJeongtae Park1-1/+1
2021-08-18PCI/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-19PM: runtime: Fix unpaired parent child_count for force_resumeTony Lindgren1-3/+7
2021-05-14node: fix device cleanups in error handling codeDan Carpenter1-14/+12
2021-05-14regmap: 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-30PM: runtime: Defer suspending suppliersRafael J. Wysocki1-6/+39
2021-03-24Revert "PM: runtime: Update device status before letting suppliers suspend"Rafael J. Wysocki1-37/+25
2021-03-17software node: Fix node registrationHeikki Krogerus1-0/+3
2021-03-09PM: 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-03-04media: software_node: Fix refcounts in software_node_get_next_child()Daniel Scally1-2/+6
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-3/+5
2020-11-10PM: runtime: Drop pm_runtime_clean_up_links()Rafael J. Wysocki2-37/+0
2020-11-10PM: runtime: Drop runtime PM references to supplier on link removalRafael J. Wysocki2-5/+22
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-11-05PM: runtime: Remove link state checks in rpm_get/put_supplier()Xiang Chen1-4/+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/+55
2020-10-01regmap: fix page selection for noinc writesDmitry Baryshkov3-12/+13
2020-10-01regmap: fix page selection for noinc readsDmitry Baryshkov1-6/+6
2020-10-01cpu-topology: Fix the potential data corruptionZeng Tao1-2/+2
2020-09-23firmware_loader: fix memory leak for paged bufferPrateek Sood2-6/+13
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-31PM: wakeup: Show statistics for deleted wakeup sources againzhuguangqing1-0/+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