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
2016-04-05
crypto: qat - explicitly stop all VFs first
Tadeusz Struk
1
-1
/
+20
2016-04-05
crypto: drbg - set HMAC key only when altered
Stephan Mueller
1
-14
/
+25
2016-04-05
crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}
Corentin LABBE
1
-4
/
+6
2016-04-05
crypto: qat - fix address leaking of RSA public exponent
Tudor Ambarus
1
-1
/
+1
2016-04-05
crypto: qat - avoid memory corruption or undefined behaviour
Tudor Ambarus
1
-1
/
+1
2016-04-05
crypto: qat - Remove redundant nrbg rings
Ahsan Atta
1
-2
/
+0
2016-04-05
crypto: qat - make sure const_tab is 1024 bytes aligned
Tadeusz Struk
1
-1
/
+1
2016-04-05
lib/mpi: mpi_read_raw_from_sgl(): fix out-of-bounds buffer access
Nicolai Stange
1
-3
/
+0
2016-04-05
lib/mpi: mpi_read_raw_from_sgl(): sanitize meaning of indices
Nicolai Stange
1
-6
/
+3
2016-04-05
lib/mpi: mpi_read_raw_from_sgl(): fix nbits calculation
Nicolai Stange
1
-1
/
+2
2016-04-05
lib/mpi: mpi_read_raw_from_sgl(): purge redundant clearing of nbits
Nicolai Stange
1
-2
/
+0
2016-04-05
lib/mpi: mpi_read_raw_from_sgl(): don't include leading zero SGEs in nbytes
Nicolai Stange
1
-6
/
+2
2016-04-05
lib/mpi: mpi_read_raw_from_sgl(): replace len argument by nbytes
Nicolai Stange
1
-4
/
+4
2016-04-05
lib/mpi: mpi_read_buffer(): fix buffer overflow
Nicolai Stange
1
-10
/
+3
2016-04-05
lib/mpi: mpi_read_buffer(): replace open coded endian conversion
Nicolai Stange
1
-15
/
+12
2016-04-05
lib/mpi: mpi_read_buffer(): optimize skipping of leading zero limbs
Nicolai Stange
1
-10
/
+8
2016-04-05
lib/mpi: mpi_write_sgl(): replace open coded endian conversion
Nicolai Stange
1
-16
/
+11
2016-04-05
lib/mpi: mpi_write_sgl(): fix out-of-bounds stack access
Nicolai Stange
1
-5
/
+1
2016-04-05
lib/mpi: mpi_write_sgl(): purge redundant pointer arithmetic
Nicolai Stange
1
-2
/
+1
2016-04-05
lib/mpi: mpi_write_sgl(): fix style issue with lzero decrement
Nicolai Stange
1
-2
/
+2
2016-04-05
lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs
Nicolai Stange
1
-12
/
+9
2016-04-05
crypto: s5p-sss - Sort the headers to improve readability
Krzysztof Kozlowski
1
-10
/
+10
2016-04-05
crypto: s5p-sss - Handle unaligned buffers
Krzysztof Kozlowski
1
-12
/
+138
2016-04-05
crypto: s5p-sss - Minor coding cleanups
Krzysztof Kozlowski
1
-8
/
+7
2016-04-05
MAINTAINERS: Add a new maintainer for the CCP driver
Tom Lendacky
1
-0
/
+1
2016-04-05
crypto: marvell/cesa - remove unneeded condition
Dan Carpenter
1
-2
/
+1
2016-04-05
PKCS#7: fix missing break on OID_sha224 case
Colin Ian King
1
-0
/
+1
2016-04-05
crypto: n2 - Remove return statement from void function
Amitoj Kaur Chawla
1
-1
/
+1
2016-04-05
crypto: s5p-sss - Enable COMPILE_TEST
Krzysztof Kozlowski
1
-1
/
+2
2016-04-05
hwrng: exynos - Enable COMPILE_TEST
Krzysztof Kozlowski
1
-1
/
+2
2016-04-05
hwrng: exynos - Disable runtime PM on driver unbind
Krzysztof Kozlowski
1
-0
/
+9
2016-04-05
hwrng: exynos - Disable runtime PM on probe failure
Krzysztof Kozlowski
1
-1
/
+8
2016-04-05
hwrng: exynos - Fix unbalanced PM runtime put on timeout error path
Krzysztof Kozlowski
1
-3
/
+7
2016-04-05
hwrng: exynos - Runtime suspend device after init
Krzysztof Kozlowski
1
-1
/
+2
2016-04-05
crypto: omap-des - Improve wording for CRYPTO_DEV_OMAP_DES in Kconfig
Peter Meerwald
1
-3
/
+3
2016-04-05
crypto: af_alg - add async support to algif_aead
Tadeusz Struk
1
-31
/
+237
2016-04-05
hwrng: bcm63xx - fix device tree compilation
Álvaro Fernández Rojas
1
-0
/
+1
2016-04-04
sunrpc: Fix skcipher/shash conversion
Herbert Xu
2
-3
/
+8
2016-04-03
Linux 4.6-rc2
v4.6-rc2
Linus Torvalds
1
-1
/
+1
2016-04-03
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
12
-35
/
+98
2016-04-03
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
9
-58
/
+158
2016-04-03
v4l2-mc: avoid warning about unused variable
Linus Torvalds
1
-1
/
+1
2016-04-03
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
12
-30
/
+246
2016-04-03
Merge tag 'rproc-v4.6-rc1' of git://github.com/andersson/remoteproc
Linus Torvalds
2
-2
/
+5
2016-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
5
-66
/
+29
2016-04-03
Convert straggling drivers to new six-argument get_user_pages()
Linus Torvalds
2
-3
/
+2
2016-04-03
Merge tag 'configfs-for-linus-2' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
1
-2
/
+2
2016-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
75
-610
/
+824
2016-04-02
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
11
-45
/
+45
2016-04-02
Merge tag 'pm+acpi-4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-0
/
+64
[next]