virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-11 20:30:06 to 2017-11-04 11:28:47 UTC [more...]

[PATCH v17 1/6] lib/xbitmap: Introduce xbitmap
 2017-11-04 11:28 UTC  (11+ messages)
` [PATCH v17 2/6] radix tree test suite: add tests for xbitmap
` [PATCH v17 3/6] mm/balloon_compaction.c: split balloon page allocation and enqueue
` [PATCH v17 4/6] virtio-balloon: VIRTIO_BALLOON_F_SG
` [PATCH v17 5/6] mm: support reporting free page blocks
` [PATCH v17 6/6] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ

[PATCH v2 0/1] linux: Buffers/caches in VirtIO Balloon driver stats
 2017-11-03 11:27 UTC  (6+ messages)
  ` [PATCH v2 1/1] virtio_balloon: include buffers and cached memory statistics

[PATCH v1 1/3] virtio-balloon: replace the coarse-grained balloon_lock
 2017-11-03  8:35 UTC  (15+ messages)
` [PATCH v1 2/3] virtio-balloon: deflate up to oom_pages on OOM
` [PATCH v1 3/3] virtio-balloon: stop inflating when OOM occurs
` [PATCH v1 0/3] Virtio-balloon Improvement

[PATCH v17 0/6] Virtio-balloon Enhancement
 2017-11-03  8:13 UTC 

Possible unsafe usage of skb->cb in virtio-net
 2017-11-03  4:57 UTC  (2+ messages)

[PATCH-tip v2 1/2] x86/paravirt: Add kernel parameter to choose paravirt lock type
 2017-11-02 13:28 UTC  (5+ messages)
` [PATCH-tip v2 2/2] x86/xen: Deprecate xen_nopvspin

Virtio BoF minutes from KVM Forum 2017
 2017-11-02  8:18 UTC  (7+ messages)

[PATCH net-next] vhost_net: conditionally enable tx polling
 2017-11-02  3:16 UTC  (4+ messages)

[PATCH-tip v2 0/2] x86/paravirt: Enable users to choose PV lock type
 2017-11-01 20:58 UTC 

[PATCH] x86/paravirt: Add kernel parameter to choose paravirt lock type
 2017-11-01 19:42 UTC  (4+ messages)

[PATCH] x86/paravirt: Add kernel parameter to choose paravirt lock type
 2017-11-01 15:32 UTC 

[PATCH net-next] vhost_net: conditionally enable tx polling
 2017-10-31 10:27 UTC 

packed ring layout proposal v3
 2017-10-30 16:30 UTC  (7+ messages)

[PATCH] virtio/ringtest: virtio_ring: fix up need_event math
 2017-10-30 13:00 UTC  (2+ messages)

[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
 2017-10-30  9:56 UTC  (5+ messages)

[PATCH] virtio_balloon: fix deadlock on OOM
 2017-10-30  9:48 UTC  (5+ messages)

(unknown),
 2017-10-29  9:46 UTC 

[PATCH v6] x86: use lock+addl for smp_mb()
 2017-10-27 16:14 UTC 

[PATCH] virtio/ringtest: fix up need_event math
 2017-10-27 13:16 UTC  (3+ messages)

[PATCH] x86: Remove unnecessary return from void function
 2017-10-27  8:48 UTC  (2+ messages)

[PATCH] maintainers: drop Chris Wright from pvops
 2017-10-27  4:23 UTC  (4+ messages)

BUG: unable to handle kernel paging request in vsock_diag_dump
 2017-10-26 18:27 UTC  (4+ messages)

[PATCH] virtio/ringtest: fix up need_event math
 2017-10-26  1:48 UTC 

[RFC] virtio-iommu version 0.5
 2017-10-25 12:05 UTC  (8+ messages)

[PATCH 11/13] x86/paravirt: Add paravirt alternatives infrastructure
 2017-10-25 11:25 UTC  (26+ messages)
        ` [Xen-devel] "
  ` [PATCH 01/13] x86/paravirt: remove wbinvd() paravirt interface
  ` [PATCH 02/13] x86/paravirt: Fix output constraint macro names
  ` [PATCH 03/13] x86/paravirt: Convert native patch assembly code strings to macros
  ` [PATCH 04/13] x86/paravirt: Convert DEF_NATIVE macro to GCC extended asm syntax
  ` [PATCH 05/13] x86/paravirt: Move paravirt asm macros to paravirt-asm.h
  ` [PATCH 06/13] x86/paravirt: Clean up paravirt-asm.h
  ` [PATCH 07/13] x86/paravirt: Simplify ____PVOP_CALL()
  ` [PATCH 08/13] x86/paravirt: Clean up paravirt_types.h
  ` [PATCH 09/13] x86/asm: Convert ALTERNATIVE*() assembler macros to preprocessor macros
  ` [PATCH 10/13] x86/alternative: Support indirect call replacement

a570843ee9 ("virtio_blk: Fix an SG_IO regression"): kernel BUG at include/linux/scatterlist.h:92!
 2017-10-25  1:57 UTC 

BUG: unable to handle kernel paging request in vsock_diag_dump
 2017-10-24 15:14 UTC 

[RFC] virtio-iommu version 0.5
 2017-10-23  9:32 UTC 

Call for papers - WorldCIST'18 - Naples, Italy
 2017-10-21 20:59 UTC 

[PATCH v1 06/27] x86/entry/64: Adapt assembly for PIE support
 2017-10-20 17:52 UTC  (38+ messages)
` [PATCH v1 07/27] x86: pm-trace - "
` [PATCH v1 08/27] x86/CPU: "
` [PATCH v1 09/27] x86/acpi: "
` [PATCH v1 10/27] x86/boot/64: "
` [PATCH v1 11/27] x86/power/64: "
` [PATCH v1 12/27] x86/paravirt: "
` [PATCH v1 13/27] x86/boot/64: Use _text in a global "
` [PATCH v1 14/27] x86/percpu: Adapt percpu "
` [PATCH v1 15/27] compiler: Option to default to hidden symbols
` [PATCH v1 16/27] x86/relocs: Handle PIE relocations
` [PATCH v1 17/27] xen: Adapt assembly for PIE support
` [PATCH v1 18/27] kvm: "
` [PATCH v1 19/27] x86: Support global stack cookie
` [PATCH v1 20/27] x86/ftrace: Adapt function tracing for PIE support
` [PATCH v1 21/27] x86/mm/dump_pagetables: Fix address markers index on x86_64
` [PATCH v1 22/27] x86/modules: Add option to start module section after kernel
` [PATCH v1 23/27] x86/modules: Adapt module loading for PIE support
` [PATCH v1 24/27] x86/mm: Make the x86 GOT read-only
` [PATCH v1 25/27] x86/pie: Add option to build the kernel as PIE
` [PATCH v1 26/27] x86/relocs: Add option to generate 64-bit relocations
` [PATCH v1 27/27] x86/kaslr: Add option to extend KASLR range from 1GB to 3GB
` [PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
  ` [PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support

[PATCH v1 0/3] Virtio-balloon Improvement
 2017-10-20 11:54 UTC 

[PATCH] virtio: avoid possible OOM lockup at virtballoon_oom_notify()
 2017-10-19 13:00 UTC  (12+ messages)

[PATCH v16 5/5] virtio-balloon: VIRTIO_BALLOON_F_CTRL_VQ
 2017-10-19  8:07 UTC  (3+ messages)

CFP ICEIS 2018 - 20th Int.l Conf. on Enterprise Information Systems (Funchal, Madeira/Portugal)
 2017-10-18  9:24 UTC 

[PATCH net-next] virtio_net: implement VIRTIO_CONFIG_S_NEEDS_RESET
 2017-10-17  3:44 UTC  (8+ messages)

CFP VEHITS 2018 - 4th Int.l Conf. on Vehicle Technology and Intelligent Transport Systems (Funchal, Madeira/Portugal)
 2017-10-16 17:57 UTC 

CFP SMARTGREENS 2018 - 7th Int.l Conf. on Smart Cities and Green ICT Systems (Funchal, Madeira/Portugal)
 2017-10-16 17:57 UTC 

CFP IoTBDS 2018 - 3rd Int.l Conf. on Internet of Things, Big Data and Security (Funchal, Madeira/Portugal)
 2017-10-16 17:56 UTC 

CFP CLOSER 2018 - 8th Int.l Conf. on Cloud Computing and Services Science (Funchal, Madeira/Portugal)
 2017-10-16 17:56 UTC 

(unknown),
 2017-10-15 12:17 UTC 

[PATCH net-next] virtio_net: implement VIRTIO_CONFIG_S_NEEDS_RESET
 2017-10-13 15:51 UTC 

[PATCH] virtio_balloon: fix deadlock on OOM
 2017-10-13 13:21 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).