virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-08 03:33:45 to 2020-07-14 12:08:53 UTC [more...]

[PATCH v4 00/75] x86: SEV-ES Guest Support
 2020-07-14 12:08 UTC  (52+ messages)
` [PATCH v4 01/75] KVM: SVM: Add GHCB definitions
` [PATCH v4 02/75] KVM: SVM: Add GHCB Accessor functions
` [PATCH v4 03/75] KVM: SVM: Use __packed shorthand
` [PATCH v4 04/75] x86/cpufeatures: Add SEV-ES CPU feature
` [PATCH v4 05/75] x86/traps: Move pf error codes to <asm/trap_pf.h>
` [PATCH v4 06/75] x86/insn: Make inat-tables.c suitable for pre-decompression code
` [PATCH v4 07/75] x86/umip: Factor out instruction fetch
` [PATCH v4 08/75] x86/umip: Factor out instruction decoding
` [PATCH v4 09/75] x86/insn: Add insn_get_modrm_reg_off()
` [PATCH v4 10/75] x86/insn: Add insn_has_rep_prefix() helper
` [PATCH v4 11/75] x86/boot/compressed/64: Disable red-zone usage
` [PATCH v4 12/75] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH v4 13/75] x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
` [PATCH v4 14/75] x86/boot/compressed/64: Add page-fault handler
` [PATCH v4 15/75] x86/boot/compressed/64: Always switch to own page-table
` [PATCH v4 16/75] x86/boot/compressed/64: Don't pre-map memory in KASLR code
` [PATCH v4 17/75] x86/boot/compressed/64: Change add_identity_map() to take start and end
` [PATCH v4 18/75] x86/boot/compressed/64: Add stage1 #VC handler
` [PATCH v4 19/75] x86/boot/compressed/64: Call set_sev_encryption_mask earlier
` [PATCH v4 20/75] x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()
` [PATCH v4 21/75] x86/boot/compressed/64: Add set_page_en/decrypted() helpers
` [PATCH v4 22/75] x86/boot/compressed/64: Setup GHCB Based VC Exception handler
` [PATCH v4 23/75] x86/boot/compressed/64: Unmap GHCB page before booting the kernel
` [PATCH v4 24/75] x86/sev-es: Add support for handling IOIO exceptions
` [PATCH v4 25/75] x86/fpu: Move xgetbv()/xsetbv() into separate header
` [PATCH v4 26/75] x86/sev-es: Add CPUID handling to #VC handler
` [PATCH v4 27/75] x86/idt: Move IDT to data segment
` [PATCH v4 28/75] x86/idt: Split idt_data setup out of set_intr_gate()
` [PATCH v4 29/75] x86/idt: Move two function from k/idt.c to i/a/desc.h
` [PATCH v4 30/75] x86/head/64: Install boot GDT
` [PATCH v4 31/75] x86/head/64: Reload GDT after switch to virtual addresses
` [PATCH v4 32/75] x86/head/64: Load segment registers earlier
` [PATCH v4 33/75] x86/head/64: Switch to initial stack earlier
` [PATCH v4 34/75] x86/head/64: Build k/head64.c with -fno-stack-protector
` [PATCH v4 35/75] x86/head/64: Load IDT earlier
` [PATCH v4 36/75] x86/head/64: Move early exception dispatch to C code
` [PATCH v4 37/75] x86/sev-es: Add SEV-ES Feature Detection
` [PATCH v4 38/75] x86/sev-es: Print SEV-ES info into kernel log
` [PATCH v4 39/75] x86/sev-es: Compile early handler code into kernel image
` [PATCH v4 40/75] x86/sev-es: Setup early #VC handler
` [PATCH v4 41/75] x86/sev-es: Setup GHCB based boot "
` [PATCH v4 42/75] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
` [PATCH v4 43/75] x86/sev-es: Allocate and Map stacks for #VC handler
` [PATCH v4 44/75] x86/sev-es: Allocate and setup IST entry for #VC
` [PATCH v4 45/75] x86/sev-es: Adjust #VC IST Stack on entering NMI handler
` [PATCH v4 46/75] x86/dumpstack/64: Add noinstr version of get_stack_info()
` [PATCH v4 47/75] x86/entry/64: Add entry code for #VC handler
` [PATCH v4 48/75] x86/sev-es: Add Runtime #VC Exception Handler
` [PATCH v4 49/75] x86/sev-es: Wire up existing #VC exit-code handlers
` [PATCH v4 50/75] x86/sev-es: Handle instruction fetches from user-space
` [PATCH v4 51/75] x86/sev-es: Handle MMIO events

[PATCH v6 0/2] s390: virtio: let arch validate VIRTIO features
 2020-07-14 11:55 UTC  (6+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[PATCH 2/2] drm/virtio: Remove open-coded commit-tail function
 2020-07-14  9:13 UTC  (4+ messages)

[PATCH 2/7] kvm/vfio: detect assigned device via irqbypass manager
 2020-07-14  9:03 UTC  (10+ messages)
  ` [PATCH 3/7] vhost_vdpa: implement IRQ offloading functions in vhost_vdpa
  ` [PATCH 4/7] vDPA: implement IRQ offloading helpers in vDPA core
  ` [PATCH 5/7] virtio_vdpa: init IRQ offloading function pointers to NULL
  ` [PATCH 6/7] ifcvf: replace irq_request/free with helpers in vDPA core

[PATCH] virtio_balloon: clear modern features under legacy
 2020-07-14  8:45 UTC  (7+ messages)

[PATCH v3 0/5] Add a vhost RPMsg API
 2020-07-14  8:33 UTC  (9+ messages)
` [PATCH v3 5/5] vhost: add an "

[PATCH] scsi: virtio_scsi: remove unnecessary condition check
 2020-07-14  4:58 UTC  (3+ messages)

[PATCH 00/18] Allow architectures to override __READ_ONCE()
 2020-07-13 12:23 UTC  (25+ messages)
` [PATCH v3 01/19] tools: bpf: Use local copy of headers including uapi/linux/filter.h
` [PATCH v3 02/19] compiler.h: Split {READ,WRITE}_ONCE definitions out into rwonce.h
` [PATCH v3 03/19] asm/rwonce: Allow __READ_ONCE to be overridden by the architecture
` [PATCH v3 04/19] alpha: Override READ_ONCE() with barriered implementation
` [PATCH v3 05/19] asm/rwonce: Remove smp_read_barrier_depends() invocation
` [PATCH v3 06/19] asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'
` [PATCH v3 07/19] vhost: Remove redundant use of read_barrier_depends() barrier
` [PATCH v3 08/19] alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()
` [PATCH v3 09/19] locking/barriers: Remove definitions for [smp_]read_barrier_depends()
` [PATCH v3 10/19] Documentation/barriers: Remove references to [smp_]read_barrier_depends()
` [PATCH v3 11/19] Documentation/barriers/kokr: "
` [PATCH v3 12/19] tools/memory-model: Remove smp_read_barrier_depends() from informal doc
` [PATCH v3 13/19] include/linux: Remove smp_read_barrier_depends() from comments
` [PATCH v3 14/19] checkpatch: Remove checks relating to [smp_]read_barrier_depends()
` [PATCH v3 15/19] arm64: Reduce the number of header files pulled into vmlinux.lds.S
` [PATCH v3 16/19] arm64: alternatives: Split up alternative.h
` [PATCH v3 17/19] arm64: cpufeatures: Add capability for LDAPR instruction
` [PATCH v3 18/19] arm64: alternatives: Remove READ_ONCE() usage during patch operation
` [PATCH v3 19/19] arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=y

[PATCH v2 12/24] scsi: virtio_scsi: Demote seemingly unintentional kerneldoc header
 2020-07-13 11:53 UTC  (3+ messages)

[PATCH] vsock/virtio: annotate 'the_virtio_vsock' RCU pointer
 2020-07-13 10:54 UTC  (3+ messages)

[PATCH] vhost/scsi: fix up req type endian-ness
 2020-07-13  9:29 UTC  (3+ messages)

[RFC]: mm,power: introduce MADV_WIPEONSUSPEND
 2020-07-13  8:02 UTC  (9+ messages)

[vhost:config-endian 38/39] drivers/platform/mellanox/mlxbf-tmfifo.c:1241:22: error: expected ')' before ';' token
 2020-07-13  7:04 UTC 

[PATCH] virtio_ring: sparse warning fixup
 2020-07-13  3:34 UTC  (2+ messages)

[PATCH] virtio_balloon: fix sparse warning
 2020-07-13  3:29 UTC  (3+ messages)

[PATCH] xen: introduce xen_vring_use_dma
 2020-07-13  1:53 UTC  (14+ messages)

[vhost:config-endian 38/39] drivers/platform/mellanox/mlxbf-tmfifo.c:1237:2: error: invalid preprocessing directive #defined; did you mean
 2020-07-12 20:36 UTC 

[PATCH 0/7] *** IRQ offloading for vDPA ***
 2020-07-12 14:52 UTC 

ICITS'21 - 4th Int. Conference on Information Technology & Systems, Santa Elena, Ecuador
 2020-07-12 13:17 UTC 

[vhost:config-endian 22/36] ./usr/include/linux/virtio_9p.h:39:2: error: unknown type name '__virtio16'
 2020-07-12  9:39 UTC 

[vhost:config-endian 33/36] drivers/vdpa/vdpa_sim/vdpa_sim.c:335:21: sparse: sparse: incorrect type in assignment (different base types)
 2020-07-11  8:01 UTC 

[PATCH V6 4/5] iommu/dma-iommu: Use the dev->coherent_dma_mask
 2020-07-10 19:18 UTC  (2+ messages)

sparse warnings in net/vmw_vsock/virtio_transport.c
 2020-07-10 10:41 UTC  (2+ messages)

[PATCH] scsi: virtio_scsi: Remove unnecessary condition checks
 2020-07-10  8:11 UTC  (8+ messages)
          `  "

[PATCH RFC v8 00/11] vhost: ring format independence
 2020-07-10  6:44 UTC  (19+ messages)
` [PATCH RFC v8 02/11] vhost: use batched get_vq_desc version

[PATCH 12/24] scsi: virtio_scsi: Demote seemingly unintentional kerneldoc header
 2020-07-09 18:01 UTC  (2+ messages)

[PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-09 16:06 UTC  (25+ messages)
` [PATCH v3 1/6] powerpc/powernv: must include hvcall.h to get PAPR defines
` [PATCH v3 2/6] powerpc/pseries: move some PAPR paravirt functions to their own file
` [PATCH v3 3/6] powerpc: move spinlock implementation to simple_spinlock
` [PATCH v3 4/6] powerpc/64s: implement queued spinlocks and rwlocks
` [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR

[PATCH] scsi: virtio_scsi: remove unnecessary condition check
 2020-07-09 15:26 UTC  (2+ messages)

[PATCH v3 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-07-09 15:24 UTC  (4+ messages)

[PATCH v5 0/2] s390: virtio: let arch validate VIRTIO features
 2020-07-09 15:06 UTC  (12+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[PATCH] crypto: virtio - constify features[] and id_table[]
 2020-07-09 12:55 UTC  (2+ messages)

[PATCH 0/5] drivers/char: Constify static variables
 2020-07-09 12:54 UTC  (2+ messages)

[PATCH v3 1/4] iomap: Constify ioreadX() iomem argument (as in generic implementation)
 2020-07-09  7:32 UTC  (5+ messages)
` [PATCH v3 2/4] rtl818x: "
` [PATCH v3 3/4] ntb: intel: "
` [PATCH v3 4/4] virtio: pci: "

[PATCH v3 0/4] iomap: Constify ioreadX() iomem argument
 2020-07-09  7:28 UTC 

[PATCH] VIRTIO CORE AND NET DRIVERS: Replace HTTP links with HTTPS ones
 2020-07-09  6:47 UTC 

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-07-09  6:26 UTC  (11+ messages)

[PATCH 00/18] Allow architectures to override __READ_ONCE()
 2020-07-08 18:20 UTC  (14+ messages)
` [PATCH 18/18] arm64: lto: Strengthen READ_ONCE() to acquire when CLANG_LTO=y


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