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
2015-12-07
device property: rename helper functions
Andy Shevchenko
-11
/
+11
2015-12-07
device property: always check for fwnode type
Andy Shevchenko
-5
/
+7
2015-12-07
Merge branches 'pm-sleep' and 'pm-runtime' into pm-core
Rafael J. Wysocki
-7
/
+90
2015-12-07
component: add support for releasing match data
Russell King
-35
/
+66
2015-12-07
component: track components via array rather than list
Russell King
-74
/
+80
2015-12-07
component: move check for unbound master into try_to_bring_up_masters()
Russell King
-10
/
+5
2015-12-07
component: remove old add_components method
Russell King
-26
/
+5
2015-12-04
Merge branches 'pm-domains' and 'pm-cpufreq'
Rafael J. Wysocki
-5
/
+1
2015-12-04
PM / Domains: Fix bad of_node_put() in failure paths of genpd_dev_pm_attach()
Eric Anholt
-2
/
+1
2015-12-02
PM / Domains: Validate cases of a non-bound driver in genpd governor
Ulf Hansson
-3
/
+0
2015-11-30
PM / runtime: Re-init runtime PM states at probe error and driver unbind
Ulf Hansson
-6
/
+24
2015-11-30
PM / sleep: prohibit devices probing during suspend/hibernation
Strashko, Grygorii
-1
/
+66
2015-11-23
PM / OPP: Add missing doc comments
Viresh Kumar
-1
/
+3
2015-11-23
PM / OPP: Add debugfs support
Viresh Kumar
-2
/
+281
2015-11-20
regmap: replace kmalloc with kmalloc_array
lixiubo
-6
/
+7
2015-11-20
regmap: replace kzalloc with kcalloc
lixiubo
-8
/
+9
2015-11-20
Merge branch 'pm-sleep'
Rafael J. Wysocki
-0
/
+6
2015-11-16
PM / wakeirq: check that wake IRQ is valid before accepting it
Dmitry Torokhov
-0
/
+6
2015-11-16
regmap: rbtree: When adding a reg do a bsearch for target node
Nikesh Oswal
-2
/
+7
2015-11-16
regmap-mmio: Use native endianness for read/write
Simon Arlott
-8
/
+8
2015-11-12
Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-38
/
+75
2015-11-12
Merge branch 'pm-domains'
Rafael J. Wysocki
-11
/
+10
2015-11-11
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
-2
/
+2
2015-11-10
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
-2
/
+4
2015-11-10
Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-9
/
+10
2015-11-09
Merge branch 'for-4.4/hotplug' into libnvdimm-for-next
Dan Williams
-19
/
+8
2015-11-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
-1
/
+1
2015-11-07
Merge branch 'pm-opp'
Rafael J. Wysocki
-19
/
+41
2015-11-07
Merge branch 'acpi-pci'
Rafael J. Wysocki
-8
/
+24
2015-11-07
device property: ACPI: Remove unused DMA APIs
Suthikulpanit, Suravee
-13
/
+0
2015-11-07
device property: Adding DMA Attribute APIs for Generic Devices
Suthikulpanit, Suravee
-0
/
+29
2015-11-06
PM / OPP: Add opp_rcu_lockdep_assert() to _find_device_opp()
Viresh Kumar
-3
/
+7
2015-11-06
PM / OPP: Hold dev_opp_list_lock for writers
Viresh Kumar
-0
/
+9
2015-11-06
PM / OPP: Protect updates to list_dev with mutex
Viresh Kumar
-5
/
+8
2015-11-06
PM / OPP: Propagate error properly from dev_pm_opp_set_sharing_cpus()
Viresh Kumar
-1
/
+1
2015-11-05
Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-0
/
+2
2015-11-04
Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-45
/
+94
2015-11-04
Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-653
/
+631
2015-11-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-3
/
+3
2015-11-03
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...
Zhang Rui
-2
/
+2
2015-11-02
Merge tag 'regmap-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
-30
/
+80
2015-11-02
Merge tag 'pinctrl-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
-2
/
+15
2015-11-02
PM / Domains: Allocate memory outside domain locks
Lina Iyer
-9
/
+9
2015-11-02
PM / Domains: Remove dev->driver check for runtime PM
Lina Iyer
-2
/
+1
2015-11-02
PM / OPP: Parse all power-supply related bindings together
Viresh Kumar
-5
/
+6
2015-11-02
PM / OPP: Rename routines specific to old bindings with _v1
Viresh Kumar
-5
/
+5
2015-11-02
PM / OPP: Improve print messages with pr_fmt
Viresh Kumar
-0
/
+5
2015-11-02
Merge branch 'device-properties' into acpi-pci
Rafael J. Wysocki
-12
/
+76
2015-11-02
Merge branches 'pm-avs', 'pm-clk' and 'powercap'
Rafael J. Wysocki
-3
/
+3
2015-11-02
Merge branch 'pm-opp'
Rafael J. Wysocki
-334
/
+443
[prev]
[next]