index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
lapic.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: LAPIC: Inject timer interrupt via posted interrupt
Wanpeng Li
2019-07-20
1
-35
/
+64
*
KVM: LAPIC: Make lapic timer unpinned
Wanpeng Li
2019-07-17
1
-4
/
+4
*
kvm: x86: ioapic and apic debug macros cleanup
Yi Wang
2019-07-15
1
-86
/
+9
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-07-13
1
-45
/
+78
|
\
|
*
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2019-07-11
1
-3
/
+1
|
|
\
|
*
|
KVM: LAPIC: Retry tune per-vCPU timer_advance_ns if adaptive tuning goes insane
Wanpeng Li
2019-07-05
1
-3
/
+4
|
*
|
kvm: LAPIC: write down valid APIC registers
Paolo Bonzini
2019-07-05
1
-12
/
+32
|
*
|
KVM: LAPIC: ARBPRI is a reserved register for x2APIC
Paolo Bonzini
2019-07-05
1
-1
/
+5
|
*
|
KVM: x86: Fix apic dangling pointer in vcpu
Saar Amar
2019-06-20
1
-0
/
+1
|
*
|
kvm: x86: offset is ensure to be in range
Wei Yang
2019-06-18
1
-1
/
+1
|
*
|
kvm: x86: use same convention to name kvm_lapic_{set,clear}_vector()
Wei Yang
2019-06-18
1
-10
/
+7
|
*
|
KVM: LAPIC: Optimize timer latency further
Wanpeng Li
2019-06-04
1
-1
/
+2
|
*
|
KVM: LAPIC: Delay trace_kvm_wait_lapic_expire tracepoint to after vmexit
Wanpeng Li
2019-06-04
1
-7
/
+7
|
*
|
KVM: LAPIC: Extract adaptive tune timer advancement logic
Wanpeng Li
2019-06-04
1
-24
/
+33
*
|
|
KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPIC
Wanpeng Li
2019-07-02
1
-1
/
+1
|
|
/
|
/
|
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
2019-06-19
1
-3
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-05-17
1
-14
/
+24
|
\
|
*
KVM: lapic: Check for a pending timer intr prior to start_hv_timer()
Sean Christopherson
2019-04-30
1
-3
/
+5
|
*
KVM: lapic: Refactor ->set_hv_timer to use an explicit expired param
Sean Christopherson
2019-04-30
1
-5
/
+5
|
*
KVM: lapic: Explicitly cancel the hv timer if it's pre-expired
Sean Christopherson
2019-04-30
1
-7
/
+15
|
*
KVM: lapic: Busy wait for timer to expire when using hv_timer
Sean Christopherson
2019-04-30
1
-1
/
+1
*
|
KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointer
Sean Christopherson
2019-04-30
1
-3
/
+0
*
|
KVM: lapic: Convert guest TSC to host time domain if necessary
Sean Christopherson
2019-04-18
1
-3
/
+21
*
|
KVM: lapic: Allow user to disable adaptive tuning of timer advancement
Sean Christopherson
2019-04-18
1
-2
/
+9
*
|
KVM: lapic: Track lapic timer advance per vCPU
Sean Christopherson
2019-04-18
1
-17
/
+19
*
|
KVM: lapic: Disable timer advancement if adaptive tuning goes haywire
Sean Christopherson
2019-04-18
1
-0
/
+4
*
|
KVM: x86: Consider LAPIC TSC-Deadline timer expired if deadline too short
Liran Alon
2019-04-18
1
-3
/
+6
|
/
*
KVM: fix spectrev1 gadgets
Paolo Bonzini
2019-04-16
1
-1
/
+3
*
kvm: x86: Add memcg accounting to KVM allocations
Ben Gardon
2019-02-20
1
-3
/
+4
*
KVM: x86: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-01-25
1
-0
/
+2
*
kvm: x86: remove unnecessary recalculate_apic_map
Peng Hao
2018-12-14
1
-3
/
+2
*
KVM: x86: fix empty-body warnings
Yi Wang
2018-11-27
1
-1
/
+1
*
KVM: LAPIC: Fix pv ipis use-before-initialization
Wanpeng Li
2018-11-27
1
-0
/
+5
*
x86: Clean up 'sizeof x' => 'sizeof(x)'
Jordan Borgner
2018-10-29
1
-1
/
+1
*
x86/kvm/lapic: preserve gfn_to_hva_cache len on cache reinit
Vitaly Kuznetsov
2018-10-17
1
-2
/
+10
*
KVM: hyperv: define VP assist page helpers
Ladi Prosek
2018-10-17
1
-2
/
+2
*
kvm/x86: return meaningful value from KVM_SIGNAL_MSI
Paolo Bonzini
2018-10-17
1
-3
/
+3
*
KVM: LAPIC: Tune lapic_timer_advance_ns automatically
Wanpeng Li
2018-10-17
1
-1
/
+24
*
x86/kvm/lapic: always disable MMIO interface in x2APIC mode
Vitaly Kuznetsov
2018-09-20
1
-3
/
+19
*
KVM: LAPIC: Fix pv ipis out-of-bounds access
Wanpeng Li
2018-09-07
1
-7
/
+20
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-08-19
1
-0
/
+40
|
\
|
*
KVM: X86: Implement "send IPI" hypercall
Wanpeng Li
2018-08-06
1
-0
/
+40
*
|
sched/swait: Rename to exclusive
Peter Zijlstra
2018-06-20
1
-1
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-06-12
1
-7
/
+5
|
\
|
*
kvm: vmx: Basic APIC virtualization controls have three settings
Jim Mattson
2018-05-14
1
-7
/
+5
*
|
x86/kvm: fix LAPIC timer drift when guest uses periodic mode
David Vrabel
2018-05-24
1
-2
/
+14
|
/
*
KVM: x86: remove APIC Timer periodic/oneshot spikes
Anthoine Bourgeois
2018-05-05
1
-17
/
+20
*
KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use
Vitaly Kuznetsov
2018-03-16
1
-1
/
+9
*
KVM: x86: fix vcpu initialization with userspace lapic
Radim Krčmář
2018-03-01
1
-6
/
+4
*
KVM: x86: move LAPIC initialization after VMCS creation
Paolo Bonzini
2018-02-24
1
-1
/
+0
[next]