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
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-13
crypto: arm64/chacha20 - add XChaCha20 support
Eric Biggers
3
-43
/
+125
2018-12-13
crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305
Eric Biggers
4
-0
/
+188
2018-11-29
crypto: x86/chacha20 - Add a 4-block AVX-512VL variant
Martin Willi
2
-0
/
+279
2018-11-29
crypto: x86/chacha20 - Add a 2-block AVX-512VL variant
Martin Willi
2
-0
/
+178
2018-11-29
crypto: x86/chacha20 - Add a 8-block AVX-512VL variant
Martin Willi
3
-0
/
+427
2018-11-20
crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305
Eric Biggers
4
-0
/
+200
2018-11-20
crypto: poly1305 - use structures for key and accumulator
Eric Biggers
1
-9
/
+11
2018-11-20
crypto: arm/chacha - add XChaCha12 support
Eric Biggers
2
-2
/
+21
2018-11-20
crypto: arm/chacha20 - refactor to allow varying number of rounds
Eric Biggers
3
-48
/
+56
2018-11-20
crypto: arm/chacha20 - add XChaCha20 support
Eric Biggers
3
-49
/
+126
2018-11-20
crypto: arm/chacha20 - limit the preemption-disabled section
Eric Biggers
1
-3
/
+3
2018-11-20
crypto: chacha20-generic - refactor to allow varying number of rounds
Eric Biggers
3
-64
/
+64
2018-11-20
crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations
Eric Biggers
1
-1
/
+1
2018-11-20
crypto: remove useless initializations of cra_list
Eric Biggers
3
-15
/
+0
2018-11-16
crypto: x86/chacha20 - Add a 4-block AVX2 variant
Martin Willi
2
-0
/
+317
2018-11-16
crypto: x86/chacha20 - Add a 2-block AVX2 variant
Martin Willi
2
-0
/
+204
2018-11-16
crypto: x86/chacha20 - Use larger block functions more aggressively
Martin Willi
1
-15
/
+24
2018-11-16
crypto: x86/chacha20 - Support partial lengths in 8-block AVX2 variant
Martin Willi
2
-61
/
+133
2018-11-16
crypto: x86/chacha20 - Support partial lengths in 4-block SSSE3 variant
Martin Willi
2
-40
/
+128
2018-11-16
crypto: x86/chacha20 - Support partial lengths in 1-block SSSE3 variant
Martin Willi
2
-22
/
+63
2018-11-16
crypto: aes-ce - Remove duplicate header
Brajeswar Ghosh
1
-1
/
+0
2018-11-09
crypto: arm/aes - add some hardening against cache-timing attacks
Eric Biggers
2
-10
/
+61
2018-11-04
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
37
-141
/
+148
2018-11-04
Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix
Ingo Molnar
962
-8120
/
+40565
2018-11-03
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
5
-8
/
+13
2018-11-03
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
3
-8
/
+23
2018-11-03
Merge tag 'dma-mapping-4.20-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-0
/
+2
2018-11-03
Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
6
-17
/
+7
2018-11-03
Merge tag 'omap-for-v4.20/omap1-fix-signed' of git://git.kernel.org/pub/scm/l...
Olof Johansson
1
-6
/
+2
2018-11-03
ARM: dts: stm32: update HASH1 dmas property on stm32mp157c
Alexandre Torgue
1
-1
/
+1
2018-11-03
ARM: orion: avoid VLA in orion_mpp_conf
Arnd Bergmann
1
-1
/
+6
2018-11-02
ARM: defconfig: Update multi_v7 to use PREEMPT
Linus Walleij
1
-0
/
+1
2018-11-02
arm64: defconfig: Enable some IPMI configs
John Garry
1
-0
/
+3
2018-11-02
arm64: fix warnings without CONFIG_IOMMU_DMA
Christoph Hellwig
1
-0
/
+2
2018-11-02
arm64: kprobe: make page to RO mode when allocate it
Anders Roxell
1
-7
/
+20
2018-11-02
arm64: kdump: fix small typo
Yangtao Li
1
-1
/
+1
2018-11-02
arm64: makefile fix build of .i file in external module case
Victor Kamensky
1
-0
/
+2
2018-11-02
Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
13
-111
/
+137
2018-11-02
kbuild: replace cc-name test with CONFIG_CC_IS_CLANG
Masahiro Yamada
3
-4
/
+4
2018-11-02
RISC-V: refresh defconfig
Anup Patel
1
-8
/
+8
2018-11-02
Merge tag 'xtensa-20181101' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
4
-36
/
+7
2018-11-01
Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-22
/
+37
2018-11-01
Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...
Linus Torvalds
1
-0
/
+3
2018-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2
-7
/
+2
2018-11-01
Merge tag 'csky-for-linus-4.20-fixup-dtb' of https://github.com/c-sky/csky-linux
Linus Torvalds
3
-31
/
+2
2018-11-01
powerpc: PCI_MSI needs PCI
Christoph Hellwig
2
-0
/
+3
2018-11-01
powerpc: remove CONFIG_MCA leftovers
Christoph Hellwig
1
-4
/
+0
2018-11-01
powerpc: remove CONFIG_PCI_QSPAN
Christoph Hellwig
1
-9
/
+0
2018-11-01
x86/compat: Adjust in_compat_syscall() to generic code under !COMPAT
Dmitry Safonov
6
-14
/
+20
2018-11-01
csky: use common dtb build rules
Guo Ren
2
-13
/
+1
[next]