summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Mauro Carvalho Chehab2015-04-21282-2195/+10600
|\
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-172-11/+1
| |\
| | * arm: use asm-generic for seccomp.hKees Cook2015-04-172-11/+1
| * | Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2015-04-161-88/+16
| |\ \
| | * | xen/privcmd: improve performance of MMAPBATCH_V2David Vrabel2015-03-161-4/+16
| | * | xen: unify foreign GFN map/unmap for auto-xlated physmap guestsDavid Vrabel2015-03-161-87/+3
| * | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-163-43/+47
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'aarch64/kvm-bounce-page' into aarch64/for-next/coreWill Deacon2015-03-272-33/+1
| | |\ \
| | | * | ARM: kvm: round HYP section to page size instead of log2 upper boundArd Biesheuvel2015-03-272-33/+1
| | * | | Merge branch 'aarch64/kvm-bounce-page' into aarch64/for-next/coreWill Deacon2015-03-251-1/+1
| | |\| |
| | | * | ARM: kvm: assert on HYP section boundaries not actual code sizeArd Biesheuvel2015-03-251-1/+1
| | * | | arm64: KVM: use ID map with increased VA range if requiredArd Biesheuvel2015-03-232-2/+35
| | |/ /
| | * | ARM: kvm: implement replacement for ld's LOG2CEIL()Ard Biesheuvel2015-03-231-2/+22
| | * | ARM, arm64: kvm: get rid of the bounce pageArd Biesheuvel2015-03-193-40/+23
| | |/
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-161-58/+53
| |\ \
| | * | ARM: plat-pxa: remove use of seq_printf return valueJoe Perches2015-04-161-58/+53
| * | | Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2015-04-161-2/+1
| |\ \ \
| | | \ \
| | | \ \
| | *-. \ \ Merge remote-tracking branches 'asoc/topic/rt5641', 'asoc/topic/rt5677' and '...Mark Brown2015-04-121-2/+1
| | |\ \ \ \
| | | | * | | ARM: shmobile: armadillo800eva: fix clock inversionLars-Peter Clausen2015-03-271-1/+0
| | | | * | | ARM: shmobile: armadillo800eva: Properly specify HDMI audio link formatLars-Peter Clausen2015-03-271-1/+1
| | | |/ / /
| * | | | | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-158-126/+3
| |\ \ \ \ \
| | * | | | | arm: Remove signal translation and exec_domainRichard Weinberger2015-04-124-20/+3
| | * | | | | arm: Remove RISC OS personalityRichard Weinberger2015-04-124-106/+0
| | |/ / / /
| * | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2015-04-151-1/+1
| |\ \ \ \ \
| | * | | | | kbuild: use relative path to include MakefileMasahiro Yamada2015-04-021-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-1520-212/+5892
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | crypto: arm - workaround for building with old binutilsArd Biesheuvel2015-04-131-4/+15
| | * | | | crypto: arm/sha256 - avoid sha256 code on ARMv7-MArnd Bergmann2015-04-131-0/+1
| | * | | | crypto: arm/sha2-ce - move SHA-224/256 ARMv8 implementation to base layerArd Biesheuvel2015-04-103-137/+39
| | * | | | crypto: arm/sha256 - move SHA-224/256 ASM/NEON implementation to base layerArd Biesheuvel2015-04-103-264/+66
| | * | | | crypto: arm/sha1-ce - move SHA-1 ARMv8 implementation to base layerArd Biesheuvel2015-04-103-98/+33
| | * | | | crypto: arm/sha1_neon - move SHA-1 NEON implementation to base layerArd Biesheuvel2015-04-101-111/+24
| | * | | | crypto: arm/sha1 - move SHA-1 ARM asm implementation to base layerArd Biesheuvel2015-04-104-98/+22
| | * | | | crypto: arm/sha256 - Add optimized SHA-256/224Sami Tolvanen2015-04-038-3/+3981
| | * | | | crypto: aes-ce - mark ARMv8 AES helper ciphersStephan Mueller2015-03-311-4/+8
| | * | | | crypto: aesbs - mark NEON bit sliced AES helper ciphersStephan Mueller2015-03-311-3/+6
| | * | | | crypto: ghash-ce - mark GHASH ARMv8 vmull.p64 helper ciphersStephan Mueller2015-03-311-2/+4
| | * | | | crypto: arm/ghash - fix big-endian bug in ghashArd Biesheuvel2015-03-241-1/+1
| | * | | | crypto: arm - add support for GHASH using ARMv8 Crypto ExtensionsArd Biesheuvel2015-03-124-0/+424
| | * | | | crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto ExtensionsArd Biesheuvel2015-03-124-0/+1049
| | * | | | crypto: arm - add support for SHA-224/256 using ARMv8 Crypto ExtensionsArd Biesheuvel2015-03-124-0/+348
| | * | | | crypto: arm - add support for SHA1 using ARMv8 Crypto InstructionsArd Biesheuvel2015-03-124-0/+296
| | * | | | crypto: arm - move ARM specific Kconfig definitions to a dedicated fileArd Biesheuvel2015-03-122-0/+88
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-156-6/+6
| |\ \ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-0216-84/+126
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-245-23/+23
| | |\ \ \ \
| | * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-2068-260/+904
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-107-9/+14
| | |\ \ \ \ \ \
| | * | | | | | | ARM: at91/dt: fix macb compatible stringsBoris BREZILLON2015-03-086-6/+6
| * | | | | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-04-1589-572/+2372
| |\ \ \ \ \ \ \ \