summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
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-06-25drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...Kuppuswamy Sathyanarayanan1-0/+2
2020-06-11x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross1-0/+8
2020-05-27component: Silence bind error on -EPROBE_DEFERJames Hilliard1-3/+5
2020-04-24arch_topology: Fix section miss match warning due to free_raw_capacity()Prasad Sodagudi1-1/+1
2020-02-28driver core: platform: fix u32 greater or equal to zero comparisonColin Ian King1-1/+1
2020-02-28driver core: Print device when resources present in really_probe()Geert Uytterhoeven1-1/+4
2020-02-28driver core: platform: Prevent resouce overflow from causing infinite loopsSimon Schwartz1-4/+6
2020-02-15PM: core: Fix handling of devices deleted during system-wide resumeRafael J. Wysocki1-5/+37
2020-01-27PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()Rafael J. Wysocki1-1/+1
2020-01-27driver core: Do not resume suppliers under device_links_write_lock()Rafael J. Wysocki1-6/+14
2019-12-05drivers/base/platform.c: kmemleak ignore a known leakQian Cai1-0/+3
2019-12-01mm/memory_hotplug: Do not unlock when fails to take the device_hotplug_lockzhong jiang1-1/+1
2019-12-01mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand1-2/+7
2019-12-01PM / Domains: Deal with multiple states but no governor in genpdUlf Hansson1-0/+6
2019-11-24Revert "OPP: Protect dev_list with opp_table lock"Greg Kroah-Hartman3-22/+3
2019-11-20OPP: Protect dev_list with opp_table lockViresh Kumar3-3/+22
2019-11-20component: fix loop condition to call unbind() if bind() failsBanajit Goswami1-3/+3
2019-11-12x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli1-0/+8
2019-11-12x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta1-0/+9
2019-10-29cpufreq: Avoid cpufreq_suspend() deadlock on system shutdownRafael J. Wysocki1-0/+3
2019-10-29drivers/base/memory.c: don't access uninitialized memmaps in soft_offline_pag...David Hildenbrand1-0/+3
2019-10-05base: soc: Export soc_device_register/unregister APIsVinod Koul1-0/+2
2019-09-19driver core: Fix use-after-free and double free on glue directoryMuchun Song1-1/+52
2019-07-31regmap: fix bulk writes on paged registersSrinivas Kandagatla1-0/+2
2019-07-21drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDTJames Morse1-1/+2
2019-05-31PM / core: Propagate dev->power.wakeup_path when no callbacksUlf Hansson1-0/+4
2019-05-25driver core: Postpone DMA tear-down until after devres release for probe failureJohn Garry1-3/+2
2019-05-16devres: Align data[] to ARCH_KMALLOC_MINALIGNAlexey Brodkin1-2/+8
2019-05-14x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner1-0/+8
2019-04-20mm: hide incomplete nr_indirectly_reclaimable in sysfsKonstantin Khlebnikov1-1/+6
2019-03-23PM / wakeup: Rework wakeup source timer cancellationViresh Kumar1-1/+7
2019-03-14driver core: Postpone DMA tear-down until after devres releaseGeert Uytterhoeven1-1/+1
2019-02-12OPP: Use opp_table->regulators to verify no regulator caseViresh Kumar1-4/+7
2019-02-12kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha2-5/+15
2019-02-12driver core: Move async_synchronize_full callAlexander Duyck1-3/+3
2019-02-06drivers: core: Remove glue dirs from sysfs earlierBenjamin Herrenschmidt1-0/+2
2019-01-26sysfs: Disable lockdep for driver bind/unbind filesDaniel Vetter1-2/+5
2019-01-09platform-msi: Free descriptors in platform_msi_domain_free()Miquel Raynal1-2/+4
2018-12-01driver core: Move device_links_purge() after bus_remove_device()Jeffy Chen1-1/+1
2018-10-13PM / core: Clear the direct_complete flag on errorsRafael J. Wysocki1-1/+4
2018-09-26drivers/base: stop new probing during shutdownPingfan Liu1-0/+3
2018-09-05PM / clk: signedness bug in of_pm_clk_add_clks()Dan Carpenter1-1/+1
2018-08-15x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen1-0/+8
2018-07-28driver core: Partially revert "driver core: correct device's shutdown order"Rafael J. Wysocki1-8/+0
2018-07-03PM / OPP: Update voltage in case freq == old_freqWaldemar Rymarkiewicz1-1/+1
2018-07-03PM / core: Fix supplier device runtime PM usage counter imbalanceRafael J. Wysocki1-4/+11
2018-07-03PM / Domains: Fix error path during attach in genpdUlf Hansson1-0/+3
2018-06-26driver core: Don't ignore class_dir_create_and_add() failure.Tetsuo Handa1-2/+12