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.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-08-21
crypto: omap-aes - Simplify DMA usage by using direct SGs
Joel Fernandes
1
-122
/
+25
2013-08-21
crypto: omap-aes - Populate number of SG elements
Joel Fernandes
1
-0
/
+6
2013-08-21
crypto: omap-aes - Add useful debug macros
Joel Fernandes
1
-1
/
+23
2013-08-21
crypto: nx - fix nx-aes-gcm verification
jmlatten@linux.vnet.ibm.com
1
-2
/
+2
2013-08-21
crypto: caam - add option for enabling DEBUG mode
Alex Porosanu
2
-0
/
+11
2013-08-21
crypto: caam - replace xstr macro with __stringify
Alex Porosanu
3
-75
/
+77
2013-08-14
hwrng: tx4939 - simplify use of devm_ioremap_resource
Julia Lawall
1
-3
/
+1
2013-08-14
crypto: nx - fix concurrency issue
Marcelo Cerri
10
-12
/
+87
2013-08-14
crypto: crypto4xx - Staticize local symbols
Jingoo Han
1
-7
/
+8
2013-08-14
crypto: sahara - Staticize local symbol
Jingoo Han
1
-1
/
+1
2013-08-09
hwrng: pixocel - Staticize 'rng_dev'
Jingoo Han
1
-1
/
+1
2013-08-09
crypto: nx - saves chaining value from co-processor
Fionnuala Gunter
1
-0
/
+1
2013-08-09
hwrng: omap - Add OMAP4 TRNG support
Lokesh Vutla
2
-53
/
+305
2013-08-09
hwrng: omap - Add device tree support
Lokesh Vutla
1
-0
/
+12
2013-08-09
hwrng: omap - Remove duplicated function call
Lokesh Vutla
1
-1
/
+0
2013-08-09
hwrng: omap - Convert to devm_kzalloc()
Lokesh Vutla
1
-7
/
+2
2013-08-09
hwrng: omap - Use module_platform_driver macro
Lokesh Vutla
1
-16
/
+2
2013-08-09
crypto: nx - fix limits to sg lists for SHA-2
Marcelo Cerri
2
-95
/
+132
2013-08-09
crypto: nx - fix physical addresses added to sg lists
Marcelo Cerri
1
-3
/
+19
2013-08-01
crypto: caam - Remove unused functions from Job Ring
Ruchika Gupta
4
-77
/
+0
2013-08-01
crypto: omap-sham - Convert to devm_kzalloc()
Lokesh Vutla
1
-10
/
+5
2013-08-01
crypto: omap-sham - Convert to devm_request_irq()
Lokesh Vutla
1
-7
/
+5
2013-08-01
crypto: omap-sham - Add OMAP5/AM43XX SHAM Support
Lokesh Vutla
1
-0
/
+44
2013-08-01
crypto: omap-sham - Add SHA384 and SHA512 Support
Lokesh Vutla
2
-47
/
+209
2013-08-01
hwrng: mxc-rnga - Check the return value from clk_prepare_enable()
Fabio Estevam
1
-1
/
+3
2013-08-01
crypto: ux500 - Fix logging, make arrays const, neatening
Joe Perches
1
-307
/
+279
2013-08-01
crypto: caam - RNG instantiation by directly programming DECO
Ruchika Gupta
2
-39
/
+47
2013-07-10
crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.h
Vakul Garg
3
-4
/
+1
2013-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
23
-53
/
+1107
2013-07-05
Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubi
Linus Torvalds
2
-20
/
+43
2013-07-05
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
8
-25
/
+19
2013-07-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
80
-421
/
+4421
2013-07-05
Input: cyttsp4 - kfree xfer_buf on error path in probe()
Ferruh Yigit
1
-1
/
+3
2013-07-05
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
22
-1387
/
+1212
2013-07-04
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
103
-5154
/
+7467
2013-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
34
-38
/
+38
2013-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
21
-1714
/
+4540
2013-07-04
Merge tag 'md-3.11' of git://neil.brown.name/md
Linus Torvalds
8
-63
/
+179
2013-07-04
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
16
-13
/
+433
2013-07-04
of: Fix address decoding on Bimini and js2x machines
Benjamin Herrenschmidt
1
-2
/
+6
2013-07-04
Merge branches 'for-3.11/wacom-fixed' and 'for-3.11/wiimote' into for-linus
Jiri Kosina
8
-1453
/
+3417
2013-07-04
HID: wacom: Intuos4 battery charging changes
Przemo Firszt
1
-1
/
+13
2013-07-04
Merge branches 'for-3.11/multitouch', 'for-3.11/sony' and 'for-3.11/upstream'...
Jiri Kosina
12
-256
/
+736
2013-07-04
Merge branches 'for-3.11/battery', 'for-3.11/elo', 'for-3.11/holtek' and 'for...
Jiri Kosina
795
-6432
/
+19625
2013-07-04
HID: i2c-hid: support sending HID output reports using the output register
Andrew Duggan
1
-3
/
+17
2013-07-04
md/raid10: fix bug which causes all RAID10 reshapes to move no data.
NeilBrown
1
-5
/
+4
2013-07-04
md/raid5: allow 5-device RAID6 to be reshaped to 4-device.
NeilBrown
1
-1
/
+1
2013-07-04
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
13
-100
/
+1435
2013-07-04
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...
Linus Torvalds
15
-292
/
+351
2013-07-04
Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
Linus Torvalds
7
-42
/
+249
[next]