pandora-kernel.git
2008-01-30 Carsten OtteKVM: Portability: Move x86 emulation and mmio device...
2008-01-30 Carsten OtteKVM: Portability: Move kvm_get/set_msr[_common] to...
2008-01-30 Anthony LiguoriKVM: Fix gfn_to_page() acquiring mmap_sem twice
2008-01-30 Sheng YangKVM: VMX: Enable memory mapped TPR shadow (FlexPriority)
2008-01-30 Carsten OtteKVM: Portability: Move control register helper function...
2008-01-30 Carsten OtteKVM: Portability: move get/set_apic_base to x86.c
2008-01-30 Carsten OtteKVM: Portability: Move memory segmentation to x86.c
2008-01-30 Carsten OtteKVM: Portability: Split kvm_vm_ioctl v3
2008-01-30 Avi KivityKVM: MMU: Topup the mmu memory preallocation caches...
2008-01-30 Avi KivityKVM: Move page fault processing to common code
2008-01-30 Avi KivityKVM: x86 emulator: don't depend on cr2 for mov abs...
2008-01-30 Laurent VivierKVM: SVM: Let gcc to choose which registers to save...
2008-01-30 Laurent VivierKVM: SVM: Let gcc to choose which registers to save...
2008-01-30 Laurent VivierKVM: VMX: Let gcc to choose which registers to save...
2008-01-30 Laurent VivierKVM: VMX: Let gcc to choose which registers to save...
2008-01-30 Izik EidusKVM: Add ioctl to tss address from userspace,
2008-01-30 Izik EidusKVM: Add kernel-internal memory slots
2008-01-30 Izik EidusKVM: Export memory slot allocation mechanism
2008-01-30 Izik EidusKVM: Unmap kernel-allocated memory on slot destruction
2008-01-30 Christian BorntraegerKVM: Per-architecture hypercall definitions
2008-01-30 Eddie DongKVM: Split IOAPIC reset function and export for kernel...
2008-01-30 Eddie DongKVM: Export PIC reset for kernel device reset
2008-01-30 Avi KivityKVM: Add a might_sleep() annotation to gfn_to_page()
2008-01-30 Avi KivityKVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()
2008-01-30 Zhang XiantaoKVM: Portability: Split kvm_vcpu into arch dependent...
2008-01-30 Anthony LiguoriKVM: Allocate userspace memory for older userspace
2008-01-30 Christian BorntraegerKVM: Use virtual cpu accounting if available for guest...
2008-01-30 Izik EidusKVM: MMU: Partial swapping of guest memory
2008-01-30 Izik EidusKVM: MMU: Make gfn_to_page() always safe
2008-01-30 Izik EidusKVM: MMU: Keep a reverse mapping of non-writable transl...
2008-01-30 Izik EidusKVM: MMU: Add rmap_next(), a helper for walking kvm...
2008-01-30 Nitin A KambleKVM: x86 emulator: cmc, clc, cli, sti
2008-01-30 Avi KivityKVM: MMU: Simplify page table walker
2008-01-30 Nitin A KambleKVM: x86 emulator: Implement emulation of instruction...
2008-01-30 Avi KivityKVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSH
2008-01-30 Avi KivityKVM: Move apic timer interrupt backlog processing to...
2008-01-30 Laurent VivierKVM: Add some \n in ioapic_debug()
2008-01-30 Qing HeKVM: apic round robin cleanup
2008-01-30 Carsten OtteKVM: Portability: split kvm_vcpu_ioctl
2008-01-30 Avi KivityKVM: MMU: When updating the dirty bit, inform the mmu...
2008-01-30 Avi KivityKVM: MMU: Move dirty bit updates to a separate function
2008-01-30 Avi KivityKVM: MMU: Instantiate real-mode shadows as user writabl...
2008-01-30 Avi KivityKVM: MMU: Disable write access on clean large pages
2008-01-30 Avi KivityKVM: MMU: Fix nx access bit for huge pages
2008-01-30 Avi KivityKVM: Move guest pte dirty bit management to the guest...
2008-01-30 Anthony LiguoriKVM: MMU: More struct kvm_vcpu -> struct kvm cleanups
2008-01-30 Anthony LiguoriKVM: MMU: Clean up MMU functions to take struct kvm...
2008-01-30 Carsten OtteKVM: Move x86 msr handling to new files x86.[ch]
2008-01-30 Izik EidusKVM: Support assigning userspace memory to the guest
2008-01-30 Mike DayKVM: CodingStyle cleanup
2008-01-30 Rusty RussellKVM: Remove gratuitous casts from lapic.c
2008-01-30 Rusty RussellKVM: Hoist kvm_create_lapic() into kvm_vcpu_init()
2008-01-30 Rusty RussellKVM: Add kvm_free_lapic() to pair with kvm_create_lapic()
2008-01-30 Izik EidusKVM: Allow dynamic allocation of the mmu shadow cache...
2008-01-30 Izik EidusKVM: Add general accessors to read and write guest...
2008-01-30 Izik EidusKVM: Remove the usage of page->private field by rmap
2008-01-30 Avi KivityKVM: VMX: Simplify vcpu_clear()
2008-01-30 Avi KivityKVM: VMX: Don't clear the vmcs if the vcpu is not loade...
2008-01-30 Laurent VivierKVM: x86 emulator: Any legacy prefix after a REX prefix...
2008-01-30 Laurent VivierKVM: Purify x86_decode_insn() error case management
2008-01-30 Qing HeKVM: x86_emulator: no writeback for bt
2008-01-30 Laurent VivierKVM: x86 emulator: Remove no_wb, use dst.type = OP_NONE...
2008-01-30 Laurent VivierKVM: x86 emulator: remove _eflags and use directly...
2008-01-30 Laurent VivierKVM: x86 emulator: split some decoding into functions...
2008-01-30 Ryan HarperKVM: MMU: Ignore reserved bits in cr3 in non-pae mode
2008-01-30 Avi KivityKVM: MMU: Make flooding detection work when guest page...
2008-01-30 Avi KivityKVM: Allow not-present guest page faults to bypass kvm
2008-01-30 Avi KivityKVM: VMX: Further reduce efer reloads
2008-01-30 Laurent VivierKVM: Call x86_decode_insn() only when needed
2008-01-30 Laurent VivierKVM: emulate_instruction() calls now x86_decode_insn...
2008-01-30 Laurent VivierKVM: x86 emulator: move all decoding process to functio...
2008-01-30 Laurent VivierKVM: x86 emulator: move all x86_emulate_memop() to...
2008-01-30 Laurent VivierKVM: x86 emulator: remove unused functions
2008-01-30 Anthony LiguoriKVM: Refactor hypercall infrastructure (v3)
2008-01-30 Anthony LiguoriKVM: x86 emulator: Add vmmcall/vmcall to x86_emulate...
2008-01-30 Linus TorvaldsMerge git://git./linux/kernel/git/x86/linux-2.6-x86
2008-01-30 Linus Torvalds[net] Gracefully handle shared e1000/1000e driver PCI...
2008-01-30 Linus TorvaldsMake !NETFILTER_ADVANCED enable IP6_NF_MATCH_IPV6HEADER
2008-01-30 Yinghai Lux86: fix nodemap_size according to nodeid bits
2008-01-30 Yinghai Lux86: fix overlap between pagetable with bss section
2008-01-30 Joachim Deguarax86: add PCI IDs to k8topology_64.c
2008-01-30 Jeremy Fitzhardingex86: fix early_ioremap pagetable ops
2008-01-30 Jeremy Fitzhardingex86: use the same pgd_list for PAE and 64-bit
2008-01-30 Jeremy Fitzhardingex86: defer cr3 reload when doing pud_clear()
2008-01-30 Bernhard Kaindlx86: early boot debugging via FireWire (ohci1394_dma...
2008-01-30 Jeremy Fitzhardingex86: don't special-case pmd allocations as much
2008-01-30 Harvey Harrisonx86: shrink some ifdefs in fault.c
2008-01-30 Jeremy Fitzhardingex86: ignore spurious faults
2008-01-30 Harvey Harrisonx86: remove nx_enabled from fault.c
2008-01-30 Harvey Harrisonx86: unify fault_32|64.c
2008-01-30 Harvey Harrisonx86: unify fault_32|64.c with ifdefs
2008-01-30 Harvey Harrisonx86: unify fault_32|64.c by ifdef'd function bodies
2008-01-30 Ingo Molnarx86: arch/x86/mm/init_32.c printk fixes
2008-01-30 Ingo Molnarx86: arch/x86/mm/init_32.c cleanup
2008-01-30 Ingo Molnarx86: arch/x86/mm/init_64.c printk fixes
2008-01-30 Thomas Gleixnerx86: unify ioremap
2008-01-30 Huang, Yingx86: fixes some bugs about EFI memory map handling
2008-01-30 Huang, Yingx86: use reboot_type on EFI 32
2008-01-30 Harvey Harrisonx86: unify page fault oops printing
2008-01-30 Harvey Harrisonx86: introduce show_fault_oops helper to fault_32|64.c
next