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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-18
x86,kvm,vmx: Preserve CR4 across VM entry
Andy Lutomirski
1
-2
/
+14
2014-10-15
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-9
/
+9
2014-10-10
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
1
-1
/
+1
2014-10-02
kvm: do not handle APIC access page if in-kernel irqchip is not in use
Paolo Bonzini
1
-0
/
+3
2014-09-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...
Tejun Heo
1
-7
/
+4
2014-09-24
kvm: x86: Unpin and remove kvm_arch->apic_access_page
Tang Chen
2
-8
/
+23
2014-09-24
kvm: vmx: Implement set_apic_access_page_addr
Tang Chen
1
-6
/
+41
2014-09-24
kvm: x86: Add request bit to reload APIC access page address
Tang Chen
1
-0
/
+14
2014-09-24
kvm: Add arch specific mmu notifier for page invalidation
Tang Chen
1
-0
/
+5
2014-09-24
kvm: Fix page ageing bugs
Andres Lagar-Cavilla
1
-15
/
+23
2014-09-24
kvm/x86/mmu: Pass gfn and level to rmapp callback.
Andres Lagar-Cavilla
1
-13
/
+24
2014-09-24
kvm: x86: use macros to compute bank MSRs
Chen Yucong
1
-4
/
+4
2014-09-24
KVM: x86: Remove debug assertion of non-PAE reserved bits
Nadav Amit
1
-2
/
+1
2014-09-24
kvm: x86: fix two typos in comment
Tiejun Chen
2
-2
/
+2
2014-09-24
KVM: vmx: Inject #GP on invalid PAT CR
Nadav Amit
3
-2
/
+7
2014-09-24
KVM: x86: emulating descriptor load misses long-mode case
Nadav Amit
1
-0
/
+9
2014-09-24
KVM: x86: directly use kvm_make_request again
Liang Chen
3
-13
/
+7
2014-09-24
KVM: x86: count actual tlb flushes
Radim Krčmář
2
-2
/
+7
2014-09-24
KVM: nested VMX: disable perf cpuid reporting
Marcelo Tosatti
2
-0
/
+8
2014-09-24
KVM: x86: Don't report guest userspace emulation error to userspace
Nadav Amit
1
-1
/
+1
2014-09-24
kvm: Make init_rmode_tss() return 0 on success.
Paolo Bonzini
1
-10
/
+3
2014-09-24
KVM: x86: Warn if guest virtual address space is not 48-bits
Nadav Amit
2
-8
/
+15
2014-09-17
kvm: Make init_rmode_identity_map() return 0 on success.
Tang Chen
1
-10
/
+8
2014-09-17
kvm: Remove ept_identity_pagetable from struct kvm_arch.
Tang Chen
2
-27
/
+22
2014-09-16
KVM: x86: Use kvm_make_request when applicable
Guo Hui Liu
1
-8
/
+7
2014-09-11
KVM: x86: make apic_accept_irq tracepoint more generic
Paolo Bonzini
2
-9
/
+6
2014-09-11
kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address.
Tang Chen
2
-4
/
+5
2014-09-08
percpu_counter: add @gfp to percpu_counter_init()
Tejun Heo
1
-1
/
+1
2014-09-05
KVM: x86: propagate exception from permission checks on the nested page fault
Paolo Bonzini
3
-8
/
+10
2014-09-05
KVM: x86: skip writeback on injection of nested exception
Paolo Bonzini
1
-5
/
+10
2014-09-03
KVM: nSVM: propagate the NPF EXITINFO to the guest
Paolo Bonzini
2
-4
/
+32
2014-09-03
KVM: x86: reserve bit 8 of non-leaf PDPEs and PML4Es in 64-bit mode on AMD
Paolo Bonzini
2
-2
/
+19
2014-09-03
KVM: mmio: cleanup kvm_set_mmio_spte_mask
Tiejun Chen
3
-6
/
+6
2014-09-03
kvm: x86: fix stale mmio cache bug
David Matlack
2
-6
/
+16
2014-09-03
kvm: fix potentially corrupt mmio cache
David Matlack
1
-8
/
+12
2014-09-03
KVM: do not bias the generation number in kvm_current_mmio_generation
Paolo Bonzini
1
-6
/
+1
2014-08-29
KVM: x86: use guest maxphyaddr to check MTRR values
Paolo Bonzini
1
-3
/
+2
2014-08-29
KVM: remove garbage arg to *hardware_{en,dis}able
Radim Krčmář
3
-10
/
+10
2014-08-29
KVM: x86: remove Aligned bit from movntps/movntpd
Paolo Bonzini
1
-3
/
+3
2014-08-29
KVM: x86 emulator: emulate MOVNTDQ
Alex Williamson
1
-1
/
+6
2014-08-29
KVM: vmx: VMXOFF emulation in vm86 should cause #UD
Nadav Amit
1
-6
/
+8
2014-08-29
KVM: x86: fix some sparse warnings
Paolo Bonzini
2
-7
/
+7
2014-08-29
KVM: nVMX: nested TPR shadow/threshold emulation
Wanpeng Li
1
-3
/
+51
2014-08-29
KVM: nVMX: introduce nested_get_vmcs12_pages
Wanpeng Li
1
-12
/
+25
2014-08-26
x86: Replace __get_cpu_var uses
Christoph Lameter
3
-9
/
+9
2014-08-25
kvm: x86: fix tracing for 32-bit
Paolo Bonzini
1
-2
/
+2
2014-08-21
KVM: trace kvm_ple_window grow/shrink
Radim Krčmář
3
-0
/
+35
2014-08-21
KVM: VMX: dynamise PLE window
Radim Krčmář
1
-2
/
+93
2014-08-21
KVM: VMX: make PLE window per-VCPU
Radim Krčmář
1
-1
/
+11
2014-08-21
KVM: x86: introduce sched_in to kvm_x86_ops
Radim Krčmář
3
-0
/
+13
[next]