summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-30regmap: Correct comparison in regmap_cachedCharles Keepax1-1/+1
2018-05-22x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk1-0/+8
2018-04-26PM / wakeirq: Fix unbalanced IRQ enable for wakeirqTony Lindgren1-2/+4
2018-04-26PM / domains: Fix up domain-idle-states OF parsingUlf Hansson1-31/+45
2018-04-24regmap: Fix reversed bounds check in regmap_raw_write()Dan Carpenter1-1/+1
2018-04-08Revert "base: arch_topology: fix section mismatch build warnings"Gaku Inami1-6/+6
2018-03-19dma-buf/fence: Fix lock inversion within dma-fence-arrayChris Wilson1-0/+1
2018-02-25PM / runtime: Fix handling of suppliers with disabled runtime PMRafael J. Wysocki1-1/+2
2018-02-22PM / runtime: Update links_count also if !CONFIG_SRCULukas Wunner1-0/+3
2018-01-17sysfs/cpu: Add vulnerability folderThomas Gleixner2-0/+51
2018-01-02drivers: base: cacheinfo: fix cache type for non-architected system cacheSudeep Holla1-0/+13
2017-12-25PM / OPP: Move error message to debug levelFabio Estevam1-1/+1
2017-12-14isa: Prevent NULL dereference in isa_bus driver callbacksWilliam Breathitt Gray1-5/+5
2017-12-14firmware: cleanup FIRMWARE_IN_KERNEL messageRobin H. Johnson1-12/+13
2017-12-10PM / Domains: Fix genpd to deal with drivers returning 1 from ->prepare()Ulf Hansson1-2/+3
2017-11-30PM / OPP: Add missing of_node_put(np)Tobias Jordan1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman13-0/+13
2017-10-14mm: only display online cpus of the numa nodeZhen Lei1-2/+10
2017-10-11ACPI: properties: Align return codes of __acpi_node_get_property_reference()Sakari Ailus1-0/+4
2017-10-10device property: Track owner device of device propertyJarkko Nikula1-6/+9
2017-10-03Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-7/+8
2017-09-26PM / OPP: Call notifier without holding opp_table->lockViresh Kumar1-0/+7
2017-09-23Merge tag 'pm-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-8/+11
2017-09-22Merge branches 'pm-core', 'pm-qos' and 'pm-docs'Rafael J. Wysocki1-5/+5
2017-09-19PM: core: Fix device_pm_check_callbacks()Rafael J. Wysocki1-3/+6
2017-09-18driver core: platform: Don't read past the end of "driver_override" bufferNicolai Stange1-1/+2
2017-09-18base: arch_topology: fix section mismatch build warningsSudeep Holla1-6/+6
2017-09-18PM / QoS: Use the correct variable to check the QoS request typeJan H. Schönherr1-5/+5
2017-09-17dma-coherent: fix rmem_dma_device_init regressionArnd Bergmann1-10/+9
2017-09-16firmware: Restore support for built-in firmwareMarkus Trippelsdorf1-4/+1
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-52/+40
2017-09-11Revert "firmware: add sanity check on shutdown/suspend"Linus Torvalds1-99/+0
2017-09-09treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-2/+2
2017-09-09mm: change the call sites of numa statistics itemsKemi Wang1-7/+15
2017-09-07mm, memory_hotplug: remove zone restrictionsMichal Hocko1-3/+0