index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: KVM: report configured SRE value to 32-bit world
Vladimir Murzin
2016-08-17
1
-1
/
+1
*
arm64: KVM: remove misleading comment on pmu status
Vladimir Murzin
2016-08-17
1
-8
/
+0
*
arm64: Document workaround for Cortex-A72 erratum #853709
Marc Zyngier
2016-08-17
1
-1
/
+1
*
Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2016-08-04
4
-7
/
+27
|
\
|
*
arm64: KVM: Set cpsr before spsr on fault injection
Andrew Jones
2016-08-01
1
-7
/
+5
|
*
KVM: arm/arm64: Enable irqchip routing
Eric Auger
2016-07-22
3
-0
/
+22
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-08-02
9
-122
/
+45
|
\
\
|
|
/
|
*
KVM: arm64: vgic-its: Enable ITS emulation as a virtual MSI controller
Andre Przywara
2016-07-18
3
-0
/
+8
|
*
KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilities
Andre Przywara
2016-07-18
1
-1
/
+1
|
*
arm64: KVM: Clean up a condition
Dan Carpenter
2016-07-14
1
-2
/
+2
|
*
arm64: KVM: Simplify HYP init/teardown
Marc Zyngier
2016-07-03
4
-83
/
+23
|
*
arm/arm64: KVM: Always have merged page tables
Marc Zyngier
2016-07-03
1
-24
/
+7
|
*
arm64: KVM: Always reference __hyp_panic_string via its kernel VA
Marc Zyngier
2016-07-03
1
-2
/
+9
|
*
KVM: arm/arm64: The GIC is dead, long live the GIC
Marc Zyngier
2016-07-03
2
-15
/
+0
|
*
KVM: ARM64: Fix typos
Andrea Gelmini
2016-06-14
2
-2
/
+2
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2016-07-27
3
-3
/
+7
|
\
\
|
*
|
arm64/kvm: use ESR_ELx_EC to extract EC
Mark Rutland
2016-06-21
2
-3
/
+3
|
*
|
arm64: allow building with kcov coverage on ARM64
Alexander Potapenko
2016-06-21
1
-0
/
+4
|
|
/
*
|
arm64: KVM: VHE: Context switch MDSCR_EL1
Marc Zyngier
2016-07-23
1
-4
/
+4
|
/
*
arm64: KVM: vgic-v3: Relax synchronization when SRE==1
Marc Zyngier
2016-05-31
1
-7
/
+16
*
arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1
Marc Zyngier
2016-05-31
1
-4
/
+2
*
arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE value
Marc Zyngier
2016-05-31
1
-1
/
+12
*
KVM: arm/arm64: vgic-v3: Clear all dirty LRs
Christoffer Dall
2016-05-31
1
-4
/
+3
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-05-27
3
-1
/
+20
|
\
|
*
KVM: arm/arm64: vgic-new: enable build
Andre Przywara
2016-05-20
2
-0
/
+19
|
*
kvm: arm64: Fix EC field in inject_abt64
Matt Evans
2016-05-20
1
-1
/
+1
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-05-19
2
-1
/
+8
|
\
\
|
|
/
|
*
kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tables
Catalin Marinas
2016-05-09
1
-0
/
+8
|
*
arm64: kvm: Add support for 16K pages
Suzuki K Poulose
2016-04-21
1
-1
/
+0
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2016-05-16
6
-11
/
+114
|
\
\
|
|
/
|
/
|
|
*
arm64: kvm: Fix kvm teardown for systems using the extended idmap
James Morse
2016-05-03
3
-7
/
+47
|
*
arm64: kvm: allows kvm cpu hotplug
AKASHI Takahiro
2016-04-28
2
-0
/
+52
|
*
arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp()
James Morse
2016-04-28
1
-0
/
+7
|
*
arm64: hyp/kvm: Make hyp-stub extensible
Geoff Levand
2016-04-28
2
-4
/
+4
|
*
arm64: kvm: Move lr save/restore from do_el2_call into EL1
James Morse
2016-04-28
2
-5
/
+8
|
*
arm64: Cleanup SCTLR flags
Geoff Levand
2016-04-28
1
-2
/
+3
*
|
arm64: KVM: Warn when PARange is less than 40 bits
Marc Zyngier
2016-04-06
1
-2
/
+37
|
/
*
arm64: kvm: 4.6-rc1: Fix VTCR_EL2 VS setting
Suzuki K Poulose
2016-03-30
1
-2
/
+4
*
kvm: arm64: Disable compiler instrumentation for hypervisor code
Catalin Marinas
2016-03-21
1
-0
/
+4
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2016-03-17
3
-4
/
+5
|
\
|
*
arm64: Rename cpuid_feature field extract routines
Suzuki K Poulose
2016-02-25
1
-1
/
+1
|
*
arm64: kvm: deal with kernel symbols outside of linear mapping
Ard Biesheuvel
2016-02-18
1
-3
/
+3
|
*
arm64: prevent potential circular header dependencies in asm/bug.h
Ard Biesheuvel
2016-02-18
1
-0
/
+1
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-03-16
19
-572
/
+1238
|
\
\
|
*
|
arm64: KVM: vgic-v3: Only wipe LRs on vcpu exit
Marc Zyngier
2016-03-09
1
-5
/
+4
|
*
|
arm64: KVM: vgic-v3: Reset LRs at boot time
Marc Zyngier
2016-03-09
1
-0
/
+9
|
*
|
arm64: KVM: vgic-v3: Do not save an LR known to be empty
Marc Zyngier
2016-03-09
1
-2
/
+9
|
*
|
arm64: KVM: vgic-v3: Save maintenance interrupt state only if required
Marc Zyngier
2016-03-09
1
-2
/
+31
|
*
|
arm64: KVM: vgic-v3: Avoid accessing ICH registers
Marc Zyngier
2016-03-09
1
-113
/
+180
|
*
|
arm64: KVM: Switch the sys_reg search to be a binary search
Marc Zyngier
2016-02-29
1
-18
/
+22
[next]