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
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-24
KVM: X86: Boost queue head vCPU to mitigate lock waiter preemption
Wanpeng Li
1
-1
/
+2
2019-07-22
KVM: X86: Dynamically allocate user_fpu
Wanpeng Li
1
-2
/
+2
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-20
KVM: LAPIC: Inject timer interrupt via posted interrupt
Wanpeng Li
1
-0
/
+6
2019-07-17
KVM: LAPIC: Make lapic timer unpinned
Wanpeng Li
1
-5
/
+1
2019-07-15
kvm: x86: some tsc debug cleanup
Yi Wang
1
-8
/
+0
2019-07-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-62
/
+167
2019-07-11
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-4
/
+1
2019-07-11
KVM: x86: Unconditionally enable irqs in guest context
Sean Christopherson
1
-0
/
+11
2019-07-11
KVM: x86: PMU Event Filter
Eric Hankland
1
-0
/
+5
2019-07-08
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-6
/
+7
2019-07-03
clocksource/drivers: Continue making Hyper-V clocksource ISA agnostic
Michael Kelley
1
-0
/
+1
2019-07-03
Merge branch 'timers/vdso' into timers/core
Thomas Gleixner
1
-4
/
+1
2019-07-02
KVM: x86: degrade WARN to pr_warn_ratelimited
Paolo Bonzini
1
-3
/
+3
2019-07-02
KVM: X86: Implement PV sched yield hypercall
Wanpeng Li
1
-0
/
+21
2019-07-02
KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LIST
Paolo Bonzini
1
-0
/
+20
2019-06-22
timekeeping: Use proper clock specifier names in functions
Jason A. Donenfeld
1
-6
/
+6
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
1
-4
/
+1
2019-06-18
KVM: x86: introduce is_pae_paging
Paolo Bonzini
1
-4
/
+4
2019-06-18
KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fn
Sean Christopherson
1
-1
/
+1
2019-06-18
KVM: x86: Move kvm_{before,after}_interrupt() calls to vendor code
Sean Christopherson
1
-2
/
+0
2019-06-18
KVM: x86: move MSR_IA32_POWER_CTL handling to common code
Paolo Bonzini
1
-0
/
+6
2019-06-18
kvm: x86: add host poll control msrs
Marcelo Tosatti
1
-0
/
+23
2019-06-18
KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15
Liran Alon
1
-1
/
+1
2019-06-13
KVM: x86: clean up conditions for asynchronous page fault handling
Paolo Bonzini
1
-5
/
+42
2019-06-05
kvm: Convert kvm_lock to a mutex
Junaid Shahid
1
-7
/
+7
2019-06-04
KVM: X86: Emulate MSR_IA32_MISC_ENABLE MWAIT bit
Wanpeng Li
1
-1
/
+9
2019-06-04
KVM: X86: Provide a capability to disable cstate msr read intercepts
Wanpeng Li
1
-1
/
+4
2019-06-04
kvm: x86: refine kvm_get_arch_capabilities()
Xiaoyao Li
1
-4
/
+4
2019-06-04
KVM: Directly return result from kvm_arch_check_processor_compat()
Sean Christopherson
1
-2
/
+2
2019-06-04
KVM: LAPIC: Optimize timer latency further
Wanpeng Li
1
-3
/
+0
2019-06-04
KVM: LAPIC: Delay trace_kvm_wait_lapic_expire tracepoint to after vmexit
Wanpeng Li
1
-0
/
+7
2019-06-04
kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.c
Kai Huang
1
-31
/
+0
2019-05-28
KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID
Thomas Huth
1
-0
/
+3
2019-05-24
KVM: x86: fix return value for reserved EFER
Paolo Bonzini
1
-1
/
+1
2019-05-24
KVM: LAPIC: Fix lapic_timer_advance_ns parameter overflow
Wanpeng Li
1
-1
/
+1
2019-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-76
/
+123
2019-05-15
Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-11
/
+20
2019-05-10
cpufreq: Call transition notifier only once for each policy
Viresh Kumar
1
-11
/
+20
2019-05-07
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-18
/
+30
2019-04-30
KVM: x86: use direct accessors for RIP and RSP
Paolo Bonzini
1
-2
/
+2
2019-04-30
KVM: x86: Omit caching logic for always-available GPRs
Sean Christopherson
1
-45
/
+44
2019-04-30
KVM/X86: Use kvm_vcpu_map in emulator_cmpxchg_emulated
KarimAllah Ahmed
1
-8
/
+6
2019-04-30
x86/kvm: Implement HWCR support
Borislav Petkov
1
-5
/
+29
2019-04-30
KVM: VMX: Nop emulation of MSR_IA32_POWER_CTL
Liran Alon
1
-0
/
+1
2019-04-30
KVM: x86: Inject PMI for KVM guest
Luwei Kang
1
-0
/
+10
2019-04-30
KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointer
Sean Christopherson
1
-1
/
+2
2019-04-30
KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
Sean Christopherson
1
-2
/
+19
2019-04-18
KVM: lapic: Allow user to disable adaptive tuning of timer advancement
Sean Christopherson
1
-2
/
+7
[next]