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
/
lapic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-14
/
+24
2019-04-30
KVM: lapic: Check for a pending timer intr prior to start_hv_timer()
Sean Christopherson
1
-3
/
+5
2019-04-30
KVM: lapic: Refactor ->set_hv_timer to use an explicit expired param
Sean Christopherson
1
-5
/
+5
2019-04-30
KVM: lapic: Explicitly cancel the hv timer if it's pre-expired
Sean Christopherson
1
-7
/
+15
2019-04-30
KVM: lapic: Busy wait for timer to expire when using hv_timer
Sean Christopherson
1
-1
/
+1
2019-04-30
KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointer
Sean Christopherson
1
-3
/
+0
2019-04-18
KVM: lapic: Convert guest TSC to host time domain if necessary
Sean Christopherson
1
-3
/
+21
2019-04-18
KVM: lapic: Allow user to disable adaptive tuning of timer advancement
Sean Christopherson
1
-2
/
+9
2019-04-18
KVM: lapic: Track lapic timer advance per vCPU
Sean Christopherson
1
-17
/
+19
2019-04-18
KVM: lapic: Disable timer advancement if adaptive tuning goes haywire
Sean Christopherson
1
-0
/
+4
2019-04-18
KVM: x86: Consider LAPIC TSC-Deadline timer expired if deadline too short
Liran Alon
1
-3
/
+6
2019-04-16
KVM: fix spectrev1 gadgets
Paolo Bonzini
1
-1
/
+3
2019-02-20
kvm: x86: Add memcg accounting to KVM allocations
Ben Gardon
1
-3
/
+4
2019-01-25
KVM: x86: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2018-12-14
kvm: x86: remove unnecessary recalculate_apic_map
Peng Hao
1
-3
/
+2
2018-11-27
KVM: x86: fix empty-body warnings
Yi Wang
1
-1
/
+1
2018-11-27
KVM: LAPIC: Fix pv ipis use-before-initialization
Wanpeng Li
1
-0
/
+5
2018-10-29
x86: Clean up 'sizeof x' => 'sizeof(x)'
Jordan Borgner
1
-1
/
+1
2018-10-17
x86/kvm/lapic: preserve gfn_to_hva_cache len on cache reinit
Vitaly Kuznetsov
1
-2
/
+10
2018-10-17
KVM: hyperv: define VP assist page helpers
Ladi Prosek
1
-2
/
+2
2018-10-17
kvm/x86: return meaningful value from KVM_SIGNAL_MSI
Paolo Bonzini
1
-3
/
+3
2018-10-17
KVM: LAPIC: Tune lapic_timer_advance_ns automatically
Wanpeng Li
1
-1
/
+24
2018-09-20
x86/kvm/lapic: always disable MMIO interface in x2APIC mode
Vitaly Kuznetsov
1
-3
/
+19
2018-09-07
KVM: LAPIC: Fix pv ipis out-of-bounds access
Wanpeng Li
1
-7
/
+20
2018-08-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+40
2018-08-06
KVM: X86: Implement "send IPI" hypercall
Wanpeng Li
1
-0
/
+40
2018-06-20
sched/swait: Rename to exclusive
Peter Zijlstra
1
-1
/
+1
2018-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-7
/
+5
2018-05-24
x86/kvm: fix LAPIC timer drift when guest uses periodic mode
David Vrabel
1
-2
/
+14
2018-05-14
kvm: vmx: Basic APIC virtualization controls have three settings
Jim Mattson
1
-7
/
+5
2018-05-05
KVM: x86: remove APIC Timer periodic/oneshot spikes
Anthoine Bourgeois
1
-17
/
+20
2018-03-16
KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use
Vitaly Kuznetsov
1
-1
/
+9
2018-03-01
KVM: x86: fix vcpu initialization with userspace lapic
Radim Krčmář
1
-6
/
+4
2018-02-24
KVM: x86: move LAPIC initialization after VMCS creation
Paolo Bonzini
1
-1
/
+0
2018-01-16
KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updated
Liran Alon
1
-7
/
+16
2018-01-16
KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()
Liran Alon
1
-1
/
+1
2017-11-27
KVM: lapic: Fixup LDR on load in x2apic
Dr. David Alan Gilbert
1
-0
/
+5
2017-11-27
KVM: lapic: Split out x2apic ldr calculation
Dr. David Alan Gilbert
1
-1
/
+6
2017-11-16
Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-21
/
+70
2017-11-02
KVM: x86: Update APICv on APIC reset
Jan H. Schönherr
1
-0
/
+5
2017-10-12
KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switch
Radim Krčmář
1
-1
/
+3
2017-10-12
KVM: x86: really disarm lapic timer when clearing TMICT
Radim Krčmář
1
-1
/
+3
2017-10-12
KVM: x86: handle 0 write to TSC_DEADLINE MSR
Radim Krčmář
1
-0
/
+3
2017-10-12
KVM: LAPIC: Apply change to TDCR right away to the timer
Wanpeng Li
1
-2
/
+34
2017-10-12
KVM: LAPIC: Keep timer running when switching between one-shot and periodic mode
Wanpeng Li
1
-3
/
+5
2017-10-12
KVM: LAPIC: Introduce limit_periodic_timer_frequency
Wanpeng Li
1
-17
/
+22
2017-10-12
KVM: LAPIC: Fix lapic timer mode transition
Wanpeng Li
1
-0
/
+3
2017-09-15
kvm,lapic: Justify use of swait_active()
Davidlohr Bueso
1
-0
/
+4
2017-08-07
KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCY
Ladi Prosek
1
-2
/
+0
2017-07-26
KVM: LAPIC: Fix reentrancy issues with preempt notifiers
Wanpeng Li
1
-3
/
+14
[next]