aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-15arm64: define DMA_ERROR_CODEStefano Stabellini1-0/+1
2013-09-25arm64: avoid multiple evaluation of ptr in get_user/put_user()AKASHI Takahiro1-4/+6
2013-09-20arm64: Widen hwcap to be 64 bitSteve Capper1-1/+1
2013-09-06Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds5-3/+19
2013-09-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+9
2013-09-03arm64: mm: permit use of tagged pointers at EL0Will Deacon1-0/+1
2013-09-02Move the EM_ARM and EM_AARCH64 definitions to uapi/linux/elf-em.hDan Aloni1-3/+0
2013-08-22ARM64: include: asm: include "asm/types.h" in "pgtable-2level-types.h" and "pgtable-3level-types.h"Chen Gang2-0/+4
2013-08-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-8/+11
2013-08-21Merge branch 'timers/clockevents-next' of git://git.linaro.org/people/dlezcano/clockevents into timers/coreThomas Gleixner1-14/+9
2013-08-20arm64: add support for kernel mode NEONArd Biesheuvel1-0/+14
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-2/+5
2013-08-09arm64: KVM: use 'int' instead of 'u32' for variable 'target' in kvm_host.h.Chen Gang1-1/+1
2013-08-09arm64: KVM: perform save/restore of PAR_EL1Marc Zyngier1-7/+10
2013-08-01clocksource: arch_timer: Push the read/write wrappers deeperStephen Boyd1-2/+2
2013-08-01clocksource: arch_timer: Make register accessors less error-proneStephen Boyd1-14/+9
2013-07-26arm64: Change kernel stack size to 16KFeng Kan1-2/+2
2013-07-23arm64: virt: ensure visibility of __boot_cpu_modeMark Rutland1-0/+13
2013-07-19Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds2-8/+2
2013-07-19arm64: use common reboot infrastructureMarc Zyngier1-1/+2
2013-07-19arm64: add '#ifdef CONFIG_COMPAT' for aarch32_break_handler()Chen Gang1-7/+0
2013-07-14arm64: delete __cpuinit usage from all usersPaul Gortmaker1-1/+1
2013-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds32-39/+1517
2013-07-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-10/+0
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2013-07-01Merge branch 'for-next/hugepages' of git://git.linaro.org/people/stevecapper/linux into upstream-hugepagesCatalin Marinas5-17/+217
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-7/+0
2013-06-20arm64: Add defines for APM ARMv8 implementationVinayak Kale1-0/+3
2013-06-14ARM64: mm: THP support.Steve Capper4-0/+67
2013-06-14ARM64: mm: HugeTLB support.Steve Capper3-2/+136
2013-06-14ARM64: mm: Move PTE_PROT_NONE bit.Steve Capper1-12/+12
2013-06-14ARM64: mm: Make PAGE_NONE pages read only and no-execute.Steve Capper1-2/+2
2013-06-12Merge branch 'kvm-arm64/kvm-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into upstreamCatalin Marinas12-0/+1209
2013-06-12arm64: KVM: enable initialization of a 32bit vcpuMarc Zyngier2-1/+2
2013-06-12arm64: KVM: 32bit handling of coprocessor trapsMarc Zyngier1-0/+5
2013-06-12arm64: KVM: 32bit conditional execution emulationMarc Zyngier1-2/+11
2013-06-12arm64: KVM: 32bit GP register accessMarc Zyngier1-1/+14
2013-06-12arm64: KVM: define 32bit specific registersMarc Zyngier3-3/+47
2013-06-12arm64: KVM: PSCI implementationMarc Zyngier3-1/+40
2013-06-12Merge tag 'xen-arm64-3.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xen into upstreamCatalin Marinas8-0/+59
2013-06-12arm64: debug: consolidate software breakpoint handlersWill Deacon2-2/+9
2013-06-11arm64: device: add iommu pointer to device archdataWill Deacon1-0/+3
2013-06-11arm64: pgtable: use pte_index instead of __pte_indexWill Deacon1-2/+2
2013-06-10arm64: kernel: compiling issue, need delete read_current_timer()Chen Gang1-3/+3
2013-06-07arm64: mm: don't bother invalidating the icache in switch_mmWill Deacon1-6/+0
2013-06-07arm64: spinlock: retry trylock operation if strex fails on free lockCatalin Marinas1-1/+2
2013-06-07arm64: Remove __flush_dcache_page()Catalin Marinas1-3/+0
2013-06-07arm64: Provide default implementation for dma_{alloc,free}_attrsDamian Hobson-Garcia1-6/+11
2013-06-07arm64: KVM: hypervisor initialization codeMarc Zyngier1-0/+13
2013-06-07arm64: KVM: MMIO access backendMarc Zyngier1-0/+59