aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)Author
2021-11-02regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang
2021-09-22PM: base: power: don't try to use non-existing RTC for storing dataJuergen Gross
2021-09-22regmap: fix the offset of register error logJeongtae Park
2021-09-03opp: remove WARN when no valid OPPs remainMichał Mirosław
2021-08-26PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner
2021-03-24Revert "PM: runtime: Update device status before letting suppliers suspend"Rafael J. Wysocki
2021-03-11PM: runtime: Update device status before letting suppliers suspendRafael J. Wysocki
2021-02-07driver core: Extend device_is_dependent()Rafael J. Wysocki
2021-02-07base: core: Remove WARN_ON from link dependencies checkBenjamin Gaignard
2021-01-12Revert "device property: Keep secondary firmware node secondary by type"Bard Liao
2020-11-10PM: runtime: Resume the device earlier in __device_release_driver()Rafael J. Wysocki
2020-11-05device property: Don't clear secondary pointer for shared primary firmware nodeAndy Shevchenko
2020-11-05device property: Keep secondary firmware node secondary by typeAndy Shevchenko
2020-10-14driver core: Fix probe_count imbalance in really_probe()Tetsuo Handa
2020-09-03device property: Fix the secondary firmware node handling in set_primary_fwno...Heikki Krogerus
2020-09-03PM: sleep: core: Fix the handling of pending runtime resume requestsRafael J. Wysocki
2020-07-31regmap: debugfs: check count when read regmap filePeng Fan
2020-07-29regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde
2020-06-25drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...Kuppuswamy Sathyanarayanan
2020-06-11x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross
2020-05-27component: Silence bind error on -EPROBE_DEFERJames Hilliard
2020-04-24arch_topology: Fix section miss match warning due to free_raw_capacity()Prasad Sodagudi
2020-02-28driver core: platform: fix u32 greater or equal to zero comparisonColin Ian King
2020-02-28driver core: Print device when resources present in really_probe()Geert Uytterhoeven
2020-02-28driver core: platform: Prevent resouce overflow from causing infinite loopsSimon Schwartz
2020-02-14PM: core: Fix handling of devices deleted during system-wide resumeRafael J. Wysocki
2020-01-27PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()Rafael J. Wysocki
2020-01-27driver core: Do not resume suppliers under device_links_write_lock()Rafael J. Wysocki
2019-12-05drivers/base/platform.c: kmemleak ignore a known leakQian Cai
2019-12-01mm/memory_hotplug: Do not unlock when fails to take the device_hotplug_lockzhong jiang
2019-12-01mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand
2019-12-01PM / Domains: Deal with multiple states but no governor in genpdUlf Hansson
2019-11-24Revert "OPP: Protect dev_list with opp_table lock"Greg Kroah-Hartman
2019-11-20OPP: Protect dev_list with opp_table lockViresh Kumar
2019-11-20component: fix loop condition to call unbind() if bind() failsBanajit Goswami
2019-11-12x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli
2019-11-12x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta
2019-10-29cpufreq: Avoid cpufreq_suspend() deadlock on system shutdownRafael J. Wysocki
2019-10-29drivers/base/memory.c: don't access uninitialized memmaps in soft_offline_pag...David Hildenbrand
2019-10-05base: soc: Export soc_device_register/unregister APIsVinod Koul
2019-09-19driver core: Fix use-after-free and double free on glue directoryMuchun Song
2019-07-31regmap: fix bulk writes on paged registersSrinivas Kandagatla
2019-07-21drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDTJames Morse
2019-05-31PM / core: Propagate dev->power.wakeup_path when no callbacksUlf Hansson
2019-05-25driver core: Postpone DMA tear-down until after devres release for probe failureJohn Garry
2019-05-16devres: Align data[] to ARCH_KMALLOC_MINALIGNAlexey Brodkin
2019-05-14x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner
2019-04-20mm: hide incomplete nr_indirectly_reclaimable in sysfsKonstantin Khlebnikov
2019-03-23PM / wakeup: Rework wakeup source timer cancellationViresh Kumar
2019-03-13driver core: Postpone DMA tear-down until after devres releaseGeert Uytterhoeven