index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-9
/
+39
2019-07-24
KVM: X86: Boost queue head vCPU to mitigate lock waiter preemption
Wanpeng Li
1
-1
/
+2
2019-07-24
Documentation: move Documentation/virtual to Documentation/virt
Christoph Hellwig
1
-1
/
+1
2019-07-22
KVM: nVMX: Set cached_vmcs12 and cached_shadow_vmcs12 NULL after free
Jan Kiszka
1
-0
/
+2
2019-07-22
KVM: X86: Dynamically allocate user_fpu
Wanpeng Li
3
-4
/
+26
2019-07-22
KVM: X86: Fix fpu state crash in kvm guest
Wanpeng Li
1
-3
/
+6
2019-07-22
Revert "kvm: x86: Use task structs fpu field for user"
Paolo Bonzini
1
-2
/
+2
2019-07-22
KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nested
Jan Kiszka
1
-0
/
+2
2019-07-20
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-16
/
+34
2019-07-20
KVM: x86: Add fixed counters to PMU filter
Eric Hankland
1
-4
/
+19
2019-07-20
KVM: nVMX: do not use dangling shadow VMCS after guest reset
Paolo Bonzini
1
-1
/
+7
2019-07-20
KVM: VMX: dump VMCS on failed entry
Paolo Bonzini
1
-0
/
+1
2019-07-20
KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed
Like Xu
1
-2
/
+2
2019-07-20
KVM: SVM: Fix detection of AMD Errata 1096
Liran Alon
1
-7
/
+35
2019-07-20
KVM: LAPIC: Inject timer interrupt via posted interrupt
Wanpeng Li
5
-36
/
+75
2019-07-18
x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2
Josh Poimboeuf
1
-3
/
+3
2019-07-18
x86/kvm: Fix fastop function ELF metadata
Josh Poimboeuf
1
-13
/
+31
2019-07-17
KVM: LAPIC: Make lapic timer unpinned
Wanpeng Li
2
-9
/
+5
2019-07-17
KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_counters
Like Xu
1
-3
/
+8
2019-07-15
KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GS
Liran Alon
1
-1
/
+4
2019-07-15
kvm: x86: ioapic and apic debug macros cleanup
Yi Wang
2
-101
/
+9
2019-07-15
kvm: x86: some tsc debug cleanup
Yi Wang
1
-8
/
+0
2019-07-15
kvm: vmx: fix coccinelle warnings
Yi Wang
1
-1
/
+1
2019-07-15
x86: kvm: avoid constant-conversion warning
Arnd Bergmann
1
-3
/
+3
2019-07-15
x86: kvm: avoid -Wsometimes-uninitized warning
Arnd Bergmann
1
-11
/
+9
2019-07-15
KVM: x86: expose AVX512_BF16 feature to guest
Jing Liu
1
-1
/
+11
2019-07-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
26
-972
/
+1564
2019-07-12
mm: lift the x86_32 PAE version of gup_get_pte to common code
Christoph Hellwig
1
-1
/
+1
2019-07-11
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
22
-154
/
+91
2019-07-11
KVM: x86: Unconditionally enable irqs in guest context
Sean Christopherson
2
-9
/
+12
2019-07-11
KVM: x86: PMU Event Filter
Eric Hankland
3
-0
/
+69
2019-07-10
kvm: x86: Fix -Wmissing-prototypes warnings
Yi Wang
1
-1
/
+0
2019-07-08
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+0
2019-07-08
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-8
/
+9
2019-07-05
KVM: LAPIC: Retry tune per-vCPU timer_advance_ns if adaptive tuning goes insane
Wanpeng Li
1
-3
/
+4
2019-07-05
kvm: LAPIC: write down valid APIC registers
Paolo Bonzini
1
-12
/
+32
2019-07-05
KVM: LAPIC: ARBPRI is a reserved register for x2APIC
Paolo Bonzini
1
-1
/
+5
2019-07-05
KVM nVMX: Check Host Segment Registers and Descriptor Tables on vmentry of ne...
Krish Sadhukhan
1
-2
/
+24
2019-07-05
KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPT
Sean Christopherson
1
-21
/
+23
2019-07-05
KVM: x86: add tracepoints around __direct_map and FNAME(fetch)
Paolo Bonzini
3
-7
/
+67
2019-07-05
KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON
Paolo Bonzini
1
-3
/
+9
2019-07-05
KVM: x86: remove now unneeded hugepage gfn adjustment
Paolo Bonzini
2
-7
/
+4
2019-07-05
KVM: x86: make FNAME(fetch) and __direct_map more similar
Paolo Bonzini
2
-44
/
+39
2019-07-05
kvm: x86: Do not release the page inside mmu_set_spte()
Junaid Shahid
2
-16
/
+10
2019-07-05
KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_param
Paolo Bonzini
1
-8
/
+3
2019-07-05
KVM: cpuid: rename do_cpuid_1_ent
Paolo Bonzini
1
-8
/
+8
2019-07-05
KVM: cpuid: set struct kvm_cpuid_entry2 flags in do_cpuid_1_ent
Paolo Bonzini
1
-16
/
+14
2019-07-05
KVM: cpuid: extract do_cpuid_7_mask and support multiple subleafs
Paolo Bonzini
1
-47
/
+81
2019-07-05
KVM: cpuid: do_cpuid_ent works on a whole CPUID function
Paolo Bonzini
1
-47
/
+42
2019-07-03
KVM: LAPIC: remove the trailing newline used in the fmt parameter of TP_printk
Wanpeng Li
1
-1
/
+1
[next]