summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-1/+1
|\
| * arm64: fix up obsolete cpu function usage.Rusty Russell2015-03-051-1/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-1641-366/+694
|\ \
| * | arm64: fix midr range for Cortex-A57 erratum 832075Bo Yan2015-04-011-1/+2
| * | arm64: errata: add workaround for cortex-a53 erratum #845719Will Deacon2015-04-014-1/+51
| * | arm64: Use bool function return values of true/false not 1/0Joe Perches2015-03-311-1/+1
| * | arm64: defconfig: updates for 4.1Will Deacon2015-03-301-2/+12
| * | arm64: Extract feature parsing code from cpu_errata.cMarc Zyngier2015-03-305-33/+68
| * | arm64: alternative: Allow immediate branch as alternative instructionMarc Zyngier2015-03-301-2/+53
| * | arm64: insn: Add aarch64_insn_decode_immediateMarc Zyngier2015-03-302-16/+66
| * | arm64: head.S: ensure idmap_t0sz is visibleMark Rutland2015-03-241-1/+4
| * | arm64: pmu: add support for interrupt-affinity propertyWill Deacon2015-03-242-4/+54
| * | arm64: head.S: ensure visibility of page tablesMark Rutland2015-03-241-0/+1
| * | arm64: KVM: use ID map with increased VA range if requiredArd Biesheuvel2015-03-232-0/+58
| * | arm64: mm: increase VA range of identity mapArd Biesheuvel2015-03-238-4/+110
| * | Merge branch 'aarch64/kvm-bounce-page' into aarch64/for-next/coreWill Deacon2015-03-231-6/+11
| |\ \
| | * | ARM, arm64: kvm: get rid of the bounce pageArd Biesheuvel2015-03-191-6/+11
| * | | arm64: proc: remove unused cpu_get_pgd macroWill Deacon2015-03-191-9/+0
| * | | arm64: enforce x1|x2|x3 == 0 upon kernel entry as per boot protocolArd Biesheuvel2015-03-192-1/+29
| * | | arm64: remove __calc_phys_offsetArd Biesheuvel2015-03-191-36/+11
| * | | arm64: merge __enable_mmu and __turn_mmu_onArd Biesheuvel2015-03-191-26/+7
| * | | arm64: use PC-relative reference for secondary_holding_pen_releaseArd Biesheuvel2015-03-191-8/+1
| * | | arm64: remove __switch_data object from head.SArd Biesheuvel2015-03-191-21/+8
| * | | arm64: remove processor_idArd Biesheuvel2015-03-192-9/+1
| * | | arm64: add macros for common adrp usagesArd Biesheuvel2015-03-191-0/+48
| * | | arm64: Get rid of struct cpu_tableMarc Zyngier2015-03-196-153/+8
| * | | arm64: kconfig: increase NR_CPUS range to 2-4096.Ganapatrao Kulkarni2015-03-191-2/+2
| * | | arm64: perf: reject groups spanning multiple HW PMUsSuzuki K. Poulose2015-03-191-6/+15
| * | | arm64/crypto: issue aese/aesmc instructions in pairsArd Biesheuvel2015-03-192-13/+9
| * | | arm64: fixmap: check idx is definitely validMark Rutland2015-03-191-4/+1
| * | | arm64: fixmap: make FIX_TEXT_POKE0 permanentMark Rutland2015-03-191-1/+1
| * | | arm64: mm: unexport set_memory_ro and set_memory_rwDaniel Borkmann2015-03-191-2/+0
| * | | arm64: Enable CONFIG_COMPAT also for 64k page sizeAlexander Graf2015-03-191-1/+5
| * | | arm64: fix implementation of mmap2 compat syscallAndreas Schwab2015-03-193-1/+20
| * | | arm64: Adjust EFI libstub object include logicSteve Capper2015-03-171-1/+1
| * | | arm64: log CPU boot modesMark Rutland2015-03-171-0/+13
| * | | arm64: fix hyp mode mismatch detectionMark Rutland2015-03-171-1/+1
| * | | arm64: apply alternatives for !SMP kernelsMark Rutland2015-03-174-1/+19
| * | | arm64: Implement cpu_relax as yieldPeter Crosthwaite2015-03-171-1/+5
| |/ /
* | | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-153-11/+0
|\ \ \
| * | | arm64: Removed unused variableRichard Weinberger2015-04-131-1/+0
| * | | arm64: Remove signal translation and exec_domainRichard Weinberger2015-04-123-10/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-155-322/+130
|\ \ \ \
| * | | | crypto: arm64/sha2-ce - move SHA-224/256 ARMv8 implementation to base layerArd Biesheuvel2015-04-102-193/+63
| * | | | crypto: arm64/sha1-ce - move SHA-1 ARMv8 implementation to base layerArd Biesheuvel2015-04-102-125/+59
| * | | | crypto: arm64/aes - mark 64 bit ARMv8 AES helper ciphersStephan Mueller2015-03-311-4/+8
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-152-2/+34
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-024-20/+67
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | dtb: xgene: Add interrupt for Tx completionIyappan Subramanian2015-03-271-3/+6
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-233-5/+19
| |\ \ \ \ \
OpenPOWER on IntegriCloud