index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Lines
2016-10-27
PM / Domains: check for negative return from of_count_phandle_with_args()
Colin Ian King
-1
/
+1
2016-10-26
cacheinfo: Introduce cache id
Fenghua Yu
-0
/
+5
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
-3
/
+3
2016-10-21
PM / Domains: Support IRQ safe PM domains
Lina Iyer
-10
/
+101
2016-10-21
PM / Domains: Abstract genpd locking
Lina Iyer
-40
/
+81
2016-10-21
PM / Domains: Save the fwnode in genpd_power_state
Lina Iyer
-0
/
+1
2016-10-21
PM / Domains: Allow domain power states to be read from DT
Lina Iyer
-0
/
+94
2016-10-21
PM / Domains: Make genpd state allocation dynamic
Lina Iyer
-12
/
+23
2016-10-21
PM / Runtime: Clarify comment in rpm_resume() when resuming the parent
Ulf Hansson
-2
/
+2
2016-10-21
PM / Runtime: Remove the exported function pm_children_suspended()
Ulf Hansson
-1
/
+2
2016-10-21
PM / OPP: fix debug/error messages in dev_pm_opp_of_get_sharing_cpus()
Masahiro Yamada
-2
/
+2
2016-10-21
PM / OPP: make _of_get_opp_desc_node() a static function
Masahiro Yamada
-2
/
+1
2016-10-07
memory-hotplug: fix store_mem_state() return value
Reza Arbab
-1
/
+4
2016-10-05
Merge tag 'pinctrl-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
-4
/
+8
2016-10-04
Merge tag 'regmap-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
-18
/
+67
2016-10-04
Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs'...
Mark Brown
-18
/
+67
2016-10-03
Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-49
/
+94
2016-10-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-2
/
+1
2016-10-03
Merge tag 'acpi-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
-0
/
+1
2016-10-02
Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-avs'
Rafael J. Wysocki
-9
/
+15
2016-10-02
Merge branch 'pm-domains'
Rafael J. Wysocki
-78
/
+352
2016-10-02
Merge branch 'device-properties'
Rafael J. Wysocki
-0
/
+1
2016-09-28
drivers: dma-coherent: Move spinlock in dma_alloc_from_coherent()
Bastian Hecht
-2
/
+4
2016-09-28
drivers: dma-coherent: Fix DMA coherent size for less than page
George G. Davis
-1
/
+1
2016-09-27
driver-core: platform: Catch errors from calls to irq_get_irq_data
Guenter Roeck
-3
/
+8
2016-09-26
PM / OPP: Don't support OPP if it provides supported-hw but platform does not
Dave Gerlach
-2
/
+12
2016-09-24
PM / Domains: Rename pm_genpd_sync_poweron|poweroff()
Ulf Hansson
-12
/
+12
2016-09-24
PM / Domains: Don't measure latency of ->power_on|off() during system PM
Ulf Hansson
-15
/
+11
2016-09-24
PM / Domains: Remove redundant system PM callbacks
Ulf Hansson
-12
/
+0
2016-09-24
PM / Domains: Simplify detaching a device from its genpd
Ulf Hansson
-14
/
+19
2016-09-23
Merge tag 'regmap-fix-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+5
2016-09-23
Merge tag 'v4.8-rc6' into devel
Linus Walleij
-17
/
+38
2016-09-22
regmap: fix deadlock on _regmap_raw_write() error path
Nikita Yushchenko
-1
/
+5
2016-09-20
Merge branch 'irq/urgent' into irq/core
Thomas Gleixner
-2
/
+2
2016-09-17
PM / OPP: avoid maybe-uninitialized warning
Arnd Bergmann
-7
/
+3
2016-09-17
PM / Domains: Allow holes in genpd_data.domains array
Tomeu Vizoso
-0
/
+4
2016-09-16
regmap: Add missing little endian functions
Tony Lindgren
-0
/
+9
2016-09-16
regmap: Allow longer flag masks for read and write
Tony Lindgren
-15
/
+21
2016-09-16
PM / runtime: Use _rcuidle for runtime suspend tracepoints
Paul E. McKenney
-2
/
+2
2016-09-14
genirq/msi: Add cpumask allocation to alloc_msi_entry
Thomas Gleixner
-2
/
+1
2016-09-13
driver: base: pinctrl: return error from pinctrl_bind_pins()
Deepak
-4
/
+8
2016-09-13
PM / Domains: Add support for removing nested PM domains by provider
Jon Hunter
-0
/
+35
2016-09-13
PM / Domains: Add support for removing PM domains
Jon Hunter
-0
/
+60
2016-09-13
PM / Domains: Store the provider in the PM domain structure
Jon Hunter
-5
/
+37
2016-09-13
PM / Domains: Prepare for adding support to remove PM domains
Jon Hunter
-24
/
+73
2016-09-13
PM / Domains: Verify the PM domain is present when adding a provider
Jon Hunter
-3
/
+38
2016-09-13
PM / Domains: Don't expose xlate and provider helper functions
Jon Hunter
-12
/
+37
2016-09-13
PM / Domains: Don't expose generic_pm_domain structure to clients
Jon Hunter
-10
/
+9
2016-09-13
PM / Domains: Add new helper functions for device-tree
Jon Hunter
-0
/
+46
2016-09-06
Merge tag 'regmap-fix-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-12
/
+33
[prev]
[next]