summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
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-07soundwire: fix regmap dependencies and align with other serial linksPierre-Louis Bossart1-1/+1
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-08-09drivers/base: Introduce kill_device()Dan Williams1-8/+19
2019-08-09driver core: Establish order of operations for device_add and device_del via ...Alexander Duyck3-11/+26
2019-07-26regmap: fix bulk writes on paged registersSrinivas Kandagatla1-0/+2
2019-07-26regmap: debugfs: Fix memory leak in regmap_debugfs_initDaniel Baluta1-0/+2
2019-07-21regmap-irq: do not write mask register if mask_base is zeroMark Zhang1-0/+6
2019-07-21firmware: improve LSM/IMA security behaviourSven Van Asbroeck1-1/+1
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-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-04-20PM / Domains: Avoid a potential deadlockJiada Wang1-7/+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-12cacheinfo: Keep the old value if of_property_read_u32 failsHuacai Chen1-4/+2
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-12devres: Align data[] to ARCH_KMALLOC_MINALIGNAlexey Brodkin1-2/+8
2019-01-26sysfs: Disable lockdep for driver bind/unbind filesDaniel Vetter1-2/+5
2019-01-13driver core: Add missing dev->bus->need_parent_lock checksRafael J. Wysocki1-2/+2
2019-01-09platform-msi: Free descriptors in platform_msi_domain_free()Miquel Raynal1-2/+4
2018-10-07Merge tag 'char-misc-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-2/+5
2018-10-04PM / core: Clear the direct_complete flag on errorsRafael J. Wysocki1-1/+4
2018-09-30firmware: Always initialize the fw_priv list objectBjorn Andersson1-2/+5
2018-09-12firmware: Fix security issue with request_firmware_into_buf()Rishabh Bhatnagar1-12/+18
2018-09-05memory_hotplug: fix kernel_panic on offline page processingMikhail Zaslonko1-11/+9
2018-08-24PM / clk: signedness bug in of_pm_clk_add_clks()Dan Carpenter1-1/+1
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-53/+134
2018-08-18mm: provide a fallback for PAGE_KERNEL_RO for architecturesLuis R. Rodriguez1-5/+0
2018-08-18mm/memory_hotplug.c: drop unnecessary checks from register_mem_sect_under_node()Oscar Salvador1-5/+0
2018-08-18mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_m...Oscar Salvador1-38/+6
2018-08-18mm/memory_hotplug.c: call register_mem_sect_under_node()Oscar Salvador1-2/+0
2018-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+9
2018-08-15Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+7
2018-08-14Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-7/+59
2018-08-14Merge tag 'regulator-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+30
2018-08-14Merge tag 'regmap-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds6-17/+221
2018-08-14Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'Rafael J. Wysocki3-7/+59
2018-08-10Merge branch 'regulator-4.19' into regulator-nextMark Brown1-0/+30
2018-08-09Merge branch 'regmap-4.19' into regmap-nextMark Brown6-17/+221
2018-08-09Merge tag 'regmap-noinc-read' into regmap-4.19Mark Brown2-1/+81
2018-08-09regmap: Add regmap_noinc_read APICrestez Dan Leonard2-1/+81