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-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
2016-09-05
Merge 4.8-rc5 into driver-core-next
Greg Kroah-Hartman
-5
/
+5
2016-09-03
Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linus
Mark Brown
-10
/
+28
2016-09-03
Merge remote-tracking branch 'regmap/fix/cache' into regmap-linus
Mark Brown
-2
/
+5
2016-09-02
device core: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
-9
/
+3
2016-08-31
drivers/base dmam_declare_coherent_memory leaks
Vyacheslav V. Yurkov
-2
/
+5
2016-08-31
platform: don't return 0 from platform_get_irq[_byname]() on error
Sergei Shtylyov
-2
/
+2
2016-08-31
cpu: clean up register_cpu func
Alex Shi
-5
/
+6
2016-08-31
dma-mapping: use vma_pages().
Muhammad Falak R Wani
-1
/
+1
2016-08-31
drivers: dma-coherent: use vma_pages().
Muhammad Falak R Wani
-1
/
+1
2016-08-31
attribute_container: Fix typo
Xiubo Li
-1
/
+1
2016-08-31
base: soc: make it explicitly non-modular
Paul Gortmaker
-9
/
+0
2016-08-31
drivers: base: dma-mapping: page align the size when unmap_kernel_range
Peng Fan
-1
/
+1
2016-08-31
platform driver: fix use-after-free in platform_device_del()
Jerome Marchand
-2
/
+1
2016-08-31
driver core: add test of driver remove calls during probe
Rob Herring
-0
/
+31
2016-08-31
driver core: fix race between creating/querying glue dir and its cleanup
Ming Lei
-10
/
+29
2016-08-31
PM / runtime: Add _rcuidle suffix to allow rpm_idle() use from idle
Paul E. McKenney
-3
/
+3
2016-08-31
PM / runtime: Add _rcuidle suffix to allow rpm_resume() to be called from idle
Paul E. McKenney
-2
/
+2
2016-08-31
driver core: Don't leak secondary fwnode on device removal
Lukas Wunner
-0
/
+1
2016-08-18
regmap: drop cache if the bus transfer error
Elaine Zhang
-0
/
+2
2016-08-12
PM / Domains: Always enable debugfs support if available
Jon Hunter
-2
/
+2
2016-08-09
regmap: debugfs: Add support for dumping write only device registers
Cristian Birsan
-3
/
+13
2016-08-09
regmap: Add a function to check if a regmap register is cached
Cristian Birsan
-0
/
+24
2016-08-05
Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-23
/
+26
2016-08-05
Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
-3
/
+3
2016-08-05
Merge branches 'pm-sleep', 'pm-cpufreq', 'pm-core' and 'pm-opp'
Rafael J. Wysocki
-23
/
+26
2016-08-04
regmap: rbtree: Avoid overlapping nodes
Lars-Peter Clausen
-10
/
+28
2016-08-02
firmware: support loading into a pre-allocated buffer
Stephen Boyd
-26
/
+99
[prev]
[next]