index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: talitos - export the talitos_submit function
Horia Geanta
2012-07-11
2
-5
/
+12
*
crypto: talitos - move talitos structures to header file
Horia Geanta
2012-07-11
2
-111
/
+111
*
crypto: atmel - add Atmel SHA1/SHA256 driver
Nicolas Royer
2012-07-11
4
-0
/
+1173
*
crypto: atmel - add Atmel DES/TDES driver
Nicolas Royer
2012-07-11
4
-0
/
+1321
*
crypto: atmel - add Atmel AES driver
Nicolas Royer
2012-07-11
4
-0
/
+1286
*
hwrng: exynos - Add support for Exynos random number generator
Jonghwa Lee
2012-07-11
3
-0
/
+195
*
crypto: caam - ERA retrieval and printing for SEC device
Alex Porosanu
2012-07-11
3
-2
/
+58
*
crypto: caam - Using alloc_coherent for caam job rings
Bharat Bhushan
2012-07-11
1
-36
/
+9
*
crypto: caam - one tasklet per job ring
Kim Phillips
2012-06-27
2
-9
/
+6
*
crypto: caam - consolidate memory barriers from job ring en/dequeue
Kim Phillips
2012-06-27
1
-6
/
+2
*
crypto: caam - only query h/w in job ring dequeue path
Kim Phillips
2012-06-27
1
-12
/
+5
*
crypto: caam - use non-irq versions of spinlocks for job rings
Kim Phillips
2012-06-27
1
-17
/
+13
*
crypto: caam - disable IRQ coalescing by default
Kim Phillips
2012-06-27
1
-1
/
+4
*
crypto: caam - add support for SEC v5.x RNG4
Kim Phillips
2012-06-27
4
-14
/
+196
*
crypto: caam - assign 40-bit masks on SEC v5.0 and above
Kim Phillips
2012-06-27
2
-2
/
+15
*
crypto: caam - hwrng support
Yuan Kang
2012-06-27
3
-0
/
+323
*
crypto: caam - chaining support
Yuan Kang
2012-06-27
3
-64
/
+147
*
crypto: caam - unkeyed ahash support
Yuan Kang
2012-06-27
1
-17
/
+58
*
crypto: caam - ahash hmac support
Yuan Kang
2012-06-27
6
-0
/
+1869
*
crypto: caam - link_tbl rename
Yuan Kang
2012-06-27
3
-137
/
+137
*
crypto: caam - refactor key_gen, sg
Yuan Kang
2012-06-27
6
-190
/
+242
*
crypto: caam - remove jr register/deregister
Yuan Kang
2012-06-27
2
-30
/
+2
*
crypto: caam - support external seq in/out lengths
Yuan Kang
2012-06-27
2
-4
/
+50
*
crypto: caam - add PDB (Protocol Descriptor Block) definitions
Hemant Agrawal
2012-06-27
2
-16
/
+401
*
crypto: caam - fix descriptor length adjustments for protocol descriptors
Kim Phillips
2012-06-27
1
-2
/
+2
*
crypto: caam - fix start index for Protocol shared descriptors
Yashpal Dutta
2012-06-27
1
-2
/
+2
*
crypto: caam - fix input job ring element dma mapping size
Kim Phillips
2012-06-27
1
-5
/
+5
*
crypto: caam - remove line continuations from ablkcipher_append_src_dst
Kim Phillips
2012-06-27
1
-5
/
+5
*
crypto: nx - fix typo in nx driver config option
Seth Jennings
2012-06-27
1
-1
/
+1
*
crypto: nx - move nx build to driver/crypto Makefile
Seth Jennings
2012-06-27
1
-0
/
+1
*
hwrng: mxc-rnga - fix data_present API
Benoît Thébaudeau
2012-06-27
1
-8
/
+13
*
crypto: mv_cesa - fix for hash finalisation with data
Phil Sutter
2012-06-12
1
-6
/
+13
*
crypto: mv_cesa - initialise the interrupt status field to zero
Phil Sutter
2012-06-12
1
-0
/
+1
*
crypto: mv_cesa - add an expiry timer in case anything goes wrong
Phil Sutter
2012-06-12
1
-10
/
+31
*
crypto: bfin_crc - CRC hardware driver for BF60x family processors.
Sonic Zhang
2012-06-12
3
-1
/
+789
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2012-06-11
1
-0
/
+7
|
\
|
*
hwrng: atmel-rng - fix race condition leading to repeated bits
Peter Korsgaard
2012-05-31
1
-0
/
+7
*
|
Merge tag 'regmap-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...
Linus Torvalds
2012-06-11
1
-4
/
+6
|
\
\
|
*
|
regmap: Export regmap_reinit_cache()
Mark Brown
2012-06-08
1
-0
/
+1
|
*
|
regmap: Fix the size calculation for map->format.buf_size
Fabio Estevam
2012-06-03
1
-2
/
+2
|
*
|
regmap: clean up debugfs if regmap_init fails
Stephen Warren
2012-06-03
1
-2
/
+3
*
|
|
Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Linus Torvalds
2012-06-11
5
-14
/
+15
|
\
\
\
|
*
|
|
regulator: core: Properly handle the case min_uV < rdev->desc->min_uV in map_...
Axel Lin
2012-06-08
1
-0
/
+3
|
*
|
|
regulator: max8649: fix missing regmap in rdev
Haojian Zhuang
2012-06-05
1
-0
/
+1
|
*
|
|
regulator: gpio-regulator: populate selector from set_voltage
Heiko Stübner
2012-06-04
1
-3
/
+5
|
*
|
|
regulator: gpio-regulator: Fix finding of smallest value
Heiko Stübner
2012-06-04
1
-2
/
+4
|
*
|
|
regulator: gpio-regulator: do not pass drvdata pointer as reference
Heiko Stübner
2012-06-04
1
-1
/
+1
|
*
|
|
regulator: anatop: Use correct __devexit_p annotation
Axel Lin
2012-06-04
1
-1
/
+1
|
*
|
|
regulator: palmas: Fix wrong kfree calls
Axel Lin
2012-06-04
1
-7
/
+0
|
|
/
/
*
|
|
Revert "drm/i915/crt: Do not rely upon the HPD presence pin"
Linus Torvalds
2012-06-08
1
-5
/
+3
[next]