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
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
2017-02-15
KVM: x86: preparatory changes for APICv cleanups
Paolo Bonzini
1
-8
/
+17
2017-02-15
KVM: vmx: clear pending interrupts on KVM_SET_LAPIC
Paolo Bonzini
1
-2
/
+1
2017-01-17
Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Radim Krčmář
1
-0
/
+6
2017-01-12
KVM: x86: flush pending lapic jump label updates on module unload
David Matlack
1
-0
/
+6
2017-01-09
KVM: lapic: do not scan IRR when delivering an interrupt
Paolo Bonzini
1
-4
/
+15
2017-01-09
KVM: lapic: do not set KVM_REQ_EVENT unnecessarily on PPR update
Paolo Bonzini
1
-1
/
+2
2017-01-09
KVM: lapic: remove unnecessary KVM_REQ_EVENT on PPR update
Paolo Bonzini
1
-12
/
+24
2017-01-09
KVM: vmx: speed up TPR below threshold vmexits
Paolo Bonzini
1
-0
/
+6
2017-01-09
KVM: x86: allow hotplug of VCPU with APIC ID over 0xff
Radim Krčmář
1
-5
/
+25
2017-01-09
KVM: x86: make interrupt delivery fast and slow path behave the same
Radim Krčmář
1
-12
/
+8
2017-01-09
KVM: x86: replace kvm_apic_id with kvm_{x,x2}apic_id
Radim Krčmář
1
-9
/
+22
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-2
/
+2
2016-12-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-73
/
+139
2016-11-24
KVM: x86: fix out-of-bounds access in lapic
Radim Krčmář
1
-1
/
+1
2016-11-22
kvm: x86: CPUID.01H:EDX.APIC[bit 9] should mirror IA32_APIC_BASE[11]
Jim Mattson
1
-4
/
+7
2016-11-03
kvm: x86: avoid atomic operations on APICv vmentry
Paolo Bonzini
1
-2
/
+4
2016-11-02
KVM: x86: use ktime_get instead of seeking the hrtimer_clock_base
Paolo Bonzini
1
-4
/
+4
2016-11-02
KVM: LAPIC: add APIC Timer periodic/oneshot mode VMX preemption timer support
Wanpeng Li
1
-28
/
+75
2016-11-02
KVM: LAPIC: rename start/cancel_hv_tscdeadline to start/cancel_hv_timer
Wanpeng Li
1
-8
/
+8
2016-11-02
KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc()
Wanpeng Li
1
-0
/
+9
2016-11-02
KVM: LAPIC: guarantee the timer is in tsc-deadline mode
Wanpeng Li
1
-2
/
+2
2016-11-02
KVM: LAPIC: extract start_sw_period() to handle periodic/oneshot mode
Wanpeng Li
1
-42
/
+47
2016-08-19
KVM: lapic: don't recalculate apic map table twice when enabling LAPIC
Wanpeng Li
1
-2
/
+3
2016-08-04
KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=off
Wanpeng Li
1
-0
/
+3
2016-08-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-212
/
+327
2016-07-14
x86/kvm: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+1
2016-07-14
KVM: x86: bump KVM_MAX_VCPU_ID to 1023
Radim Krčmář
1
-3
/
+10
2016-07-14
KVM: x86: add a flag to disable KVM x2apic broadcast quirk
Radim Krčmář
1
-13
/
+40
2016-07-14
KVM: x86: add KVM_CAP_X2APIC_API
Radim Krčmář
1
-4
/
+9
2016-07-14
KVM: x86: reset lapic base in kvm_lapic_reset
Radim Krčmář
1
-4
/
+4
2016-07-14
KVM: x86: reset APIC ID when enabling LAPIC
Radim Krčmář
1
-2
/
+3
2016-07-14
KVM: x86: use hardware-compatible format for APIC ID register
Radim Krčmář
1
-15
/
+37
2016-07-14
KVM: x86: dynamic kvm_apic_map
Radim Krčmář
1
-5
/
+13
2016-07-14
KVM: x86: use physical LAPIC array for logical x2APIC
Radim Krčmář
1
-36
/
+37
2016-07-14
KVM: x86: add kvm_apic_map_get_dest_lapic
Radim Krčmář
1
-132
/
+98
2016-07-01
KVM: vmx: fix missed cancellation of TSC deadline timer
Wanpeng Li
1
-24
/
+24
2016-07-01
KVM: x86: introduce cancel_hv_tscdeadline
Wanpeng Li
1
-8
/
+10
2016-06-27
KVM: LAPIC: cap __delay at lapic_timer_advance_ns
Marcelo Tosatti
1
-1
/
+2
2016-06-16
KVM: x86: support using the vmx preemption timer for tsc deadline timer
Yunhong Jiang
1
-1
/
+72
2016-06-16
kvm: lapic: separate start_sw_tscdeadline from start_apic_timer
Yunhong Jiang
1
-26
/
+31
2016-05-18
KVM: x86: make hwapic_isr_update and hwapic_irr_update look the same
Paolo Bonzini
1
-3
/
+3
2016-05-18
KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore
Suravee Suthikulpanit
1
-0
/
+2
2016-05-18
KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_reg
Suravee Suthikulpanit
1
-29
/
+29
2016-05-18
KVM: x86: Misc LAPIC changes to expose helper functions
Suravee Suthikulpanit
1
-74
/
+53
2016-04-05
kvm: x86: make lapic hrtimer pinned
Luiz Capitulino
1
-4
/
+4
2016-03-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-45
/
+111
[next]