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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-20
KVM: s390: dont allocate dirty bitmap
Carsten Otte
1
-0
/
+2
2008-07-20
KVM: move slots_lock acquision down to vapic_exit
Marcelo Tosatti
1
-2
/
+2
2008-07-20
KVM: VMX: Fake emulate Intel perfctr MSRs
Chris Lalancette
1
-0
/
+12
2008-07-20
KVM: VMX: Fix a wrong usage of vmcs_config
Sheng Yang
1
-2
/
+2
2008-07-20
KVM: MMU: Fix printk format
Avi Kivity
1
-1
/
+1
2008-07-20
KVM: MMU: When debug is enabled, make it a run-time parameter
Avi Kivity
1
-1
/
+2
2008-07-20
KVM: x86 emulator: lazily evaluate segment registers
Avi Kivity
3
-67
/
+60
2008-07-20
KVM: x86 emulator: avoid segment base adjust for lea
Avi Kivity
1
-1
/
+1
2008-07-20
KVM: x86 emulator: simplify rip relative decoding
Avi Kivity
2
-18
/
+6
2008-07-20
KVM: x86 emulator: simplify r/m decoding
Avi Kivity
1
-13
/
+4
2008-07-20
KVM: x86 emulator: simplify sib decoding
Avi Kivity
1
-16
/
+4
2008-07-20
KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases
Avi Kivity
1
-0
/
+2
2008-07-20
KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97)
Mohammed Gamal
1
-2
/
+15
2008-07-20
KVM: Use printk_rlimit() instead of reporting emulation failures just once
Avi Kivity
1
-3
/
+1
2008-07-20
KVM: Support mixed endian machines
Tan, Li
2
-8
/
+14
2008-07-20
KVM: Do not calculate linear rip in emulation failure report
Glauber Costa
1
-2
/
+2
2008-07-20
KVM: only abort guest entry if timer count goes from 0->1
Marcelo Tosatti
2
-9
/
+6
2008-07-20
KVM: Add coalesced MMIO support (ia64 part)
Laurent Vivier
3
-1
/
+6
2008-07-20
KVM: Add coalesced MMIO support (powerpc part)
Laurent Vivier
3
-1
/
+6
2008-07-20
KVM: Add coalesced MMIO support (x86 part)
Laurent Vivier
3
-1
/
+6
2008-07-20
KVM: Add coalesced MMIO support (common part)
Laurent Vivier
5
-0
/
+269
2008-07-20
KVM: kvm_io_device: extend in_range() to manage len and write attribute
Laurent Vivier
9
-25
/
+40
2008-07-20
KVM: MMU: Avoid page prefetch on SVM
Avi Kivity
1
-1
/
+4
2008-07-20
KVM: MMU: Move nonpaging_prefetch_page()
Avi Kivity
1
-9
/
+9
2008-07-20
KVM: x86 emulator: implement 'push imm' (opcode 0x68)
Avi Kivity
1
-1
/
+2
2008-07-20
KVM: x86 emulator: simplify push imm8 emulation
Avi Kivity
1
-3
/
+1
2008-07-20
KVM: MMU: Optimize prefetch_page()
Avi Kivity
1
-13
/
+15
2008-07-20
KVM: x86 emulator: Add support for mov r, sreg (0x8c) instruction
Guillaume Thouvenin
1
-1
/
+14
2008-07-20
KVM: x86 emulator: Add support for mov seg, r (0x8e) instruction
Guillaume Thouvenin
1
-1
/
+24
2008-07-20
KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instruction
Guillaume Thouvenin
1
-1
/
+4
2008-07-20
KVM: x86 emulator: add support for jmp far 0xea
Guillaume Thouvenin
1
-2
/
+29
2008-07-20
KVM: x86 emulator: Update c->dst.bytes in decode instruction
Guillaume Thouvenin
1
-0
/
+1
2008-07-20
KVM: Prefixes segment functions that will be exported with "kvm_"
Guillaume Thouvenin
2
-39
/
+43
2008-07-20
KVM: MTRR support
Avi Kivity
2
-4
/
+51
2008-07-20
KVM: Order segment register constants in the same way as cpu operand encoding
Avi Kivity
1
-2
/
+2
2008-07-20
KVM: VMX: Enable NMI with in-kernel irqchip
Sheng Yang
4
-19
/
+119
2008-07-20
KVM: IOAPIC/LAPIC: Enable NMI support
Sheng Yang
5
-3
/
+32
2008-07-20
KVM: Remove unnecessary ->decache_regs() call
Avi Kivity
1
-1
/
+0
2008-07-20
KVM: Remove decache_vcpus_on_cpu() and related callbacks
Avi Kivity
9
-40
/
+0
2008-07-20
KVM: VMX: Add list of potentially locally cached vcpus
Avi Kivity
2
-29
/
+22
2008-07-20
KVM: Handle virtualization instruction #UD faults during reboot
Avi Kivity
4
-20
/
+64
2008-07-20
KVM: MMU: Fix false flooding when a pte points to page table
Avi Kivity
3
-2
/
+19
2008-07-20
KVM: VMX: Trivial vmcs_write64() code simplification
Avi Kivity
1
-3
/
+1
2008-07-20
KVM: SVM: Fake MSR_K7 performance counters
Chris Lalancette
1
-6
/
+9
2008-07-20
KVM: PIT: support mode 3
Aurelien Jarno
1
-0
/
+1
2008-07-20
KVM: Handle vma regions with no backing page
Anthony Liguori
1
-12
/
+37
2008-07-20
KVM: SVM: add tracing support for TDP page faults
Joerg Roedel
2
-0
/
+5
2008-07-20
KVM: SVM: add missing kvmtrace markers
Joerg Roedel
1
-1
/
+25
2008-07-20
KVM: add missing kvmtrace bits
Joerg Roedel
1
-5
/
+20
2008-07-20
KVM: SVM: implement dedicated INTR exit handler
Joerg Roedel
1
-1
/
+7
[next]