aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2014-11-21Merge tag 'v3.14.25' into linux-linaro-lsk-v3.14Mark Brown
2014-11-21Correct the race condition in aarch64_insn_patch_text_sync()William Cohen
2014-11-21arm64: __clear_user: handle exceptions on strbKyle McMartin
2014-11-18Merge remote-tracking branch 'lsk/v3.14/topic/arm64-fpsimd' into linux-linaro...Mark Brown
2014-11-18arm64: add support for kernel mode NEON in interrupt contextArd Biesheuvel
2014-11-18arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel
2014-11-18arm64: add abstractions for FPSIMD state manipulationArd Biesheuvel
2014-10-31Merge tag 'v3.14.23' into linux-linaro-lsk-v3.14Mark Brown
2014-10-30arm64: compat: fix compat types affecting struct compat_elf_prpsinfoVictor Kamensky
2014-10-15arm64: enable context trackingLarry Bassel
2014-10-15arm64: adjust el0_sync so that a function can be calledLarry Bassel
2014-10-15arm64: Support arch_irq_work_raise() via self IPIsLarry Bassel
2014-10-09Merge remote-tracking branch 'lsk/v3.14/topic/kvm' into linux-linaro-lsk-v3.14Mark Brown
2014-10-08Merge remote-tracking branch 'lsk/v3.14/topic/gicv3' into linux-linaro-lsk-v3.14Mark Brown
2014-10-08Merge branch 'lsk/v3.14/topic/kvm' into lsk/lsk-with-kvm-v3.14Christoffer Dall
2014-10-08Merge branch 'lsk/v3.14/topic/gic-v3' into lsk/lsk-with-kvm-v3.14Christoffer Dall
2014-10-06Merge tag 'v3.14.20' into linux-linaro-lsk-v3.14Mark Brown
2014-10-05arm64: ptrace: fix compat hardware watchpoint reportingWill Deacon
2014-10-05ARM/ARM64: KVM: Nuke Hyp-mode tlbs before enabling MMUPranavkumar Sawargaonkar
2014-10-05arm/arm64: KVM: Complete WFI/WFE instructionsChristoffer Dall
2014-10-05arm64: use irq_set_affinity with force=false when migrating irqsSudeep Holla
2014-10-05arm64: flush TLS registers during execWill Deacon
2014-10-03arm64: barriers: wire up new barrier optionsWill Deacon
2014-10-03arm/arm64: KVM: Report correct FSC for unsupported fault typesChristoffer Dall
2014-10-03arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp
2014-10-03arm/arm64: KVM: vgic: make number of irqs a configurable attributeMarc Zyngier
2014-10-02ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel
2014-10-02KVM: remove garbage arg to *hardware_{en,dis}ableChristoffer Dall
2014-10-02KVM: static inline empty kvm_arch functionsChristoffer Dall
2014-10-02KVM: forward declare structs in kvm_types.hChristoffer Dall
2014-10-02KVM: ARM/arm64: return -EFAULT if copy_from_user fails in set_timer_regWill Deacon
2014-10-02KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon
2014-10-02KVM: ARM/arm64: fix broken __percpu annotationWill Deacon
2014-10-02KVM: ARM/arm64: fix non-const declaration of function returning constWill Deacon
2014-10-02arm/arm64: KVM: Support KVM_CAP_READONLY_MEMChristoffer Dall
2014-10-02arm64: KVM: fix 64bit CP15 VM access for 32bit guestsMarc Zyngier
2014-10-02arm64: KVM: GICv3: move system register access to msr_s/mrs_sMarc Zyngier
2014-10-02arm64: KVM: enable trapping of all debug registersMarc Zyngier
2014-10-02arm64: KVM: implement lazy world switch for debug registersMarc Zyngier
2014-10-02arm64: KVM: add trap handlers for AArch32 debug registersMarc Zyngier
2014-10-02arm64: KVM: check ordering of all system register tablesMarc Zyngier
2014-10-02arm64: KVM: use separate tables for AArch32 32 and 64bit trapsMarc Zyngier
2014-10-02arm64: KVM: common infrastructure for handling AArch32 CP14/CP15Marc Zyngier
2014-10-02arm64: KVM: add trap handlers for AArch64 debug registersMarc Zyngier
2014-10-02arm64: move DBG_MDSCR_* to asm/debug-monitors.hChristoffer Dall
2014-10-02arm64: KVM: rename pm_fake handler to trap_raz_wiMarc Zyngier
2014-10-02ARM64: KVM: fix big endian issue in access_vm_reg for 32bit guestVictor Kamensky
2014-10-02ARM64: KVM: set and get of sys registers in BE caseVictor Kamensky
2014-10-02ARM64: KVM: store kvm_vcpu_fault_info est_el2 as wordVictor Kamensky
2014-10-02ARM64: KVM: MMIO support BE host running LE codeVictor Kamensky