index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
|
arm64: KVM: Always reference __hyp_panic_string via its kernel VA
Marc Zyngier
2016-07-03
1
-2
/
+9
|
|
*
|
|
|
|
arm64: KVM: Merged page tables documentation
Marc Zyngier
2016-07-03
1
-3
/
+37
|
|
*
|
|
|
|
KVM: arm/arm64: The GIC is dead, long live the GIC
Marc Zyngier
2016-07-03
4
-28
/
+0
|
|
*
|
|
|
|
arm/arm64: KVM: Make default HYP mappings non-excutable
Marc Zyngier
2016-06-29
2
-2
/
+2
|
|
*
|
|
|
|
arm/arm64: KVM: Map the HYP text as read-only
Marc Zyngier
2016-06-29
4
-4
/
+6
|
|
*
|
|
|
|
arm/arm64: KVM: Enforce HYP read-only mapping of the kernel's rodata section
Marc Zyngier
2016-06-29
3
-1
/
+3
|
|
*
|
|
|
|
arm64: Add PTE_HYP_XN page table flag
Marc Zyngier
2016-06-29
1
-0
/
+1
|
|
*
|
|
|
|
arm/arm64: KVM: Add a protection parameter to create_hyp_mappings
Marc Zyngier
2016-06-29
4
-10
/
+12
|
*
|
|
|
|
|
KVM: s390: let ptff intercepts result in cc=3
David Hildenbrand
2016-07-18
1
-0
/
+8
|
*
|
|
|
|
|
KVM: s390: allow user space to handle instr 0x0000
David Hildenbrand
2016-07-18
3
-2
/
+29
|
*
|
|
|
|
|
KVM: x86: bump KVM_MAX_VCPU_ID to 1023
Radim Krčmář
2016-07-14
3
-4
/
+12
|
*
|
|
|
|
|
KVM: x86: bump MAX_VCPUS to 288
Radim Krčmář
2016-07-14
1
-1
/
+1
|
*
|
|
|
|
|
KVM: x86: add a flag to disable KVM x2apic broadcast quirk
Radim Krčmář
2016-07-14
3
-14
/
+45
|
*
|
|
|
|
|
KVM: x86: add KVM_CAP_X2APIC_API
Radim Krčmář
2016-07-14
5
-11
/
+52
|
*
|
|
|
|
|
KVM: pass struct kvm to kvm_set_routing_entry
Radim Krčmář
2016-07-14
3
-3
/
+6
|
*
|
|
|
|
|
KVM: x86: reset lapic base in kvm_lapic_reset
Radim Krčmář
2016-07-14
1
-4
/
+4
|
*
|
|
|
|
|
KVM: VMX: optimize APIC ID read with APICv
Radim Krčmář
2016-07-14
1
-3
/
+0
|
*
|
|
|
|
|
KVM: x86: reset APIC ID when enabling LAPIC
Radim Krčmář
2016-07-14
1
-2
/
+3
|
*
|
|
|
|
|
KVM: x86: use hardware-compatible format for APIC ID register
Radim Krčmář
2016-07-14
3
-22
/
+52
|
*
|
|
|
|
|
KVM: x86: use generic function for MSI parsing
Radim Krčmář
2016-07-14
1
-12
/
+7
|
*
|
|
|
|
|
KVM: x86: dynamic kvm_apic_map
Radim Krčmář
2016-07-14
3
-7
/
+16
|
*
|
|
|
|
|
KVM: x86: use physical LAPIC array for logical x2APIC
Radim Krčmář
2016-07-14
2
-38
/
+41
|
*
|
|
|
|
|
KVM: x86: add kvm_apic_map_get_dest_lapic
Radim Krčmář
2016-07-14
1
-132
/
+98
|
*
|
|
|
|
|
KVM: x86: bump KVM_SOFT_MAX_VCPUS to 240
Radim Krčmář
2016-07-14
1
-1
/
+1
|
*
|
|
|
|
|
kvm: vmx: advertise support for ept execute only
Bandan Das
2016-07-14
1
-0
/
+3
|
*
|
|
|
|
|
kvm: mmu: track read permission explicitly for shadow EPT page tables
Bandan Das
2016-07-14
3
-10
/
+23
|
*
|
|
|
|
|
kvm: mmu: don't set the present bit unconditionally
Bandan Das
2016-07-14
4
-9
/
+11
|
*
|
|
|
|
|
kvm: mmu: remove is_present_gpte()
Bandan Das
2016-07-14
4
-8
/
+3
|
*
|
|
|
|
|
kvm: mmu: extend the is_present check to 32 bits
Bandan Das
2016-07-14
1
-1
/
+1
|
*
|
|
|
|
|
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2016-07-11
13
-9
/
+407
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
KVM: PPC: Book3S HV: Fix TB corruption in guest exit path on HMI interrupt
Mahesh Salgaonkar
2016-06-20
10
-5
/
+396
|
|
*
|
|
|
|
|
powerpc/powernv: Remove the usage of PACAR1 from opal wrappers
Mahesh Salgaonkar
2016-06-20
1
-2
/
+0
|
|
*
|
|
|
|
|
KVM: PPC: Book3S PR: Fix contents of SRR1 when injecting a program exception
Thomas Huth
2016-06-20
1
-1
/
+11
|
|
*
|
|
|
|
|
KVM: PPC: Book3S PR: Fix illegal opcode emulation
Thomas Huth
2016-06-20
1
-1
/
+0
|
*
|
|
|
|
|
|
KVM: VMX: introduce vm_{entry,exit}_control_reset_shadow
Paolo Bonzini
2016-07-11
1
-2
/
+12
|
*
|
|
|
|
|
|
KVM: nVMX: keep preemption timer enabled during L2 execution
Paolo Bonzini
2016-07-11
1
-2
/
+13
|
*
|
|
|
|
|
|
KVM: nVMX: avoid incorrect preemption timer vmexit in nested guest
Wanpeng Li
2016-07-11
1
-0
/
+2
|
*
|
|
|
|
|
|
KVM: VMX: reflect broken preemption timer in vmcs_config
Paolo Bonzini
2016-07-11
1
-3
/
+2
|
*
|
|
|
|
|
|
MIPS: KVM: Emulate generic QEMU machine on r6 T&E
James Hogan
2016-07-05
1
-1
/
+7
|
*
|
|
|
|
|
|
MIPS: KVM: Decode RDHWR more strictly
James Hogan
2016-07-05
1
-1
/
+3
|
*
|
|
|
|
|
|
MIPS: KVM: Recognise r6 CACHE encoding
James Hogan
2016-07-05
2
-2
/
+24
|
*
|
|
|
|
|
|
MIPS: KVM: Support r6 compact branch emulation
James Hogan
2016-07-05
1
-6
/
+46
|
*
|
|
|
|
|
|
MIPS: KVM: Don't save/restore lo/hi for r6
James Hogan
2016-07-05
2
-12
/
+10
|
*
|
|
|
|
|
|
MIPS: KVM: Fix pre-r6 ll/sc instructions on r6
James Hogan
2016-07-05
1
-3
/
+3
|
*
|
|
|
|
|
|
MIPS: KVM: Fix fpu.S misassembly with r6
James Hogan
2016-07-05
1
-2
/
+5
|
*
|
|
|
|
|
|
MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_op
Paul Burton
2016-07-05
3
-6
/
+6
|
*
|
|
|
|
|
|
MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_op
Paul Burton
2016-07-05
3
-6
/
+6
|
*
|
|
|
|
|
|
MIPS: KVM: Save k0 straight into VCPU structure
James Hogan
2016-07-05
1
-22
/
+15
|
*
|
|
|
|
|
|
MIPS: KVM: Relative branch to common exit handler
James Hogan
2016-07-05
3
-12
/
+25
|
*
|
|
|
|
|
|
MIPS: KVM: Dynamically choose scratch registers
James Hogan
2016-07-05
3
-15
/
+84
[prev]
[next]