LinuxLists
Users
About
Maciej S. Szmigiero (
[email protected]
)
Number of posts: 804 (0.24 per day)
First post: 2015-02-15 22:39:20
Last post: 2024-04-13 21:15:13
Previous Page
/
Next Page
Date
List
Subject
2022-04-04 23:52:36
linux-kernel
Re: [PATCH 5/8] KVM: SVM: Re-inject INT3/INTO instead of retrying the instruction
2022-04-04 23:41:11
linux-kernel
Re: [PATCH 1/8] KVM: nSVM: Sync next_rip field from vmcb12 to vmcb02
2022-04-04 13:42:11
linux-kernel
Re: [PATCH 3/5] KVM: nSVM: Don't forget about L1-injected events
2022-04-02 14:54:59
linux-kernel
Re: [PATCH 3/5] KVM: nSVM: Don't forget about L1-injected events
2022-03-31 02:39:00
linux-kernel
Re: [PATCH 3/5] KVM: nSVM: Don't forget about L1-injected events
2022-03-26 02:29:16
linux-kernel
Re: [PATCH 00/21] KVM: x86: Event/exception fixes and cleanups
2022-03-25 21:53:06
linux-kernel
Re: [PATCH 00/21] KVM: x86: Event/exception fixes and cleanups
2022-03-11 22:50:56
linux-kernel
[PATCH 4/5] KVM: nSVM: Restore next_rip when doing L1 -> L2 event re-injection
2022-03-11 22:46:24
linux-kernel
[PATCH 2/5] KVM: SVM: Downgrade BUG_ON() to WARN_ON() in svm_inject_irq()
2022-03-11 22:21:42
linux-kernel
[PATCH 0/5] nSVM: L1 -> L2 event injection fixes and a self-test
2022-03-11 21:45:02
linux-kernel
[PATCH 3/5] KVM: nSVM: Don't forget about L1-injected events
2022-03-11 21:25:02
linux-kernel
Re: [PATCH 00/21] KVM: x86: Event/exception fixes and cleanups
2022-03-11 21:04:27
linux-kernel
[PATCH 5/5] KVM: selftests: nSVM: Add svm_nested_soft_inject_test
2022-03-11 05:26:23
linux-kernel
[PATCH 1/5] KVM: nSVM: Sync next_rip field from vmcb12 to vmcb02
2022-03-09 22:34:20
linux-kernel
Re: [PATCH RFC v1 9/9] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()
2022-02-23 22:42:49
linux-kernel
Re: [PATCH v4 12/12] KVM: Expose KVM_MEM_PRIVATE
2022-02-22 05:19:19
linux-kernel
Re: [PATCH v4 12/12] KVM: Expose KVM_MEM_PRIVATE
2022-02-10 22:46:28
linux-kernel
Re: [PATCH] KVM: x86: Fix rmap allocation for very large memslots
2022-01-31 11:40:51
linux-kernel
[PATCH] KVM: x86: Fix rmap allocation for very large memslots
2022-01-26 09:27:12
linux-kernel
Re: [PATCH v4 12/12] KVM: Expose KVM_MEM_PRIVATE
2022-01-21 19:58:25
linux-kernel
Re: [RFC PATCH 6/6] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()
2022-01-20 20:10:06
linux-kernel
Re: [RFC PATCH 6/6] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()
2022-01-20 13:45:10
linux-kernel
Re: [RFC PATCH 6/6] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()
2022-01-18 03:02:57
linux-kernel
Re: [PATCH 00/14] KEYS: Add support for PGP keys and signatures
2022-01-13 01:09:53
linux-crypto
Re: [PATCH 00/14] KEYS: Add support for PGP keys and signatures
2022-01-12 20:15:57
linux-kernel
Re: [PATCH 00/14] KEYS: Add support for PGP keys and signatures
2022-01-11 20:58:42
linux-crypto
Re: [PATCH 00/14] KEYS: Add support for PGP keys and signatures
2022-01-11 20:33:33
linux-kernel
Re: [PATCH 00/14] KEYS: Add support for PGP keys and signatures
2022-01-03 22:09:18
linux-kernel
[PATCH] mm/zswap.c: allow handling just same-value filled pages
2021-12-06 19:57:57
linux-kernel
[PATCH v7 28/29] KVM: Wait 'til the bitter end to initialize the "new" memslot
2021-12-06 19:57:55
linux-kernel
[PATCH v7 29/29] KVM: Dynamically allocate "new" memslots from the get-go
2021-12-06 19:57:49
linux-kernel
[PATCH v7 27/29] KVM: Optimize overlapping memslots check
2021-12-06 19:57:45
linux-kernel
[PATCH v7 26/29] KVM: Optimize gfn lookup in kvm_zap_gfn_range()
2021-12-06 19:57:40
linux-kernel
[PATCH v7 15/29] KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLY
2021-12-06 19:57:37
linux-kernel
[PATCH v7 25/29] KVM: Call kvm_arch_flush_shadow_memslot() on the old slot in kvm_invalidate_memslot()
2021-12-06 19:57:31
linux-kernel
[PATCH v7 24/29] KVM: Keep memslots in tree-based structures instead of array-based ones
2021-12-06 19:57:23
linux-kernel
[PATCH v7 23/29] KVM: s390: Introduce kvm_s390_get_gfn_end()
2021-12-06 19:57:17
linux-kernel
[PATCH v7 22/29] KVM: Use interval tree to do fast hva lookup in memslots
2021-12-06 19:57:12
linux-kernel
[PATCH v7 21/29] KVM: Resolve memslot ID via a hash table instead of via a static array
2021-12-06 19:57:00
linux-kernel
[PATCH v7 20/29] KVM: Move WARN on invalid memslot index to update_memslots()
2021-12-06 19:56:57
linux-kernel
[PATCH v7 19/29] KVM: Integrate gfn_to_memslot_approx() into search_memslots()
2021-12-06 19:56:51
linux-kernel
[PATCH v7 14/29] KVM: x86: Don't assume old/new memslots are non-NULL at memslot commit
2021-12-06 19:56:50
linux-kernel
[PATCH v7 18/29] KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array
2021-12-06 19:56:48
linux-kernel
[PATCH v7 17/29] KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed
2021-12-06 19:56:46
linux-kernel
[PATCH v7 16/29] KVM: Don't make a full copy of the old memslot in __kvm_set_memory_region()
2021-12-06 19:56:28
linux-kernel
[PATCH v7 13/29] KVM: Use prepare/commit hooks to handle generic memslot metadata updates
2021-12-06 19:56:19
linux-kernel
[PATCH v7 12/29] KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
2021-12-06 19:56:15
linux-kernel
[PATCH v7 11/29] KVM: RISC-V: Use "new" memslot instead of userspace memory region
2021-12-06 19:56:14
linux-kernel
[PATCH v7 10/29] KVM: x86: Use "new" memslot instead of userspace memory region
2021-12-06 19:56:03
linux-kernel
[PATCH v7 09/29] KVM: s390: Use "new" memslot instead of userspace memory region
2021-12-06 19:55:59
linux-kernel
[PATCH v7 08/29] KVM: PPC: Avoid referencing userspace memory region in memslot updates