public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-05-28 20:30:16 to 2014-05-30 17:16:45 UTC [more...]

does anybody still care about kvm-ia64?
 2014-05-30 17:16 UTC  (2+ messages)

[PATCH v5 0/4] live migration dirty bitmap support for ARMv7
 2014-05-30 16:48 UTC  (4+ messages)
` [PATCH v5 2/4] live migration support for initial write protect of VM

Implement PEBS virtualization for Silvermont
 2014-05-30 16:29 UTC  (13+ 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

[PATCH v2 00/23] MIPS: KVM: Fixes and guest timer rewrite
 2014-05-30 16:16 UTC  (38+ 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

[PULL 00/41] ppc patch queue 2014-05-30
 2014-05-30 16:14 UTC  (52+ 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 13/41] KVM: PPC: Make shared struct aka magic page guest endian
` [PULL 14/41] KVM: PPC: Book3S PR: Do dcbz32 patching with big endian instructions
` [PULL 15/41] KVM: PPC: Book3S: Move little endian conflict to HV KVM
` [PULL 16/41] KVM: PPC: Book3S PR: Ignore PMU SPRs
` [PULL 17/41] KVM: PPC: Book3S PR: Emulate TIR register
` [PULL 18/41] KVM: PPC: Book3S PR: Handle Facility interrupt and FSCR
` [PULL 19/41] KVM: PPC: Book3S PR: Expose TAR facility to guest
` [PULL 20/41] KVM: PPC: Book3S PR: Expose EBB registers
` [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 24/41] KVM: PPC: Disable NX for old magic page using guests
` [PULL 25/41] PPC: KVM: Make NX bit available with magic page
` [PULL 26/41] KVM: PPC: BOOK3S: Always use the saved DAR value
` [PULL 27/41] KVM: PPC: BOOK3S: Remove open coded make_dsisr in alignment handler
` [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 32/41] KVM: PPC: Book3S: Add ONE_REG register names that were missed
` [PULL 33/41] KVM: PPC: Book3S: Move KVM_REG_PPC_WORT to an unused register number
` [PULL 34/41] KVM: PPC: Book3S HV: Fix check for running inside guest in global_invalidates()
` [PULL 35/41] KVM: PPC: Book3S HV: Put huge-page HPTEs in rmap chain for base address
` [PULL 36/41] KVM: PPC: Book3S HV: Fix dirty map for hugepages
` [PULL 37/41] KVM: PPC: Book3S HV: Make sure we don't miss dirty pages
` [PULL 38/41] KVM: PPC: Book3S HV: Work around POWER8 performance monitor bugs
` [PULL 39/41] KVM: PPC: Book3S HV: Fix machine check delivery to guest
` [PULL 40/41] KVM: PPC: Book3S PR: Use SLB entry 0
` [PULL 41/41] KVM: PPC: Book3S PR: Rework SLB switching code

[PATCH v11 00/16] qspinlock: a 4-byte queue spinlock with PV support
 2014-05-30 15:44 UTC  (17+ messages)
` [PATCH v11 01/16] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH v11 02/16] qspinlock, x86: Enable x86-64 to use "
` [PATCH v11 03/16] qspinlock: Add pending bit
` [PATCH v11 04/16] qspinlock: Extract out the exchange of tail code word
` [PATCH v11 05/16] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v11 06/16] qspinlock: prolong the stay in the pending bit path
` [PATCH v11 07/16] qspinlock: Use a simple write to grab the lock, if applicable
` [PATCH v11 08/16] qspinlock: Prepare for unfair lock support
` [PATCH v11 09/16] qspinlock, x86: Allow unfair spinlock in a virtual guest
` [PATCH v11 10/16] qspinlock: Split the MCS queuing code into a separate slowerpath
` [PATCH v11 11/16] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v11 12/16] pvqspinlock, x86: Add PV data structure & methods
` [PATCH v11 13/16] pvqspinlock: Enable coexistence with the unfair lock
` [PATCH v11 14/16] pvqspinlock: Add qspinlock para-virtualization support
` [PATCH v11 15/16] pvqspinlock, x86: Enable PV qspinlock PV for KVM
` [PATCH v11 16/16] pvqspinlock, x86: Enable PV qspinlock for XEN

[PATCH 0/3] New PAPR hypercall plus individual hypercall enables
 2014-05-30  9:44 UTC  (19+ messages)
` [PATCH 1/3] KVM: PPC: Book3S: Controls for in-kernel PAPR hypercall handling
` [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)

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  (13+ messages)
` [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  (9+ messages)
` [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  (4+ 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  (3+ messages)
` [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


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