summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2016-02-12arm64: KVM: Fix AArch32 to AArch64 register mappingMarc Zyngier1-3/+5
2016-01-05arm64: Fix compat register mappingsRobin Murphy1-8/+8
2015-08-25arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra1-0/+50
2015-06-23arm64: cmpxchg: update macros to prevent warningsMark Hambleton1-11/+17
2015-06-23arm64: xchg: prevent warning if return value is unusedWill Deacon1-1/+6
2015-04-30arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier1-0/+2
2015-04-30arm64: KVM: Fix HCR setting for 32bit guestsMarc Zyngier1-0/+2
2015-04-30arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall1-0/+1
2015-04-30arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall1-0/+5
2015-04-30arm64/kvm: Fix assembler compatibility of macrosGeoff Levand1-10/+11
2015-04-30arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp2-4/+14
2015-04-30ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel1-13/+0
2015-04-30KVM: ARM/arm64: fix broken __percpu annotationWill Deacon1-1/+1
2015-04-30KVM: ARM/arm64: fix non-const declaration of function returning constWill Deacon1-1/+1
2015-04-30arm/arm64: KVM: Fix and refactor unmap_rangeChristoffer Dall1-0/+14
2015-04-30arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier1-0/+2
2015-04-30ARM: KVM: introduce kvm_p*d_addr_endMarc Zyngier1-0/+4
2015-04-30arm64: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier2-2/+4
2015-04-30arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier1-6/+13
2015-04-30arm64: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier1-2/+6
2015-04-30arm/arm64: KVM: PSCI: use MPIDR to identify a target CPUMarc Zyngier1-0/+5
2015-04-21arm64: Use the reserved TTBR0 if context switching to the init_mmCatalin Marinas1-0/+9
2015-02-08arm64: Fix up /proc/cpuinfoMark Rutland1-0/+2
2014-10-31arm64: compat: fix compat types affecting struct compat_elf_prpsinfoVictor Kamensky1-2/+2
2014-10-13arm64: ptrace: fix compat hardware watchpoint reportingWill Deacon1-1/+0
2014-07-18arm64: implement TASK_SIZE_OFColin Cross1-0/+2
2014-05-15arm64: Make DMA coherent and strongly ordered mappings not executableCatalin Marinas1-3/+3
2014-05-15arm64: Do not synchronise I and D caches for special ptesCatalin Marinas1-1/+1
2014-03-31arm64: Use Normal NonCacheable memory for writecombineCatalin Marinas1-1/+1
2014-03-31arm64: check for number of arguments in syscall_get/set_arguments()AKASHI Takahiro1-0/+6
2014-03-24arm64: mm: Add double logical invert to pte accessorsSteve Capper1-4/+4
2014-02-20arm64: add DSB after icache flush in __flush_icache_all()Vinayak Kale1-0/+1
2013-12-20arm64: mm: Fix PMD_SECT_PROT_NONE definitionSteve Capper1-1/+1
2013-12-04arm64: Move PTE_PROT_NONE higher upCatalin Marinas1-14/+17
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/...Linus Torvalds5-3/+19
2013-09-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus 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 "p...Chen Gang2-0/+4
2013-08-22Merge 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/dlezcan...Thomas 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