public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-05-27 19:58:08 to 2014-05-30 12:43:02 UTC [more...]

[PULL 00/41] ppc patch queue 2014-05-30
 2014-05-30 12:42 UTC  (26+ messages)
` [PULL 01/41] KVM: PPC: E500: Ignore L1CSR1_ICFI,ICLFR
` [PULL 02/41] KVM: PPC: E500: Add dcbtls emulation
` [PULL 03/41] KVM: PPC: BOOK3S: PR: Enable Little Endian PR guest
` [PULL 04/41] KVM: PPC: BOOK3S: PR: Fix WARN_ON with debug options on
` [PULL 05/41] KVM: PPC: Book3S: PR: Fix C/R bit setting
` [PULL 06/41] KVM: PPC: Book3S_32: PR: Access HTAB in big endian
` [PULL 07/41] KVM: PPC: Book3S_64 "
` [PULL 08/41] KVM: PPC: Book3S_64 PR: Access shadow slb "
` [PULL 09/41] KVM: PPC: Book3S PR: Default to big endian guest
` [PULL 10/41] KVM: PPC: Book3S PR: PAPR: Access HTAB in big endian
` [PULL 11/41] KVM: PPC: Book3S PR: PAPR: Access RTAS "
` [PULL 12/41] KVM: PPC: PR: Fill pvinfo hcall instructions "
` [PULL 16/41] KVM: PPC: Book3S PR: Ignore PMU SPRs
` [PULL 17/41] KVM: PPC: Book3S PR: Emulate TIR register
` [PULL 21/41] KVM: PPC: Book3S PR: Expose TM registers
` [PULL 22/41] KVM: PPC: BOOK3S: HV: Prefer CMA region for hash page table allocation
` [PULL 23/41] KVM: PPC: BOOK3S: HV: Add mixed page-size support for guest
` [PULL 26/41] KVM: PPC: BOOK3S: Always use the saved DAR value
` [PULL 28/41] PPC: ePAPR: Fix hypercall on LE guest
` [PULL 29/41] KVM: PPC: Graciously fail broken LE hypercalls
` [PULL 30/41] KVM: PPC: MPIC: Reset IRQ source private members
` [PULL 31/41] KVM: PPC: Add CAP to indicate hcall fixes
` [PULL 33/41] KVM: PPC: Book3S: Move KVM_REG_PPC_WORT to an unused register number
` [PULL 36/41] KVM: PPC: Book3S HV: Fix dirty map for hugepages
` [PULL 41/41] KVM: PPC: Book3S PR: Rework SLB switching code

[PATCH v2 00/23] MIPS: KVM: Fixes and guest timer rewrite
 2014-05-30 11:07 UTC  (37+ messages)
` [PATCH v2 01/23] MIPS: KVM: Allocate at least 16KB for exception handlers
` [PATCH v2 02/23] MIPS: Export local_flush_icache_range for KVM
` [PATCH v2 03/23] MIPS: KVM: Use local_flush_icache_range to fix RI on XBurst
` [PATCH v2 04/23] MIPS: KVM: Use tlb_write_random
` [PATCH v2 05/23] MIPS: KVM: Add CP0_EPC KVM register access
` [PATCH v2 06/23] MIPS: KVM: Move KVM_{GET,SET}_ONE_REG definitions into kvm_host.h
` [PATCH v2 07/23] MIPS: KVM: Add CP0_Count/Compare KVM register access
` [PATCH v2 08/23] MIPS: KVM: Add CP0_UserLocal "
` [PATCH v2 09/23] MIPS: KVM: Add CP0_HWREna "
` [PATCH v2 10/23] MIPS: KVM: Deliver guest interrupts after local_irq_disable()
` [PATCH v2 11/23] MIPS: KVM: Fix timer race modifying guest CP0_Cause
` [PATCH v2 12/23] MIPS: KVM: Migrate hrtimer to follow VCPU
` [PATCH v2 13/23] MIPS: KVM: Rewrite count/compare timer emulation
` [PATCH v2 14/23] MIPS: KVM: Override guest kernel timer frequency directly
` [PATCH v2 15/23] MIPS: KVM: Add master disable count interface
` [PATCH v2 16/23] MIPS: KVM: Add count frequency KVM register
` [PATCH v2 17/23] MIPS: KVM: Make kvm_mips_comparecount_{func,wakeup} static
` [PATCH v2 18/23] MIPS: KVM: Whitespace fixes in kvm_mips_callbacks
` [PATCH v2 19/23] MIPS: KVM: Fix kvm_debug bit-rottage
` [PATCH v2 20/23] MIPS: KVM: Remove ifdef DEBUG around kvm_debug
` [PATCH v2 21/23] MIPS: KVM: Quieten kvm_info() logging
` [PATCH v2 22/23] MIPS: KVM: Remove redundant NULL checks before kfree()
` [PATCH v2 23/23] MIPS: KVM: Remove redundant semicolon

[PATCH 0/3] New PAPR hypercall plus individual hypercall enables
 2014-05-30  9:44 UTC  (21+ messages)
` [PATCH 1/3] KVM: PPC: Book3S: Controls for in-kernel PAPR hypercall handling
` [PATCH 2/3] KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabled
` [PATCH 3/3] KVM: PPC: Book3S HV: Add H_SET_MODE hcall handling
      ` [PATCH v2 "
          ` powerpc/pseries: Use new defines when calling h_set_mode

[GIT PULL 0/6] KVM: s390: Fixes and cleanups for 3.16
 2014-05-30  9:00 UTC  (7+ messages)
` [GIT PULL 1/6] KVM: s390: Add a generic function for translating guest addresses
` [GIT PULL 2/6] KVM: s390: Enable DAT support for TPROT handler
` [GIT PULL 3/6] KVM: s390: clean up interrupt injection in sigp code
` [GIT PULL 4/6] KVM: s390: check the given debug flags, not the set ones
` [GIT PULL 5/6] KVM: s390: a VCPU is already started when delivering interrupts
` [GIT PULL 6/6] KVM: s390: Intercept the tprot instruction

[RFC] Implement Batched (group) ticket lock
 2014-05-30  8:53 UTC  (10+ messages)

Implement PEBS virtualization for Silvermont
 2014-05-30  8:21 UTC  (9+ messages)
` [PATCH 1/4] perf: Add PEBS virtualization enable "
` [PATCH 2/4] perf: Allow guest PEBS for KVM owned counters
` [PATCH 3/4] perf: Handle guest PEBS events with a fake event
` [PATCH 4/4] kvm: Implement PEBS virtualization

Some more basic questions
 2014-05-30  6:48 UTC  (5+ messages)

NOTICE
 2014-05-30  2:59 UTC 

[RFC PATCH v5 00/11] VFIO support for platform devices
 2014-05-30  0:36 UTC  (6+ messages)
` [RFC PATCH v5 01/11] driver core: platform: add device binding path 'driver_override'
  ` [RFC PATCH v5_v2 "

Get back to me
 2014-05-29 22:43 UTC 

[PATCH] MIPS: KVM: remove the stale memory alias support function unalias_gfn
 2014-05-29 19:38 UTC  (2+ messages)

[PATCH v6 0/4] live migration dirty bitmap support for ARMv7
 2014-05-29 19:10 UTC  (22+ messages)
` [PATCH v6 2/4] live migration support for initial write protect of VM
` [PATCH v6 3/4] live migration support for VM dirty log management
` [PATCH v6 4/4] add 2nd stage page fault handling during live migration

Divide error in kvm_unlock_kick()
 2014-05-29 18:03 UTC  (4+ messages)

Question about MSR_K7_HWCR in kvm_set_msr_common
 2014-05-29 13:51 UTC  (2+ messages)

[PATCH v2 0/9] arm64: KVM: debug infrastructure support
 2014-05-29  8:55 UTC  (19+ messages)
` [PATCH v2 3/9] arm64: KVM: add trap handlers for AArch64 debug registers
` [PATCH v2 4/9] arm64: KVM: common infrastructure for handling AArch32 CP14/CP15
` [PATCH v2 7/9] arm64: KVM: add trap handlers for AArch32 debug registers
` [PATCH v2 9/9] arm64: KVM: enable trapping of all "

About releasing vcpu when closing vcpu fd
 2014-05-29  8:12 UTC  (2+ messages)

[PATCH 00/15] MIPS: Add mips_paravirt
 2014-05-28 23:18 UTC  (9+ messages)
` [PATCH 11/15] MIPS: paravirt: Add pci controller for virtio
` [PATCH 15/15] MIPS: paravirt: Provide _machine_halt function to exit VM on shutdown of guest

[PATCH v3] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-05-28 22:09 UTC  (5+ messages)

[PATCH v2 00/13] MIPS: Add mips_paravirt
 2014-05-28 21:52 UTC  (14+ messages)
` [PATCH v2 01/13] MIPS: OCTEON: Enable use of FPU
` [PATCH v2 02/13] MIPS: Move system level config items from CPU_CAVIUM_OCTEON to CAVIUM_OCTEON_SOC
` [PATCH v2 03/13] MIPS: OCTEON: Move CAVIUM_OCTEON_CVMSEG_SIZE to CPU_CAVIUM_OCTEON
` [PATCH v2 04/13] MIPS: Don't use RI/XI with 32-bit kernels on 64-bit CPUs
` [PATCH v2 05/13] MIPS: Don't build fast TLB refill handler with 32-bit kernels
` [PATCH v2 06/13] MIPS: Add minimal support for OCTEON3 to c-r4k.c
` [PATCH v2 07/13] MIPS: Add function get_ebase_cpunum
` [PATCH v2 08/13] MIPS: OCTEON: Add OCTEON3 to __get_cpu_type
` [PATCH v2 09/13] MIPS: Add functions for hypervisor call
` [PATCH v2 10/13] MIPS: Add code for new system 'paravirt'
` [PATCH v2 11/13] MIPS: paravirt: Add pci controller for virtio
` [PATCH v2 12/13] MIPS: Enable build for new system 'paravirt'
` [PATCH v2 13/13] MIPS: Add minimal defconfig for mips_paravirt

[PATCH v3 00/12] kvm tools: Misc patches (mips support)
 2014-05-28 20:28 UTC  (13+ messages)
` [PATCH v3 01/12] kvm tools: Print message on failure of KVM_CREATE_VM
` [PATCH v3 02/12] kvm tools: Fix print format warnings
` [PATCH v3 03/12] kvm tools: Move definition of TERM_MAX_DEVS to header
` [PATCH v3 04/12] kvm tools: Allow to load ELF binary
` [PATCH v3 05/12] kvm tools: Introduce weak (default) load_bzimage function
` [PATCH v3 06/12] kvm tools, mips: Add MIPS support
` [PATCH v3 07/12] kvm tools: Provide per arch macro to specify type for KVM_CREATE_VM
` [PATCH v3 08/12] kvm tools, mips: Enable build of mips support
` [PATCH v3 09/12] kvm tools: Handle virtio/pci I/O space as little endian
` [PATCH v3 10/12] kvm tools, mips: Add support for loading elf binaries
` [PATCH v3 11/12] kvm tools: Modify term_putc to write more than one char
` [PATCH v3 12/12] kvm tools: Return number of bytes written by term_putc

[PATCH 00/21] MIPS: KVM: Fixes and guest timer rewrite
 2014-05-28 16:24 UTC  (7+ messages)
` [PATCH 14/21] MIPS: KVM: Add nanosecond count bias KVM register

[PATCH v2 1/2] KVM: PPC: Book3S PR: Use SLB entry 0
 2014-05-28 14:22 UTC  (2+ messages)
` [PATCH v2 2/2] KVM: PPC: Book3S PR: Rework SLB switching code

[PATCH] KVM: PPC: Book3S PR: Rework SLB switching code
 2014-05-28 14:13 UTC  (3+ messages)

[PATCH] kvmtool: virtio: pass trapped vcpu to IO accessors
 2014-05-28 13:51 UTC  (2+ messages)

release VCPUs while VM is running,
 2014-05-28 13:16 UTC  (2+ messages)

[PATCH 0/8] Bug fixes for HV KVM, v2
 2014-05-28 12:14 UTC  (2+ messages)

[Bug 76331] New: kernel BUG at drivers/iommu/intel-iommu.c:844!
 2014-05-28 10:41 UTC  (2+ messages)
` [Bug 76331] "

[GIT PULL RESEND] KVM fixes for 3.15-rc6
 2014-05-28  8:23 UTC 

[GIT PULL] KVM fixes for 3.15-rc6
 2014-05-27 23:01 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox