virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-10 16:13:41 to 2020-07-15 12:48:38 UTC [more...]

[PATCH v2 0/8] spelling.txt: /decriptors/descriptors/
 2020-07-15 12:48 UTC  (2+ messages)
` [PATCH v2 7/8] mm/balloon_compaction: Fix trivial spelling

[PATCH] virtio-blk: check host supplied logical block size
 2020-07-15 12:10 UTC  (6+ messages)

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

[PATCH 2/7] kvm/vfio: detect assigned device via irqbypass manager
 2020-07-15 11:10 UTC  (19+ 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 v4 00/75] x86: SEV-ES Guest Support
 2020-07-15 10:56 UTC  (100+ 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 v4 52/75] x86/sev-es: Handle MMIO String Instructions
` [PATCH v4 53/75] x86/sev-es: Handle MSR events
` [PATCH v4 54/75] x86/sev-es: Handle DR7 read/write events
` [PATCH v4 55/75] x86/sev-es: Handle WBINVD Events
` [PATCH v4 56/75] x86/sev-es: Handle RDTSC(P) Events
` [PATCH v4 57/75] x86/sev-es: Handle RDPMC Events
` [PATCH v4 58/75] x86/sev-es: Handle INVD Events
` [PATCH v4 59/75] x86/sev-es: Handle MONITOR/MONITORX Events
` [PATCH v4 60/75] x86/sev-es: Handle MWAIT/MWAITX Events
` [PATCH v4 61/75] x86/sev-es: Handle VMMCALL Events
` [PATCH v4 62/75] x86/sev-es: Handle #AC Events
` [PATCH v4 63/75] x86/sev-es: Handle #DB Events
` [PATCH v4 64/75] x86/paravirt: Allow hypervisor specific VMMCALL handling under SEV-ES
` [PATCH v4 65/75] x86/kvm: Add KVM "
` [PATCH v4 66/75] x86/vmware: Add VMware specific handling for VMMCALL "
` [PATCH v4 67/75] x86/realmode: Add SEV-ES specific trampoline entry point
` [PATCH v4 68/75] x86/realmode: Setup AP jump table
` [PATCH v4 69/75] x86/head/64: Setup TSS early for secondary CPUs
` [PATCH v4 70/75] x86/head/64: Don't call verify_cpu() on starting APs
` [PATCH v4 71/75] x86/head/64: Rename start_cpu0
` [PATCH v4 72/75] x86/sev-es: Support CPU offline/online
` [PATCH v4 73/75] x86/sev-es: Handle NMI State
` [PATCH v4 74/75] x86/efi: Add GHCB mappings when SEV-ES is active
` [PATCH v4 75/75] x86/sev-es: Check required CPU features for SEV-ES

[PATCH] virtio_balloon: clear modern features under legacy
 2020-07-15  9:46 UTC  (8+ messages)

AMD IOMMU + SME + amdgpu regression
 2020-07-15  9:17 UTC  (4+ messages)

[PATCH] virtio-rng: return available data with O_NONBLOCK
 2020-07-15  7:05 UTC  (2+ messages)

[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  (3+ 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  (2+ 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  (2+ 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)


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