Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5c69d5c113f15a7a9956185b815d14d50f3efad4
/
arch
/
x86
/
kvm
/
lapic.c
5c69d5c
KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macros
by Peter Xu
· 5 years ago
ac8ef99
KVM: X86: Drop KVM_APIC_SHORT_MASK and KVM_APIC_DEST_MASK
by Peter Xu
· 5 years ago
b4b2963
KVM: X86: Fix kvm_bitmap_or_dest_vcpus() to use irq shorthand
by Peter Xu
· 5 years ago
46f4f0a
Merge branch 'kvm-tsx-ctrl' into HEAD
by Paolo Bonzini
· 5 years ago
7ee30bc
KVM: x86: deliver KVM IOAPIC scan request to target vCPUs
by Nitesh Narayan Lal
· 5 years ago
1a68623
KVM: APIC: add helper func to remove duplicate code in kvm_pv_send_ipi
by Miaohe Lin
· 5 years ago
27cbe7d
KVM: x86: Prevent set vCPU into INIT/SIPI_RECEIVED state when INIT are latched
by Liran Alon
· 5 years ago
5c94ac5
KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_update
by Miaohe Lin
· 5 years ago
a0f0037
KVM: LAPIC: Loosen filter for adaptive tuning of lapic_timer_advance_ns
by Wanpeng Li
· 5 years ago
d0f5a86
KVM: LAPIC: Tune lapic_timer_advance_ns smoothly
by Wanpeng Li
· 5 years ago
fe38bd6
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 5 years ago
7f2444d
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
4b9852f
KVM: x86: Fix INIT signal handling in various CPU states
by Liran Alon
· 5 years ago
2b0911d
KVM: LAPIC: Micro optimize IPI latency
by Wanpeng Li
· 5 years ago
b14c876
kvm: x86: skip populating logical dest map if apic is not sw enabled
by Radim Krcmar
· 5 years ago
a48d06f
KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fire
by Wanpeng Li
· 5 years ago
2c0d278
KVM: LAPIC: Mark hrtimer to expire in hard interrupt context
by Sebastian Andrzej Siewior
· 5 years ago
0c5f81d
KVM: LAPIC: Inject timer interrupt via posted interrupt
by Wanpeng Li
· 5 years ago
4d151bf
KVM: LAPIC: Make lapic timer unpinned
by Wanpeng Li
· 5 years ago
0d88800
kvm: x86: ioapic and apic debug macros cleanup
by Yi Wang
· 5 years ago
39d7530
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 5 years ago
a45ff59
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 5 years ago
548f7fb
KVM: LAPIC: Retry tune per-vCPU timer_advance_ns if adaptive tuning goes insane
by Wanpeng Li
· 5 years ago
01402cf
kvm: LAPIC: write down valid APIC registers
by Paolo Bonzini
· 5 years ago
101628d
KVM: LAPIC: ARBPRI is a reserved register for x2APIC
by Paolo Bonzini
· 5 years ago
bb34e69
KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPIC
by Wanpeng Li
· 5 years ago
a251fb90
KVM: x86: Fix apic dangling pointer in vcpu
by Saar Amar
· 6 years ago
20c8ccb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
by Thomas Gleixner
· 6 years ago
4cb8b11
kvm: x86: offset is ensure to be in range
by Wei Yang
· 6 years ago
ee171d2
kvm: x86: use same convention to name kvm_lapic_{set,clear}_vector()
by Wei Yang
· 6 years ago
b6c4bc6
KVM: LAPIC: Optimize timer latency further
by Wanpeng Li
· 6 years ago
ec0671d
KVM: LAPIC: Delay trace_kvm_wait_lapic_expire tracepoint to after vmexit
by Wanpeng Li
· 6 years ago
84ea3ac
KVM: LAPIC: Extract adaptive tune timer advancement logic
by Wanpeng Li
· 6 years ago
0ef0fd3
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
4ca88b3
KVM: lapic: Check for a pending timer intr prior to start_hv_timer()
by Sean Christopherson
· 6 years ago
f992798
KVM: lapic: Refactor ->set_hv_timer to use an explicit expired param
by Sean Christopherson
· 6 years ago
f1ba5cf
KVM: lapic: Explicitly cancel the hv timer if it's pre-expired
by Sean Christopherson
· 6 years ago
ee66e45
KVM: lapic: Busy wait for timer to expire when using hv_timer
by Sean Christopherson
· 6 years ago
b904cb8
KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointer
by Sean Christopherson
· 6 years ago
b6aa57c
KVM: lapic: Convert guest TSC to host time domain if necessary
by Sean Christopherson
· 6 years ago
c3941d9
KVM: lapic: Allow user to disable adaptive tuning of timer advancement
by Sean Christopherson
· 6 years ago
39497d7
KVM: lapic: Track lapic timer advance per vCPU
by Sean Christopherson
· 6 years ago
57bf67e
KVM: lapic: Disable timer advancement if adaptive tuning goes haywire
by Sean Christopherson
· 6 years ago
c09d65d
KVM: x86: Consider LAPIC TSC-Deadline timer expired if deadline too short
by Liran Alon
· 6 years ago
1d487e9
KVM: fix spectrev1 gadgets
by Paolo Bonzini
· 6 years ago
254272c
kvm: x86: Add memcg accounting to KVM allocations
by Ben Gardon
· 6 years ago
b2869f2
KVM: x86: Mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
eb1ff0a
kvm: x86: remove unnecessary recalculate_apic_map
by Peng Hao
· 6 years ago
354cb41
KVM: x86: fix empty-body warnings
by Yi Wang
· 6 years ago
38ab012
KVM: LAPIC: Fix pv ipis use-before-initialization
by Wanpeng Li
· 6 years ago
0e96f31
x86: Clean up 'sizeof x' => 'sizeof(x)'
by Jordan Borgner
· 6 years ago
a7c42bb
x86/kvm/lapic: preserve gfn_to_hva_cache len on cache reinit
by Vitaly Kuznetsov
· 6 years ago
72bbf93
KVM: hyperv: define VP assist page helpers
by Ladi Prosek
· 6 years ago
0624fca
kvm/x86: return meaningful value from KVM_SIGNAL_MSI
by Paolo Bonzini
· 6 years ago
3b8a5df
KVM: LAPIC: Tune lapic_timer_advance_ns automatically
by Wanpeng Li
· 6 years ago
d176620
x86/kvm/lapic: always disable MMIO interface in x2APIC mode
by Vitaly Kuznetsov
· 6 years ago
bdf7ffc
KVM: LAPIC: Fix pv ipis out-of-bounds access
by Wanpeng Li
· 6 years ago
e61cf2e
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
4180bf1
KVM: X86: Implement "send IPI" hypercall
by Wanpeng Li
· 6 years ago
b3dae10
sched/swait: Rename to exclusive
by Peter Zijlstra
· 7 years ago
b357bf6
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
d8f2f49
x86/kvm: fix LAPIC timer drift when guest uses periodic mode
by David Vrabel
· 7 years ago
8d860bb
kvm: vmx: Basic APIC virtualization controls have three settings
by Jim Mattson
· 7 years ago
ecf08da
KVM: x86: remove APIC Timer periodic/oneshot spikes
by Anthoine Bourgeois
· 7 years ago
0bcc3fb
KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use
by Vitaly Kuznetsov
· 7 years ago
b7e31be
KVM: x86: fix vcpu initialization with userspace lapic
by Radim Krčmář
· 7 years ago
0b2e990
KVM: x86: move LAPIC initialization after VMCS creation
by Paolo Bonzini
· 7 years ago
e7387b0
KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updated
by Liran Alon
· 7 years ago
fa59cc0
KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()
by Liran Alon
· 7 years ago
12806ba
KVM: lapic: Fixup LDR on load in x2apic
by Dr. David Alan Gilbert
· 7 years ago
e872fa9
KVM: lapic: Split out x2apic ldr calculation
by Dr. David Alan Gilbert
· 7 years ago
974aa56
Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
4191db2
KVM: x86: Update APICv on APIC reset
by Jan H. Schönherr
· 7 years ago
4427593
KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switch
by Radim Krčmář
· 7 years ago
5d74a69
KVM: x86: really disarm lapic timer when clearing TMICT
by Radim Krčmář
· 7 years ago
86bbc1e
KVM: x86: handle 0 write to TSC_DEADLINE MSR
by Radim Krčmář
· 7 years ago
c301b90
KVM: LAPIC: Apply change to TDCR right away to the timer
by Wanpeng Li
· 7 years ago
dedf9c5
KVM: LAPIC: Keep timer running when switching between one-shot and periodic mode
by Wanpeng Li
· 7 years ago
ccbfa1d
KVM: LAPIC: Introduce limit_periodic_timer_frequency
by Wanpeng Li
· 7 years ago
c69518c
KVM: LAPIC: Fix lapic timer mode transition
by Wanpeng Li
· 7 years ago
cc1b468
kvm,lapic: Justify use of swait_active()
by Davidlohr Bueso
· 7 years ago
72c139b
KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCY
by Ladi Prosek
· 7 years ago
1d518c6
KVM: LAPIC: Fix reentrancy issues with preempt notifiers
by Wanpeng Li
· 7 years ago
c853354
KVM: LAPIC: Fix lapic timer injection delay
by Wanpeng Li
· 8 years ago
a749e24
KVM: lapic: reorganize restart_apic_timer
by Paolo Bonzini
· 8 years ago
35ee9e4
KVM: lapic: reorganize start_hv_timer
by Paolo Bonzini
· 8 years ago
52b5419
KVM: x86: Fix virtual wire mode
by Jan H. Schönherr
· 8 years ago
5acc1ca
KVM: X86: Fix preempt the preemption timer cancel
by Wanpeng Li
· 8 years ago
bf5f894
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
a7c3e90
mm: introduce kv[mz]alloc helpers
by Michal Hocko
· 8 years ago
4e335d9
Revert "KVM: Support vCPU-based gfn->hva cache"
by Paolo Bonzini
· 8 years ago
bbd6411
KVM: Support vCPU-based gfn->hva cache
by Cao, Lei
· 8 years ago
b95234c
kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injection
by Paolo Bonzini
· 8 years ago
76dfafd5
KVM: x86: do not scan IRR twice on APICv vmentry
by Paolo Bonzini
· 8 years ago
3d92789
KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callers
by Paolo Bonzini
· 8 years ago
810e6de
KVM: x86: preparatory changes for APICv cleanups
by Paolo Bonzini
· 8 years ago
967235d
KVM: vmx: clear pending interrupts on KVM_SET_LAPIC
by Paolo Bonzini
· 8 years ago
a9ff720
Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
by Radim Krčmář
· 8 years ago
cef84c3
KVM: x86: flush pending lapic jump label updates on module unload
by David Matlack
· 8 years ago
4d82d12
KVM: lapic: do not scan IRR when delivering an interrupt
by Paolo Bonzini
· 8 years ago
Next »