index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
lapic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-21
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-06
KVM: x86: remove APIC Timer periodic/oneshot spikes
Anthoine Bourgeois
1
-17
/
+20
2018-03-17
KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use
Vitaly Kuznetsov
1
-1
/
+9
2018-03-02
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-17
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
2017-06-29
KVM: LAPIC: Fix lapic timer injection delay
Wanpeng Li
1
-1
/
+4
2017-06-29
KVM: lapic: reorganize restart_apic_timer
Paolo Bonzini
1
-45
/
+40
2017-06-29
KVM: lapic: reorganize start_hv_timer
Paolo Bonzini
1
-13
/
+27
2017-05-26
KVM: x86: Fix virtual wire mode
Jan H. Schönherr
1
-1
/
+2
2017-05-26
KVM: X86: Fix preempt the preemption timer cancel
Wanpeng Li
1
-0
/
+2
2017-05-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2017-05-09
mm: introduce kv[mz]alloc helpers
Michal Hocko
1
-2
/
+2
2017-05-03
Revert "KVM: Support vCPU-based gfn->hva cache"
Paolo Bonzini
1
-10
/
+12
2017-02-16
KVM: Support vCPU-based gfn->hva cache
Cao, Lei
1
-12
/
+10
2017-02-15
kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injection
Paolo Bonzini
1
-7
/
+4
2017-02-15
KVM: x86: do not scan IRR twice on APICv vmentry
Paolo Bonzini
1
-3
/
+5
2017-02-15
KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callers
Paolo Bonzini
1
-3
/
+4
[next]