messages from 2018-05-16 14:29:10 to 2018-05-21 15:13:58 UTC [more...]
[PATCH v5 00/13] s390: vfio-ap: guest dedicated crypto adapters
2018-05-21 15:13 UTC (22+ messages)
` [PATCH v5 01/13] KVM: s390: Interface to test whether APXA installed
` [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] Use 'imply' with SEV Kconfig CRYPTO dependencies
2018-05-21 15:12 UTC
[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
2018-05-21 14:52 UTC (33+ messages)
` [PATCH v2 01/40] iommu: Introduce Shared Virtual Addressing API
` [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 16/40] arm64: mm: Pin down ASIDs for sharing mm with devices
` [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
KASAN: use-after-free Read in vhost_chr_write_iter
2018-05-21 14:42 UTC (4+ messages)
[RFC PATCH net-next 00/12] XDP batching for TUN/vhost_net
2018-05-21 14:33 UTC (15+ 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
[RFC V4 PATCH 0/8] Packed ring layout for vhost
2018-05-21 12:25 UTC (4+ messages)
[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
[PATCH v3 0/7] KVM: PPC: reimplement mmio emulation with analyse_instr()
2018-05-21 5:24 UTC (8+ 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 v3 00/29] KVM: PPC: Book3S PR: Transaction memory support on PR KVM
2018-05-21 4:09 UTC (30+ messages)
` [PATCH v3 01/29] powerpc: export symbol msr_check_and_set()
` [PATCH v3 02/29] powerpc: add TEXASR related macros
` [PATCH v3 03/29] powerpc: export tm_enable()/tm_disable/tm_abort() APIs
` [PATCH v3 04/29] KVM: PPC: Book3S PR: Move kvmppc_save_tm/kvmppc_restore_tm to separate file
` [PATCH v3 05/29] KVM: PPC: Book3S PR: add new parameter (guest MSR) for kvmppc_save_tm()/kvmppc_restore_tm()
` [PATCH v3 06/29] KVM: PPC: Book3S PR: turn on FP/VSX/VMX MSR bits in kvmppc_save_tm()
` [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] arm64: KVM: reduce guest fpsimd trap
2018-05-21 2:56 UTC (3+ messages)
[PATCH v6 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
2018-05-20 21:28 UTC (3+ messages)
[PATCH v7 00/13] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
2018-05-20 21:22 UTC (14+ messages)
` [PATCH v7 01/13] KVM: arm/arm64: Set dist->spis to NULL after kfree
` [PATCH v7 02/13] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v7 03/13] KVM: arm/arm64: Replace the single rdist region by a list
` [PATCH v7 04/13] KVM: arm/arm64: Helper to locate free rdist index
` [PATCH v7 05/13] KVM: arm/arm64: Revisit Redistributor TYPER last bit computation
` [PATCH v7 06/13] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions
` [PATCH v7 07/13] KVM: arm/arm64: Helper to register a new redistributor region
` [PATCH v7 08/13] KVM: arm/arm64: Remove kvm_vgic_vcpu_early_init
` [PATCH v7 09/13] KVM: arm/arm64: Check vcpu redist base before registering an iodev
` [PATCH v7 10/13] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources
` [PATCH v7 11/13] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v7 12/13] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v7 13/13] KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512
[PATCH v4 0/8] KVM: x86: hyperv: PV TLB flush for Windows guests
2018-05-19 12:17 UTC (20+ messages)
` [PATCH v4 1/8] x86/hyper-v: move struct hv_flush_pcpu{,ex} definitions to common header
` [PATCH v4 2/8] x86/hyperv: fix typo in 'HV_GENERIC_SET_SPARCE_4K' definition
` [PATCH v4 3/8] KVM: x86: hyperv: use defines when parsing hypercall parameters
` [PATCH v4 4/8] KVM: x86: hyperv: do rep check for each hypercall separately
` [PATCH v4 5/8] KVM: introduce kvm_make_vcpus_request_mask() API
` [PATCH v4 6/8] KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implementation
` [PATCH v4 7/8] KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX implementation
` [PATCH v4 8/8] KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capability
[PATCH] KVM: X86: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGION
2018-05-19 6:01 UTC
[PATCH] idr: fix invalid ptr dereference on item delete
2018-05-18 20:29 UTC (2+ messages)
[PATCH v4 0/2] vfio/mdev: Device namespace protection
2018-05-18 19:38 UTC (6+ 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] vfio/mdev: Check globally for duplicate devices
2018-05-18 19:03 UTC (12+ messages)
[PATCH] kvm: rename HINTS_DEDICATED to KVM_HINTS_REALTIME
2018-05-18 17:54 UTC (12+ messages)
[PATCH v2 00/10] KVM: PPC: reimplement mmio emulation with analyse_instr()
2018-05-18 12:30 UTC (9+ messages)
` [PATCH v2 05/10] KVM: PPC: reimplement non-SIMD LOAD/STORE instruction mmio emulation with analyse_intr() input
` [PATCH v2 07/10] KVM: PPC: reimplement LOAD_FP/STORE_FP "
[PATCH v7 0/7] KVM: x86: Allow Qemu/KVM to use PVH entry point
2018-05-18 11:31 UTC (3+ messages)
[PATCH v2] vfio: platform: Fix using devices in PM Domains
2018-05-18 10:55 UTC
[PATCH RESEND v2] i386/kvm: add support for KVM_CAP_X86_DISABLE_EXITS
2018-05-17 18:18 UTC (19+ messages)
[GIT PULL] KVM fixes for Linux 4.17-rc6
2018-05-17 17:21 UTC
[RFC][PATCH] KVM: APPLES can improve the performance of applications and virtualized systems by up to 49%
2018-05-17 16:52 UTC (2+ messages)
` [Xen-devel] "
general protection fault in gfn_to_rmap
2018-05-17 16:42 UTC (3+ messages)
[libvirt] KVM Forum 2018: Call For Participation
2018-05-17 10:52 UTC
[PATCH 0/4] KVM/arm64: Cache maintenance relaxations
2018-05-17 10:35 UTC (5+ messages)
` [PATCH 1/4] arm64: KVM: Add support for Stage-2 control of memory types and cacheability
` [PATCH 2/4] arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is set
` [PATCH 3/4] KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tables
` [PATCH 4/4] arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is present
[PATCH v2 1/1] s390: vfio-ccw: push down unsupported IDA check
2018-05-17 9:42 UTC (3+ messages)
[PATCH v2] vfio/mdev: Check globally for duplicate devices
2018-05-17 3:30 UTC (3+ messages)
[PATCH v9 0/7] i386: Enable TOPOEXT to support hyperthreading on AMD CPU
2018-05-16 20:54 UTC (7+ messages)
` [PATCH v9 3/7] i386: Populate AMD Processor Cache Information for cpuid 0x8000001D
[PATCH 1/1] vfio: ccw: fix error return in vfio_ccw_sch_event
2018-05-16 16:17 UTC (3+ messages)
[PATCH RFC 0/2] vfio-ccw: exploit halt/clear subchannel support
2018-05-16 15:52 UTC (6+ messages)
` [PATCH RFC 1/2] vfio-ccw: forward halt/clear to device if supported
[PATCH] vfio/mdev: Check globally for duplicate devices
2018-05-16 14:38 UTC (4+ 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