messages from 2018-05-21 04:09:24 to 2018-05-23 07:50:00 UTC [more...]
[PATCH 00/10] vfio: ccw: Refactoring the VFIO CCW state machine
2018-05-23 7:50 UTC (11+ messages)
` [PATCH 04/10] vfio: ccw: replace IO_REQ event with SSCH_REQ event
[RFC V4 PATCH 0/8] Packed ring layout for vhost
2018-05-23 7:17 UTC (8+ messages)
` [RFC V4 PATCH 7/8] vhost: packed ring support
[PATCH v4 00/29] KVM: PPC: Book3S PR: Transaction memory support on PR KVM
2018-05-23 7:02 UTC (30+ messages)
` [PATCH v4 01/29] powerpc: export symbol msr_check_and_set()
` [PATCH v4 02/29] powerpc: add TEXASR related macros
` [PATCH v4 03/29] powerpc: export tm_enable()/tm_disable/tm_abort() APIs
` [PATCH v4 04/29] KVM: PPC: Book3S PR: Move kvmppc_save_tm/kvmppc_restore_tm to separate file
` [PATCH v4 05/29] KVM: PPC: Book3S PR: add new parameter (guest MSR) for kvmppc_save_tm()/kvmppc_restore_tm()
` [PATCH v4 06/29] KVM: PPC: Book3S PR: turn on FP/VSX/VMX MSR bits in kvmppc_save_tm()
` [PATCH v4 07/29] KVM: PPC: Book3S PR: add C function wrapper for _kvmppc_save/restore_tm()
` [PATCH v4 08/29] KVM: PPC: Book3S PR: In PR KVM suspends Transactional state when inject an interrupt
` [PATCH v4 09/29] KVM: PPC: Book3S PR: PR KVM pass through MSR TM/TS bits to shadow_msr
` [PATCH v4 10/29] KVM: PPC: Book3S PR: Sync TM bits to shadow msr for problem state guest
` [PATCH v4 11/29] KVM: PPC: Book3S PR: implement RFID TM behavior to suppress change from S0 to N0
` [PATCH v4 12/29] KVM: PPC: Book3S PR: prevent TS bits change in kvmppc_interrupt_pr()
` [PATCH v4 13/29] KVM: PPC: Book3S PR: adds new kvmppc_copyto_vcpu_tm/kvmppc_copyfrom_vcpu_tm API for PR KVM
` [PATCH v4 14/29] KVM: PPC: Book3S PR: add kvmppc_save/restore_tm_sprs() APIs
` [PATCH v4 15/29] KVM: PPC: Book3S PR: add transaction memory save/restore skeleton for PR KVM
` [PATCH v4 16/29] KVM: PPC: Book3S PR: add math support for PR KVM HTM
` [PATCH v4 17/29] KVM: PPC: Book3S PR: make mtspr/mfspr emulation behavior based on active TM SPRs
` [PATCH v4 18/29] KVM: PPC: Book3S PR: always fail transaction in guest privilege state
` [PATCH v4 19/29] KVM: PPC: Book3S PR: enable NV reg restore for reading TM SPR at "
` [PATCH v4 20/29] KVM: PPC: Book3S PR: adds emulation for treclaim
` [PATCH v4 21/29] KVM: PPC: Book3S PR: add emulation for trechkpt in PR KVM
` [PATCH v4 22/29] KVM: PPC: Book3S PR: add emulation for tabort. for privilege guest
` [PATCH v4 23/29] KVM: PPC: Book3S PR: add guard code to prevent returning to guest with PR=0 and Transactional state
` [PATCH v4 24/29] KVM: PPC: Book3S PR: Support TAR handling for PR KVM HTM
` [PATCH v4 25/29] KVM: PPC: Book3S PR: enable HTM for PR KVM for KVM_CHECK_EXTENSION ioctl
` [PATCH v4 26/29] KVM: PPC: move vcpu_load/vcpu_put down to each ioctl case in kvm_arch_vcpu_ioctl
` [PATCH v4 27/29] KVM: PPC: remove load/put vcpu for KVM_GET/SET_ONE_REG ioctl
` [PATCH v4 28/29] KVM: PPC: remove load/put vcpu for KVM_GET_REGS/KVM_SET_REGS
` [PATCH v4 29/29] KVM: PPC: Book3S PR: enable kvmppc_get/set_one_reg_pr() for HTM registers
[PATCH v3 00/29] KVM: PPC: Book3S PR: Transaction memory support on PR KVM
2018-05-23 7:01 UTC (26+ messages)
` [PATCH v3 07/29] KVM: PPC: Book3S PR: add C function wrapper for _kvmppc_save/restore_tm()
` [PATCH v3 08/29] KVM: PPC: Book3S PR: In PR KVM suspends Transactional state when inject an interrupt
` [PATCH v3 09/29] KVM: PPC: Book3S PR: PR KVM pass through MSR TM/TS bits to shadow_msr
` [PATCH v3 10/29] KVM: PPC: Book3S PR: Sync TM bits to shadow msr for problem state guest
` [PATCH v3 11/29] KVM: PPC: Book3S PR: implement RFID TM behavior to suppress change from S0 to N0
` [PATCH v3 12/29] KVM: PPC: Book3S PR: prevent TS bits change in kvmppc_interrupt_pr()
` [PATCH v3 13/29] KVM: PPC: Book3S PR: adds new kvmppc_copyto_vcpu_tm/kvmppc_copyfrom_vcpu_tm API for PR KVM
` [PATCH v3 14/29] KVM: PPC: Book3S PR: add kvmppc_save/restore_tm_sprs() APIs
` [PATCH v3 15/29] KVM: PPC: Book3S PR: add transaction memory save/restore skeleton for PR KVM
` [PATCH v3 16/29] KVM: PPC: Book3S PR: add math support for PR KVM HTM
` [PATCH v3 17/29] KVM: PPC: Book3S PR: make mtspr/mfspr emulation behavior based on active TM SPRs
` [PATCH v3 18/29] KVM: PPC: Book3S PR: always fail transaction in guest privilege state
` [PATCH v3 19/29] KVM: PPC: Book3S PR: enable NV reg restore for reading TM SPR at "
` [PATCH v3 20/29] KVM: PPC: Book3S PR: adds emulation for treclaim
` [PATCH v3 21/29] KVM: PPC: Book3S PR: add emulation for trechkpt in PR KVM
` [PATCH v3 22/29] KVM: PPC: Book3S PR: add emulation for tabort. for privilege guest
` [PATCH v3 23/29] KVM: PPC: Book3S PR: add guard code to prevent returning to guest with PR=0 and Transactional state
` [PATCH v3 24/29] KVM: PPC: Book3S PR: Support TAR handling for PR KVM HTM
` [PATCH v3 25/29] KVM: PPC: Book3S PR: enable HTM for PR KVM for KVM_CHECK_EXTENSION ioctl
` [PATCH v3 26/29] KVM: PPC: move vcpu_load/vcpu_put down to each ioctl case in kvm_arch_vcpu_ioctl
` [PATCH v3 27/29] KVM: PPC: remove load/put vcpu for KVM_GET/SET_ONE_REG ioctl
` [PATCH v3 28/29] KVM: PPC: remove load/put vcpu for KVM_GET_REGS/KVM_SET_REGS
` [PATCH v3 29/29] KVM: PPC: Book3S PR: enable kvmppc_get/set_one_reg_pr() for HTM registers
[PATCH v4 0/2] vfio/mdev: Device namespace protection
2018-05-23 4:53 UTC (9+ messages)
` [PATCH v4 1/2] vfio/mdev: Check globally for duplicate devices
` [PATCH v4 2/2] vfio/mdev: Re-order sysfs attribute creation
[PATCH v3 0/7] KVM: PPC: reimplement mmio emulation with analyse_instr()
2018-05-23 3:06 UTC (10+ messages)
` [PATCH v3 1/7] KVM: PPC: add KVMPPC_VSX_COPY_WORD_LOAD_DUMP type support for mmio emulation
` [PATCH v3 2/7] KVM: PPC: reimplement non-SIMD LOAD/STORE instruction mmio emulation with analyse_intr() input
` [PATCH v3 3/7] KVM: PPC: add giveup_ext() hook for PPC KVM ops
` [PATCH v3 4/7] KVM: PPC: reimplement LOAD_FP/STORE_FP instruction mmio emulation with analyse_intr() input
` [PATCH v3 5/7] KVM: PPC: reimplements LOAD_VSX/STORE_VSX "
` [PATCH v3 6/7] KVM: PPC: expand mmio_vsx_copy_type to mmio_copy_type to cover VMX load/store elem types
` [PATCH v3 7/7] KVM: PPC: reimplements LOAD_VMX/STORE_VMX instruction mmio emulation with analyse_intr() input
[PATCH v4 0/4] vfio: ccw: error handling fixes and improvements
2018-05-23 2:56 UTC (5+ messages)
` [PATCH v4 1/4] vfio: ccw: shorten kernel doc description for pfn_array_pin()
` [PATCH v4 2/4] vfio: ccw: refactor and improve pfn_array_alloc_pin()
` [PATCH v4 3/4] vfio: ccw: set ccw->cda to NULL defensively
` [PATCH v4 4/4] vfio: ccw: add traceponits for interesting error paths
[PATCH v3 0/4] vfio: ccw: error handling fixes and improvements
2018-05-23 2:45 UTC (5+ messages)
` [PATCH v3 1/4] vfio: ccw: shorten kernel doc description for pfn_array_pin()
` [PATCH v3 2/4] vfio: ccw: refactor and improve pfn_array_alloc_pin()
` [PATCH v3 3/4] vfio: ccw: set ccw->cda to NULL defensively
` [PATCH v3 4/4] vfio: ccw: add traceponits for interesting error paths
[PATCH] Fix SSBD not being exposed to guests. (v1)
2018-05-22 23:50 UTC (3+ messages)
` [PATCH] KVM: VMX: Expose SSBD properly to guests
[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
2018-05-22 23:35 UTC (28+ messages)
` [PATCH v2 02/40] iommu/sva: Bind process address spaces to devices
` [PATCH v2 03/40] iommu/sva: Manage process address spaces
` [PATCH v2 05/40] iommu/sva: Track mm changes with an MMU notifier
` [PATCH v2 07/40] iommu: Add a page fault handler
` [PATCH v2 13/40] vfio: Add support for Shared Virtual Addressing
` [PATCH v2 17/40] iommu/arm-smmu-v3: Link domains and devices
` [PATCH v2 35/40] iommu/arm-smmu-v3: Add support for PCI ATS
CONFIG_KCOV causing crash in svm_vcpu_run()
2018-05-22 21:56 UTC (4+ messages)
[PATCH v5 00/13] s390: vfio-ap: guest dedicated crypto adapters
2018-05-22 21:41 UTC (13+ messages)
` [PATCH v5 05/13] s390: vfio-ap: register matrix device with VFIO mdev framework
` [PATCH v5 06/13] KVM: s390: interfaces to manage guest's AP matrix
[PATCH] KVM: Switch 'requests' to be 64-bit (explicitly)
2018-05-22 15:47 UTC (4+ messages)
[PATCH v2 00/12] KVM/X86: Introduce a new guest mapping interface
2018-05-22 15:43 UTC (6+ messages)
[PATCH RFC 0/2] vfio-ccw: support for {halt,clear} subchannel
2018-05-22 15:10 UTC (7+ messages)
` [PATCH RFC 2/2] vfio-ccw: support for halt/clear subchannel
[PATCH v3 0/6] vfio/quirks: ioeventfd support
2018-05-22 14:04 UTC (3+ messages)
` [PATCH v3 1/6] scripts/update-linux-headers: Update handling of __aligned_u64
[PATCH v10 0/5] i386: Enable TOPOEXT to support hyperthreading on AMD CPU
2018-05-22 14:03 UTC (10+ messages)
` [PATCH v10 1/5] i386: Clean up cache CPUID code
` [PATCH v10 2/5] i386: Populate AMD Processor Cache Information for cpuid 0x8000001D
` [PATCH v10 3/5] i386: Add support for CPUID_8000_001E for AMD
` [PATCH v10 4/5] i386: Enable TOPOEXT feature on AMD EPYC CPU
` [PATCH v10 5/5] i386: Remove generic SMT thread check
[PATCH v2 0/5] vfio: ccw: error handling fixes and improvements
2018-05-22 12:55 UTC (7+ messages)
` [PATCH v2 5/5] vfio: ccw: add traceponits for interesting error paths
[RFC PATCH net-next 00/12] XDP batching for TUN/vhost_net
2018-05-22 12:41 UTC (26+ messages)
` [RFC PATCH net-next 01/12] vhost_net: introduce helper to initialize tx iov iter
` [RFC PATCH net-next 02/12] vhost_net: introduce vhost_exceeds_weight()
` [RFC PATCH net-next 03/12] vhost_net: introduce vhost_has_more_pkts()
` [RFC PATCH net-next 04/12] vhost_net: split out datacopy logic
` [RFC PATCH net-next 05/12] vhost_net: batch update used ring for datacopy TX
` [RFC PATCH net-next 06/12] tuntap: enable premmption early
` [RFC PATCH net-next 07/12] tuntap: simplify error handling in tun_build_skb()
` [RFC PATCH net-next 08/12] tuntap: tweak on the path of non-xdp case "
` [RFC PATCH net-next 09/12] tuntap: split out XDP logic
` [RFC PATCH net-next 10/12] vhost_net: build xdp buff
` [RFC PATCH net-next 11/12] vhost_net: passing raw xdp buff to tun
` [RFC PATCH net-next 12/12] vhost_net: batch submitting XDP buffers to underlayer sockets
[PATCH v7 08/13] KVM: arm/arm64: Remove kvm_vgic_vcpu_early_init
2018-05-22 12:22 UTC (4+ messages)
[PATCH net] vhost: synchronize IOTLB message with dev cleanup
2018-05-22 11:58 UTC
[PULL 0/3] Speculative store buffer bypass mitigation (CVE-2018-3639)
2018-05-22 9:59 UTC (5+ messages)
` [PULL 1/3] i386: define the 'ssbd' CPUID feature bit (CVE-2018-3639)
` [PULL 2/3] i386: Define the Virt SSBD MSR and handling of it (CVE-2018-3639)
` [PULL 3/3] i386: define the AMD 'virt-ssbd' CPUID feature bit (CVE-2018-3639)
KASAN: use-after-free Read in vhost_chr_write_iter
2018-05-22 8:42 UTC (8+ messages)
[PATCH v8 00/13] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
2018-05-22 7:55 UTC (14+ messages)
` [PATCH v8 01/13] KVM: arm/arm64: Set dist->spis to NULL after kfree
` [PATCH v8 02/13] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v8 03/13] KVM: arm/arm64: Replace the single rdist region by a list
` [PATCH v8 04/13] KVM: arm/arm64: Helper to locate free rdist index
` [PATCH v8 05/13] KVM: arm/arm64: Revisit Redistributor TYPER last bit computation
` [PATCH v8 06/13] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions
` [PATCH v8 07/13] KVM: arm/arm64: Helper to register a new redistributor region
` [PATCH v8 08/13] KVM: arm/arm64: Remove kvm_vgic_vcpu_early_init
` [PATCH v8 09/13] KVM: arm/arm64: Check vcpu redist base before registering an iodev
` [PATCH v8 10/13] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources
` [PATCH v8 11/13] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v8 12/13] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v8 13/13] KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512
[PATCH v9 00/12] Intel Processor Trace virtualization enabling
2018-05-22 4:52 UTC (13+ messages)
` [PATCH v9 01/12] perf/x86/intel/pt: Move Intel-PT MSRs bit definitions to a public header
` [PATCH v9 02/12] perf/x86/intel/pt: Change pt_cap_get() to a public function
` [PATCH v9 03/12] perf/x86/intel/pt: Add new bit definitions for Intel PT MSRs
` [PATCH v9 04/12] perf/x86/intel/pt: add new capability for Intel PT
` [PATCH v9 05/12] perf/x86/intel/pt: Introduce a new function to get capability of "
` [PATCH v9 06/12] KVM: x86: Add Intel Processor Trace virtualization mode
` [PATCH v9 07/12] KVM: x86: Add Intel Processor Trace cpuid emulation
` [PATCH v9 08/12] KVM: x86: Add Intel Processor Trace context switch for each vcpu
` [PATCH v9 09/12] KVM: x86: Introduce a function to initialize the PT configuration
` [PATCH v9 10/12] KVM: x86: Implement Intel Processor Trace MSRs read/write emulation
` [PATCH v9 11/12] KVM: x86: Set intercept for Intel PT MSRs read/write
` [PATCH v9 12/12] KVM: x86: Disable Intel Processor Trace when VMXON in L1 guest
[PATCH 0/3] i386: speculative store buffer bypass mitigation (CVE-2018-3639)
2018-05-21 21:59 UTC (5+ messages)
` [PATCH 1/3] i386: define the 'ssbd' CPUID feature bit (CVE-2018-3639)
` [PATCH 2/3] i386: define the AMD 'virt-ssbd' "
` [PATCH 3/3] i386: Define the Virt SSBD MSR and handling of it (CVE-2018-3639)
KASAN: use-after-free Read in irq_bypass_unregister_consumer
2018-05-21 17:25 UTC
[PATCH] KVM: X86: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGION
2018-05-21 15:52 UTC (2+ messages)
[PATCH] Use 'imply' with SEV Kconfig CRYPTO dependencies
2018-05-21 15:12 UTC
[PATCH 08/33] vfio: use match_string() helper
2018-05-21 11:57 UTC
[PATCH RESEND] KVM: x86: Expose CLDEMOTE CPU feature to guest VM
2018-05-21 7:20 UTC
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).