index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-10-02
Revert "crypto: aesni - disable "by8" AVX CTR optimization"
Mathias Krause
2014-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2014-10-02
crypto: aesni - remove unused defines in "by8" variant
Mathias Krause
2014-10-02
crypto: aesni - fix counter overflow handling in "by8" variant
Mathias Krause
2014-10-02
hwrng: printk replacement
Sudip Mukherjee
2014-09-24
crypto: aesni - disable "by8" AVX CTR optimization
Mathias Krause
2014-09-24
crypto: ccp - Check for CCP before registering crypto algs
Tom Lendacky
2014-09-24
crypto: qat - Removed unneeded partial state
Tadeusz Struk
2014-09-24
crypto: qat - Fix typo in name of tasklet_struct
Tadeusz Struk
2014-09-18
crypto: qat - Enable all 32 IRQs
Tadeusz Struk
2014-09-15
crypto: caam - Dynamic allocation of addresses for various memory blocks in C...
Nitesh Narayan Lal
2014-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2014-09-05
crypto: drbg - remove check for uninitialized DRBG handle
Stephan Mueller
2014-09-05
crypto: drbg - backport "fix maximum value checks on 32 bit systems"
Herbert Xu
2014-09-04
crypto: mcryptd - Fix typos in CRYPTO_MCRYPTD description
Ted Percival
2014-09-04
crypto: algif - avoid excessive use of socket buffer in skcipher
Ondrej Kozina
2014-08-29
arm64: dts: add random number generator dts node to APM X-Gene platform.
Feng Kan
2014-08-29
Documentation: rng: Add X-Gene SoC RNG driver documentation
Feng Kan
2014-08-29
hwrng: xgene - add support for APM X-Gene SoC RNG support
Feng Kan
2014-08-29
crypto: mv_cesa - Add missing #define
Rasmus Villemoes
2014-08-29
crypto: testmgr - add test for lz4 and lz4hc
KOVACS Krisztian
2014-08-29
crypto: lz4,lz4hc - fix decompression
KOVACS Krisztian
2014-08-29
crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix()
Alexander Gordeev
2014-08-26
crypto: drbg - fix maximum value checks on 32 bit systems
Stephan Mueller
2014-08-26
crypto: drbg - fix sparse warning for cpu_to_be[32|64]
Stephan Mueller
2014-08-26
crypto: sha-mb - sha1_mb_alg_state can be static
Fengguang Wu
2014-08-26
crypto: mcryptd - mcryptd_flist can be static
Fengguang Wu
2014-08-25
crypto: drbg - remove unnecessary sanity check for shadow state
Stephan Mueller
2014-08-25
crypto: drbg - remove configuration of fixed values
Stephan Mueller
2014-08-25
crypto: drbg - remove unnecessary sanity checks
Stephan Mueller
2014-08-25
crypto: drbg - use kmalloc instead of kzalloc for V and C
Stephan Mueller
2014-08-25
crypto: drbg - remove superflowous memset(0)
Stephan Mueller
2014-08-25
crypto: drbg - remove superflowous checks
Stephan Mueller
2014-08-25
crypto: drbg - kzfree does not need a check for NULL pointer
Stephan Mueller
2014-08-25
crypto: drbg - replace int2byte with cpu_to_be
Stephan Mueller
2014-08-25
crypto: caam - fix addressing of struct member
Cristian Stoica
2014-08-25
crypto: caam - remove duplicated sg copy functions
Cristian Stoica
2014-08-25
crypto: qat - Fix return value check in adf_chr_drv_create()
Wei Yongjun
2014-08-25
crypto: caam - enable raw data instead of von Neumann data
Alex Porosanu
2014-08-25
crypto: caam - change starting entropy delay value
Alex Porosanu
2014-08-25
crypto: caam - disable RNG oscillator maximum frequency check
Alex Porosanu
2014-08-25
crypto: testmgr - remove unused function argument
Cristian Stoica
2014-08-25
crypto: sha-mb - SHA1 multibuffer job manager and glue code
Tim Chen
2014-08-25
crypto: sha-mb - SHA1 multibuffer crypto computation (x8 AVX2)
Tim Chen
2014-08-25
crypto: sha-mb - SHA1 multibuffer submit and flush routines for AVX2
Tim Chen
2014-08-25
crypto: sha-mb - SHA1 multibuffer algorithm data structures
Tim Chen
2014-08-25
crypto: sha-mb - multibuffer crypto infrastructure
Tim Chen
2014-08-25
sched: Add function single_task_running to let a task check if it is the only...
Tim Chen
2014-08-25
crypto: testmgr - delay execution of set-up code
Cristian Stoica
2014-08-25
crypto: testmgr - white space removal on __test_skcipher
Cristian Stoica
[next]