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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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-02-06
regmap: Add debugfs information for the cache status
Mark Brown
1
-0
/
+9
2012-02-06
regmap: Don't use bitfields for booleans
Mark Brown
1
-4
/
+4
2012-02-03
drivers/base/memory.c: fix memory_dev_init() long delay
Yinghai Lu
2
-5
/
+34
2012-02-02
Merge 3.3-rc2 into the driver-core-next branch.
Greg Kroah-Hartman
6
-391
/
+26
2012-02-02
driver core: cpu: remove kernel warning when removing a cpu
Greg Kroah-Hartman
1
-0
/
+20
2012-02-02
drivercore: Output common devicetree information in uevent
Grant Likely
2
-1
/
+6
2012-02-02
Merge branch 'v3.4-for-rafael' of git://git.kernel.org/pub/scm/linux/kernel/g...
Rafael J. Wysocki
1
-0
/
+32
2012-02-01
Merge tag 'v3.3-rc2' into for-3.4
Mark Brown
6
-391
/
+26
2012-01-31
regmap: Remove incorrect unreachable comment in regcache_set_val()
Axel Lin
1
-1
/
+0
2012-01-31
regmap: Implement managed regmap_init()
Mark Brown
3
-0
/
+73
2012-01-30
regmap: if format_write is used, declare all registers as "unreadable"
Wolfram Sang
1
-2
/
+5
2012-01-30
regmap: Properly round reg_bytes and val_bytes
Wolfram Sang
1
-2
/
+2
2012-01-29
PM / Domains: Run late/early device suspend callbacks at the right time
Rafael J. Wysocki
1
-46
/
+111
2012-01-29
PM / Sleep: Introduce generic callbacks for new device PM phases
Rafael J. Wysocki
1
-53
/
+104
2012-01-29
PM / Sleep: Introduce "late suspend" and "early resume" of devices
Rafael J. Wysocki
1
-22
/
+225
2012-01-29
Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
3
-385
/
+17
2012-01-27
regmap: Add support for 2/6 register formating
Wolfram Sang
1
-0
/
+18
2012-01-27
PM / Domains: Add OF support
Thomas Abraham
1
-0
/
+32
2012-01-27
CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts
Thomas Renninger
1
-0
/
+11
2012-01-26
regmap: Reset device debugfs when reinitialising the cache
Mark Brown
1
-0
/
+3
2012-01-26
Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
1
-1
/
+1
2012-01-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-0
/
+3
2012-01-26
regmap: Bypass the cache when applying patches
Mark Brown
1
-0
/
+2
2012-01-26
regmap: Skip patch application when the cache is not dirty on sync
Mark Brown
1
-2
/
+3
2012-01-26
regmap: Unexport regcache_write() and regcache_read()
Mark Brown
1
-2
/
+0
2012-01-25
Eliminate get_driver() and put_driver()
Alan Stern
1
-28
/
+0
2012-01-25
Driver core: driver_find() drops reference before returning
Alan Stern
1
-2
/
+5
2012-01-25
driver-core: Fix possible null reference in subsys_interface_unregister
Jonghwan Choi
1
-2
/
+4
2012-01-24
base/core.c:fix typo in comment in function device_add
majianpeng
1
-1
/
+1
2012-01-24
Documentation update for the driver model core
Alan Stern
1
-0
/
+15
2012-01-24
kernel-doc: fix new warnings in driver-core
Randy Dunlap
1
-4
/
+5
2012-01-24
Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+1
2012-01-24
PM / Sleep: Fix read_unlock_usermodehelper() call.
Tetsuo Handa
1
-2
/
+1
2012-01-23
kernel-doc: fix new warnings in driver-core
Randy Dunlap
1
-4
/
+5
2012-01-23
regmap: Support register patch sets
Mark Brown
3
-0
/
+72
2012-01-23
driver core: remove drivers/base/sys.c and include/linux/sysdev.h
Greg Kroah-Hartman
2
-384
/
+1
2012-01-20
regmap: Reset cache status when reinitialsing the cache
Mark Brown
1
-0
/
+3
2012-01-20
regmap: Add support for padding between register and address
Mark Brown
2
-11
/
+22
2012-01-17
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-5
/
+34
2012-01-14
PM / Domains: Skip governor functions for CONFIG_PM_RUNTIME unset
Rafael J. Wysocki
1
-5
/
+19
2012-01-14
PM / Domains: Fix build for CONFIG_PM_SLEEP unset
Rafael J. Wysocki
1
-0
/
+15
2012-01-13
dma-buf: drop option text so users don't select it.
Dave Airlie
1
-1
/
+1
2012-01-13
kdump: add udev events for memory online/offline
Michael Holzheu
1
-3
/
+14
2012-01-12
cpu: Register a generic CPU device on architectures that currently do not
Ben Hutchings
2
-0
/
+23
2012-01-12
cpu: Do not return errors from cpu_dev_init() which will be ignored
Ben Hutchings
2
-9
/
+6
2012-01-09
Merge branch 'dma-buf-merge' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
3
-0
/
+303
2012-01-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
9
-153
/
+574
2012-01-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-01-09
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-576
/
+912
2012-01-09
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2
-6
/
+6
[prev]
[next]