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
2022-06-30
crypto: cavium - fix typos in comments
Jiang Jian
1
-1
/
+1
2022-06-30
crypto: arm64/aes-neon - Fix typo in comment
Jilin Yuan
1
-1
/
+1
2022-06-30
crypto: ux500/hash - drop unexpected word "the"
Jiang Jian
1
-1
/
+1
2022-06-30
crypto: nx - drop unexpected word "the"
Jiang Jian
1
-1
/
+1
2022-06-30
crypto: lib/blake2s - reduce stack frame usage in self test
Jason A. Donenfeld
1
-3
/
+3
2022-06-24
crypto: qat - Removes the x86 dependency on the QAT drivers
Yoan Picchi
1
-7
/
+7
2022-06-24
crypto: qat - replace get_current_node() with numa_node_id()
Andre Przywara
3
-9
/
+4
2022-06-24
crypto: rsa - implement Chinese Remainder Theorem for faster private key oper...
Ignat Korchagin
3
-6
/
+75
2022-06-24
crypto: ccp - During shutdown, check SEV data pointer before using
Tom Lendacky
1
-1
/
+1
2022-06-17
crypto: hisilicon/sec - only HW V2 needs to change the BD err detection
Kai Ye
1
-7
/
+8
2022-06-17
crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()
Alexey Khoroshilov
1
-0
/
+1
2022-06-17
crypto: hisilicon/qm - modify event irq processing
Weili Qian
2
-51
/
+99
2022-06-17
crypto: hisilicon/qm - move alloc qm->wq to qm.c
Weili Qian
3
-49
/
+27
2022-06-17
crypto: hisilicon/qm - add functions for releasing resources
Weili Qian
1
-12
/
+16
2022-06-17
crypto: hisilicon/trng - fix local variable type
Weili Qian
1
-1
/
+1
2022-06-17
MAINTAINERS: update HiSilicon ZIP and QM maintainers
Zhou Wang
1
-3
/
+12
2022-06-10
crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkey
Peng Wu
1
-2
/
+2
2022-06-10
crypto: octeontx2 - fix potential null pointer access
Shijith Thotton
1
-3
/
+12
2022-06-10
crypto: blake2s - remove shash module
Jason A. Donenfeld
15
-624
/
+76
2022-06-10
crypto: memneq - move into lib/
Jason A. Donenfeld
6
-1
/
+7
2022-06-10
crypto: octeontx2 - add firmware version in devlink info
Shijith Thotton
3
-3
/
+42
2022-06-10
crypto: ccp - fix typo in comment
Julia Lawall
1
-1
/
+1
2022-06-10
crypto: hisilicon/sec - fix typos in comment
Julia Lawall
1
-2
/
+2
2022-06-10
fscrypt: Add HCTR2 support for filename encryption
Nathan Huckleberry
5
-10
/
+38
2022-06-10
crypto: arm64/polyval - Add PMULL accelerated implementation of POLYVAL
Nathan Huckleberry
4
-0
/
+560
2022-06-10
crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVAL
Nathan Huckleberry
6
-0
/
+581
2022-06-10
crypto: arm64/aes-xctr - Improve readability of XCTR and CTR modes
Nathan Huckleberry
2
-68
/
+185
2022-06-10
crypto: arm64/aes-xctr - Add accelerated implementation of XCTR
Nathan Huckleberry
3
-66
/
+168
2022-06-10
crypto: x86/aesni-xctr - Add accelerated implementation of XCTR
Nathan Huckleberry
3
-82
/
+266
2022-06-10
crypto: hctr2 - Add HCTR2 support
Nathan Huckleberry
6
-0
/
+1278
2022-06-10
crypto: polyval - Add POLYVAL support
Nathan Huckleberry
7
-0
/
+412
2022-06-10
crypto: xctr - Add XCTR support
Nathan Huckleberry
6
-0
/
+901
2022-06-10
crypto: atmel-ecc - Remove duplicated error reporting in .remove()
Uwe Kleine-König
1
-2
/
+10
2022-06-10
crypto: sun8i-ss - Fix error codes for dma_mapping_error()
Dan Carpenter
1
-2
/
+4
2022-06-10
crypto: sun8i-ss - fix error codes in allocate_flows()
Dan Carpenter
1
-4
/
+12
2022-06-10
crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leak
John Allen
1
-4
/
+6
2022-06-06
Linux 5.19-rc1
v5.19-rc1
Linus Torvalds
1
-2
/
+2
2022-06-06
Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-6
/
+4
2022-06-06
Merge tag 'mm-hotfixes-stable-2022-06-05' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
7
-35
/
+50
2022-06-06
Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
7
-3
/
+76
2022-06-06
bluetooth: don't use bitmaps for random flag accesses
Linus Torvalds
5
-39
/
+27
2022-06-05
fix the breakage in close_fd_get_file() calling conventions change
Al Viro
3
-6
/
+4
2022-06-05
Merge tag 'x86-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-6
/
+115
2022-06-05
Merge tag 'x86-mm-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+4
2022-06-05
Merge tag 'x86-microcode-2022-06-05' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-112
/
+20
2022-06-05
Merge tag 'x86-cleanups-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-71
/
+66
2022-06-05
Merge tag 'x86-boot-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+3
2022-06-05
Merge tag 'timers-core-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
18
-98
/
+22
2022-06-05
Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2022-06-05
Merge tag 'perf-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-2
/
+1
[prev]
[next]