summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2015-09-30arm64: KVM: Disable virtual timer even if the guest is not using itMarc Zyngier
2015-09-30arm64: errata: add module build workaround for erratum #843419Will Deacon
2015-09-30arm64: head.S: initialise mdcr_el2 in el2_setupWill Deacon
2015-09-30arm64: compat: fix vfp save/restore across signal handlers in big-endianWill Deacon
2015-09-30arm64: kconfig: Move LIST_POISON to a safe valueJeff Vander Stoep
2015-09-18arm64: KVM: Fix host crash when injecting a fault into a 32bit guestMarc Zyngier
2015-08-25signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras
2015-08-25signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras
2015-08-25arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra
2015-08-04arm64: Don't report clear pmds and puds as hugeChristoffer Dall
2015-07-30arm64: vdso: work-around broken ELF toolchains in MakefileWill Deacon
2015-07-30arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAPDave P Martin
2015-07-30arm64: Do not attempt to use init_mm in reset_context()Catalin Marinas
2015-07-30arm64/mm: Remove hack in mmap randomize layoutYann Droneaud
2015-06-23arm64: cmpxchg: update macros to prevent warningsMark Hambleton
2015-06-23arm64: xchg: prevent warning if return value is unusedWill Deacon
2015-05-04arm64: vdso: fix build error when switching from LE to BEArun Chandran
2015-04-30arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier
2015-04-30arm64: KVM: Fix HCR setting for 32bit guestsMarc Zyngier
2015-04-30arm64: KVM: Fix TLB invalidation by IPA/VMIDMarc Zyngier
2015-04-30arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall
2015-04-30arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall
2015-04-30arm64/kvm: Fix assembler compatibility of macrosGeoff Levand
2015-04-30arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp
2015-04-30ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel
2015-04-30arm/arm64: KVM: Complete WFI/WFE instructionsChristoffer Dall
2015-04-30ARM/ARM64: KVM: Nuke Hyp-mode tlbs before enabling MMUPranavkumar Sawargaonkar
2015-04-30KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon
2015-04-30KVM: ARM/arm64: fix broken __percpu annotationWill Deacon
2015-04-30KVM: ARM/arm64: fix non-const declaration of function returning constWill Deacon
2015-04-30ARM64: KVM: store kvm_vcpu_fault_info est_el2 as wordVictor Kamensky
2015-04-30arm64: KVM: export demux regids as KVM_REG_ARM64Alex Bennée
2015-04-30arm/arm64: KVM: Fix and refactor unmap_rangeChristoffer Dall
2015-04-30arm64: kvm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon
2015-04-30arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier
2015-04-30ARM: KVM: introduce kvm_p*d_addr_endMarc Zyngier
2015-04-30arm64: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier
2015-04-30arm64: KVM: allows discrimination of AArch32 sysreg accessMarc Zyngier
2015-04-30arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier
2015-04-30arm/arm64: KVM: detect CPU reset on CPU_PM_EXITMarc Zyngier
2015-04-30arm64: KVM: Force undefined exception for Guest SMC intructionsAnup Patel
2015-04-30arm64: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier
2015-04-30arm/arm64: KVM: PSCI: use MPIDR to identify a target CPUMarc Zyngier
2015-04-21arm64: Use the reserved TTBR0 if context switching to the init_mmCatalin Marinas
2015-03-16mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi
2015-03-05arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endianCatalin Marinas
2015-02-08arm64: Fix up /proc/cpuinfoMark Rutland
2014-11-19arm64: __clear_user: handle exceptions on strbKyle McMartin
2014-10-31arm64: compat: fix compat types affecting struct compat_elf_prpsinfoVictor Kamensky
2014-10-13arm64: ptrace: fix compat hardware watchpoint reportingWill Deacon