summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-04-09ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init codeMarc Zyngier3-7/+29
2017-04-09ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercallMarc Zyngier2-1/+13
2017-04-09ARM: hyp-stub: Define a return value for failed stub callsMarc Zyngier2-1/+3
2017-04-09ARM: Expose the VA/IDMAP offsetMarc Zyngier1-0/+5
2017-04-09ARM: hyp-stub: Use r1 for the soft-restart addressMarc Zyngier1-3/+2
2017-04-09ARM: Update cpu_v7_reset documentationMarc Zyngier1-1/+2
2017-04-09ARM: KVM: Convert KVM to use HVC_GET_VECTORSMarc Zyngier3-5/+9
2017-04-09ARM: soft-reboot into same mode that we entered the kernelRussell King4-8/+28
2017-04-09ARM: hyp-stub: improve ABIRussell King1-5/+22
2017-04-09arm64: KVM: Implement HVC_SOFT_RESTART in the init codeMarc Zyngier1-8/+23
2017-04-09arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsMarc Zyngier4-20/+1
2017-04-09arm64: KVM: Allow the main HYP code to use the init hyp stub implementationMarc Zyngier1-5/+19
2017-04-09arm64: KVM: Implement HVC_GET_VECTORS in the init codeMarc Zyngier1-1/+6
2017-04-09arm64: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init codeMarc Zyngier1-0/+13
2017-04-09arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercallMarc Zyngier2-1/+19
2017-04-09arm64: hyp-stub: Update documentation in asm/virt.hMarc Zyngier1-3/+8
2017-04-09arm64: hyp-stub: Define a return value for failed stub callsMarc Zyngier3-2/+5
2017-04-09arm64: hyp-stub: Don't save lr in the EL1 codeMarc Zyngier1-4/+0
2017-04-09arm64: KVM: Move lr save/restore to do_el2_callMarc Zyngier2-5/+2
2017-04-09arm64: hyp-stub: Stop pointlessly clobbering lrMarc Zyngier1-6/+0
2017-04-09arm: KVM: Treat CP15 accessors returning false as successfulMarc Zyngier1-3/+3
2017-04-09arm: KVM: Make unexpected register accesses inject an undefMarc Zyngier2-18/+18
2017-04-09arm64: KVM: Do not corrupt registers on failed 64bit CP readMarc Zyngier1-11/+16
2017-04-09arm64: KVM: Treat sysreg accessors returning false as successfulMarc Zyngier1-29/+20
2017-04-09arm64: KVM: PMU: Inject UNDEF on read access to PMSWINC_EL0Marc Zyngier1-7/+6
2017-04-09arm64: KVM: Make unexpected reads from WO registers inject an undefMarc Zyngier2-18/+9
2017-04-09arm64: KVM: PMU: Inject UNDEF on non-privileged accessesMarc Zyngier1-2/+6
2017-04-09arm64: KVM: PMU: Inject UNDEF exception on illegal register accessMarc Zyngier1-1/+6
2017-04-09arm64: KVM: PMU: Refactor pmu_*_el0_disabledMarc Zyngier1-14/+11
2017-04-09KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/putChristoffer Dall3-5/+11
2017-04-09kvm: arm/arm64: Rework gpa callback handlersSuzuki K Poulose1-18/+13
2017-03-20Merge tag 'powerpc-4.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-2/+6
2017-03-20Merge branch 'parisc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-68/+88
2017-03-19Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds4-3/+12
2017-03-18parisc: Fix system shutdown haltHelge Deller1-0/+2
2017-03-18parisc: perf: Fix potential NULL pointer dereferenceArvind Yadav1-45/+49
2017-03-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-24/+126
2017-03-18Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-21/+14
2017-03-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+14
2017-03-17Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+1
2017-03-17x86/perf: Clarify why x86_pmu_event_mapped() isn't racyAndy Lutomirski1-0/+12
2017-03-17x86/perf: Fix CR4.PCE propagation to use active_mm instead of mmAndy Lutomirski1-2/+2
2017-03-17powerpc/pseries: Don't give a warning when HPT resizing isn't availableMichael Ellerman1-1/+3
2017-03-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+1
2017-03-17mm, x86: fix native_pud_clear build errorArnd Bergmann2-4/+1
2017-03-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-9/+7
2017-03-16powerpc: Wire up statx() syscallChandan Rajendra3-1/+3
2017-03-16x86/mpx: Make unnecessarily global function staticTobias Klauser1-1/+1
2017-03-15parisc: Avoid compiler warnings with access_ok()Helge Deller1-1/+2
2017-03-15parisc: Wire up statx system callHelge Deller2-1/+3