summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2016-09-07arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2-0/+3
2016-01-28arm64: restore bogomips information in /proc/cpuinfoYang Shi1-0/+4
2016-01-28arm64: mm: ensure that the zero page is visible to the page table walkerWill Deacon1-0/+3
2016-01-28arm64: Clear out any singlestep state on a ptrace detach operationJohn Blackwood1-0/+6
2016-01-28arm64: KVM: Fix AArch32 to AArch64 register mappingMarc Zyngier2-4/+6
2015-12-09arm64: Fix compat register mappingsRobin Murphy1-8/+8
2015-11-09Revert "ARM64: unwind: Fix PC calculation"Will Deacon1-5/+1
2015-10-27arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419Will Deacon1-1/+1
2015-10-22arm64: readahead: fault retry breaks mmap file read random detectionMark Salyzyn1-0/+1
2015-10-01arm64: KVM: Disable virtual timer even if the guest is not using itMarc Zyngier1-2/+3
2015-10-01arm64: errata: add module build workaround for erratum #843419Will Deacon3-0/+22
2015-10-01arm64: head.S: initialise mdcr_el2 in el2_setupWill Deacon1-0/+5
2015-10-01arm64: compat: fix vfp save/restore across signal handlers in big-endianWill Deacon1-11/+36
2015-10-01arm64: kconfig: Move LIST_POISON to a safe valueJeff Vander Stoep1-0/+4
2015-09-13arm64: KVM: Fix host crash when injecting a fault into a 32bit guestMarc Zyngier1-6/+6
2015-09-13arm64/mm: Remove hack in mmap randomize layoutYann Droneaud1-10/+2
2015-08-16signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+0
2015-08-16signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras1-1/+2
2015-08-03arm64: Don't report clear pmds and puds as hugeChristoffer Dall1-2/+2
2015-08-03arm64: vdso: work-around broken ELF toolchains in MakefileWill Deacon1-0/+4
2015-08-03arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAPDave P Martin1-1/+1
2015-08-03arm64: Do not attempt to use init_mm in reset_context()Catalin Marinas1-0/+8
2015-07-10arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier1-0/+2
2015-07-10arm64: KVM: Fix HCR setting for 32bit guestsMarc Zyngier2-1/+2
2015-07-10arm64: KVM: Fix TLB invalidation by IPA/VMIDMarc Zyngier1-0/+1
2015-07-03arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall1-0/+1
2015-07-03arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall2-1/+5
2015-07-03arm64/kvm: Fix assembler compatibility of macrosGeoff Levand1-10/+11
2015-07-03arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp2-4/+14
2015-07-03ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel1-13/+0
2015-07-03arm64: dma-mapping: always clear allocated buffersMarek Szyprowski1-2/+1
2015-06-29KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon1-1/+1
2015-06-29KVM: ARM/arm64: fix broken __percpu annotationWill Deacon1-1/+1
2015-06-29KVM: ARM/arm64: fix non-const declaration of function returning constWill Deacon1-1/+1
2015-06-29ARM64: KVM: store kvm_vcpu_fault_info est_el2 as wordVictor Kamensky1-1/+1
2015-06-29arm64: KVM: export demux regids as KVM_REG_ARM64Alex Bennée1-1/+1
2015-06-29arm/arm64: KVM: Fix and refactor unmap_rangeChristoffer Dall1-0/+15
2015-05-17arm64: kvm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon1-3/+9
2015-05-17arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier2-1/+6
2015-05-17ARM: KVM: introduce kvm_p*d_addr_endMarc Zyngier1-0/+4
2015-05-17arm64: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier3-14/+82
2015-05-17arm64: KVM: allows discrimination of AArch32 sysreg accessMarc Zyngier2-0/+8
2015-05-17arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier1-4/+12
2015-05-06arm64: vdso: fix build error when switching from LE to BEArun Chandran1-1/+1
2015-04-13arm64: Use the reserved TTBR0 if context switching to the init_mmCatalin Marinas1-0/+9
2015-03-26arm64: Honor __GFP_ZERO in dma allocationsSuzuki K. Poulose1-1/+5
2015-03-06arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endianCatalin Marinas1-3/+2
2015-02-11arm64: Fix up /proc/cpuinfoMark Rutland3-26/+80
2015-01-16arm64: kernel: fix __cpu_suspend mm switch on warm-bootLorenzo Pieralisi1-1/+13
2015-01-16arm64: Move cpu_resume into the text sectionLaura Abbott2-32/+8