index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-15
Merge branches 'powercap', 'pm-cpufreq' and 'pm-domains'
Rafael J. Wysocki
1
-11
/
+22
2015-12-13
regmap: cache: Move the num_reg_defaults check as early as possible
Xiubo Li
1
-2
/
+6
2015-12-13
regmap: cache: Add warning info for the cache check
Xiubo Li
1
-4
/
+8
2015-12-13
regmap: missing case statement
Dan Carpenter
1
-0
/
+1
2015-12-13
regmap: shift wrapping bugs in 64 bit code
Dan Carpenter
1
-3
/
+3
2015-12-12
drivers/base/memory.c: prohibit offlining of memory blocks with missing sections
Seth Jennings
1
-0
/
+4
2015-12-11
PM / OPP: Parse 'opp-<prop>-<name>' bindings
Viresh Kumar
2
-15
/
+152
2015-12-11
PM / OPP: Parse 'opp-supported-hw' binding
Viresh Kumar
2
-0
/
+153
2015-12-10
PM / Domains: export symbols to add/remove devices from genpd
Maruthi Bayyavarapu
1
-0
/
+2
2015-12-10
PM / Domains: Allow runtime PM callbacks to be re-used during system PM
Ulf Hansson
1
-11
/
+22
2015-12-09
regmap: cache: Add 64-bit mode support
Xiubo Li
1
-0
/
+15
2015-12-09
regmap: cache: To suppress the noise of checkpatch
Xiubo Li
1
-0
/
+6
2015-12-09
regmap: fix the warning about unused variable
Xiubo Li
1
-0
/
+2
2015-12-09
device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notification
Andy Shevchenko
1
-2
/
+8
2015-12-08
regmap: add 64-bit mode support
Xiubo Li
1
-0
/
+99
2015-12-08
regmap: mmio: Add regmap_mmio_get_min_stride
Xiubo Li
1
-19
/
+30
2015-12-08
regmap: mmio: remove the useless code
Xiubo Li
1
-1
/
+0
2015-12-07
driver core: Do not overwrite secondary fwnode with NULL if it is set
Mika Westerberg
1
-1
/
+4
2015-12-07
driver core: platform: Add support for built-in device properties
Mika Westerberg
1
-0
/
+25
2015-12-07
device property: Take a copy of the property set
Mika Westerberg
1
-18
/
+173
2015-12-07
device property: Fallback to secondary fwnode if primary misses the property
Andy Shevchenko
1
-31
/
+78
2015-12-07
device property: improve readability of macros
Andy Shevchenko
1
-14
/
+14
2015-12-07
device property: keep single value inplace
Andy Shevchenko
1
-3
/
+30
2015-12-07
device property: refactor built-in properties support
Andy Shevchenko
1
-40
/
+110
2015-12-07
device property: rename helper functions
Andy Shevchenko
1
-11
/
+11
2015-12-07
device property: always check for fwnode type
Andy Shevchenko
1
-5
/
+7
2015-12-07
Merge branches 'pm-sleep' and 'pm-runtime' into pm-core
Rafael J. Wysocki
5
-7
/
+90
2015-12-07
component: add support for releasing match data
Russell King
1
-35
/
+66
2015-12-07
component: track components via array rather than list
Russell King
1
-74
/
+80
2015-12-07
component: move check for unbound master into try_to_bring_up_masters()
Russell King
1
-10
/
+5
2015-12-07
component: remove old add_components method
Russell King
1
-26
/
+5
2015-12-04
Merge branches 'pm-domains' and 'pm-cpufreq'
Rafael J. Wysocki
2
-5
/
+1
2015-12-04
PM / Domains: Fix bad of_node_put() in failure paths of genpd_dev_pm_attach()
Eric Anholt
1
-2
/
+1
2015-12-02
PM / Domains: Validate cases of a non-bound driver in genpd governor
Ulf Hansson
1
-3
/
+0
2015-11-30
PM / runtime: Re-init runtime PM states at probe error and driver unbind
Ulf Hansson
3
-6
/
+24
2015-11-30
PM / sleep: prohibit devices probing during suspend/hibernation
Strashko, Grygorii
3
-1
/
+66
2015-11-24
PM / OPP: Add missing doc comments
Viresh Kumar
1
-1
/
+3
2015-11-24
PM / OPP: Add debugfs support
Viresh Kumar
4
-2
/
+281
2015-11-20
regmap: replace kmalloc with kmalloc_array
lixiubo
3
-6
/
+7
2015-11-20
regmap: replace kzalloc with kcalloc
lixiubo
4
-8
/
+9
2015-11-20
Merge branch 'pm-sleep'
Rafael J. Wysocki
1
-0
/
+6
2015-11-17
PM / wakeirq: check that wake IRQ is valid before accepting it
Dmitry Torokhov
1
-0
/
+6
2015-11-16
regmap: rbtree: When adding a reg do a bsearch for target node
Nikesh Oswal
1
-2
/
+7
2015-11-16
regmap-mmio: Use native endianness for read/write
Simon Arlott
1
-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
5
-38
/
+75
2015-11-12
Merge branch 'pm-domains'
Rafael J. Wysocki
1
-11
/
+10
2015-11-11
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
1
-2
/
+2
2015-11-11
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+4
2015-11-10
Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-9
/
+10
2015-11-09
Merge branch 'for-4.4/hotplug' into libnvdimm-for-next
Dan Williams
2
-19
/
+8
[prev]
[next]