Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2015-05-08 04:28:53 to 2015-08-04 07:33:57 UTC [more...]

[kvm-unit-tests PATCH 00/14] ppc64: initial drop
 2015-08-04  7:33 UTC  (25+ messages)
` [kvm-unit-tests PATCH 01/14] lib: asm-generic: add missing casts
` [kvm-unit-tests PATCH 02/14] lib: share arm-selftest utility functions
` [kvm-unit-tests PATCH 03/14] config: no need to mix arch makefiles
` [kvm-unit-tests PATCH 04/14] powerpc/ppc64: start skeleton framework
` [kvm-unit-tests PATCH 05/14] powerpc/pp64: ppc-ify makefiles and linker script
` [kvm-unit-tests PATCH 06/14] powerpc/ppc64: add boot rom source
` [kvm-unit-tests PATCH 07/14] powerpc/ppc64: add bootloader to bounce into memory
` [kvm-unit-tests PATCH 08/14] powerpc/ppc64: add HV putchar
` [kvm-unit-tests PATCH 09/14] powerpc/ppc64: adapt arm's setup
` [kvm-unit-tests PATCH 10/14] powerpc/ppc64: relocate linker VMAs
` [kvm-unit-tests PATCH 11/14] powerpc/ppc64: add rtas_power_off
` [kvm-unit-tests PATCH 12/14] scripts: add exit code snooper
` [kvm-unit-tests PATCH 13/14] powerpc/ppc64: add run script and unittests.cfg
` [kvm-unit-tests PATCH 14/14] mkstandalone: add support for powerpc

[PATCH] powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers
 2015-08-03  1:35 UTC  (6+ messages)
`  "

[PATCH v5 1/2] perf,kvm/ppc: Add kvm_perf.h for powerpc
 2015-07-31 23:42 UTC 

[PATCH 00/14] kvmtool: Refactor kernel image loading to allow pipes
 2015-07-30 10:52 UTC  (15+ messages)
` [PATCH 01/14] Refactor kernel image loading
` [PATCH 02/14] arm/powerpc: remove unneeded seeks in kernel loading
` [PATCH 03/14] x86: allow pipes for bzImage kernel images
` [PATCH 04/14] x86: support loading flat binary kernel images from a pipe
` [PATCH 05/14] kvmtool: introduce pseek
` [PATCH 06/14] MIPS: use pseek() in ELF kernel image loading
` [PATCH 07/14] MIPS: move ELF headers loading outside of load_elf_binary()
` [PATCH 08/14] MIPS: remove seeks from load_flat_binary()
` [PATCH 09/14] arm: move kernel loading into arm/kvm.c
` [PATCH 10/14] provide generic read_file() implementation
` [PATCH 11/14] arm/arm64: use read_file() in kernel and initrd loading
` [PATCH 12/14] powerpc: "
` [PATCH 13/14] MIPS: use read wrappers in kernel loading
` [PATCH 14/14] x86: "

[PATCH 0/3] PPC HV bug fixes + hcalls for FreeBSD
 2015-07-27 17:31 UTC  (3+ messages)
` [PATCH 3/3] KVM: PPC: Book3S HV: Implement H_CLEAR_REF and H_CLEAR_MOD

[PATCH 0/2] Two fixes for dynamic micro-threading
 2015-07-24 11:45 UTC  (8+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: Fix preempted vcore list locking
` [PATCH 2/2] KVM: PPC: Book3S HV: Fix preempted vcore stolen time calculation

[PATCH v2 1/3] drivers/xen/preempt: use need_resched() instead of should_resched()
 2015-07-20 13:41 UTC  (7+ messages)
` [PATCH v2 2/3] KVM: PPC: Book3S HV: Use "
` [PATCH v2 3/3] sched/preempt: fix cond_resched_lock() and cond_resched_softirq()
` [Xen-devel] [PATCH v2 1/3] drivers/xen/preempt: use need_resched() instead of should_resched()

[PATCH v3 1/1] KVM: PPC: Book3S: correct width in XER handling
 2015-07-16 21:13 UTC  (3+ messages)

BUG: sleeping function called from ras_epow_interrupt context
 2015-07-16 17:39 UTC  (6+ messages)

[PATCH] KVM: Add Kconfig option to signal cross-endian guests
 2015-07-13  9:24 UTC  (8+ messages)

[RFC PATCH 0/6] add defer mechanism to ksm to make it more suitable for Android devices
 2015-07-07 19:47 UTC  (12+ messages)
` [RFC PATCH 1/6] mm: add defer mechanism to ksm to make it more suitable
` [RFC PATCH 2/6] mm: change the condition of identifying hugetlb vm
` [RFC PATCH 3/6] perf: "
` [RFC PATCH 4/6] fs/binfmt_elf.c: "
` [RFC PATCH 5/6] x86/mm: "
` [RFC PATCH 6/6] powerpc/kvm: "

[PATCH 0/5] PPC: Current patch queue for HV KVM
 2015-07-02 10:38 UTC  (10+ messages)
` [PATCH 1/5] KVM: PPC: Book3S HV: Make use of unused threads when running guests
` [PATCH 2/5] KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8
  ` [PATCH v2 "
    ` [PATCH v3] "
` [PATCH 3/5] KVM: PPC: Book3S HV: Fix race in reading change bit when removing HPTE
` [PATCH 4/5] KVM: PPC: Book3S HV: Fix bug in dirty page tracking
` [PATCH 5/5] KVM: PPC: Book3S HV: Implement H_CLEAR_REF and H_CLEAR_MOD

[kvm-ppc:kvm-ppc-queue 6/9] kernel/fork.c:99:0: warning: "MAX_THREADS" redefined
 2015-07-01 15:11 UTC 

[PATCH 0/2] KVM: PPC: Book3S HV: Dynamic micro-threading/split-core
 2015-06-24 10:33 UTC  (9+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: Make use of unused threads when running guests
` [PATCH 2/2] KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8
  ` [PATCH v2] "

[PATCH 1/2] powerpc: Define the hcall opcodes & return values we need
 2015-06-23 10:33 UTC  (8+ messages)
` [PATCH 2/2] powerpc: Enable 32-bit build

[PATCH 0/3] kvmtool: fixes for PowerPC
 2015-06-21 20:01 UTC  (15+ messages)
` [PATCH 1/3] powerpc: implement barrier primitives
` [PATCH 2/3] powerpc: use default endianness for converting guest/init
` [PATCH 3/3] powerpc: add hvcall.h header from Linux
      ` [PATCH v2] "

[PATCH] kvmtool: Makefile: allow overriding CC and LD
 2015-06-19 10:23 UTC  (5+ messages)

[RFC PATCH] perf/kvm: Guest Symbol Resolution for powerpc
 2015-06-18  0:15 UTC  (6+ messages)

[PATCH] treewide: Fix typo compatability -> compatibility
 2015-06-11  4:23 UTC  (8+ messages)

[PATCH v2 1/1] KVM: PPC: Book3S: correct width in XER handling
 2015-05-26 23:55 UTC  (3+ messages)

[PATCH 1/1] KVM: PPC: Book3S: correct width in XER handling
 2015-05-26  0:23 UTC  (7+ messages)

[PATCH] KVM: PPC: add missing pt_regs initialization
 2015-05-25 22:05 UTC  (2+ messages)

[PATCH] KVM: PPC: check for lookup_linux_ptep() returning NULL
 2015-05-25 21:01 UTC  (3+ messages)

[PATCH] KVM: PPC: Remove PPC970 from KVM_BOOK3S_64_HV text in Kconfig
 2015-05-25 21:01 UTC  (3+ messages)

[PATCH] KVM: PPC: Fix warnings from sparse
 2015-05-25 21:01 UTC  (2+ messages)

[PATCH] KVM: PPC: fix suspicious use of conditional operator
 2015-05-25 20:44 UTC  (2+ messages)

[PATCH][RFC] KVM: PPC: fix suspicious use of conditional operator
 2015-05-22 19:20 UTC  (2+ messages)

[PATCH] book3s_hv_rmhandlers:Pass the correct trap argument to kvmhv_commence_exit
 2015-05-21  8:39 UTC 

[PATCH v3 1/2] perf/kvm: Port perf kvm to powerpc
 2015-05-21  4:15 UTC  (8+ messages)

[PATCH v4 1/2] perf/kvm: Port perf kvm to powerpc
 2015-05-21  3:56 UTC  (2+ messages)
` [PATCH v4 2/2] perf/kvm: Support HCALL events

[PATCH v4 1/3] kvm/powerpc: Export kvm exit reasons
 2015-05-21  3:55 UTC  (3+ messages)
` [PATCH v4 2/3] kvm/powerpc: Add exit reason for return code 0x0
` [PATCH v4 3/3] kvm/powerpc: Export HCALL reason codes

[RFC PATCH 0/1] perf/script: Ganged exits and VM topology
 2015-05-15  4:26 UTC  (2+ messages)
` [RFC PATCH 1/1] perf/script: Script to display the ganged exits count on powerpc

[PATCH v3 1/3] kvm/powerpc: Export kvm exit reasons
 2015-05-13  3:21 UTC  (5+ messages)
` [PATCH v3 3/3] kvm/powerpc: Export HCALL reason codes

[PATCH] KVM: PPC: Book3S HV: Fix list traversal in error case
 2015-05-10 15:05 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: Replace kvmppc_find_vcpu() with kvm_get_vcpu()
 2015-05-08  9:01 UTC  (4+ messages)


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