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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-30
KVM: Portability: Move x86 instruction emulation code to x86.c
Hollis Blanchard
3
-176
/
+177
2008-01-30
KVM: Portability: Make exported debugfs data architecture-specific
Hollis Blanchard
3
-25
/
+29
2008-01-30
KVM: x86 emulator: Hoist modrm and abs decoding into separate functions
Avi Kivity
1
-160
/
+177
2008-01-30
KVM: Make mark_page_dirty() work for aliased pages too.
Uri Lublin
1
-1
/
+1
2008-01-30
KVM: Simplify decode_register_operand() calling convention
Avi Kivity
1
-3
/
+3
2008-01-30
KVM: x86 emulator: centralize decoding of one-byte register access insns
Avi Kivity
2
-57
/
+47
2008-01-30
KVM: x86 emulator: Extract the common code of SrcReg and DstReg
Avi Kivity
1
-49
/
+31
2008-01-30
KVM: Portability: Move pio emulation functions to x86.c
Carsten Otte
3
-248
/
+244
2008-01-30
KVM: Portability: Move x86 emulation and mmio device hook to x86.c
Carsten Otte
2
-357
/
+358
2008-01-30
KVM: Portability: Move kvm_get/set_msr[_common] to x86.c
Carsten Otte
2
-133
/
+134
2008-01-30
KVM: Fix gfn_to_page() acquiring mmap_sem twice
Anthony Liguori
1
-4
/
+18
2008-01-30
KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)
Sheng Yang
4
-30
/
+152
2008-01-30
KVM: Portability: Move control register helper functions to x86.c
Carsten Otte
3
-220
/
+225
2008-01-30
KVM: Portability: move get/set_apic_base to x86.c
Carsten Otte
2
-19
/
+19
2008-01-30
KVM: Portability: Move memory segmentation to x86.c
Carsten Otte
3
-42
/
+45
2008-01-30
KVM: Portability: Split kvm_vm_ioctl v3
Carsten Otte
3
-249
/
+271
2008-01-30
KVM: MMU: Topup the mmu memory preallocation caches before emulating an insn
Avi Kivity
1
-0
/
+4
2008-01-30
KVM: Move page fault processing to common code
Avi Kivity
4
-65
/
+39
2008-01-30
KVM: x86 emulator: don't depend on cr2 for mov abs emulation
Avi Kivity
1
-20
/
+30
2008-01-30
KVM: SVM: Let gcc to choose which registers to save (i386)
Laurent Vivier
1
-4
/
+4
2008-01-30
KVM: SVM: Let gcc to choose which registers to save (x86_64)
Laurent Vivier
1
-9
/
+8
2008-01-30
KVM: VMX: Let gcc to choose which registers to save (i386)
Laurent Vivier
1
-3
/
+5
2008-01-30
KVM: VMX: Let gcc to choose which registers to save (x86_64)
Laurent Vivier
1
-12
/
+9
2008-01-30
KVM: Add ioctl to tss address from userspace,
Izik Eidus
4
-2
/
+51
2008-01-30
KVM: Add kernel-internal memory slots
Izik Eidus
2
-2
/
+26
2008-01-30
KVM: Export memory slot allocation mechanism
Izik Eidus
2
-4
/
+16
2008-01-30
KVM: Unmap kernel-allocated memory on slot destruction
Izik Eidus
2
-0
/
+15
2008-01-30
KVM: Split IOAPIC reset function and export for kernel RESET
Eddie Dong
2
-4
/
+14
2008-01-30
KVM: Export PIC reset for kernel device reset
Eddie Dong
2
-4
/
+3
2008-01-30
KVM: Add a might_sleep() annotation to gfn_to_page()
Avi Kivity
1
-0
/
+2
2008-01-30
KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()
Avi Kivity
4
-93
/
+99
2008-01-30
KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...
Zhang Xiantao
10
-130
/
+155
2008-01-30
KVM: Allocate userspace memory for older userspace
Anthony Liguori
2
-55
/
+30
2008-01-30
KVM: Use virtual cpu accounting if available for guest times.
Christian Borntraeger
1
-0
/
+3
2008-01-30
KVM: MMU: Partial swapping of guest memory
Izik Eidus
4
-41
/
+84
2008-01-30
KVM: MMU: Make gfn_to_page() always safe
Izik Eidus
4
-29
/
+23
2008-01-30
KVM: MMU: Keep a reverse mapping of non-writable translations
Izik Eidus
1
-12
/
+11
2008-01-30
KVM: MMU: Add rmap_next(), a helper for walking kvm rmaps
Izik Eidus
1
-10
/
+35
2008-01-30
KVM: x86 emulator: cmc, clc, cli, sti
Nitin A Kamble
1
-2
/
+19
2008-01-30
KVM: MMU: Simplify page table walker
Avi Kivity
1
-76
/
+48
2008-01-30
KVM: x86 emulator: Implement emulation of instruction: inc & dec
Nitin A Kamble
1
-2
/
+18
2008-01-30
KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSH
Avi Kivity
2
-3
/
+3
2008-01-30
KVM: Move apic timer interrupt backlog processing to common code
Avi Kivity
3
-2
/
+2
2008-01-30
KVM: Add some \n in ioapic_debug()
Laurent Vivier
1
-11
/
+14
2008-01-30
KVM: apic round robin cleanup
Qing He
1
-10
/
+3
2008-01-30
KVM: Portability: split kvm_vcpu_ioctl
Carsten Otte
3
-194
/
+234
2008-01-30
KVM: MMU: When updating the dirty bit, inform the mmu about it
Avi Kivity
1
-0
/
+5
2008-01-30
KVM: MMU: Move dirty bit updates to a separate function
Avi Kivity
1
-8
/
+15
2008-01-30
KVM: MMU: Instantiate real-mode shadows as user writable shadows
Avi Kivity
1
-1
/
+1
2008-01-30
KVM: MMU: Disable write access on clean large pages
Avi Kivity
1
-0
/
+2
[next]