summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-5/+3
|\
| * timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook2017-10-051-5/+3
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-131-1/+10
|\ \
| * \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-0814-8/+36
| |\ \
| * | | sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker2017-10-271-1/+10
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-132-3/+3
|\ \ \
| * \ \ Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0713-0/+13
| |\ \ \ | | | |/ | | |/|
| * | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-252-3/+3
* | | | Merge tag 'regmap-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2017-11-135-19/+104
|\ \ \ \ | |_|/ / |/| | |
| | | |
| | \ \
| *-. \ \ Merge remote-tracking branches 'regmap/topic/const' and 'regmap/topic/hwspinl...Mark Brown2017-11-065-19/+104
| |\ \ \ \
| | | * | | regmap: Fix unused warningBaolin Wang2017-11-061-1/+1
| | | * | | regmap: Try to work around Kconfig exploding on HWSPINLOCKMark Brown2017-11-061-1/+1
| | | * | | regmap: Clean up hwspinlock on regmap exitMark Brown2017-11-031-0/+2
| | | * | | regmap: Also protect hwspinlock in error handling pathMark Brown2017-11-031-1/+2
| | | * | | regmap: Add a config option for hwspinlockMark Brown2017-11-032-0/+11
| | | * | | regmap: Add hardware spinlock supportBaolin Wang2017-11-012-16/+87
| | * | | | regmap: constify regmap_bus structuresJulia Lawall2017-08-142-3/+3
| * | | | | PM / QoS: Fix device resume latency PM QoSRafael J. Wysocki2017-10-245-30/+55
| | |_|/ / | |/| | |
* | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0213-0/+13
|/ / / /
* | | | mm: only display online cpus of the numa nodeZhen Lei2017-10-131-2/+10
* | | | ACPI: properties: Align return codes of __acpi_node_get_property_reference()Sakari Ailus2017-10-111-0/+4
* | | | device property: Track owner device of device propertyJarkko Nikula2017-10-101-6/+9
| |_|/ |/| |
* | | Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-10-032-7/+8
|\ \ \
| * | | driver core: platform: Don't read past the end of "driver_override" bufferNicolai Stange2017-09-181-1/+2
| * | | base: arch_topology: fix section mismatch build warningsSudeep Holla2017-09-181-6/+6
| | |/ | |/|
* | | PM / OPP: Call notifier without holding opp_table->lockViresh Kumar2017-09-261-0/+7
* | | Merge tag 'pm-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-222-8/+11
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'pm-core', 'pm-qos' and 'pm-docs'Rafael J. Wysocki2017-09-221-5/+5
| |\ \ \ \ | | | |/ /
| | * | | PM / QoS: Use the correct variable to check the QoS request typeJan H. Schönherr2017-09-181-5/+5
| | |/ /
| * | | PM: core: Fix device_pm_check_callbacks()Rafael J. Wysocki2017-09-191-3/+6
| |/ /
* | | dma-coherent: fix rmem_dma_device_init regressionArnd Bergmann2017-09-171-10/+9
|/ /
* | firmware: Restore support for built-in firmwareMarkus Trippelsdorf2017-09-161-4/+1
* | Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-09-122-52/+40
|\ \
| * | dma-coherent: fix dma_declare_coherent_memory() logic errorArnd Bergmann2017-09-051-13/+25
| * | dma-coherent: remove an unused variableChristoph Hellwig2017-09-041-1/+0
| * | dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig2017-09-012-37/+16
| * | dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flagChristoph Hellwig2017-09-011-2/+0
* | | Revert "firmware: add sanity check on shutdown/suspend"Linus Torvalds2017-09-101-99/+0
* | | treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-2/+2
* | | mm: change the call sites of numa statistics itemsKemi Wang2017-09-081-7/+15
* | | mm, memory_hotplug: remove zone restrictionsMichal Hocko2017-09-061-3/+0
* | | mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko2017-09-061-10/+23
* | | Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-051-46/+85
|\ \ \
| * | | device property: Introduce fwnode_property_get_reference_argsSakari Ailus2017-07-221-0/+28
| * | | device property: Constify fwnode property APISakari Ailus2017-07-221-29/+35
| * | | device property: Constify argument to pset fwnode backendSakari Ailus2017-07-221-16/+20
| * | | device property: Get rid of struct fwnode_handle type fieldSakari Ailus2017-07-221-2/+3
| | |/ | |/|
* | | Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-054-74/+327
|\ \ \
| * \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2017-09-042-40/+65
| |\ \ \
| | * | | PM / s2idle: Rename freeze_state enum and related itemsRafael J. Wysocki2017-08-111-1/+1
OpenPOWER on IntegriCloud