Show patches with: none      |   7283 patches
« 1 2 3 472 73 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[26/50] KVM: PPC: e500: Fix TLBnCFG in KVM_CONFIG_TLB - - - - --- 2012-01-04 Alexander Graf New
[27/50] KVM: PPC: e500: use hardware hint when loading TLB0 entries - - - - --- 2012-01-04 Alexander Graf New
[28/50] KVM: PPC: Avoid patching paravirt template code - - - - --- 2012-01-04 Alexander Graf New
[29/50] KVM: PPC: Make wakeups work again for Book3S HV guests - - - - --- 2012-01-04 Alexander Graf New
[30/50] KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code - - - - --- 2012-01-04 Alexander Graf New
[31/50] KVM: PPC: Keep a record of HV guest view of hashed page table entries - - - - --- 2012-01-04 Alexander Graf New
[32/50] KVM: PPC: Keep page physical addresses in per-slot arrays - - - - --- 2012-01-04 Alexander Graf New
[33/50] KVM: PPC: Add an interface for pinning guest pages in Book3s HV guests - - - - --- 2012-01-04 Alexander Graf New
[34/50] KVM: PPC: Make the H_ENTER hcall more reliable - - - - --- 2012-01-04 Alexander Graf New
[35/50] KVM: PPC: Only get pages when actually needed, not in prepare_memory_region() - - - - --- 2012-01-04 Alexander Graf New
[36/50] KVM: PPC: Allow use of small pages to back Book3S HV guests - - - - --- 2012-01-04 Alexander Graf New
[37/50] KVM: PPC: Allow I/O mappings in memory slots - - - - --- 2012-01-04 Alexander Graf New
[38/50] KVM: PPC: Maintain a doubly-linked list of guest HPTEs for each gfn - - - - --- 2012-01-04 Alexander Graf New
[39/50] KVM: PPC: Implement MMIO emulation support for Book3S HV guests - - - - --- 2012-01-04 Alexander Graf New
[40/50] KVM: PPC: Implement MMU notifiers for Book3S HV guests - - - - --- 2012-01-04 Alexander Graf New
[41/50] KVM: Add barriers to allow mmu_notifier_retry to be used locklessly 1 - - - --- 2012-01-04 Alexander Graf New
[42/50] KVM: PPC: Allow for read-only pages backing a Book3S HV guest - - - - --- 2012-01-04 Alexander Graf New
[43/50] KVM: PPC: Fix vcpu_create dereference before validity check. - - - - --- 2012-01-04 Alexander Graf New
[44/50] KVM: PPC: Add KVM_CAP_NR_VCPUS and KVM_CAP_MAX_VCPUS - - - - --- 2012-01-04 Alexander Graf New
[45/50] KVM: PPC: Book3S HV: Keep HPTE locked when invalidating - - - - --- 2012-01-04 Alexander Graf New
[46/50] KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bits - - - - --- 2012-01-04 Alexander Graf New
[47/50] KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hva - - - - --- 2012-01-04 Alexander Graf New
[48/50] KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bit - - - - --- 2012-01-04 Alexander Graf New
[49/50] KVM: PPC: booke: Add booke206 TLB trace - - - - --- 2012-01-04 Alexander Graf New
[50/50] KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUs 1 - - - --- 2012-01-04 Alexander Graf New
[1/3] KVM: PPC: epapr: Factor out the epapr init - - - - --- 2012-01-05 Liu Yu-B13201 New
[v2,3/3] KVM: PPC: epapr: install ev_idle hcall for e500 guest - - - - --- 2012-01-05 Liu Yu-B13201 New
[v2,2/3] KVM: PPC: epapr: Add idle hcall support for host - - - - --- 2012-01-05 Liu Yu-B13201 New
[1/3] KVM: PPC: Add generic single register ioctls - - - - --- 2012-01-06 Alexander Graf New
[2/3] KVM: PPC: Add support for explicit HIOR setting - - - - --- 2012-01-06 Alexander Graf New
[3/3] KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code - - - - --- 2012-01-06 Alexander Graf New
KVM: PPC: Add generic single register ioctls - - - - --- 2012-01-06 Alexander Graf New
[1/4] KVM: PPC: Add generic single register ioctls - - - - --- 2012-01-07 Alexander Graf New
[2/4] KVM: PPC: Add support for explicit HIOR setting - - - - --- 2012-01-07 Alexander Graf New
[3/4] KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code - - - - --- 2012-01-07 Alexander Graf New
[4/4] KVM: PPC: Rename MMIO register identifiers - - - - --- 2012-01-07 Alexander Graf New
virtio-pci: Fix endianness of virtio config - - - - --- 2012-01-10 Benjamin Herrenschmidt New
KVM: PPC: refer to paravirt docs in header file - - - - --- 2012-01-11 Scott Wood New
KVM: Move gfn_to_memslot() to kvm_host.h - - - - --- 2012-01-12 Paul Mackerras New
[v3] KVM: Move gfn_to_memslot() to kvm_host.h - - - - --- 2012-01-13 Paul Mackerras New
KVM: PPC: Rename MMIO register identifiers - - - - --- 2012-01-13 Alexander Graf New
[PULL,00/52] ppc patch queue 2012-01-13 - - - - --- 2012-01-13 Alexander Graf New
[01/52] KVM: PPC: e500: don't translate gfn to pfn with preemption disabled - - - - --- 2012-01-13 Alexander Graf New
[02/52] KVM: PPC: e500: Eliminate preempt_disable in local_sid_destroy_all - - - - --- 2012-01-13 Alexander Graf New
[03/52] KVM: PPC: e500: clear up confusion between host and guest entries - - - - --- 2012-01-13 Alexander Graf New
[04/52] KVM: PPC: e500: MMU API - - - - --- 2012-01-13 Alexander Graf New
[05/52] KVM: PPC: e500: tlbsx: fix tlb0 esel - - - - --- 2012-01-13 Alexander Graf New
[06/52] KVM: PPC: e500: Don't hardcode PIR=0 - - - - --- 2012-01-13 Alexander Graf New
[07/52] KVM: PPC: E500: Support hugetlbfs 1 - - - --- 2012-01-13 Alexander Graf New
[08/52] PPC: Fix race in mtmsr paravirt implementation - - - - --- 2012-01-13 Alexander Graf New
[09/52] Fix DEC truncation for greater than 0xffff_ffff/1000 1 - - - --- 2012-01-13 Alexander Graf New
[10/52] KVM: booke: Do Not start decrementer when SPRN_DEC set 0 - - - - --- 2012-01-13 Alexander Graf New
[11/52] KVM: PPC: booke: check for signals in kvmppc_vcpu_run - - - - --- 2012-01-13 Alexander Graf New
[12/52] KVM: PPC: Rename deliver_interrupts to prepare_to_enter - - - - --- 2012-01-13 Alexander Graf New
[13/52] KVM: PPC: Move prepare_to_enter call site into subarch code - - - - --- 2012-01-13 Alexander Graf New
[14/52] KVM: PPC: booke: Check for MSR[WE] in prepare_to_enter - - - - --- 2012-01-13 Alexander Graf New
[15/52] KVM: PPC: booke: Fix int_pending calculation for MSR[EE] paravirt - - - - --- 2012-01-13 Alexander Graf New
[16/52] KVM: PPC: booke: Paravirtualize wrtee - - - - --- 2012-01-13 Alexander Graf New
[17/52] KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn - - - - --- 2012-01-13 Alexander Graf New
[18/52] KVM: PPC: booke: Improve timer register emulation - - - - --- 2012-01-13 Alexander Graf New
[19/52] KVM: PPC: Book3s: PR: Disable preemption in vcpu_run - - - - --- 2012-01-13 Alexander Graf New
[20/52] KVM: PPC: Book3s: PR: No irq_disable in vcpu_run - - - - --- 2012-01-13 Alexander Graf New
[21/52] KVM: PPC: Use get/set for to_svcpu to help preemption - - - - --- 2012-01-13 Alexander Graf New
[22/52] KVM: PPC: align vcpu_kick with x86 - - - - --- 2012-01-13 Alexander Graf New
[23/52] KVM: PPC: Book3S: PR: Fix signal check race - - - - --- 2012-01-13 Alexander Graf New
[24/52] KVM: PPC: e500: Fix TLBnCFG in KVM_CONFIG_TLB - - - - --- 2012-01-13 Alexander Graf New
[25/52] KVM: PPC: e500: use hardware hint when loading TLB0 entries - - - - --- 2012-01-13 Alexander Graf New
[26/52] KVM: PPC: Avoid patching paravirt template code - - - - --- 2012-01-13 Alexander Graf New
[27/52] KVM: PPC: Make wakeups work again for Book3S HV guests - - - - --- 2012-01-13 Alexander Graf New
[28/52] KVM: PPC: Keep a record of HV guest view of hashed page table entries - - - - --- 2012-01-13 Alexander Graf New
[29/52] KVM: PPC: Keep page physical addresses in per-slot arrays - - - - --- 2012-01-13 Alexander Graf New
[30/52] KVM: PPC: Add an interface for pinning guest pages in Book3s HV guests - - - - --- 2012-01-13 Alexander Graf New
[31/52] KVM: PPC: Make the H_ENTER hcall more reliable - - - - --- 2012-01-13 Alexander Graf New
[32/52] KVM: PPC: Only get pages when actually needed, not in prepare_memory_region() - - - - --- 2012-01-13 Alexander Graf New
[33/52] KVM: PPC: Allow use of small pages to back Book3S HV guests - - - - --- 2012-01-13 Alexander Graf New
[34/52] KVM: PPC: Allow I/O mappings in memory slots - - - - --- 2012-01-13 Alexander Graf New
[35/52] KVM: PPC: Maintain a doubly-linked list of guest HPTEs for each gfn - - - - --- 2012-01-13 Alexander Graf New
[36/52] KVM: PPC: Implement MMIO emulation support for Book3S HV guests - - - - --- 2012-01-13 Alexander Graf New
[37/52] KVM: PPC: Implement MMU notifiers for Book3S HV guests - - - - --- 2012-01-13 Alexander Graf New
[38/52] KVM: Add barriers to allow mmu_notifier_retry to be used locklessly 1 - - - --- 2012-01-13 Alexander Graf New
[39/52] KVM: PPC: Allow for read-only pages backing a Book3S HV guest - - - - --- 2012-01-13 Alexander Graf New
[40/52] KVM: PPC: Fix vcpu_create dereference before validity check. - - - - --- 2012-01-13 Alexander Graf New
[41/52] KVM: PPC: Add KVM_CAP_NR_VCPUS and KVM_CAP_MAX_VCPUS - - - - --- 2012-01-13 Alexander Graf New
[42/52] KVM: PPC: Book3S HV: Keep HPTE locked when invalidating - - - - --- 2012-01-13 Alexander Graf New
[43/52] KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bits - - - - --- 2012-01-13 Alexander Graf New
[44/52] KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hva - - - - --- 2012-01-13 Alexander Graf New
[45/52] KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bit - - - - --- 2012-01-13 Alexander Graf New
[46/52] KVM: PPC: booke: Add booke206 TLB trace - - - - --- 2012-01-13 Alexander Graf New
[47/52] KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUs 1 - - - --- 2012-01-13 Alexander Graf New
[48/52] KVM: PPC: Add generic single register ioctls - - - - --- 2012-01-13 Alexander Graf New
[49/52] KVM: PPC: Add support for explicit HIOR setting - - - - --- 2012-01-13 Alexander Graf New
[50/52] KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code - - - - --- 2012-01-13 Alexander Graf New
[51/52] KVM: PPC: Rename MMIO register identifiers - - - - --- 2012-01-13 Alexander Graf New
[52/52] KVM: PPC: refer to paravirt docs in header file 1 - - - --- 2012-01-13 Alexander Graf New
[1/3] KVM: PPC: Convert RMA allocation into generic code 1 - - - --- 2012-01-18 Alexander Graf New
[2/3] KVM: PPC: Initialize linears with zeros 1 - - - --- 2012-01-18 Alexander Graf New
[3/3] KVM: PPC: Add HPT preallocator - - - - --- 2012-01-18 Alexander Graf New
KVM: PPC: E500: Fail init when not on e500v2 - - - - --- 2012-01-18 Alexander Graf New
[3/3] KVM: PPC: Add HPT preallocator - - - - --- 2012-01-19 Alexander Graf New
KVM: Factor out kvm_vcpu_kick to arch-generic code - - - - --- 2012-01-20 Christoffer Dall New
« 1 2 3 472 73 »