Show patches with: none      |   111708 patches
« 1 2 ... 955 956 9571117 1118 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,4/8] kvm tools: add generic device registration mechanism - - - --- 2012-11-22 Will Deacon New
[v2,3/8] kvm tools: balloon: add dummy set_size_vq implementation - - - --- 2012-11-22 Will Deacon New
[v2,2/8] kvm tools: don't bother including linux/compiler.h - - - --- 2012-11-22 Will Deacon New
[v2,1/8] rbtree: include linux/compiler.h for definition of __always_inline - - - --- 2012-11-22 Will Deacon New
[PATCHv4] virtio-spec: virtio network device RFS support - - - --- 2012-11-22 Michael S. Tsirkin New
[1/1] Subject: [PATCH] s390/kvm: Fix address space mixup - - - --- 2012-11-22 Christian Borntraeger New
[5/5] KVM: PPC: Book3S HV: Report correct HPT entry index when reading HPT - - - --- 2012-11-22 Paul Mackerras New
[4/5] KVM: PPC: Book3S HV: Don't give the guest RW access to RO pages - - - --- 2012-11-22 Paul Mackerras New
[3/5] KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidations - - - --- 2012-11-22 Paul Mackerras New
[2/5] KVM: PPC: Book3S HV: Reset reverse-map chains when resetting the HPT - - - --- 2012-11-22 Paul Mackerras New
[1/5] KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without panicking - - - --- 2012-11-22 Paul Mackerras New
[v2,4/4] nested vmx: use a list to store the launched vmcs12 for L1 VMM - - - --- 2012-11-22 Xu, Dongxiao New
[v2,3/4] nested vmx: use vmcs12_read/write() to operate VMCS fields - - - --- 2012-11-22 Xu, Dongxiao New
[v2,2/4] nested vmx: clean up for nested_cpu_has_xxx functions - - - --- 2012-11-22 Xu, Dongxiao New
[v2,1/4] nested vmx: clean up for vmcs12 read and write - - - --- 2012-11-22 Xu, Dongxiao New
[V2] Enabling IA32_TSC_ADJUST for Qemu KVM guest VMs - - - --- 2012-11-22 Will Auld New
Added x86/tsc_adjust.c to test the ia32_tsc_adjust funtionality. - - - --- 2012-11-22 Will Auld New
[V2] Enabling IA32_TSC_ADJUST for Qemu KVM guest VMs - - - --- 2012-11-22 Will Auld New
[V3,1/2] Add code to track call origin for msr assignment. - - - --- 2012-11-22 Will Auld New
[V3,2/2] Enabling IA32_TSC_ADJUST for KVM guest VM support - - - --- 2012-11-22 Will Auld New
[2/2] Enabling IA32_TSC_ADJUST for KVM guest VM support - - - --- 2012-11-22 Will Auld New
[1/2] Add code to track call origin for msr assignment. - - - --- 2012-11-22 Will Auld New
[v2,18/18] KVM/MIPS32: Binary patching of select privileged instructions. - - - --- 2012-11-22 Sanjay Lal New
[v2,17/18] KVM/MIPS32: Do not call vcpu_load when injecting interrupts. - - - --- 2012-11-22 Sanjay Lal New
[v2,16/18] MIPS: Export symbols used by KVM/MIPS module - - - --- 2012-11-22 Sanjay Lal New
[v2,15/18] MIPS: Pull in MIPS fix: fix endless loop when processing signals for kernel tasks. - - - --- 2012-11-22 Sanjay Lal New
[v2,14/18] MIPS: ASM offsets for VCPU arch specific fields. - - - --- 2012-11-22 Sanjay Lal New
[v2,13/18] MIPS: If KVM is enabled then use the KVM specific routine to flush the TLBs on a ASID wr… - - - --- 2012-11-22 Sanjay Lal New
[v2,12/18] MIPS: Export routines needed by the KVM module. - - - --- 2012-11-22 Sanjay Lal New
[v2,11/18] KVM/MIPS32: Routines to handle specific traps/exceptions while executing the guest. - - - --- 2012-11-22 Sanjay Lal New
[v2,10/18] KVM/MIPS32: Guest interrupt delivery. - - - --- 2012-11-22 Sanjay Lal New
[v2,09/18] KVM/MIPS32: COP0 accesses profiling. - - - --- 2012-11-22 Sanjay Lal New
[v2,08/18] KVM/MIPS32: Release notes and KVM module Makefile - - - --- 2012-11-22 Sanjay Lal New
[v2,07/18] KVM/MIPS32: MMU/TLB operations for the Guest. - - - --- 2012-11-22 Sanjay Lal New
[v2,06/18] KVM/MIPS32: Privileged instruction/target branch emulation. - - - --- 2012-11-22 Sanjay Lal New
[v2,05/18] KVM/MIPS32: KVM Guest kernel support. - - - --- 2012-11-22 Sanjay Lal New
[v2,04/18] KVM/MIPS32: MIPS arch specific APIs for KVM - - - --- 2012-11-22 Sanjay Lal New
[v2,03/18] KVM/MIPS32: Entry point for trampolining to the guest and trap handlers. - - - --- 2012-11-22 Sanjay Lal New
[v2,02/18] KVM/MIPS32: Arch specific KVM data structures. - - - --- 2012-11-22 Sanjay Lal New
x86, kvm: Remove incorrect redundant assembly constraint - - - --- 2012-11-21 H. Peter Anvin New
PROBLEM: compilation issue, inline assembly arch/x86/kvm/emulate.c fails at -O0 - - - --- 2012-11-21 H. Peter Anvin New
vfio-pci: Enable device before attempting reset - - - --- 2012-11-21 Alex Williamson New
[v6,2/2] KVM-INTEL: add a notifier and a bitmap to support VMCLEAR in kdump - - - --- 2012-11-21 Zhang Yanfei New
[v6,1/2] x86/kexec: VMCLEAR vmcss on all cpus if necessary - - - --- 2012-11-21 Zhang Yanfei New
[4/4] nested vmx: use a list to store the launched vmcs12 for L1 VMM - - - --- 2012-11-21 Xu, Dongxiao New
[3/4] nested vmx: use vmcs12_read/write() to operate VMCS fields - - - --- 2012-11-21 Xu, Dongxiao New
[2/4] nested vmx: clean up for nested_cpu_has_xxx functions - - - --- 2012-11-21 Xu, Dongxiao New
[1/4] nested vmx: clean up for vmcs12 read and write - - - --- 2012-11-21 Xu, Dongxiao New
[v2,6/6] x86, apicv: Add Posted Interrupt supporting - - - --- 2012-11-21 Zhang, Yang Z New
[v2,5/6] x86: Enable ack interrupt on vmexit - - - --- 2012-11-21 Zhang, Yang Z New
[v2,4/6] x86, apicv: add virtual x2apic support - - - --- 2012-11-21 Zhang, Yang Z New
[v2,3/6] x86, apicv: add virtual interrupt delivery support - - - --- 2012-11-21 Zhang, Yang Z New
[v2,2/6] x86, apicv: add APICv register virtualization support - - - --- 2012-11-21 Zhang, Yang Z New
[v2,1/6] x86: PIT connects to pin 2 of IOAPIC - - - --- 2012-11-21 Zhang, Yang Z New
[v5,2/2] KVM-INTEL: add a notifier and a bitmap to support VMCLEAR in kdump - - - --- 2012-11-21 Yanfei Zhang New
[v5,1/2] x86/kexec: VMCLEAR vmcss on all cpus if necessary - - - --- 2012-11-21 Yanfei Zhang New
[1/3] KVM: x86: clean up reexecute_instruction - - - --- 2012-11-20 Xiao Guangrong New
[RFC,v4,8/8] oslib-posix: Align to permit transparent hugepages on ARM Linux - - - --- 2012-11-20 Peter Maydell New
[RFC,v4,7/8] configure: Enable KVM on ARM - - - --- 2012-11-20 Peter Maydell New
[RFC,v4,6/8] hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GIC - - - --- 2012-11-20 Peter Maydell New
[RFC,v4,5/8] target-arm: Use MemoryListener to identify GIC base address for KVM - - - --- 2012-11-20 Peter Maydell New
[RFC,v4,4/8] hw/arm_gic: Add presave/postload hooks - - - --- 2012-11-20 Peter Maydell New
[RFC,v4,3/8] ARM KVM: save and load VFP registers from kernel - - - --- 2012-11-20 Peter Maydell New
[RFC,v4,2/8] ARM: KVM: Add support for KVM on ARM architecture - - - --- 2012-11-20 Peter Maydell New
[RFC,v4,1/8] linux-headers: Add ARM KVM headers (not for upstream) - - - --- 2012-11-20 Peter Maydell New
[GIT,PULL] KVM maintainership update - - - --- 2012-11-20 Avi Kivity New
KVM: taking co-maintenance - - - --- 2012-11-20 Gleb Natapov New
KVM: Retire as maintainer - - - --- 2012-11-20 Avi Kivity New
KVM: PPC: Book3S HV: Fix bug causing loss of page dirty state - - - --- 2012-11-20 Paul Mackerras New
[v2,3/3] KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPT - - - --- 2012-11-20 Paul Mackerras New
[v2,2/3] KVM: PPC: Book3S HV: Make a HPTE removal function available - - - --- 2012-11-20 Paul Mackerras New
[v2,1/3] KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEs - - - --- 2012-11-20 Paul Mackerras New
[4/4] AER-QEMU: Bring down the guest when KVM detects a PCI device error - - - --- 2012-11-20 Pandarathil, Vijaymohan R New
[3/4] AER-KVM: Integration of KVM with AER for PCI pass-thru devices - - - --- 2012-11-20 Pandarathil, Vijaymohan R New
[2/4] AER-GHES: Add support for error notification in firmware first approach of AER - - - --- 2012-11-20 Pandarathil, Vijaymohan R New
[1/4] AER-PCI: Add infrastructure for notification of errors to other subsystems - - - --- 2012-11-20 Pandarathil, Vijaymohan R New
vfio powerpc: enabled and supported on powernv platform - - - --- 2012-11-20 Alexey Kardashevskiy New
kvm tools: disable LTO by default - - - --- 2012-11-20 Sasha Levin New
[3/3] KVM: x86: improve reexecute_instruction - - - --- 2012-11-19 Xiao Guangrong New
[2/3] KVM: x86: let reexecute_instruction work for tdp - - - --- 2012-11-19 Xiao Guangrong New
[1/3] KVM: x86: clean up reexecute_instruction - - - --- 2012-11-19 Xiao Guangrong New
[0/3] KVM: x86: improve reexecute_instruction - - - --- 2012-11-19 Xiao Guangrong New
[18/18] KVM: x86: update pvclock area conditionally, on cpu migration - - - --- 2012-11-19 Marcelo Tosatti New
[17/18] KVM: x86: require matched TSC offsets for master clock - - - --- 2012-11-19 Marcelo Tosatti New
[16/18] KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization - - - --- 2012-11-19 Marcelo Tosatti New
[15/18] KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag - - - --- 2012-11-19 Marcelo Tosatti New
[14/18] KVM: x86: notifier for clocksource changes - - - --- 2012-11-19 Marcelo Tosatti New
[13/18] time: export time information for KVM pvclock - - - --- 2012-11-19 Marcelo Tosatti New
[12/18] KVM: x86: pass host_tsc to read_l1_tsc - - - --- 2012-11-19 Marcelo Tosatti New
[11/18] x86: vdso: pvclock gettime support - - - --- 2012-11-19 Marcelo Tosatti New
[09/18] x86: pvclock: generic pvclock vsyscall initialization - - - --- 2012-11-19 Marcelo Tosatti New
[08/18] sched: add notifier for cross-cpu migrations - - - --- 2012-11-19 Marcelo Tosatti New
[07/18] x86: pvclock: add note about rdtsc barriers - - - --- 2012-11-19 Marcelo Tosatti New
[06/18] x86: pvclock: introduce helper to read flags - - - --- 2012-11-19 Marcelo Tosatti New
[05/18] x86: pvclock: create helper for pvclock data retrieval - - - --- 2012-11-19 Marcelo Tosatti New
[04/18] x86: pvclock: remove pvclock_shadow_time - - - --- 2012-11-19 Marcelo Tosatti New
[03/18] x86: pvclock: make sure rdtsc doesnt speculate out of region - - - --- 2012-11-19 Marcelo Tosatti New
[02/18] x86: kvmclock: allocate pvclock shared memory area - - - --- 2012-11-19 Marcelo Tosatti New
[01/18] KVM: x86: retain pvclock guest stopped bit in guest memory - - - --- 2012-11-19 Marcelo Tosatti New
[160/493] uio: remove use of __devinit - - - --- 2012-11-19 Bill Pemberton New
« 1 2 ... 955 956 9571117 1118 »