summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2016-10-07arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEPWill Deacon1-2/+4
2016-09-29arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()Will Deacon1-0/+10
2016-09-21arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2-0/+3
2016-02-12arm64: restore bogomips information in /proc/cpuinfoYang Shi1-0/+4
2016-02-12arm64: mm: ensure that the zero page is visible to the page table walkerWill Deacon1-0/+3
2016-02-12arm64: Clear out any singlestep state on a ptrace detach operationJohn Blackwood1-0/+6
2016-02-12arm64: KVM: Fix AArch32 to AArch64 register mappingMarc Zyngier2-4/+6
2016-01-05arm64: Fix compat register mappingsRobin Murphy1-8/+8
2015-11-12Revert "ARM64: unwind: Fix PC calculation"Will Deacon1-5/+1
2015-10-28arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419Will Deacon1-1/+1
2015-10-28arm64: readahead: fault retry breaks mmap file read random detectionMark Salyzyn1-0/+1
2015-09-30arm64: KVM: Disable virtual timer even if the guest is not using itMarc Zyngier1-2/+3
2015-09-30arm64: errata: add module build workaround for erratum #843419Will Deacon3-0/+22
2015-09-30arm64: head.S: initialise mdcr_el2 in el2_setupWill Deacon1-0/+5
2015-09-30arm64: compat: fix vfp save/restore across signal handlers in big-endianWill Deacon1-11/+36
2015-09-30arm64: kconfig: Move LIST_POISON to a safe valueJeff Vander Stoep1-0/+4
2015-09-18arm64: KVM: Fix host crash when injecting a fault into a 32bit guestMarc Zyngier1-6/+6
2015-08-25signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+0
2015-08-25signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras1-1/+2
2015-08-25arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra1-0/+50
2015-08-04arm64: Don't report clear pmds and puds as hugeChristoffer Dall1-2/+2
2015-07-30arm64: vdso: work-around broken ELF toolchains in MakefileWill Deacon1-0/+4
2015-07-30arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAPDave P Martin1-1/+1
2015-07-30arm64: Do not attempt to use init_mm in reset_context()Catalin Marinas1-0/+8
2015-07-30arm64/mm: Remove hack in mmap randomize layoutYann Droneaud1-10/+2
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-05-04arm64: vdso: fix build error when switching from LE to BEArun Chandran1-1/+1
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 Zyngier2-1/+2
2015-04-30arm64: KVM: Fix TLB invalidation by IPA/VMIDMarc Zyngier1-0/+1
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 Dall2-1/+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-30arm/arm64: KVM: Complete WFI/WFE instructionsChristoffer Dall1-0/+2
2015-04-30ARM/ARM64: KVM: Nuke Hyp-mode tlbs before enabling MMUPranavkumar Sawargaonkar1-0/+4
2015-04-30KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon1-1/+1
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-30ARM64: KVM: store kvm_vcpu_fault_info est_el2 as wordVictor Kamensky1-1/+1
2015-04-30arm64: KVM: export demux regids as KVM_REG_ARM64Alex Bennée1-1/+1
2015-04-30arm/arm64: KVM: Fix and refactor unmap_rangeChristoffer Dall1-0/+14
2015-04-30arm64: kvm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon1-3/+9
2015-04-30arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier2-1/+6
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 Zyngier3-14/+82
2015-04-30arm64: KVM: allows discrimination of AArch32 sysreg accessMarc Zyngier2-0/+8
2015-04-30arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier1-6/+13