summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-04-213-142/+27
|\
| * Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Mauro Carvalho Chehab2015-04-21282-2195/+10600
| |\
| * | [media] omap3isp: Replace many MMIO regions by twoSakari Ailus2015-04-022-96/+6
| * | [media] omap3isp: Move the syscon register out of the ISP register mapsSakari Ailus2015-04-021-10/+0
| * | [media] omap3isp: Refactor device configuration structs for Device TreeSakari Ailus2015-04-021-36/+21
* | | Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-216-58/+53
|\ \ \ | |_|/ |/| |
| * | DTS: ARM: OMAP3-N900: Add lis3lv02d supportSebastian Reichel2015-04-031-0/+52
| * | coresight: moving to new "hwtracing" directoryMathieu Poirier2015-04-031-1/+1
| * | coresight: remove the unnecessary configuration coresight-default-sinkKaixu Xia2015-04-034-4/+0
| * | coresight: Adding coresight support for arm64 architectureMathieu Poirier2015-04-031-54/+1
* | | 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