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
2012-12-12
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-38
/
+53
2012-12-12
Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
8
-96
/
+414
2012-12-11
drivers: cma: represent physical addresses as phys_addr_t
Vitaly Andrianov
1
-14
/
+10
2012-11-30
Merge branch 'pm-sleep'
Rafael J. Wysocki
1
-1
/
+1
2012-11-30
Merge branch 'pm-runtime'
Rafael J. Wysocki
1
-3
/
+3
2012-11-30
Merge branch 'pm-opp'
Rafael J. Wysocki
1
-13
/
+31
2012-11-30
Merge branch 'acpi-enumeration'
Rafael J. Wysocki
1
-2
/
+24
2012-11-30
Merge branch 'pm-qos'
Rafael J. Wysocki
4
-77
/
+355
2012-11-28
driver core: remove CONFIG_HOTPLUG ifdefs
Bill Pemberton
1
-14
/
+0
2012-11-27
platform / ACPI: Attach/detach ACPI PM during probe/remove/shutdown
Rafael J. Wysocki
1
-2
/
+17
2012-11-27
Merge branch 'acpi-dev-pm' into acpi-enumeration
Rafael J. Wysocki
4
-74
/
+345
2012-11-27
drivers/base/core.c: Mark to_root_device static
Josh Triplett
1
-1
/
+1
2012-11-27
driver core: use initcall_debug to control shutdown info
ShuoX Liu
1
-2
/
+4
2012-11-24
PM / QoS: Handle device PM QoS flags while removing constraints
Rafael J. Wysocki
1
-3
/
+10
2012-11-23
PM / QoS: fix wrong error-checking condition
Guennadi Liakhovetski
1
-1
/
+1
2012-11-21
ACPI / platform: Initialize ACPI handles of platform devices in advance
Rafael J. Wysocki
1
-0
/
+2
2012-11-16
driver: platform: fix documentation for platform_get_irq_byname
Wolfram Sang
1
-1
/
+1
2012-11-15
driver core / PM: move the calling to device_pm_remove behind the calling to ...
LongX Zhang
1
-1
/
+1
2012-11-15
base: power - use clk_prepare_enable and clk_prepare_disable
Murali Karicheri
1
-3
/
+3
2012-11-15
PM / OPP: using kfree_rcu() to simplify the code
Wei Yongjun
1
-12
/
+1
2012-11-15
PM / OPP: predictable fail results for opp_find* functions, v2
Nishanth Menon
1
-8
/
+19
2012-11-15
PM / OPP: Export symbols for module usage.
Liam Girdwood
1
-0
/
+9
2012-11-15
PM / OPP: RCU reclaim
Vincent Guittot
1
-5
/
+14
2012-11-15
ACPI: Add support for platform bus type
Mika Westerberg
1
-0
/
+5
2012-11-15
Merge branch 'pm-qos' into acpi-dev-pm
Rafael J. Wysocki
4
-74
/
+345
2012-11-15
firmware loader: document firmware cache mechanism
Ming Lei
1
-0
/
+3
2012-11-15
firmware loader: introduce module parameter to customize(v4) fw search path
Ming Lei
1
-1
/
+16
2012-11-15
firmware: use noinline_for_stack
Cesar Eduardo Barros
1
-1
/
+1
2012-11-15
firmware loader: Fix the concurrent request_firmware() race for kref_get/put
Chuansheng Liu
1
-2
/
+4
2012-11-15
firmware loader: Fix the race FW_STATUS_DONE is followed by class_timeout
Chuansheng Liu
1
-8
/
+16
2012-11-15
Merge 3.7-rc5 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+7
2012-11-11
PM / QoS: Resume device before exposing/hiding PM QoS flags
Lan Tianyu
1
-1
/
+6
2012-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
1
-0
/
+7
2012-11-10
sparc: Add sparc support for platform_get_irq()
Andreas Larsson
1
-0
/
+7
2012-11-02
PM / QoS: Document request manipulation requirement for flags
Rafael J. Wysocki
1
-0
/
+9
2012-11-02
PM / QoS: Fix a free error in the dev_pm_qos_constraints_destroy()
Lan,Tianyu
1
-1
/
+1
2012-10-31
drivers: base: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
Joe Perches
2
-3
/
+3
2012-10-31
drivers/base: fix typo in comment for arch_setup_pdev_archdata()
Sebastian Andrzej Siewior
1
-1
/
+1
2012-10-30
PM / QoS: Fix the return value of dev_pm_qos_update_request()
Rafael J. Wysocki
1
-1
/
+1
2012-10-29
Merge 3.7-rc3 into driver-core-next
Greg Kroah-Hartman
6
-125
/
+160
2012-10-27
Merge tag 'pm+acpi-for-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+4
2012-10-26
Merge tag 'driver-core-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-115
/
+151
2012-10-26
Merge branch 'fixes_for_linus' of git://git.linaro.org/people/mszyprowski/lin...
Linus Torvalds
3
-8
/
+4
2012-10-25
drivers/base: remove CONFIG_EXPERIMENTAL
Kees Cook
1
-4
/
+3
2012-10-24
PM / Domains: Check device PM QoS flags in pm_genpd_poweroff()
Rafael J. Wysocki
1
-1
/
+10
2012-10-24
PM / QoS: Make it possible to expose PM QoS device flags to user space
Rafael J. Wysocki
3
-47
/
+221
2012-10-23
drivers: cma: Fix wrong CMA selected region size default value
Laurent Pinchart
1
-1
/
+1
2012-10-23
drivers: dma-coherent: Fix typo in dma_mmap_from_coherent documentation
Laurent Pinchart
1
-3
/
+2
2012-10-23
drivers: dma-contiguous: Don't redefine SZ_1M
Laurent Pinchart
1
-4
/
+1
2012-10-23
PM / QoS: Introduce PM QoS device flags support
Rafael J. Wysocki
1
-26
/
+98
[next]