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-10-16 16:19:18 linux-kernel [PATCH v16 055/116] KVM: TDX: TDP MMU TDX support
2023-10-16 16:19:18 linux-kernel [PATCH v16 062/116] KVM: TDX: Implement TDX vcpu enter/exit path
2023-10-16 16:19:11 linux-kernel [PATCH v16 057/116] [MARKER] The start of TDX KVM patch series: TD finalization
2023-10-16 16:18:59 linux-kernel [PATCH v16 064/116] KVM: TDX: restore host xsave state when exit from the guest TD
2023-10-16 16:18:51 linux-kernel [PATCH v16 060/116] KVM: TDX: Finalize VM initialization
2023-10-16 16:18:49 linux-kernel [PATCH v16 061/116] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
2023-10-16 16:18:43 linux-kernel [PATCH v16 056/116] KVM: TDX: MTRR: implement get_mt_mask() for TDX
2023-10-16 16:18:12 linux-kernel [PATCH v16 045/116] KVM: x86/tdp_mmu: Sprinkle __must_check
2023-10-16 16:17:55 linux-kernel [PATCH v16 054/116] KVM: TDX: Require TDP MMU and mmio caching for TDX
2023-10-16 16:17:48 linux-kernel [PATCH v16 044/116] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
2023-10-16 16:17:46 linux-kernel [PATCH v16 053/116] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
2023-10-16 16:17:41 linux-kernel [PATCH v16 049/116] KVM: VMX: Split out guts of EPT violation to common/exposed function
2023-10-16 16:17:40 linux-kernel [PATCH v16 051/116] KVM: TDX: Add accessors VMX VMCS helpers
2023-10-16 16:17:37 linux-kernel [PATCH v16 052/116] KVM: TDX: Add load_mmu_pgd method for TDX
2023-10-16 16:17:28 linux-kernel [PATCH v16 050/116] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
2023-10-16 16:17:24 linux-kernel [PATCH v16 048/116] KVM: x86/mmu: TDX: Do not enable page track for TD guest
2023-10-16 16:17:20 linux-kernel [PATCH v16 042/116] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
2023-10-16 16:17:18 linux-kernel [PATCH v16 046/116] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
2023-10-16 16:16:54 linux-kernel [PATCH v16 041/116] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
2023-10-16 16:16:43 linux-kernel [PATCH v16 040/116] KVM: x86/mmu: Assume guest MMIOs are shared
2023-10-10 08:37:27 linux-kernel [PATCH 07/12] x86/mce/inject: Wire up the x86 MCE injector to FADV_MCE_INJECT
2023-10-10 08:37:23 linux-kernel [PATCH 09/12] KVM: X86: Add debugfs to inject machine check on VM exit
2023-10-10 08:37:16 linux-kernel [PATCH 08/12] x86/mce: Define a notifier chain for mce injector
2023-10-10 08:37:16 linux-kernel [PATCH 12/12] KVM: selftests: hwpoison/mce failure injection
2023-10-10 08:37:13 linux-kernel [PATCH 05/12] mm/fadvise: Add flags to inject hwpoison for posix_fadvise()
2023-10-10 08:37:13 linux-kernel [PATCH 10/12] KVM: selftests: Allow mapping guest memory without host alias
2023-10-10 08:37:12 linux-kernel [PATCH 02/12] X86/mce/inject: Add mcgstatus for mce-inject debugfs
2023-10-10 08:37:06 linux-kernel [PATCH 01/12] x86/mce: Fix hw MCE injection feature detection
2023-10-10 08:36:43 linux-kernel [PATCH 11/12] KVM: selftests: lib: Add src memory type for hwpoison test
2023-10-10 08:36:28 linux-kernel [PATCH 04/12] x86/mce: Move and export inject_mce() from inject.c to core.c
2023-10-10 08:36:24 linux-kernel [PATCH 03/12] x86/mce/inject: Add notrigger entry to suppress MCE injection
2023-10-10 08:36:23 linux-kernel [PATCH 06/12] mm/fadvise: Add FADV_MCE_INJECT flag for posix_fadvise()
2023-10-10 08:36:01 linux-kernel [PATCH 00/12] x86/mce, KVM: X86: KVM memory poison and MCE injector support
2023-09-26 21:20:19 linux-kernel [PATCH] KVM: guest_memfd: Refactor kvm_gmem into inode->i_private
2023-09-22 08:00:48 linux-kernel [RFC PATCH v2 1/6] KVM: gmem: Truncate pages on punch hole
2023-09-22 07:26:13 linux-kernel [RFC PATCH v2 0/6] KVM: gmem: Implement test cases for error_remove_page
2023-09-22 04:28:07 linux-kernel [RFC PATCH v2 3/6] KVM: selftests: Add tests for punch hole on guest_memfd
2023-09-22 02:22:44 linux-kernel [RFC PATCH v2 6/6] KVM: guest_memfd: selftest: Add test case for error_remove_page method
2023-09-22 02:15:47 linux-kernel [RFC PATCH v2 5/6] KVM: selftests: Add test cases for KVM_GUEST_MEMORY_FAILURE
2023-09-21 23:19:15 linux-kernel [RFC PATCH v2 2/6] KVM: selftests: Add negative test cases for punch hole for guest_memfd()
2023-09-21 21:17:50 linux-kernel [RFC PATCH v2 4/6] KVM: gmem: Add ioctl to inject memory failure on guest memfd
2023-09-13 21:35:13 linux-kernel [RFC PATCH 5/6] KVM: selftests: Add selftest for guest_memfd() fibmap
2023-09-13 20:23:30 linux-kernel [RFC PATCH 2/6] KVM: guestmem_fd: Make error_remove_page callback to unmap guest memory
2023-09-13 20:04:40 linux-kernel [RFC PATCH 6/6] KVM: X86: Allow KVM gmem hwpoison test cases
2023-09-13 19:17:25 linux-kernel [RFC PATCH 1/6] KVM: guest_memfd: Add config to show the capability to handle error page
2023-09-13 16:25:49 linux-kernel [RFC PATCH 0/6] KVM: gmem: Implement error_remove_page
2023-09-13 16:11:28 linux-kernel [RFC PATCH 3/6] KVM: guest_memfd, x86: MEMORY_FAULT exit with hw poisoned page
2023-09-13 12:19:53 linux-kernel [RFC PATCH 4/6] KVM: guest_memfd: Implemnet bmap inode operation
2023-08-19 17:05:52 linux-kernel [PATCH 7/8] KVM: gmem: Avoid race with kvm_gmem_release and mmu notifier
2023-07-26 01:21:07 linux-kernel [RFC PATCH v4 11/16] KVM: x86/tdp_mmu: Split the large page when zap leaf
2023-07-26 01:18:05 linux-kernel [RFC PATCH v4 09/16] KVM: TDX: Pass desired page level in err code for page fault handler