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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-25
hwrng: timeriomem - added devicetree hooks
Alexander Clouter
1
-2
/
+22
2013-04-25
hwrng: timeriomem - update to support more than one device
Alexander Clouter
1
-54
/
+116
2013-04-25
hwrng: bcm2835 - Add Broadcom BCM2835 RNG driver
Lubomir Rintel
3
-0
/
+126
2013-04-25
crypto: caam - static constify error data
Kim Phillips
1
-5
/
+5
2013-04-25
crypto: caam - change key gen functions to return signed int
Kim Phillips
3
-4
/
+4
2013-04-03
crypto: ux500 - fix error return code in hash_dma_final()
Wei Yongjun
1
-0
/
+2
2013-03-22
crypto: picoxcell - Use of_match_ptr() macro
Sachin Kamat
1
-3
/
+1
2013-03-22
hwrng: mxc-rnga - Use devm_ioremap_resource()
Fabio Estevam
1
-17
/
+4
2013-03-22
crypto: caam - Fix missing init of '.type' in AEAD algos.
Vakul Garg
1
-0
/
+6
2013-03-22
crypto: caam - set RDB bit in security configuration register
Vakul Garg
2
-1
/
+6
2013-03-22
hwrng: exynos - add CONFIG_PM_SLEEP/CONFIG_PM_RUNTIME to suspend/resume
Jingoo Han
1
-1
/
+2
2013-03-21
crypto: ux500 - replace kmalloc and then memcpy with kmemdup
Mihnea Dobrescu-Balaur
1
-3
/
+1
2013-03-21
crypto: sahara - Add driver for SAHARA2 accelerator.
Javier Martin
3
-0
/
+1081
2013-03-10
crypto: caam - fix typo "CRYPTO_AHASH"
Paul Bolle
1
-1
/
+1
2013-03-10
crypto: omap-sham - Use module_platform_driver macro
Sachin Kamat
1
-12
/
+1
2013-03-10
crypto: omap-aes - Use module_platform_driver macro
Sachin Kamat
1
-12
/
+1
2013-03-10
crypto: omap-aes - Use pm_runtime_put instead of pm_runtime_put_sync in tasklet
Joel A Fernandes
1
-1
/
+1
2013-03-10
crypto: omap-sham - Use pm_runtime_put instead of pm_runtime_put_sync in tasklet
Joel A Fernandes
1
-1
/
+1
2013-03-10
crypto: bfin_crc - Fix possible NULL pointer dereference
Syam Sidhardhan
1
-3
/
+3
2013-03-10
crypto: atmel-sha - add support for latest release of the IP (0x410)
Nicolas Royer
3
-104
/
+497
2013-03-10
crypto: atmel-tdes - add support for latest release of the IP (0x700)
Nicolas Royer
2
-53
/
+343
2013-03-10
crypto: atmel-aes - add support for latest release of the IP (0x130)
Nicolas Royer
1
-118
/
+353
2013-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
5
-378
/
+1210
2013-02-26
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-3
/
+3
2013-02-25
Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...
Linus Torvalds
47
-1004
/
+3725
2013-02-25
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
466
-8472
/
+31149
2013-02-25
Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
14
-137
/
+1517
2013-02-25
tty vt: fix character insertion overflow
Nicolas Pitre
1
-1
/
+1
2013-02-25
Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
12
-54
/
+1210
2013-02-25
Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-9
/
+957
2013-02-24
Merge branch 'akpm' (more incoming from Andrew)
Linus Torvalds
10
-35
/
+320
2013-02-24
mm: rename page struct field helpers
Mel Gorman
2
-2
/
+2
2013-02-24
usb: forbid memory allocation with I/O during bus reset
Ming Lei
1
-0
/
+13
2013-02-24
pm / runtime: force memory allocation with no I/O during Runtime PM callbcack
Ming Lei
1
-1
/
+18
2013-02-24
pm / runtime: introduce pm_runtime_set_memalloc_noio()
Ming Lei
1
-0
/
+70
2013-02-24
acpi, memory-hotplug: parse SRAT before memblock is ready
Tang Chen
1
-10
/
+13
2013-02-24
cpu-hotplug, memory-hotplug: try offlining the node when hotremoving a cpu
Wen Congyang
1
-0
/
+2
2013-02-24
memory-hotplug: remove sysfs file of node
Tang Chen
1
-2
/
+6
2013-02-24
memory-hotplug: remove /sys/firmware/memmap/X sysfs
Yasuaki Ishimatsu
1
-13
/
+183
2013-02-24
memory-hotplug: check whether all memory blocks are offlined or not when remo...
Yasuaki Ishimatsu
1
-0
/
+6
2013-02-24
drivers/md/persistent-data/dm-transaction-manager.c: rename HASH_SIZE
Andrew Morton
1
-7
/
+7
2013-02-24
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
21
-37
/
+1956
2013-02-23
Merge branch 'parisc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/de...
Linus Torvalds
5
-17
/
+11
2013-02-23
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-8
/
+8
2013-02-22
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+3
2013-02-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
38
-581
/
+774
2013-02-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
66
-820
/
+1341
2013-02-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
25
-34
/
+29
2013-02-22
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
91
-708
/
+8531
2013-02-22
rtc: rtc-davinci: use devm_*() functions
Jingoo Han
1
-18
/
+10
[next]