virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-26 08:56:43 to 2017-10-12 15:51:14 UTC [more...]

[PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support
 2017-10-12 15:51 UTC  (30+ messages)
` [PATCH v1 02/27] x86: Use symbol name on bug table "
` [PATCH v1 03/27] x86: Use symbol name in jump "
` [PATCH v1 04/27] x86: Add macro to get symbol address "
` [PATCH v1 05/27] x86: relocate_kernel - Adapt assembly "
` [PATCH v1 06/27] x86/entry/64: "
` [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 v16 1/5] lib/xbitmap: Introduce xbitmap
 2017-10-12  3:54 UTC  (23+ messages)
` [PATCH v16 2/5] radix tree test suite: add tests for xbitmap
` [PATCH v16 3/5] virtio-balloon: VIRTIO_BALLOON_F_SG
` [PATCH v16 4/5] mm: support reporting free page blocks
` [PATCH v16 5/5] virtio-balloon: VIRTIO_BALLOON_F_CTRL_VQ
` [PATCH v16 0/5] Virtio-balloon Enhancement

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

[PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
 2017-10-11 20:30 UTC 

[virtio-dev] packed ring layout proposal v3
 2017-10-11 12:22 UTC  (13+ messages)
`  "

[PATCH net-next v2] vhost_net: do not stall on zerocopy depletion
 2017-10-10  3:47 UTC 

[virtio-dev] [RFC] virtio-iommu version 0.4
 2017-10-09 19:46 UTC  (2+ messages)

Call for papers - WorldCIST'18 - Naples, Italy
 2017-10-08 15:06 UTC 

[PATCH net-next v2] vhost_net: do not stall on zerocopy depletion
 2017-10-06 17:22 UTC 

[PATCH 01/13] x86/paravirt: remove wbinvd() paravirt interface
 2017-10-06 16:30 UTC  (19+ messages)
` [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
` [PATCH 11/13] x86/paravirt: Add paravirt alternatives infrastructure
` [PATCH 12/13] objtool: Add support for new .pv_altinstructions section
` [PATCH 13/13] x86/paravirt: Convert natively patched pv ops to use paravirt alternatives
` [Xen-devel] [PATCH 00/13] x86/paravirt: Make pv ops code generation more closely match reality

24e700e291 ("Merge branch 'x86-apic-for-linus' of .."): WARNING: kernel stack regs at 979f9f70 in kworker/u4:1:648 has bad 'bp' value (null)
 2017-10-05 20:37 UTC 

[PATCH RFC 1/2] virtio_net: implement VIRTIO_CONFIG_S_NEEDS_RESET
 2017-10-05 16:18 UTC 

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

[PATCH v2 0/1] linux: Buffers/caches in VirtIO Balloon driver stats
 2017-10-05 13:51 UTC 

x86: PIE support and option to extend KASLR randomization
 2017-10-04 21:19 UTC 

[PATCH 00/13] x86/paravirt: Make pv ops code generation more closely match reality
 2017-10-04 15:58 UTC 

[PATCH net-next] vhost_net: do not stall on zerocopy depletion
 2017-10-02 21:34 UTC  (12+ messages)
    ` [kbuild-all] "

(unknown),
 2017-10-02 18:00 UTC 

mm, virtio: possible OOM lockup at virtballoon_oom_notify()
 2017-10-02 14:31 UTC  (10+ messages)
      ` [RFC] [PATCH] mm,oom: Offload OOM notify callback to a kernel thread

[PATCH v3 0/2] guard virt_spin_lock() with a static key
 2017-10-02 14:19 UTC  (2+ messages)

[PATCH] drm/virtio: Replace instances of reference/unreference with get/put
 2017-10-02  7:49 UTC 

[virtio-dev] Re: [PATCH v15 3/5] virtio-balloon: VIRTIO_BALLOON_F_SG
 2017-09-30  4:24 UTC  (3+ messages)
    ` [PATCH v15 2/5] lib/xbitmap: add xb_find_next_bit() and xb_zero()

[PATCH v16 0/5] Virtio-balloon Enhancement
 2017-09-30  4:05 UTC 

[PATCH] drm/virtio: Replace instances of reference/unreference with get/put
 2017-09-29 10:03 UTC 

[PATCH] drivers/s390/virtio: Remove the old KVM virtio transport
 2017-09-28 15:01 UTC  (6+ messages)

[PATCH net-next RFC 3/5] vhost: introduce vhost_add_used_idx()
 2017-09-28  7:52 UTC  (25+ messages)
` [PATCH net-next RFC 0/5] batched tx processing in vhost_net
  ` [PATCH net-next RFC 2/5] vhost: introduce helper to prefetch desc index
  ` [PATCH net-next RFC 5/5] vhost_net: basic tx virtqueue batched processing

[PATCH net-next] vhost_net: do not stall on zerocopy depletion
 2017-09-28  0:25 UTC 

[PATCH] drivers/s390/virtio: Remove the old KVM virtio transport
 2017-09-27 11:42 UTC 

[PATCH v5 REPOST 0/6] fix hw_random stuck
 2017-09-27  6:35 UTC  (4+ messages)
` [PATCH v5 REPOST 1/6] hw_random: place mutex around read functions and buffers

[PATCH v1 4/4] KVM/vmx: enable lbr for the guest
 2017-09-27  1:27 UTC  (4+ messages)
    ` [PATCH v1 0/4] Enable LBR "

[PATCH] KVM: s390: Disable CONFIG_S390_GUEST_OLD_TRANSPORT by default
 2017-09-26 11:10 UTC  (6+ messages)


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).