messages from 2020-03-11 13:55:23 to 2020-03-19 19:41:31 UTC [more...]
[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
2020-03-19 19:41 UTC (84+ messages)
` [PATCH 01/70] KVM: SVM: Add GHCB definitions
` [PATCH 02/70] KVM: SVM: Add GHCB Accessor functions
` [PATCH 03/70] x86/cpufeatures: Add SEV-ES CPU feature
` [PATCH 04/70] x86/traps: Move some definitions to <asm/trap_defs.h>
` [PATCH 05/70] x86/insn: Make inat-tables.c suitable for pre-decompression code
` [PATCH 06/70] x86/umip: Factor out instruction fetch
` [PATCH 07/70] x86/umip: Factor out instruction decoding
` [PATCH 08/70] x86/insn: Add insn_get_modrm_reg_off()
` [PATCH 09/70] x86/insn: Add insn_rep_prefix() helper
` [PATCH 10/70] x86/boot/compressed: Fix debug_puthex() parameter type
` [PATCH 11/70] x86/boot/compressed/64: Disable red-zone usage
` [PATCH 12/70] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH 13/70] x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
` [PATCH 14/70] x86/boot/compressed/64: Add page-fault handler
` [PATCH 15/70] x86/boot/compressed/64: Always switch to own page-table
` [PATCH 16/70] x86/boot/compressed/64: Don't pre-map memory in KASLR code
` [PATCH 17/70] x86/boot/compressed/64: Change add_identity_map() to take start and end
` [PATCH 18/70] x86/boot/compressed/64: Add stage1 #VC handler
` [PATCH 19/70] x86/boot/compressed/64: Call set_sev_encryption_mask earlier
` [PATCH 20/70] x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()
` [PATCH 21/70] x86/boot/compressed/64: Add function to map a page unencrypted
` [PATCH 22/70] x86/boot/compressed/64: Setup GHCB Based VC Exception handler
` [PATCH 23/70] x86/sev-es: Add support for handling IOIO exceptions
` [PATCH 24/70] x86/fpu: Move xgetbv()/xsetbv() into separate header
` [PATCH 25/70] x86/sev-es: Add CPUID handling to #VC handler
` [PATCH 26/70] x86/idt: Move IDT to data segment
` [PATCH 27/70] x86/idt: Split idt_data setup out of set_intr_gate()
` [PATCH 28/70] x86/idt: Move two function from k/idt.c to i/a/desc.h
` [PATCH 29/70] x86/head/64: Install boot GDT
` [PATCH 30/70] x86/head/64: Reload GDT after switch to virtual addresses
` [PATCH 31/70] x86/head/64: Load segment registers earlier
` [PATCH 32/70] x86/head/64: Switch to initial stack earlier
` [PATCH 33/70] x86/head/64: Build k/head64.c with -fno-stack-protector
` [PATCH 34/70] x86/head/64: Load IDT earlier
` [PATCH 35/70] x86/head/64: Move early exception dispatch to C code
` [PATCH 36/70] x86/sev-es: Add SEV-ES Feature Detection
` [PATCH 37/70] x86/sev-es: Compile early handler code into kernel image
` [PATCH 38/70] x86/sev-es: Setup early #VC handler
` [PATCH 39/70] x86/sev-es: Setup GHCB based boot "
` [PATCH 40/70] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
` [PATCH 41/70] x86/sev-es: Add Runtime #VC Exception Handler
` [PATCH 42/70] x86/sev-es: Support nested #VC exceptions
` [PATCH 43/70] x86/sev-es: Wire up existing #VC exit-code handlers
` [PATCH 44/70] x86/sev-es: Handle instruction fetches from user-space
` [PATCH 45/70] x86/sev-es: Harden runtime #VC handler for exceptions "
` [PATCH 46/70] x86/sev-es: Filter exceptions not supported "
` [PATCH 47/70] x86/sev-es: Handle MMIO events
` [PATCH 48/70] x86/sev-es: Handle MMIO String Instructions
` [PATCH 49/70] x86/sev-es: Handle MSR events
` [PATCH 50/70] x86/sev-es: Handle DR7 read/write events
` [PATCH 51/70] x86/sev-es: Handle WBINVD Events
` [PATCH 52/70] x86/sev-es: Handle RDTSC Events
` [PATCH 53/70] x86/sev-es: Handle RDPMC Events
` [PATCH 54/70] x86/sev-es: Handle INVD Events
` [PATCH 55/70] x86/sev-es: Handle RDTSCP Events
` [PATCH 56/70] x86/sev-es: Handle MONITOR/MONITORX Events
` [PATCH 57/70] x86/sev-es: Handle MWAIT/MWAITX Events
` [PATCH 58/70] x86/sev-es: Handle VMMCALL Events
` [PATCH 59/70] x86/sev-es: Handle #AC Events
` [PATCH 60/70] x86/sev-es: Handle #DB Events
` [PATCH 61/70] x86/paravirt: Allow hypervisor specific VMMCALL handling under SEV-ES
` [PATCH 62/70] x86/kvm: Add KVM "
` [PATCH 63/70] x86/vmware: Add VMware specific handling for VMMCALL "
` [PATCH 64/70] x86/realmode: Add SEV-ES specific trampoline entry point
` [PATCH 65/70] x86/realmode: Setup AP jump table
` [PATCH 66/70] x86/head/64: Don't call verify_cpu() on starting APs
` [PATCH 67/70] x86/head/64: Rename start_cpu0
` [PATCH 68/70] x86/sev-es: Support CPU offline/online
` [PATCH 69/70] x86/cpufeature: Add SEV_ES_GUEST CPU Feature
` [PATCH 70/70] x86/sev-es: Add NMI state tracking
[PATCH] iommu/virtio: Reject IOMMU page granule larger than PAGE_SIZE
2020-03-19 18:54 UTC (7+ messages)
[PATCH v1 0/3] drm: drm_encoder_init() => drm_encoder_init_funcs()
2020-03-19 17:05 UTC (6+ messages)
` [PATCH v1 1/3] "
` [PATCH v1 2/3] drm: drm_simple_encoder_init() => drm_encoder_init()
` [PATCH v1 3/3] drm/atmel-hlcdc: Use drm_encoder_init()
[PATCH 00/15 v2] iommu: Move iommu_fwspec out of 'struct device'
2020-03-19 13:11 UTC (32+ messages)
` [PATCH 01/15] iommu: Define dev_iommu_fwspec_get() for !CONFIG_IOMMU_API
` [PATCH 02/15] ACPI/IORT: Remove direct access of dev->iommu_fwspec
` [PATCH 03/15] drm/msm/mdp5: "
` [PATCH 04/15] iommu/tegra-gart: "
` [PATCH 05/15] iommu: Rename struct iommu_param to dev_iommu
` [PATCH 06/15] iommu: Move iommu_fwspec to struct dev_iommu
` [PATCH 07/15] iommu/arm-smmu: Fix uninitilized variable warning
` [PATCH 08/15] iommu: Introduce accessors for iommu private data
` [PATCH 09/15] iommu/arm-smmu-v3: Use accessor functions "
` [PATCH 10/15] iommu/arm-smmu: "
` [PATCH 11/15] iommu/renesas: "
` [PATCH 12/15] iommu/mediatek: "
` [PATCH 13/15] iommu/qcom: "
` [PATCH 14/15] iommu/virtio: "
` [PATCH 15/15] iommu: Move fwspec->iommu_priv to struct dev_iommu
[PATCH V6 0/8] vDPA support
2020-03-19 13:02 UTC (17+ messages)
` [PATCH V6 1/8] vhost: allow per device message handler
` [PATCH V6 2/8] vhost: factor out IOTLB
` [PATCH V6 3/8] vringh: IOTLB support
` [PATCH V6 4/8] vDPA: introduce vDPA bus
` [PATCH V6 5/8] virtio: introduce a vDPA based transport
` [PATCH V6 6/8] vhost: introduce vDPA-based backend
` [PATCH V6 7/8] vdpasim: vDPA device simulator
` [PATCH V6 8/8] virtio: Intel IFC VF driver for VDPA
[PATCH] drm/virtio: fix OOB in virtio_gpu_object_create
2020-03-19 11:02 UTC (2+ messages)
[PATCH v3] drm/bochs: downgrade pci_request_region failure from error to warning
2020-03-19 8:39 UTC (7+ messages)
[PATCH v2 2/3] PCI: Add DMA configuration for virtual platforms
2020-03-18 21:10 UTC (2+ messages)
[PATCH AUTOSEL 4.9 10/15] virtio-blk: fix hw_queue stopped on arbitrary error
2020-03-18 20:56 UTC
[PATCH AUTOSEL 4.14 20/28] virtio-blk: fix hw_queue stopped on arbitrary error
2020-03-18 20:55 UTC
[PATCH AUTOSEL 4.19 23/37] virtio-blk: fix hw_queue stopped on arbitrary error
2020-03-18 20:54 UTC
[PATCH AUTOSEL 5.4 36/73] virtio_ring: Fix mem leak with vring_new_virtqueue()
2020-03-18 20:53 UTC (3+ messages)
` [PATCH AUTOSEL 5.4 37/73] virtio-blk: fix hw_queue stopped on arbitrary error
` [PATCH AUTOSEL 5.4 38/73] virtio_balloon: Adjust label in virtballoon_probe
[RFC PATCH 00/62] Linux as SEV-ES Guest Support
2020-03-17 21:34 UTC (5+ messages)
` [PATCH 38/62] x86/sev-es: Handle instruction fetches from user-space
[RFC for Linux] virtio_balloon: Add VIRTIO_BALLOON_F_THP_ORDER to handle THP spilt issue
2020-03-17 10:13 UTC (9+ messages)
` [RFC for QEMU] virtio-balloon: Add option thp-order to set VIRTIO_BALLOON_F_THP_ORDER
[PATCH RFC v2 00/24] scsi: enable reserved commands for LLDDs
2020-03-17 9:48 UTC (5+ messages)
` [PATCH RFC v2 12/24] hpsa: use reserved commands
[PATCH 0/2] doc: zh_CN: facilitate translation for filesystems
2020-03-16 11:01 UTC (15+ messages)
` [PATCH 1/2] doc: zh_CN: index files in filesystems subdirectory
` [PATCH 2/2] doc: zh_CN: add translation for virtiofs
` [PATCH v2,2/2] "
` [PATCH v2,1/2] doc: zh_CN: index files in filesystems subdirectory
` [PATCH v3,1/2] "
` [PATCH v3,2/2] doc: zh_CN: add translation for virtiofs
[RESEND PATCH v2 6/9] drm/mgag200: Constify ioreadX() iomem argument (as in generic implementation)
2020-03-14 11:02 UTC (4+ messages)
` [RESEND PATCH v2 1/9] iomap: "
[PATCH 0/5] x86/vmware: Steal time accounting support
2020-03-13 13:17 UTC (3+ messages)
[PATCH RESEND] virtio: virtio_pci_legacy: Remove default y from Kconfig
2020-03-11 23:02 UTC (4+ messages)
[PATCH v2 0/3] virtio-iommu on x86 and non-devicetree platforms
2020-03-11 21:48 UTC (5+ messages)
` [PATCH v2 1/3] iommu/virtio: Add topology description to virtio-iommu config space
[PATCH v4 0/1] mm: virtio-balloon fix to go through the -mm tree
2020-03-11 20:22 UTC (3+ messages)
` [PATCH v4] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM
[PATCH v2 00/10] virtio-mem: paravirtualized memory
2020-03-11 17:19 UTC (12+ messages)
` [PATCH v2 01/10] virtio-mem: Paravirtualized memory hotplug
` [PATCH v2 02/10] virtio-mem: Allow to specify an ACPI PXM as nid
` [PATCH v2 03/10] virtio-mem: Paravirtualized memory hotunplug part 1
` [PATCH v2 04/10] virtio-mem: Paravirtualized memory hotunplug part 2
` [PATCH v2 05/10] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [PATCH v2 06/10] virtio-mem: Allow to offline partially unplugged memory blocks
` [PATCH v2 07/10] mm/memory_hotplug: Introduce offline_and_remove_memory()
` [PATCH v2 08/10] virtio-mem: Offline and remove completely unplugged memory blocks
` [PATCH v2 09/10] virtio-mem: Better retry handling
` [PATCH v2 10/10] MAINTAINERS: Add myself as virtio-mem maintainer
[PATCH] iommu/virtio: Fix sparse warning
2020-03-11 15:39 UTC
[PATCH] virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serial
2020-03-11 14:53 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).