Isaku Yamahata ([email protected])

Number of posts: 2369 (1.82 per day)
First post: 2020-11-16 18:31:02
Last post: 2024-06-12 23:36:46

Date List Subject
2023-07-25 22:38:14 linux-kernel [PATCH v15 040/115] KVM: x86/mmu: Assume guest MMIOs are shared
2023-07-25 22:38:04 linux-kernel [PATCH v15 054/115] KVM: TDX: Require TDP MMU and mmio caching for TDX
2023-07-25 22:38:03 linux-kernel [PATCH v15 045/115] KVM: x86/tdp_mmu: Sprinkle __must_check
2023-07-25 22:37:44 linux-kernel [PATCH v15 039/115] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
2023-07-25 22:37:28 linux-kernel [PATCH v15 077/115] KVM: TDX: Implement interrupt injection
2023-07-25 22:37:24 linux-kernel [PATCH v15 078/115] KVM: TDX: Implements vcpu request_immediate_exit
2023-07-25 22:37:23 linux-kernel [PATCH v15 115/115] [MARKER] the end of (the first phase of) TDX KVM patch series
2023-07-25 22:37:23 linux-kernel [PATCH v15 073/115] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
2023-07-25 22:37:17 linux-kernel [PATCH v15 041/115] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
2023-07-25 22:37:09 linux-kernel [PATCH v15 014/115] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
2023-07-25 22:36:55 linux-kernel [PATCH v15 023/115] KVM: TDX: Refuse to unplug the last cpu on the package
2023-07-25 22:36:40 linux-kernel [PATCH v15 024/115] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
2023-07-25 22:25:01 linux-kernel [PATCH v15 056/115] KVM: TDX: MTRR: implement get_mt_mask() for TDX
2023-07-25 22:22:16 linux-kernel [PATCH v15 064/115] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
2023-07-25 22:22:05 linux-kernel [PATCH v15 038/115] KVM: VMX: Introduce test mode related to EPT violation VE
2023-07-25 22:21:27 linux-kernel [PATCH v15 035/115] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
2023-07-25 22:21:25 linux-kernel [PATCH v15 036/115] KVM: x86/mmu: Disallow fast page fault on private GPA
2023-07-25 22:21:23 linux-kernel [PATCH v15 034/115] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_mask/shadow_present_mask
2023-07-25 22:21:23 linux-kernel [PATCH v15 032/115] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
2023-07-25 22:21:12 linux-kernel [PATCH v15 020/115] KVM: TDX: create/destroy VM structure
2023-07-25 22:20:57 linux-kernel [PATCH v15 028/115] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
2023-07-25 22:20:57 linux-kernel [PATCH v15 029/115] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
2023-07-25 22:20:35 linux-kernel [PATCH v15 006/115] KVM: TDX: Add placeholders for TDX VM/vcpu structure
2023-07-25 22:19:55 linux-kernel [PATCH v15 018/115] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
2023-07-25 22:19:52 linux-kernel [PATCH v15 019/115] KVM: x86, tdx: Make KVM_CAP_MAX_VCPUS backend specific
2023-07-25 22:19:09 linux-kernel [PATCH v15 001/115] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
2023-07-25 22:19:04 linux-kernel [PATCH v15 009/115] KVM: TDX: Define TDX architectural definitions
2023-07-25 22:18:51 linux-kernel [PATCH v15 008/115] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
2023-07-25 22:18:48 linux-kernel [PATCH v15 003/115] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
2023-07-21 00:26:08 linux-kernel [RFC PATCH v4 10/10] KVM: X86: KVM_MEM_ENC_OP check if unused field (flags, error) is zero
2023-07-21 00:06:18 linux-kernel [RFC PATCH v4 08/10] KVM: x86: Add gmem hook for invalidating private memory
2023-07-21 00:05:17 linux-kernel [RFC PATCH v4 05/10] KVM: Add new members to struct kvm_gfn_range to operate on
2023-07-21 00:05:17 linux-kernel [RFC PATCH v4 02/10] KVM: x86/mmu: Guard against collision with KVM-defined PFERR_IMPLICIT_ACCESS
2023-07-21 00:01:19 linux-kernel [RFC PATCH v4 03/10] KVM: x86/mmu: Pass around full 64-bit error code for the KVM page fault
2023-07-20 23:57:51 linux-kernel [RFC PATCH v4 04/10] KVM: x86: Introduce PFERR_GUEST_ENC_MASK to indicate fault is private
2023-07-20 23:51:03 linux-kernel [RFC PATCH v4 07/10] KVM: x86: Add gmem hook for initializing private memory
2023-07-20 23:50:57 linux-kernel [RFC PATCH v4 01/10] KVM: x86: Add is_vm_type_supported callback
2023-07-20 23:50:40 linux-kernel [RFC PATCH v4 06/10] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
2023-07-20 23:38:51 linux-kernel [RFC PATCH v4 09/10] KVM: x86: Make struct sev_cmd common for KVM_MEM_ENC_OP
2023-07-20 23:36:14 linux-kernel [RFC PATCH v4 00/10] KVM: guest_memfd(), X86: Common base for SNP and TDX (was KVM: guest memory: Misc enhancement)
2023-07-18 02:11:33 linux-kernel [RFC PATCH] KVM: x86: Make struct sev_cmd common for KVM_MEM_ENC_OP
2023-06-28 22:55:13 linux-kernel [RFC PATCH v3 07/11] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
2023-06-28 22:54:01 linux-kernel [RFC PATCH v3 02/11] KVM: selftests: Fix guest_memfd()
2023-06-28 22:53:57 linux-kernel [RFC PATCH v3 00/11] KVM: guest memory: Misc enhacnement
2023-06-28 22:53:25 linux-kernel [RFC PATCH v3 06/11] KVM: x86: Introduce PFERR_GUEST_ENC_MASK to indicate fault is private
2023-06-28 22:52:39 linux-kernel [RFC PATCH v3 01/11] KVM: selftests: Fix test_add_overlapping_private_memory_regions()
2023-06-28 22:52:38 linux-kernel [RFC PATCH v3 03/11] KVM: selftests: x86: typo in private_mem_conversions_test.c
2023-06-28 22:52:28 linux-kernel [RFC PATCH v3 11/11] KVM: x86: Add gmem hook for invalidating private memory
2023-06-28 22:51:42 linux-kernel [RFC PATCH v3 05/11] KVM: x86/mmu: Pass around full 64-bit error code for the KVM page fault
2023-06-28 22:51:31 linux-kernel [RFC PATCH v3 09/11] KVM: Add new members to struct kvm_gfn_range to operate on
2023-06-28 22:48:28 linux-kernel [RFC PATCH v3 08/11] KVM: Fix set_mem_attr ioctl when error case