summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
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-09-03opp: remove WARN when no valid OPPs remainMichał Mirosław1-2/+3
2021-08-26PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner1-0/+1
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-02-07driver core: Extend device_is_dependent()Rafael J. Wysocki1-1/+16
2021-02-07base: core: Remove WARN_ON from link dependencies checkBenjamin Gaignard1-2/+2
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-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-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