summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | arm64: Convert asm/tlb.h to generic mmu_gatherCatalin Marinas2014-02-261-116/+20
| * | arm64: Extend the PCI I/O space to 16MBCatalin Marinas2014-02-261-1/+1
| * | misc: debug: remove compilation warningsVijaya Kumar K2014-02-261-1/+1
| * | arm64: KGDB: Add Basic KGDB supportVijaya Kumar K2014-02-262-0/+131
| * | arm64: Add macros to manage processor debug stateVijaya Kumar K2014-02-262-17/+23
| |/
* | Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2014-03-311-0/+1
|\ \
| * | compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64Heiko Carstens2014-03-041-0/+1
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-03-311-3/+4
|\ \ \ | |/ / |/| |
| * | locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen2014-02-091-0/+1
| * | locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen2014-02-091-3/+3
* | | arm64: Fix !CONFIG_SMP kernel buildCatalin Marinas2014-02-281-0/+8
* | | arm64: mm: Add double logical invert to pte accessorsSteve Capper2014-02-281-5/+5
| |/ |/|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-02-141-0/+9
|\ \
| * | arm64: KVM: Add VGIC device control for arm64Christoffer Dall2014-02-141-0/+9
* | | arm64: asm: remove redundant "cc" clobbersWill Deacon2014-02-074-25/+21
* | | arm64: atomics: fix use of acquire + release for full barrier semanticsWill Deacon2014-02-073-15/+29
* | | arm64: barriers: allow dsb macro to take option parameterWill Deacon2014-02-061-1/+1
* | | arm64: compat: Wire up new AArch32 syscallsCatalin Marinas2014-02-051-1/+4
* | | arm64: fix typo: s/SERRROR/SERROR/Mark Rutland2014-02-052-2/+2
* | | arm64: add DSB after icache flush in __flush_icache_all()Vinayak Kale2014-02-051-0/+1
| |/ |/|
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-01-312-31/+63
|\ \
| * | arm64: mm: Introduce PTE_WRITESteve Capper2014-01-311-23/+25
| * | arm64: mm: Remove PTE_BIT_FUNC macroSteve Capper2014-01-311-10/+41
| * | arm64: fix build error if DMA_CMA is enabledPankaj Dubey2014-01-271-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-0/+1
|\ \ \ | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-1/+1
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-4/+0
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-182-2/+2
| |\ \ \ \
| * | | | | lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller2013-12-171-0/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-223-2/+27
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvm-arm-for-3.14' of git://git.linaro.org/people/christoffer.dall/...Paolo Bonzini2014-01-151-0/+1
| |\ \ \ \ \ \
| | * | | | | | arm/arm64: kvm: Use virt_to_idmap instead of virt_to_phys for idmap mappingsSantosh Shilimkar2013-12-111-0/+1
| * | | | | | | Merge branch 'kvm-arm64/for-3.14' into kvm-arm64/nextMarc Zyngier2013-12-282-2/+8
| |\ \ \ \ \ \ \
| | * | | | | | | arm64: KVM: Support X-Gene guest VCPU on APM X-Gene hostAnup Patel2013-12-281-1/+2
| | * | | | | | | arm64: KVM: Add Kconfig option for max VCPUs per-GuestAnup Patel2013-12-281-1/+6
| | | |/ / / / / | | |/| | | | |
| * | | | | | | ARM/KVM: save and restore generic timer registersAndre Przywara2013-12-211-0/+18
| |/ / / / / /
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-01-2018-51/+437
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | arm64, jump label: optimize jump label implementationJiang Liu2014-01-081-0/+52
| * | | | | | arm64: introduce aarch64_insn_gen_{nop|branch_imm}() helper functionsJiang Liu2014-01-081-0/+10
| * | | | | | arm64: move encode_insn_immediate() from module.c to insn.cJiang Liu2014-01-081-0/+13
| * | | | | | arm64: introduce interfaces to hotpatch kernel and module codeJiang Liu2014-01-081-1/+9
| * | | | | | arm64: introduce basic aarch64 instruction decoding helpersJiang Liu2014-01-081-0/+77
| * | | | | | Merge tag 'arm64-suspend' of git://linux-arm.org/linux-2.6-lp into upstreamCatalin Marinas2013-12-196-1/+60
| |\ \ \ \ \ \
| | * | | | | | arm64: enable generic clockevent broadcastLorenzo Pieralisi2013-12-161-1/+1
| | * | | | | | arm64: kernel: cpu_{suspend/resume} implementationLorenzo Pieralisi2013-12-162-0/+15
| | * | | | | | arm64: kernel: suspend/resume registers save/restoreLorenzo Pieralisi2013-12-162-0/+21
| | * | | | | | arm64: kernel: build MPIDR_EL1 hash function data structureLorenzo Pieralisi2013-12-161-0/+13
| | * | | | | | arm64: kernel: add MPIDR_EL1 accessors macrosLorenzo Pieralisi2013-12-161-0/+10
| | | |_|/ / / | | |/| | | |
| * | | | | | arm64: Enable CMALaura Abbott2013-12-191-0/+29
| * | | | | | arm64: Add hwcaps for crypto and CRC32 extensions.Steve Capper2013-12-191-1/+5
OpenPOWER on IntegriCloud