index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
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
2014-09-05
KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in use
Wanpeng Li
1
-13
/
+39
2014-06-26
KVM: lapic: sync highest ISR to hardware apic on EOI
Paolo Bonzini
1
-19
/
+43
2014-02-06
KVM: x86: limit PIT timer frequency
Marcelo Tosatti
1
-3
/
+0
2014-02-06
kvm: x86: fix apic_base enable check
Andrew Jones
1
-1
/
+1
2014-01-09
KVM: x86: Fix APIC map calculation after re-enabling
Jan Kiszka
1
-4
/
+4
2013-12-20
KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)
Gleb Natapov
1
-1
/
+4
2013-12-20
KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)
Andy Honig
1
-12
/
+15
2013-12-20
KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)
Andy Honig
1
-1
/
+2
2013-06-03
KVM: Fix race in apic->pending_events processing
Gleb Natapov
1
-3
/
+6
2013-05-05
Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-82
/
+107
2013-04-16
KVM: VMX: Use posted interrupt to deliver virtual interrupt
Yang Zhang
1
-11
/
+19
2013-04-16
KVM: VMX: Add the deliver posted interrupt algorithm
Yang Zhang
1
-0
/
+13
2013-04-16
KVM: Set TMR when programming ioapic entry
Yang Zhang
1
-6
/
+9
2013-04-16
KVM: Call common update function when ioapic entry changed.
Yang Zhang
1
-1
/
+1
2013-04-15
KVM: Add reset/restore rtc_status support
Yang Zhang
1
-0
/
+9
2013-04-15
KVM: Return destination vcpu on interrupt injection
Yang Zhang
1
-9
/
+16
2013-04-15
KVM: Add vcpu info to ioapic_update_eoi()
Yang Zhang
1
-1
/
+1
2013-04-07
KVM: Call kvm_apic_match_dest() to check destination vcpu
Yang Zhang
1
-47
/
+0
2013-04-07
KVM: Allow cross page reads and writes from cached translations.
Andrew Honig
1
-1
/
+1
2013-03-13
KVM: x86: Rework INIT and SIPI handling
Jan Kiszka
1
-8
/
+40
2013-01-29
x86, apicv: add virtual interrupt delivery support
Yang Zhang
1
-23
/
+83
2013-01-29
x86, apicv: add virtual x2apic support
Yang Zhang
1
-9
/
+10
2013-01-29
x86, apicv: add APICv register virtualization support
Yang Zhang
1
-0
/
+15
2012-11-27
KVM: x86: pass host_tsc to read_l1_tsc
Marcelo Tosatti
1
-1
/
+1
2012-10-22
KVM: apic: fix LDR calculation in x2apic mode
Gleb Natapov
1
-1
/
+1
2012-09-20
KVM: optimize apic interrupt delivery
Gleb Natapov
1
-12
/
+176
2012-09-12
KVM: x86: lapic: Clean up find_highest_vector() and count_vectors()
Takuya Yoshikawa
1
-12
/
+18
2012-09-05
KVM: x86: more constification
Mathias Krause
1
-1
/
+1
2012-08-09
KVM: correctly detect APIC SW state in kvm_apic_post_state_restore()
Gleb Natapov
1
-2
/
+5
2012-08-06
KVM: inline kvm_apic_present() and kvm_lapic_enabled()
Gleb Natapov
1
-90
/
+53
2012-08-06
KVM: use jump label to optimize checking for in kernel local apic presence
Gleb Natapov
1
-28
/
+34
2012-08-06
KVM: use jump label to optimize checking for SW enabled apic in spurious inte...
Gleb Natapov
1
-8
/
+31
2012-08-06
KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSR
Gleb Natapov
1
-1
/
+28
2012-08-06
KVM: mark apic enabled on start up
Gleb Natapov
1
-1
/
+2
2012-08-06
KVM: use kvm_lapic_set_base() to change apic_base
Gleb Natapov
1
-5
/
+4
2012-08-01
KVM: Simplify kvm_timer
Avi Kivity
1
-13
/
+5
2012-08-01
KVM: Remove internal timer abstraction
Avi Kivity
1
-1
/
+29
2012-07-30
KVM: Don't update PPR on any APIC read
Avi Kivity
1
-2
/
+4
2012-07-20
KVM: x86: Fix typos in lapic.c
Guo Chao
1
-2
/
+2
2012-06-25
KVM: host side for eoi optimization
Michael S. Tsirkin
1
-4
/
+137
2012-06-25
KVM: optimize ISR lookups
Michael S. Tsirkin
1
-2
/
+51
2012-04-24
KVM: Introduce bitmask for apic attention reasons
Gleb Natapov
1
-5
/
+7
2012-04-16
KVM: dont clear TMR on EOI
Michael S. Tsirkin
1
-6
/
+13
2012-03-28
Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+2
2012-03-20
x86: remove the second argument of k[un]map_atomic()
Cong Wang
1
-4
/
+4
2012-03-08
KVM: Infrastructure for software and hardware based TSC rate scaling
Zachary Amsden
1
-1
/
+1
2012-03-05
KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)
Julian Stecklina
1
-1
/
+1
2011-12-27
KVM: Expose kvm_lapic_local_deliver()
Avi Kivity
1
-1
/
+1
2011-12-27
KVM: Move cpuid code to new file
Avi Kivity
1
-0
/
+1
2011-10-05
KVM: emulate lapic tsc deadline timer for guest
Liu, Jinsong
1
-29
/
+113
[next]