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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-03
KVM: nVMX: Enable nested virtual interrupt delivery
Wincy Van
1
-2
/
+65
2015-02-03
KVM: nVMX: Enable nested apic register virtualization
Wincy Van
1
-4
/
+35
2015-02-03
KVM: nVMX: Make nested control MSRs per-cpu
Wincy Van
1
-86
/
+129
2015-02-03
KVM: nVMX: Enable nested virtualize x2apic mode
Wincy Van
1
-2
/
+112
2015-02-03
KVM: nVMX: Prepare for using hardware MSR bitmap
Wincy Van
1
-11
/
+66
2015-02-02
KVM: x86: revert "add method to test PIR bitmap vector"
Marcelo Tosatti
2
-15
/
+0
2015-02-02
KVM: x86: fix lapic_timer_int_injected with APIC-v
Marcelo Tosatti
1
-6
/
+6
2015-01-30
kvm: vmx: fix oops with explicit flexpriority=0 option
Paolo Bonzini
1
-7
/
+7
2015-01-30
KVM: x86: fix x2apic logical address matching
Radim Krčmář
1
-1
/
+2
2015-01-30
KVM: x86: replace 0 with APIC_DEST_PHYSICAL
Radim Krčmář
1
-4
/
+2
2015-01-30
KVM: x86: cleanup kvm_apic_match_*()
Radim Krčmář
1
-30
/
+16
2015-01-30
KVM: x86: return bool from kvm_apic_match*()
Radim Krčmář
3
-7
/
+5
2015-01-30
KVM: VMX: Add PML support in VMX
Kai Huang
5
-1
/
+218
2015-01-29
KVM: x86: Add new dirty logging kvm_x86_ops for PML
Kai Huang
3
-9
/
+93
2015-01-29
KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access
Kai Huang
3
-7
/
+11
2015-01-29
KVM: MMU: Explicitly set D-bit for writable spte.
Kai Huang
1
-1
/
+15
2015-01-29
KVM: MMU: Add mmu help functions to support PML
Kai Huang
2
-0
/
+204
2015-01-29
KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d...
Kai Huang
1
-2
/
+19
2015-01-27
kvm: iommu: Add cond_resched to legacy device assignment code
Joerg Roedel
1
-1
/
+3
2015-01-26
KVM: x86: Emulation of call may use incorrect stack size
Nadav Amit
1
-7
/
+18
2015-01-26
KVM: x86: 32-bit wraparound read/write not emulated correctly
Nadav Amit
2
-3
/
+9
2015-01-26
KVM: x86: Fix defines in emulator.c
Nadav Amit
1
-1
/
+1
2015-01-26
KVM: x86: ARPL emulation can cause spurious exceptions
Nadav Amit
1
-6
/
+26
2015-01-26
KVM: x86: IRET emulation does not clear NMI masking
Nadav Amit
3
-0
/
+8
2015-01-26
KVM: x86: Wrong operand size for far ret
Nadav Amit
1
-2
/
+2
2015-01-26
KVM: x86: Dirty the dest op page on cmpxchg emulation
Nadav Amit
1
-4
/
+7
2015-01-23
Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
1
-7
/
+3
2015-01-23
Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
4
-64
/
+16
2015-01-23
KVM: remove unneeded return value of vcpu_postcreate
Dominik Dingel
1
-7
/
+3
2015-01-21
kvm: Fix CR3_PCID_INVD type on 32-bit
Borislav Petkov
1
-1
/
+1
2015-01-20
KVM: x86: workaround SuSE's 2.6.16 pvclock vs masterclock issue
Marcelo Tosatti
2
-1
/
+16
2015-01-20
KVM: fix "Should it be static?" warnings from sparse
Fengguang Wu
1
-4
/
+4
2015-01-19
Optimize TLB flush in kvm_mmu_slot_remove_write_access.
Kai Huang
1
-2
/
+5
2015-01-19
x86: kvm: vmx: Remove some unused functions
Rickard Strandqvist
1
-10
/
+0
2015-01-16
KVM: x86: switch to kvm_get_dirty_log_protect
Paolo Bonzini
4
-64
/
+16
2015-01-09
KVM: x86: #PF error-code on R/W operations is wrong
Nadav Amit
3
-13
/
+17
2015-01-09
KVM: x86: flush TLB when D bit is manually changed.
Kai Huang
1
-0
/
+13
2015-01-09
KVM: x86: allow TSC deadline timer on all hosts
Radim Krčmář
1
-3
/
+1
2015-01-08
kvm: x86: Remove kvm_make_request from lapic.c
Nicholas Krause
3
-6
/
+11
2015-01-08
KVM: x86: Access to LDT/GDT that wraparound is incorrect
Nadav Amit
1
-13
/
+34
2015-01-08
KVM: x86: Do not set access bit on accessed segments
Nadav Amit
1
-4
/
+7
2015-01-08
KVM: x86: POP [ESP] is not emulated correctly
Nadav Amit
1
-1
/
+6
2015-01-08
KVM: x86: em_call_far should return failure result
Nadav Amit
1
-1
/
+1
2015-01-08
KVM: x86: JMP/CALL using call- or task-gate causes exception
Nadav Amit
1
-20
/
+34
2015-01-08
KVM: x86: fnstcw and fnstsw may cause spurious exception
Nadav Amit
1
-6
/
+3
2015-01-08
KVM: x86: pop sreg accesses only 2 bytes
Nadav Amit
1
-1
/
+3
2015-01-08
KVM: x86: mmu: replace assertions with MMU_WARN_ON, a conditional WARN_ON
Paolo Bonzini
1
-28
/
+14
2015-01-08
KVM: x86: mmu: remove ASSERT(vcpu)
Paolo Bonzini
1
-13
/
+0
2015-01-08
KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept...
Paolo Bonzini
4
-22
/
+26
2015-01-08
KVM: x86: mmu: do not use return to tail-call functions that return void
Paolo Bonzini
1
-3
/
+3
[next]