KVM: switch to get_user_pages_fast
[safe/jmp/linux-2.6] / arch / x86 /
2008-10-15 Marcelo TosattiKVM: switch to get_user_pages_fast
2008-10-15 Amit ShahKVM: Device Assignment: Free device structures if IRQ...
2008-10-15 Ben-Ami YassourKVM: Device Assignment with VT-d
2008-10-15 Guillaume ThouveninKVM: x86 emulator: Use DstAcc for 'and'
2008-10-15 Guillaume ThouveninKVM: x86 emulator: Add cmp al, imm and cmp ax, imm...
2008-10-15 Guillaume ThouveninKVM: x86 emulator: Add DstAcc operand type
2008-10-15 Sheng Yangx86: Move FEATURE_CONTROL bits to msr-index.h
2008-10-15 Sheng YangKVM: VMX: Rename IA32_FEATURE_CONTROL bits
2008-10-15 Avi KivityKVM: x86 emulator: fix jmp r/m64 instruction
2008-10-15 Jan KiszkaKVM: VMX: Cleanup stalled INTR_INFO read
2008-10-15 Marcelo TosattiKVM: x86: unhalt vcpu0 on reset
2008-10-15 Mohammed GamalKVM: x86 emulator: Add call near absolute instruction...
2008-10-15 Marcelo TosattiKVM: x86: do not execute halted vcpus
2008-10-15 Mohammed GamalKVM: x86 emulator: Add in/out instructions (opcodes...
2008-10-15 Avi KivityKVM: Add statistics for guest irq injections
2008-10-15 Sheng YangKVM: MMU: Modify kvm_shadow_walk.entry to accept u64...
2008-10-15 Mohammed GamalKVM: x86 emulator: Add std and cld instructions (opcode...
2008-10-15 Joerg RoedelKVM: add MC5_MISC msr read support
2008-10-15 Avi KivityKVM: SVM: No need to unprotect memory during event...
2008-10-15 Avi KivityKVM: MMU: Fix setting the accessed bit on non-speculati...
2008-10-15 Avi KivityKVM: MMU: Flush tlbs after clearing write permission...
2008-10-15 Avi KivityKVM: MMU: Add locking around kvm_mmu_slot_remove_write_...
2008-10-15 Avi KivityKVM: MMU: Account for npt/ept/realmode page faults
2008-10-15 Mohammed GamalKVM: x86 emulator: Add mov r, imm instructions (opcodes...
2008-10-15 Avi KivityKVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHARED
2008-10-15 Avi KivityKVM: MMU: Convert the paging mode shadow walk to use...
2008-10-15 Avi KivityKVM: MMU: Convert direct maps to use the generic shadow...
2008-10-15 Avi KivityKVM: MMU: Add generic shadow walker
2008-10-15 Avi KivityKVM: MMU: Infer shadow root level in direct_map()
2008-10-15 Avi KivityKVM: MMU: Unify direct map 4K and large page paths
2008-10-15 Avi KivityKVM: MMU: Move SHADOW_PT_INDEX to mmu.c
2008-10-15 Avi KivityKVM: x86 emulator: remove bad ByteOp specifier from...
2008-10-15 roel kluinKVM: x86 emulator: remove duplicate SrcImm
2008-10-15 Avi KivityKVM: Load real mode segments correctly
2008-10-15 Avi KivityKVM: VMX: Change segment dpl at reset to 3
2008-10-15 Avi KivityKVM: VMX: Change cs reset state to be a data segment
2008-10-15 Harvey HarrisonKVM: make irq ack notifier functions static
2008-10-15 Amit ShahKVM: Use kvm_set_irq to inject interrupts
2008-10-15 Amit ShahKVM: SVM: Fix typo
2008-10-15 Mohammed GamalKVM: VMX: Modify mode switching and vmentry functions
2008-10-15 Mohammed GamalKVM: VMX: Add invalid guest state handler
2008-10-15 Mohammed GamalKVM: VMX: Add module parameter and emulation flag.
2008-10-15 Mohammed GamalKVM: VMX: Add Guest State Validity Checks
2008-10-15 Amit ShahKVM: Device assignment: Check for privileges before...
2008-10-15 Avi KivityKVM: Handle spurious acks for PIT interrupts
2008-10-15 Marcelo TosattiKVM: fix i8259 reset irq acking
2008-10-15 Avi KivityKVM: VMX: Use interrupt queue for !irqchip_in_kernel
2008-10-15 Marcelo TosattiKVM: set debug registers after "schedulable" section
2008-10-15 Sheng YangKVM: VMX: Clean up magic number 0x66 in init_rmode_tss
2008-10-15 Dave HansenKVM: Reduce stack usage in kvm_pv_mmu_op()
2008-10-15 Dave HansenKVM: Reduce stack usage in kvm_arch_vcpu_ioctl()
2008-10-15 Dave HansenKVM: Reduce kvm stack usage in kvm_arch_vm_ioctl()
2008-10-15 Ben-Ami YassourKVM: pci device assignment
2008-10-15 Glauber Costax86: KVM guest: use paravirt function to calculate...
2008-10-15 Glauber Costax86: paravirt: factor out cpu_khz to common code
2008-10-15 Marcelo TosattiKVM: PIT: fix injection logic and count
2008-10-15 Marcelo TosattiKVM: irq ack notification
2008-10-15 Avi KivityKVM: Add irq ack notifier list
2008-10-15 Alexander GrafKVM: Ignore DEBUGCTL MSRs with no effect
2008-10-15 Avi KivityKVM: VMX: Avoid vmwrite(HOST_RSP) when possible
2008-10-15 Avi KivityKVM: SVM: Unify register save/restore across 32 and...
2008-10-15 Avi KivityKVM: VMX: Unify register save/restore across 32 and...
2008-10-15 Jan KiszkaKVM: VMX: Reinject real mode exception
2008-10-15 Jan KiszkaKVM: Consolidate XX_VECTOR defines
2008-10-15 Avi KivityKVM: Consolidate PIC isr clearing into a function
2008-10-15 Mohammed GamalKVM: VMX: Remove redundant check in handle_rmode_exception
2008-10-15 Avi KivityKVM: VMX: Move interrupt post-processing to vmx_complet...
2008-10-15 Avi KivityKVM: Add a pending interrupt queue
2008-10-15 Avi KivityKVM: VMX: Fix pending exception processing
2008-10-15 Avi KivityKVM: Clear exception queue before emulating an instruction
2008-10-15 Avi KivityKVM: VMX: Move nmi injection failure processing to...
2008-10-15 Avi KivityKVM: Move NMI IRET fault processing to new vmx_complete...
2008-10-15 Avi KivityKVM: MMU: Simplify kvm_mmu_zap_page()
2008-10-15 Avi KivityKVM: MMU: Separate the code for unlinking a shadow...
2008-10-15 Amit ShahKVM: Introduce kvm_set_irq to inject interrupts in...
2008-10-15 Marcelo TosattiKVM: x86: accessors for guest registers
2008-10-15 Sheng YangKVM: VMX: Rename misnamed msr bits
2008-10-14 Bjorn Helgaasx86: register a platform RTC device if PNP doesn't...
2008-10-13 Linus TorvaldsMerge git://git.infradead.org/users/dwmw2/random-2.6
2008-10-13 David WoodhouseMerge branch 'master' of git://git./linux/kernel/git...
2008-10-13 Ingo MolnarMerge branches 'oprofile-v2' and 'timers/hpet' into...
2008-10-13 Ingo MolnarMerge branch 'linus' into oprofile-v2
2008-10-13 Yinghai Lux86: change early_ioremap to use slots instead of nesting
2008-10-13 Jan Beulichx86: adjust dependencies for CONFIG_X86_CMOV
2008-10-13 Alexander van Heukelumdumpstack: x86: various small unification steps, fix
2008-10-13 Thomas Gleixnerx86: remove additional_cpus
2008-10-13 Ingo Molnarx86: remove additional_cpus configurability
2008-10-13 Thomas Gleixnerx86: improve UP kernel when CPU-hotplug and SMP is...
2008-10-13 Alexander van Heukelumdumpstack: x86: various small unification steps
2008-10-13 Alexander van Heukelumdumpstack: i386: make kstack= an early boot-param and...
2008-10-13 Alexander van Heukelumdumpstack: x86: use log_lvl and unify trace formatting
2008-10-13 Alexander van Heukelumdumptrace: x86: consistently include loglevel, print...
2008-10-13 Alexander van Heukelumdumpstack: x86: add "end" parameter to valid_stack_ptr...
2008-10-13 Alexander van Heukelumdumpstack: x86: make printk_address equal
2008-10-13 Alexander van Heukelumdumpstack: x86: move die_nmi to dumpstack_32.c
2008-10-13 Alexander van Heukelumtraps: x86: finalize unification of traps.c
2008-10-13 Alexander van Heukelumtraps: x86: make traps_32.c and traps_64.c equal
2008-10-13 Alexander van Heukelumtraps: x86: various noop-changes preparing for unificat...
2008-10-13 Alexander van Heukelumtraps: x86_64: use task_pid_nr(tsk) instead of tsk...
2008-10-13 Alexander van Heukelumtraps: i386: expand clear_mem_error and remove from...
next