Show patches with: none      |   112005 patches
« 1 2 ... 1090 1091 10921120 1121 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[08/48] KVM: cleanup arch/x86/kvm/Makefile - - - --- 2009-08-16 Avi Kivity New
[07/48] KVM: x86 emulator: fix jmp far decoding (opcode 0xea) - - - --- 2009-08-16 Avi Kivity New
[06/48] KVM: x86 emulator: Implement zero-extended immediate decoding - - - --- 2009-08-16 Avi Kivity New
[05/48] KVM: fix cpuid E2BIG handling for extended request types - - - --- 2009-08-16 Avi Kivity New
[04/48] KVM: Use MSR names in place of address - - - --- 2009-08-16 Avi Kivity New
[03/48] KVM: Add MCE support - - - --- 2009-08-16 Avi Kivity New
[02/48] KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h - - - --- 2009-08-16 Avi Kivity New
[01/48] KVM: VMX: Properly handle software interrupt re-injection in real mode - - - --- 2009-08-16 Avi Kivity New
x86 emulator: Add 'push es' instruction (opcode 0x06) - - - --- 2009-08-16 Mohammed Gamal New
Add push es instruction test in test harness - - - --- 2009-08-16 Mohammed Gamal New
x86 emulator: Add 'push es' instruction (opcode 0x06) - - - --- 2009-08-16 Mohammed Gamal New
Reordering how tap is initialized - - - --- 2009-08-14 Stephane Bakhos New
[Qemu-devel] Re: virtio-serial: An interface for host-guest communication - - - --- 2009-08-14 Amit Shah New
[-tip,v14,12/12] tracing: Add kprobes event profiling interface - - - --- 2009-08-13 Masami Hiramatsu New
[-tip,v14,11/12] tracing: Kprobe tracer assigns new event ids for each event - - - --- 2009-08-13 Masami Hiramatsu New
[-tip,v14,10/12] tracing: Generate names for each kprobe event automatically - - - --- 2009-08-13 Masami Hiramatsu New
[-tip,v14,09/12] tracing: Kprobe-tracer supports more than 6 arguments - - - --- 2009-08-13 Masami Hiramatsu New
[-tip,v14,08/12] tracing: add kprobe-based event tracer - - - --- 2009-08-13 Masami Hiramatsu New
[-tip,v14,07/12] tracing: Introduce TRACE_FIELD_ZERO() macro - - - --- 2009-08-13 Masami Hiramatsu New
[-tip,v14,06/12] tracing: ftrace dynamic ftrace_event_call support - - - --- 2009-08-13 Masami Hiramatsu New
[-tip,v14,05/12] x86: add pt_regs register and stack access APIs - - - --- 2009-08-13 Masami Hiramatsu New
[-tip,v14,04/12] kprobes: cleanup fix_riprel() using insn decoder on x86 - - - --- 2009-08-13 Masami Hiramatsu New
[-tip,v14,03/12] kprobes: checks probe address is instruction boudary on x86 - - - --- 2009-08-13 Masami Hiramatsu New
[-tip,v14,02/12] x86: x86 instruction decoder build-time selftest - - - --- 2009-08-13 Masami Hiramatsu New
[-tip,v14,01/12] x86: instruction decoder API - - - --- 2009-08-13 Masami Hiramatsu New
[PATCHv3,2/2] vhost_net: a kernel-level virtio server - - - --- 2009-08-13 Michael S. Tsirkin New
[PATCHv3,1/2] mm: export use_mm/unuse_mm to modules - - - --- 2009-08-13 Michael S. Tsirkin New
Move irq sharing information to irqchip level. - - - --- 2009-08-13 Gleb Natapov New
Documentation: Update KVM list email address - - - --- 2009-08-13 Amit Shah New
[v3,1/8] Do not call ack notifiers on PIC reset. - - - --- 2009-08-13 Gleb Natapov New
[PATCHv2,3/3] qemu-kvm: vhost-net implementation - - - --- 2009-08-13 Michael S. Tsirkin New
[PATCHv2,2/3] virtio: move features to an inline function - - - --- 2009-08-13 Michael S. Tsirkin New
[PATCHv2,1/3] qemu-kvm: move virtio-pci.o to near pci.o - - - --- 2009-08-13 Michael S. Tsirkin New
[RFC] defer skb allocation in virtio_net -- mergable buff part - - - --- 2009-08-13 Shirley Ma New
[KVM-AUTOTEST] Fixing small mistake introduced by changeset:3528 - - - --- 2009-08-13 Lucas Meneghel Rodrigues New
Adding a userspace application crash handling system to autotest - - - --- 2009-08-13 Lucas Meneghel Rodrigues New
Fix Makefile rule for compiling emulate.c - - - --- 2009-08-12 Mohammed Gamal New
[KVM-AUTOTEST,v2] KVM test: treat all user specified paths equally - - - --- 2009-08-12 Michael Goldish New
[KVM-AUTOTEST,v2,11/11] KVM test: make stress_boot work properly with TAP networking - - - --- 2009-08-12 Michael Goldish New
[KVM-AUTOTEST,v2,10/11] KVM test: make VMs use a dynamic MAC-IP mapping generated by tcpdump - - - --- 2009-08-12 Michael Goldish New
[KVM-AUTOTEST,v2,09/11] KVM test: kvm_utils.py: small fix for format_str_for_message() - - - --- 2009-08-12 Michael Goldish New
[KVM-AUTOTEST,v2,08/11] KVM test: dynamically detect and cache MAC-IP pairs using tcpdump - - - --- 2009-08-12 Michael Goldish New
[KVM-AUTOTEST,v2,07/11] KVM test: kvm_subprocess: send user specified parameters to kvm_tail callba… - - - --- 2009-08-12 Michael Goldish New
[KVM-AUTOTEST,v2,06/11] KVM test: kvm_config.py: do not fail when including a nonexistent file - - - --- 2009-08-12 Michael Goldish New
[KVM-AUTOTEST,v2,05/11] KVM test: specify installation cdkeys in a dedicated file - - - --- 2009-08-12 Michael Goldish New
[KVM-AUTOTEST,v2,04/11] KVM test: add host-specific MAC-IP pool configuration - - - --- 2009-08-12 Michael Goldish New
[KVM-AUTOTEST,v2,03/11] KVM test: add sample 'qemu-ifup' script - - - --- 2009-08-12 Michael Goldish New
[KVM-AUTOTEST,v2,02/11] KVM test: add basic TAP support with static MAC-IP mapping - - - --- 2009-08-12 Michael Goldish New
[KVM-AUTOTEST,v2,01/11] KVM test: add some MAC/IP address utilities to kvm_utils - - - --- 2009-08-12 Michael Goldish New
KVM test: Remove unnecessary callouts to external programs - - - --- 2009-08-12 Lucas Meneghel Rodrigues New
[KVM-AUTOTEST,2/2] Convert images to JPEG using PIL instead of an external program - - - --- 2009-08-12 Avi Kivity New
[v3,8/8] Drop kvm->irq_lock lock from irq injection path. - - - --- 2009-08-12 Gleb Natapov New
[v3,7/8] Move IO APIC to its own lock. - - - --- 2009-08-12 Gleb Natapov New
[v3,6/8] Convert irq notifiers lists to RCU locking. - - - --- 2009-08-12 Gleb Natapov New
[v3,5/8] Move irq ack notifier list to arch independent code. - - - --- 2009-08-12 Gleb Natapov New
[v3,4/8] Move irq routing data structure to rcu locking - - - --- 2009-08-12 Gleb Natapov New
[v3,3/8] Maintain back mapping from irqchip/pin to gsi. - - - --- 2009-08-12 Gleb Natapov New
[v3,2/8] Change irq routing table to use gsi indexed array. - - - --- 2009-08-12 Gleb Natapov New
[v3,1/8] Do not call ack notifiers on PIC reset. - - - --- 2009-08-12 Gleb Natapov New
[KVM-AUTOTEST,2/2] Convert images to JPEG using PIL instead of an external program - - - --- 2009-08-12 Avi Kivity New
[KVM-AUTOTEST,1/2] Replace subprocess 'rm *.ppm' by equivalent Python code - - - --- 2009-08-12 Avi Kivity New
Page allocation failures in guest - - - --- 2009-08-12 Rusty Russell New
Page allocation failures in guest - - - --- 2009-08-12 Rusty Russell New
qemu-kvm: fix ia64 build breakage - - - --- 2009-08-12 Zhang, Xiantao New
[02/03] qemu-kvm: add tcg-traget stub for ia64. - - - --- 2009-08-12 Zhang, Xiantao New
qemu-kvm: ia64 build fix. - - - --- 2009-08-12 Zhang, Xiantao New
[PATCHv2,2/2] vhost_net: a kernel-level virtio server - - - --- 2009-08-11 Michael S. Tsirkin New
[PATCHv2,1/2] mm: export use_mm/unuse_mm to modules - - - --- 2009-08-11 Michael S. Tsirkin New
When switching to a vm8086 task, load segments as 16-bit (v2) - - - --- 2009-08-11 Anthony Liguori New
[8/8,v2] Change irq_lock from mutex to spinlock. - - - --- 2009-08-11 Gleb Natapov New
[7/8,v2] Drop kvm->irq_lock lock from irq injection path. - - - --- 2009-08-11 Gleb Natapov New
[6/8,v2] Move IO APIC to its own lock. - - - --- 2009-08-11 Gleb Natapov New
[5/8,v2] Convert irq notifiers lists to RCU locking. - - - --- 2009-08-11 Gleb Natapov New
[4/8,v2] Move irq ack notifier list to arch independent code. - - - --- 2009-08-11 Gleb Natapov New
[3/8,v2] Move irq routing data structure to rcu locking - - - --- 2009-08-11 Gleb Natapov New
[2/8,v2] Maintain back mapping from irqchip/pin to gsi. - - - --- 2009-08-11 Gleb Natapov New
[1/8,v2] Change irq routing table to use gsi indexed array. - - - --- 2009-08-11 Gleb Natapov New
[KVM-AUTOTEST] KVM test: kvm_tests.cfg.sample: improve shell_prompt regular expressions - - - --- 2009-08-11 Michael Goldish New
[KVM-AUTOTEST] KVM test: kvm_subprocess: add function kill_tail_thread() - - - --- 2009-08-11 Michael Goldish New
[KVM-AUTOTEST,v2,3/3] KVM test: add AutoIt test to kvm_tests.cfg.sample - - - --- 2009-08-11 Michael Goldish New
[KVM-AUTOTEST,v2,2/3] KVM test: add sample AutoIt script - - - --- 2009-08-11 Michael Goldish New
[KVM-AUTOTEST,v2,1/3] KVM test: add AutoIt test - - - --- 2009-08-11 Michael Goldish New
[1/2] export cpu_tlbstate to modules - - - --- 2009-08-11 Michael S. Tsirkin New
[kvm-Bugs-2835276] segfault using -cpu pentium3 on coreduo - - - --- 2009-08-11 SourceForge.net New
When switching to a vm8086 task, load segments as 16-bit - - - --- 2009-08-11 Anthony Liguori New
fix memory leak in virtio_net - - - --- 2009-08-10 Shirley Ma New
[3/3] qemu-kvm: vhost-net implementation - - - --- 2009-08-10 Michael S. Tsirkin New
[2/3] qemu/virtio: move features to an inline function - - - --- 2009-08-10 Michael S. Tsirkin New
[1/3] qemu: move virtio-pci.o to near pci.o - - - --- 2009-08-10 Michael S. Tsirkin New
[2/2] vhost_net: a kernel-level virtio server - - - --- 2009-08-10 Michael S. Tsirkin New
[1/2] export cpu_tlbstate to modules - - - --- 2009-08-10 Michael S. Tsirkin New
x86: use kvm_read/write_guest_virt for reading and writing segment descriptors - - - --- 2009-08-10 Mikhail Ershov New
KVM test: Fix KVM release tag detection - - - --- 2009-08-10 Lucas Meneghel Rodrigues New
[PATCHv2,for-2.6.31] kvm: export kvm_para.h - - - --- 2009-08-10 Michael S. Tsirkin New
kvm: export kvm_para.h - - - --- 2009-08-10 Michael S. Tsirkin New
configure: make default KVM_VERSION qemu-kvm-devel - - - --- 2009-08-10 Mark McLoughlin New
[KVM-AUTOTEST,3/3] KVM test: add AutoIt test to kvm_tests.cfg.sample - - - --- 2009-08-10 Michael Goldish New
[KVM-AUTOTEST,2/3] KVM test: add sample AutoIt script - - - --- 2009-08-10 Michael Goldish New
[KVM-AUTOTEST,1/3] KVM test: add AutoIt test - - - --- 2009-08-10 Michael Goldish New
KVM test: Make kvm_config.py to use autotest logging - - - --- 2009-08-09 Lucas Meneghel Rodrigues New
« 1 2 ... 1090 1091 10921120 1121 »