projects
/
linux-2.6
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/uio-2.6
[linux-2.6]
/
drivers
/
kvm
/
2007-07-17
Linus Torvalds
Merge branch 'for-linus' of git://git390.osdl.marist...
tree
|
commitdiff
2007-07-17
Linus Torvalds
Merge git://git./linux/kernel/git/wim/linux-2.6-watchdog
tree
|
commitdiff
2007-07-17
Linus Torvalds
Merge branch 'bsg' of git://git.kernel.dk/data/git...
tree
|
commitdiff
2007-07-17
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
tree
|
commitdiff
2007-07-17
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
tree
|
commitdiff
2007-07-16
Linus Torvalds
Merge /pub/scm/linux/kernel/git/lethal/sh-2.6
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Use CPU_DYING for disabling virtualization
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Tune hotplug/suspend IPIs
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Keep track of which cpus have virtualization enabled
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Clean up #includes
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Remove kvmfs in favor of the anonymous inodes...
tree
|
commitdiff
2007-07-16
Joerg Roedel
KVM: SVM: Reliably detect if SVM was disabled by BIOS
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: VMX: Remove unnecessary code in vmx_tlb_flush()
tree
|
commitdiff
2007-07-16
Shaohua Li
KVM: MMU: Fix Wrong tlb flush order
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: VMX: Reinitialize the real-mode tss when entering...
tree
|
commitdiff
2007-07-16
Luca Tettamanti
KVM: Avoid useless memory write when possible
tree
|
commitdiff
2007-07-16
Luca Tettamanti
KVM: Fix x86 emulator writeback
tree
|
commitdiff
2007-07-16
Eddie Dong
KVM: Add support for in-kernel pio handlers
tree
|
commitdiff
2007-07-16
Gregory Haskins
KVM: VMX: Fix interrupt checking on lightweight exit
tree
|
commitdiff
2007-07-16
Gregory Haskins
KVM: Adds support for in-kernel mmio handlers
tree
|
commitdiff
2007-07-16
Nitin A Kamble
KVM: Implement emulation of instruction "ret" (opcode...
tree
|
commitdiff
2007-07-16
Nitin A Kamble
KVM: Implement emulation of "pop reg" instruction ...
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: VMX: Ensure vcpu time stamp counter is monotonous
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Initialize the BSP bit in the APIC_BASE msr correctly
tree
|
commitdiff
2007-07-16
Shani Moideen
KVM: VMX: Replace memset(<addr>, 0, PAGESIZE) with...
tree
|
commitdiff
2007-07-16
Shani Moideen
KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with...
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Flush remote tlbs when reducing shadow pte permissions
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Keep an upper bound of initialized vcpus
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Emulate hlt on real mode for Intel
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Move duplicate halt handling code into kvm_main.c
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Enable guest smp
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Fix adding an smp virtual machine to the vm list
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Fix vcpu freeing for guest smp
tree
|
commitdiff
2007-07-16
Nguyen Anh Quynh
KVM: Remove unnecessary initialization and checks in...
tree
|
commitdiff
2007-07-16
Robert P. J. Day
KVM: Replace C code with call to ARRAY_SIZE() macro.
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Lazy guest cr3 switching
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: MMU: Remove unused large page marker
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: MMU: Don't cache guest access bits in the shadow...
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: MMU: Simpify accessed/dirty/present/nx bit handling
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: MMU: Remove cr0.wp tricks
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: MMU: Make setting shadow ptes atomic on i386
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Make shadow pte updates atomic
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Move shadow pte modifications from set_pte/set_pde...
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: MMU: Fold fix_write_pf() into set_pte_common()
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: MMU: Fold fix_read_pf() into set_pte_common()
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: MMU: Pass the guest pde to set_pte_common
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: MMU: Move set_pte_common() to pte width dependent...
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: MMU: Simplify fetch() a little bit
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: MMU: Use slab caches for shadow pages and their...
tree
|
commitdiff
2007-07-16
Eddie Dong
KVM: Use symbolic constants instead of magic numbers
tree
|
commitdiff
2007-07-16
Markus Rechberger
KVM: Fix includes
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: x86 emulator: implement wbinvd
tree
|
commitdiff
2007-07-16
Jan Engelhardt
Use menuconfig objects II - KVM/Virt
tree
|
commitdiff
2007-07-16
Eddie Dong
KVM: VMX: Avoid saving and restoring msr_efer on lightw...
tree
|
commitdiff
2007-07-16
Eddie Dong
KVM: VMX: Cleanup redundant code in MSR set
tree
|
commitdiff
2007-07-16
Eddie Dong
KVM: VMX: Avoid saving and restoring msrs on lightweigh...
tree
|
commitdiff
2007-07-16
Nitin A Kamble
KVM: VMX: Handle #SS faults from real mode
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: VMX: Use local labels in inline assembly
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Fix vmx I/O bitmap initialization on highmem systems
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Avoid corrupting tr in real mode
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: VMX: Only reload guest msrs if they are already...
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: MMU: Store shadow page tables as kernel virtual...
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: MMU: Simplify kvm_mmu_free_page() a tiny bit
tree
|
commitdiff
2007-07-16
Matthew Gregan
KVM: Implement IA32_EBL_CR_POWERON msr
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Set cr0.mp for guests
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Consolidate guest fpu activation and deactivation
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Rationalize exception bitmap usage
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Move some more msr mangling into vmx_save_host_state()
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Fix potential guest state leak into host
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Increase mmu shadow cache to 1024 pages
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Update shadow pte on write to guest pte
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: MMU: Respect nonpae pagetable quadrant when zappin...
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write()
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Be more careful restoring fs on lightweight vmexit
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Reduce misfirings of the fork detector
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Unindent some code
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Avoid saving and restoring some host CPU state...
tree
|
commitdiff
2007-07-16
Avi Kivity
KVM: Assume that writes smaller than 4 bytes are to...
tree
|
commitdiff
2007-07-16
Anthony Liguori
KVM: SVM: Allow direct guest access to PC debug port
tree
|
commitdiff
2007-07-16
He, Qing
KVM: VMX: Enable io bitmaps to avoid IO port 0x80 VMEXITs
tree
|
commitdiff
2007-07-15
Linus Torvalds
Merge /pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
tree
|
commitdiff
2007-07-12
Linus Torvalds
Merge /pub/scm/linux/kernel/git/davej/cpufreq
tree
|
commitdiff
2007-07-11
Paul Mackerras
Merge branch 'for-2.6.23' into merge
tree
|
commitdiff
2007-07-09
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
tree
|
commitdiff
2007-07-05
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
tree
|
commitdiff
2007-06-20
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
tree
|
commitdiff
2007-06-19
Tim Shimmin
Merge branch 'for-linus' of git://oss.sgi.com:8090...
tree
|
commitdiff
2007-06-18
Linus Torvalds
Merge /linux/kernel/git/jejb/scsi-rc-fixes-2.6
tree
|
commitdiff
2007-06-16
Linus Torvalds
Merge branch 'master' of /linux/kernel/git/davem/net-2.6
tree
|
commitdiff
2007-06-15
Linus Torvalds
Merge branch 'master' of /linux/kernel/git/cooloney...
tree
|
commitdiff
2007-06-15
Linus Torvalds
Merge branch 'splice-2.6.22' of git://git.kernel.dk...
tree
|
commitdiff
2007-06-15
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
tree
|
commitdiff
2007-06-15
Avi Kivity
KVM: Prevent guest fpu state from leaking into the...
tree
|
commitdiff
2007-06-15
Linus Torvalds
Merge /pub/scm/linux/kernel/git/kyle/parisc-2.6
tree
|
commitdiff
2007-06-15
Linus Torvalds
Merge /pub/scm/linux/kernel/git/davej/agpgart
tree
|
commitdiff
2007-06-13
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
tree
|
commitdiff
2007-06-11
Linus Torvalds
Merge git://git./linux/kernel/git/sfrench/cifs-2.6
tree
|
commitdiff
2007-06-11
Linus Torvalds
Merge /pub/scm/linux/kernel/git/davej/agpgart
tree
|
commitdiff
2007-06-08
Linus Torvalds
Merge git://git.linux-xtensa.org/kernel/xtensa-feed
tree
|
commitdiff
2007-06-05
Linus Torvalds
Merge git://git.infradead.org/mtd-2.6
tree
|
commitdiff
next