Current Team Memberships

Show patches with: Archived = No       |   5390 patches
« 1 2 3 453 54 »
Patch Series S/W/F Date Submitter Delegate State
[1/5] ARM: add support for kernel mode NEON --- 2013-06-06 Ard Biesheuvel Accepted
[2/5] ARM: move VFP init to an earlier boot stage --- 2013-06-06 Ard Biesheuvel Accepted
[3/5] ARM: be strict about FP exceptions in kernel mode --- 2013-06-06 Ard Biesheuvel New
[4/5] ARM: crypto: add NEON accelerated XOR implementation --- 2013-06-06 Ard Biesheuvel Accepted
[5/5] lib/raid6: add ARM-NEON accelerated syndrome calculation --- 2013-06-06 Ard Biesheuvel Accepted
[resend] ARM: add workaround for ambiguous C99 stdint.h types --- 2013-08-20 Ard Biesheuvel New
[v2] ARM: document the use of NEON in kernel mode --- 2013-08-20 Ard Biesheuvel New
[v2,1/2] crypto: create generic version of ablk_helper --- 2013-09-17 Ard Biesheuvel Accepted
[v2,2/2] crypto: move x86 to the generic version of ablk_helper --- 2013-09-17 Ard Biesheuvel Accepted
[v2,1/3] ARM: pull in <asm/simd.h> from asm-generic --- 2013-10-03 Ard Biesheuvel Superseded
[v2,2/3] ARM: move AES typedefs and function prototypes to separate header --- 2013-10-03 Ard Biesheuvel Superseded
[v2,3/3] ARM: add support for bit sliced AES using NEON instructions --- 2013-10-03 Ard Biesheuvel New
[v3,1/3] ARM: pull in <asm/simd.h> from asm-generic --- 2013-10-04 Ard Biesheuvel Accepted
[v3,2/3] ARM: move AES typedefs and function prototypes to separate header --- 2013-10-04 Ard Biesheuvel Accepted
[v3,3/3] ARM: add support for bit sliced AES using NEON instructions --- 2013-10-04 Ard Biesheuvel Accepted
[RFC,1/5] ARM64: allow limited use of some NEON registers in exceptions --- 2013-10-07 Ard Biesheuvel New
[RFC,2/5] ARM64: add quick-n-dirty emulation for AES instructions --- 2013-10-07 Ard Biesheuvel New
[RFC,3/5] ARM64: add Crypto Extensions based synchronous core AES cipher --- 2013-10-07 Ard Biesheuvel New
[RFC,4/5] ARM64: add Crypto Extensions based synchronous AES in CCM mode --- 2013-10-07 Ard Biesheuvel New
[RFC,5/5] mac80211: Use CCM crypto driver for CCMP --- 2013-10-07 Ard Biesheuvel New
mac80211: port CCMP to cryptoapi's CCM driver --- 2013-10-08 Ard Biesheuvel New
[v2] mac80211: port CCMP to cryptoapi's CCM driver --- 2013-10-09 Ard Biesheuvel New
[v3] mac80211: port CCMP to cryptoapi's CCM driver --- 2013-10-10 Ard Biesheuvel Accepted
target-arm: add support for v8 AES instructions --- 2013-11-06 Ard Biesheuvel New
[trivial] arm64: constify hwcap_str --- 2013-11-06 Ard Biesheuvel New
[trivial] arm64: constify hwcap_str --- 2013-11-06 Ard Biesheuvel New
[v2] target-arm: add support for v8 AES instructions --- 2013-12-05 Ard Biesheuvel Accepted
mac80211: drop unused param 'encrypted' from ccmp_special_blocks() --- 2014-01-16 Ard Biesheuvel Accepted
[v2,resend,1/5] ARM: add support for AT_HWCAP2 ELF auxv entry --- 2014-01-17 Ard Biesheuvel Accepted
[v2,resend,2/5] binfmt_elf: add ELF_HWCAP2 to compat auxv entries --- 2014-01-17 Ard Biesheuvel Superseded
[v2,resend,3/5] arm64: add AT_HWCAP2 support for 32-bit compat --- 2014-01-17 Ard Biesheuvel Superseded
[v2,resend,4/5] ARM: introduce HWCAP2 feature bits for ARMv8 Crypto Extensions --- 2014-01-17 Ard Biesheuvel Accepted
[v2,resend,5/5] arm64: advertise ARMv8 extensions to 32-bit compat ELF binaries --- 2014-01-17 Ard Biesheuvel Superseded
firmware/google: drop 'select EFI' to avoid recursive dependency --- 2014-01-23 Ard Biesheuvel Accepted
arm64: add workaround for ambiguous C99 stdint.h types --- 2014-01-26 Ard Biesheuvel New
[trivial] Documentation: fix multiple typo occurences s/KenelVersion/KernelVersion/ --- 2014-01-29 Ard Biesheuvel Accepted
[1/5] cpu: move arch_cpu_uevent() to generic code --- 2014-01-29 Ard Biesheuvel New
[2/5] cpu: add generic support for CPU feature based module autoloading --- 2014-01-29 Ard Biesheuvel New
[3/5] x86: align x86 arch with generic CPU modalias handling --- 2014-01-29 Ard Biesheuvel New
[4/5] arm64: enable generic CPU feature modalias matching for this arch --- 2014-01-29 Ard Biesheuvel Accepted
[5/5] arm64: add Crypto Extensions based synchronous core AES cipher --- 2014-01-29 Ard Biesheuvel New
[resend,1/2] arm64: defer reloading a task's FPSIMD state to userland resume --- 2014-01-31 Ard Biesheuvel New
[resend,2/2] arm64: add support for kernel mode NEON in interrupt context --- 2014-01-31 Ard Biesheuvel New
[v2,1/4] arm64: add abstractions for FPSIMD state manipulation --- 2014-02-05 Ard Biesheuvel New
[v2,2/4] arm64: defer reloading a task's FPSIMD state to userland resume --- 2014-02-05 Ard Biesheuvel New
[v2,3/4] arm64: add support for kernel mode NEON in interrupt context --- 2014-02-05 Ard Biesheuvel New
[v2,4/4] arm64: add Crypto Extensions based synchronous core AES cipher --- 2014-02-05 Ard Biesheuvel New
[RFC,1/3] crypto: add interleave option to cipher_alg --- 2014-02-06 Ard Biesheuvel New
[RFC,2/3] crypto: take interleave into account for CBC decryption --- 2014-02-06 Ard Biesheuvel New
[RFC,3/3] arm64: add Crypto Extensions based core AES cipher --- 2014-02-06 Ard Biesheuvel New
[v2,1/2] cpu: add generic support for CPU feature based module autoloading --- 2014-02-08 Ard Biesheuvel Accepted
[v2,2/2] x86: align x86 arch with generic CPU modalias handling --- 2014-02-08 Ard Biesheuvel Accepted
[RFC] arm64: add support for AES in CCM mode using Crypto Extensions --- 2014-02-11 Ard Biesheuvel New
arm64: add workaround for ambiguous C99 stdint.h types --- 2014-02-20 Ard Biesheuvel New
[v3,1/4] arm64: add abstractions for FPSIMD state manipulation --- 2014-02-24 Ard Biesheuvel New
[v3,2/4] arm64: defer reloading a task's FPSIMD state to userland resume --- 2014-02-24 Ard Biesheuvel New
[v3,3/4] arm64: add support for kernel mode NEON in interrupt context --- 2014-02-24 Ard Biesheuvel New
[v3,4/4] arm64: add Crypto Extensions based synchronous core AES cipher --- 2014-02-24 Ard Biesheuvel New
[RFC,v2,1/3] crypto: update generic ECB's driver_name to 'ecb_generic' --- 2014-02-25 Ard Biesheuvel New
[RFC,v2,2/3] crypto: use ECB to implement CBC decryption --- 2014-02-25 Ard Biesheuvel New
[RFC,v2,3/3] arm64: add Crypto Extensions based core AES cipher and 4-way ECB --- 2014-02-25 Ard Biesheuvel New
[resend,1/3] binfmt_elf: add ELF_HWCAP2 to compat auxv entries --- 2014-02-25 Ard Biesheuvel Accepted
[resend,2/3] arm64: add AT_HWCAP2 support for 32-bit compat --- 2014-02-25 Ard Biesheuvel Accepted
[resend,3/3] arm64: advertise ARMv8 extensions to 32-bit compat ELF binaries --- 2014-02-25 Ard Biesheuvel Accepted
[RFC,1/3] crypto: remove direct blkcipher_walk dependency on transform --- 2014-02-25 Ard Biesheuvel Superseded
[RFC,2/3] crypto: allow blkcipher walks with no associated blkcipher transform --- 2014-02-25 Ard Biesheuvel New
[RFC,3/3] arm64: add support for AES in CCM mode using Crypto Extensions --- 2014-02-25 Ard Biesheuvel New
arm64: enable generic CPU feature modalias matching for this architecture --- 2014-03-04 Ard Biesheuvel Accepted
[RFC,1/3] crypto: remove direct blkcipher_walk dependency on transform --- 2014-03-04 Ard Biesheuvel Accepted
[RFC,2/3] crypto: allow blkcipher walks over AEAD data --- 2014-03-04 Ard Biesheuvel Accepted
[RFC,3/3] arm64: add support for AES in CCM mode using Crypto Extensions --- 2014-03-04 Ard Biesheuvel New
[1/2] arm64: add kernel emulation for AES and SHA1 instructions --- 2014-03-06 Ard Biesheuvel New
[2/2] arm64: Add support for SHA1 using ARMv8 Crypto Extensions --- 2014-03-06 Ard Biesheuvel New
arm64/lib: add optimized implementation of sha_transform --- 2014-03-14 Ard Biesheuvel New
arm64/lib: add optimized implementation of sha_transform --- 2014-03-17 Ard Biesheuvel New
[RFT,1/2] ARM64: pull in <asm/simd.h> from asm-generic --- 2014-03-18 Ard Biesheuvel Superseded
[RFT,2/2] ARM64: add support for NEON and Crypto Extensions accelerated AES --- 2014-03-18 Ard Biesheuvel New
arm64: SHA-224/SHA-256 using ARMv8 Crypto Extensions --- 2014-03-20 Ard Biesheuvel New
target-arm: add support for v8 SHA1 and SHA256 instructions --- 2014-03-25 Ard Biesheuvel New
arm64: add support for GHASH secure hash using ARMv8 Crypto Extensions --- 2014-03-26 Ard Biesheuvel New
target-arm: add support for v8 VMULL.P64 instruction --- 2014-03-27 Ard Biesheuvel New
x86/crypto: ghash: use C implementation for setkey() --- 2014-03-27 Ard Biesheuvel New
arm64: add appropriate asm/unaligned.h --- 2014-03-27 Ard Biesheuvel New
[v2] x86/crypto: ghash: use C implementation for setkey() --- 2014-03-27 Ard Biesheuvel Accepted
[RFC,1/3] arm64/crypto: add shared macro to test for NEED_RESCHED --- 2014-03-28 Ard Biesheuvel New
[RFC,2/3] arm64/crypto: SHA-1 using ARMv8 Crypto Extensions --- 2014-03-28 Ard Biesheuvel New
[RFC,3/3] arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto Extensions --- 2014-03-28 Ard Biesheuvel New
[v3,1/7] arm64/crypto: SHA-1 using ARMv8 Crypto Extensions --- 2014-04-01 Ard Biesheuvel New
[v3,2/7] arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto Extensions --- 2014-04-01 Ard Biesheuvel New
[v3,3/7] arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions --- 2014-04-01 Ard Biesheuvel New
[v3,4/7] arm64/crypto: add shared macro to test for NEED_RESCHED --- 2014-04-01 Ard Biesheuvel New
[v3,5/7] arm64/crypto: add voluntary preemption to Crypto Extensions SHA1 --- 2014-04-01 Ard Biesheuvel New
[v3,6/7] arm64/crypto: add voluntary preemption to Crypto Extensions SHA2 --- 2014-04-01 Ard Biesheuvel New
[v3,7/7] arm64/crypto: add voluntary preemption to Crypto Extensions GHASH --- 2014-04-01 Ard Biesheuvel New
crypto: add test cases for SHA-1, SHA-224 and SHA-256 --- 2014-04-01 Ard Biesheuvel New
crypto: add test cases for SHA-1, SHA-224, SHA-256 and AES-CCM --- 2014-04-10 Ard Biesheuvel Accepted
Fwd: [crypto:master 60/60] arch/x86/crypto/ghash-clmulni-intel_glue.c:71:25: sparse: cast to restricted __be64 --- 2014-04-11 Ard Biesheuvel New
[resend,01/15] asm-generic: allow generic unaligned access if the arch supports it --- 2014-05-01 Ard Biesheuvel Accepted
[resend,02/15] arm64: add abstractions for FPSIMD state manipulation --- 2014-05-01 Ard Biesheuvel New
[resend,03/15] arm64: defer reloading a task's FPSIMD state to userland resume --- 2014-05-01 Ard Biesheuvel New
« 1 2 3 453 54 »

Bundling

Create bundle: