| 2007-10-13 | Avi Kivity | KVM: X86 emulator: fix 'push reg' writeback | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Izik Eidus | KVM: Support more memory slots | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Izik Eidus | KVM: VMX: allow rmode_tss_base() to work with >2G of... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nitin A Kamble | KVM: x86 emulator: implement 'push reg' (opcodes 0x50... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nitin A Kamble | KVM: x86 emulator: Implement 'jmp rel short' instructio... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nitin A Kamble | KVM: x86 emulator: implement 'jmp rel' instruction... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nitin A Kamble | KVM: x86 emulator: implement 'and $imm, %{al|ax|eax}' | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Yang, Sheng | KVM: Communicate cr8 changes to userspace | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Avi Kivity | KVM: Close minor race in signal handling | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Laurent Vivier | KVM: Clean up kvm_setup_pio() | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Laurent Vivier | KVM: Cleanup string I/O instruction emulation | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Laurent Vivier | KVM: Remove useless assignment | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Li, Xin B | KVM: VMX: Remove a duplicated ia32e mode vm entry control | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Add and use pr_unimpl for standard formatting... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Remove unneeded kvm_dev_open and kvm_dev_release... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Remove stat_set from debugfs | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Gabriel C | KVM: Fix defined but not used warning in drivers/kvm... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Remove redundant alloc_vmcs_cpu declaration | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: SVM: Make set_msr_interception more reliable | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Cleanup mark_page_dirty | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Don't assign vcpu->cr3 if it's invalid: check... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Yang, Sheng | KVM: VMX: Add cpu consistency check | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: kvm_vm_ioctl_get_dirty_log restore "nothing dirty... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Use alignment properties of vcpu to simplify FPU ops | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Use kmem cache for allocating vcpus | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Laurent Vivier | KVM: Remove kvm_{read,write}_guest() | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Laurent Vivier | KVM: Change the emulator_{read,write,cmpxchg}_* functio... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: SVM: internal function name cleanup | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: SVM: de-containization | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Remove three magic numbers | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: VMX: pass vcpu_vmx internally | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: fx_init() needs preemption disabled while it plays... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Shaohua Li | KVM: Convert vm lock to a mutex | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Avi Kivity | KVM: Use the scheduler preemption notifiers to make... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Jeff Dike | KVM: add hypercall nr to kvm_run | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Yang, Sheng | KVM: VMX: Improve the method of writing vmcs control | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Dynamically allocate vcpus | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Gregory Haskins | KVM: Remove arch specific components from the general... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: load_pdptrs() cleanups | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Aurelien Jarno | KVM: Remove dead code in the cmpxchg instruction emulation | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Yang, Sheng | KVM: VMX: Import some constants of vmcs from IA32 SDM | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Shaohua Li | KVM: Move gfn_to_page out of kmap/unmap pairs | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Shaohua Li | KVM: Hoist kvm_mmu_reload() out of the critical section | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Return if the pdptrs are invalid when the guest... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Avi Kivity | KVM: x86 emulator: fix faulty check for two-byte opcode | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Avi Kivity | KVM: x86 emulator: fix cmov for writeback changes | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Use standard CR8 flags, and fix TPR definition | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Jeff Dike | KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Trivial: Use standard BITMAP macros, open-code... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Use standard CR4 flags, tighten checking | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Use standard CR3 flags, tighten checking | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Trivial: Use standard CR0 flags macros from asm... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Trivial: Avoid hardware_disable predeclaration | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Trivial: Comment spelling may escape grep | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Trivial: Make decode_register() static | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Trivial: Remove unused struct cpu_user_regs declar... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Trivial: /dev/kvm interface is no longer experimental. | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Eddie Dong | KVM: In-kernel string pio write support | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Avi Kivity | KVM: Future-proof the exit information union ABI | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Qing He | KVM: SMP: Add vcpu_id field in struct vcpu | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nguyen Anh... | KVM: Fix *nopage() in kvm_main.c | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Avi Kivity | i386: Expose IOAPIC register definitions even if CONFIG... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Jeff Garzik | x86/pci/acpi: fix DMI const-ification fallout | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nick Piggin | x86: optimise barriers | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nick Piggin | x86: fix IO write barrier | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nick Piggin | x86: fence oostores on 64-bit | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Linus Torvalds | Only enable BLOCK_COMPAT if COMPAT is needed | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Linus Torvalds | Merge branch 'upstream' of git://git.kernel.org/pub... | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Andi Kleen | Update maintainers file | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Linus Torvalds | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregk... | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Linus Torvalds | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregk... | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Linus Torvalds | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregk... | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Linus Torvalds | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej... | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Linus Torvalds | Merge git://git.kernel.org/pub/scm/linux/kernel/git... | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Linus Torvalds | Merge branch 'upstream-linus' of git://git.kernel.org... | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Linus Torvalds | Merge branch 'isdn-cleanups' of master.kernel.org:... | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Greg Kroah... | PCI: merge almost all of pci_32.h and pci_64.h together | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Jeff Garzik | PCI: X86: Introduce and enable PCI domain support | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Jeff Garzik | PCI: Add 'nodomains' boot option, and pci_domains_suppo... | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Gary Hade | PCI: modify PCI bridge control ISA flag for clarity | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Gary Hade | PCI: use _CRS for PCI resource allocation | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Gary Hade | PCI: avoid P2P prefetch window for expansion ROMs | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Gary Hade | PCI: skip ISA ioresource alignment on some systems | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Gary Hade | PCI: remove transparent bridge sizing | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | David Rientjes | pci: write file size to inode on proc bus file write | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | David Rientjes | pci: use size stored in proc_dir_entry for proc bus... | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Randy Dunlap | pci: implement "pci=noaer" | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Yoichi Yuasa | PCI: fix IDE legacy mode resources | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Roland Dreier | MSI: Use correct data offset for 32-bit MSI in read_msi... | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Michael Ellerman | PCI: Fix incorrect argument order to list_add_tail... | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Juha Laiho | PCI: i386: Compaq EVO N800c needs PCI bus renumbering | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Michael Ellerman | PCI: Remove no longer correct documentation regarding... | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Johannes Goecke | PCI: re-enable onboard sound on "MSI K8T Neo2-FIR" | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Auke Kok | PCI: quirk_vt82c586_acpi: Omit reading PCI revision ID | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Auke Kok | PCI: quirk amd_8131_mmrbc: Omit reading pci revision ID | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Auke Kok | cpqphp: Use PCI_CLASS_REVISION instead of PCI_REVISION_... | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Alex Chiang | PCI: Add missing PCI capability IDs | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Thomas Backlund | i386: add support for picopower irq router | commit | commitdiff | tree | snapshot | 
| 2007-10-12 | Denis V. Lunev | PCI: pci_get_device call from interrupt in reboot fixups | commit | commitdiff | tree | snapshot | 
| next |