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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-21
crypto: chacha20 - Fix chacha20_block() keystream alignment (again)
Eric Biggers
4
-20
/
+20
2018-09-21
crypto: xts - Drop use of auxiliary buffer
Ondrej Mosnacek
1
-223
/
+46
2018-09-21
crypto: arm64/aes-blk - improve XTS mask handling
Ard Biesheuvel
3
-19
/
+32
2018-09-21
crypto: arm64/aes-blk - add support for CTS-CBC mode
Ard Biesheuvel
2
-1
/
+243
2018-09-21
crypto: arm64/aes-blk - revert NEON yield for skciphers
Ard Biesheuvel
1
-173
/
+108
2018-09-21
crypto: arm64/aes-blk - remove pointless (u8 *) casts
Ard Biesheuvel
1
-24
/
+23
2018-09-21
crypto: cavium/nitrox - use dma_pool_zalloc()
Srikanth Jampala
1
-2
/
+2
2018-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
6
-7
/
+2
2018-09-21
crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic
Horia Geantă
1
-4
/
+4
2018-09-14
crypto: cavium/nitrox - Added support for SR-IOV configuration.
Srikanth Jampala
8
-30
/
+236
2018-09-14
crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross ...
Mikulas Patocka
1
-1
/
+1
2018-09-14
crc-t10dif: crc_t10dif_mutex can be static
kbuild test robot
1
-1
/
+1
2018-09-14
dm: Remove VLA usage from hashes
Kees Cook
2
-7
/
+21
2018-09-14
crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2
Ondrej Mosnacek
5
-5
/
+0
2018-09-13
crypto: ccp - add timeout support in the SEV command
Brijesh Singh
1
-5
/
+41
2018-09-04
crypto: arm/chacha20 - faster 8-bit rotations and other optimizations
Eric Biggers
1
-134
/
+143
2018-09-04
crc-t10dif: Allow current transform to be inspected in sysfs
Martin K. Petersen
1
-0
/
+11
2018-09-04
crc-t10dif: Pick better transform if one becomes available
Martin K. Petersen
2
-2
/
+45
2018-09-04
crypto: api - Introduce notifier for new crypto algorithms
Martin K. Petersen
4
-8
/
+14
2018-09-04
crypto: arm64/crct10dif - implement non-Crypto Extensions alternative
Ard Biesheuvel
2
-2
/
+162
2018-09-04
crypto: arm64/crct10dif - preparatory refactor for 8x8 PMULL version
Ard Biesheuvel
2
-76
/
+90
2018-09-04
crypto: arm64/crc32 - remove PMULL based CRC32 driver
Ard Biesheuvel
5
-540
/
+0
2018-09-04
crypto: arm64/aes-modes - get rid of literal load of addend vector
Ard Biesheuvel
1
-7
/
+9
2018-09-04
crypto: arm/ghash-ce - implement support for 4-way aggregation
Ard Biesheuvel
3
-16
/
+131
2018-09-04
crypto: x86 - remove SHA multibuffer routines and mcryptd
Ard Biesheuvel
47
-8952
/
+0
2018-09-04
crypto: atmel - switch to SPDX license identifiers
Tudor Ambarus
6
-47
/
+6
2018-09-04
crypto: ccp - add timeout support in the SEV command
Brijesh Singh
1
-5
/
+41
2018-09-04
crypto: shash - Remove VLA usage in unaligned hashing
Kees Cook
2
-12
/
+16
2018-09-04
crypto: qat - Remove VLA usage
Kees Cook
1
-2
/
+6
2018-09-04
crypto: api - Introduce generic max blocksize and alignmask
Kees Cook
2
-2
/
+9
2018-09-04
crypto: hash - Remove VLA usage
Kees Cook
4
-7
/
+11
2018-09-04
crypto: ccm - Remove VLA usage
Ard Biesheuvel
1
-3
/
+6
2018-09-04
crypto: cbc - Remove VLA usage
Kees Cook
1
-1
/
+1
2018-09-04
crypto: xcbc - Remove VLA usage
Kees Cook
1
-3
/
+5
2018-09-04
crypto: speck - remove Speck
Jason A. Donenfeld
31
-2558
/
+2
2018-09-04
crypto: caam/qi - ablkcipher -> skcipher conversion
Horia Geantă
4
-253
/
+217
2018-09-04
crypto: caam/jr - ablkcipher -> skcipher conversion
Horia Geantă
2
-241
/
+208
2018-09-04
crypto: caam/qi - remove ablkcipher IV generation
Horia Geantă
4
-327
/
+20
2018-09-04
crypto: caam/jr - remove ablkcipher IV generation
Horia Geantă
1
-264
/
+11
2018-09-03
Linux 4.19-rc2
v4.19-rc2
Linus Torvalds
1
-1
/
+1
2018-09-02
Merge tag 'devicetree-fixes-for-4.19' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-0
/
+80
2018-09-02
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
12
-188
/
+213
2018-09-02
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
21
-50
/
+167
2018-09-02
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-22
/
+4
2018-09-02
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
11
-13
/
+4
2018-09-02
x86/pti: Fix section mismatch warning/error
Randy Dunlap
1
-1
/
+1
2018-09-02
Merge tag 'omap-for-v4.19/fixes-v2-signed' of git://git.kernel.org/pub/scm/li...
Olof Johansson
5
-31
/
+66
2018-09-02
x86/vdso: Fix lsl operand order
Samuel Neves
1
-1
/
+1
2018-09-01
Merge tag 'linux-watchdog-4.19-rc2' of git://www.linux-watchdog.org/linux-wat...
Linus Torvalds
1
-2
/
+3
2018-09-01
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-3
/
+3
[prev]
[next]