summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+3
2017-11-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+10
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-3/+3
2017-11-13Merge tag 'regmap-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds5-19/+104
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar14-8/+36
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar13-0/+13
2017-11-06Merge remote-tracking branches 'regmap/topic/const' and 'regmap/topic/hwspinl...Mark Brown5-19/+104
2017-11-06regmap: Fix unused warningBaolin Wang1-1/+1
2017-11-06regmap: Try to work around Kconfig exploding on HWSPINLOCKMark Brown1-1/+1
2017-11-03regmap: Clean up hwspinlock on regmap exitMark Brown1-0/+2
2017-11-03regmap: Also protect hwspinlock in error handling pathMark Brown1-1/+2
2017-11-03regmap: Add a config option for hwspinlockMark Brown2-0/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman13-0/+13
2017-11-01regmap: Add hardware spinlock supportBaolin Wang2-16/+87
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker1-1/+10
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2-3/+3
2017-10-24PM / QoS: Fix device resume latency PM QoSRafael J. Wysocki5-30/+55
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-05timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook1-5/+3
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
2017-09-07mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko1-10/+23
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-46/+85
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-74/+327
2017-09-05dma-coherent: fix dma_declare_coherent_memory() logic errorArnd Bergmann1-13/+25
2017-09-04dma-coherent: remove an unused variableChristoph Hellwig1-1/+0
2017-09-04Merge branch 'pm-sleep'Rafael J. Wysocki2-40/+65
2017-09-04Merge branches 'pm-core', 'pm-opp', 'pm-domains', 'pm-cpu' and 'pm-avs'Rafael J. Wysocki3-34/+262
2017-09-01dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig2-37/+16
2017-09-01dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flagChristoph Hellwig1-2/+0
2017-08-31driver core: bus: Fix a potential double freeChristophe JAILLET1-1/+1
2017-08-28Do not disable driver and bus shutdown hook when class shutdown hook is set.Michal Suchanek1-4/+5
2017-08-28base: topology: constify attribute_group structures.Arvind Yadav1-1/+1
2017-08-28base: Convert to using %pOF instead of full_nameRob Herring1-4/+4
2017-08-25PM / Domains: Convert to using %pOF instead of full_nameRob Herring1-7/+7