LinuxLists
Users
About
Junaid Shahid (
[email protected]
)
Number of posts: 102 (0.06 per day)
First post: 2017-04-29 02:32:48
Last post: 2022-03-25 02:47:29
Next Page
Date
List
Subject
2022-03-25 02:47:29
linux-kernel
Re: [RFC PATCH 10/47] mm: asi: Support for global non-sensitive direct map allocations
2022-03-24 23:39:28
linux-kernel
Re: [RFC PATCH 00/47] Address Space Isolation for KVM
2022-03-24 16:59:48
linux-kernel
Re: [RFC PATCH 10/47] mm: asi: Support for global non-sensitive direct map allocations
2022-03-18 00:12:28
linux-kernel
Re: [RFC PATCH 00/47] Address Space Isolation for KVM
2022-03-17 21:56:06
linux-kernel
Re: [RFC PATCH 00/47] Address Space Isolation for KVM
2022-03-16 13:49:43
linux-kernel
Re: [RFC PATCH 04/47] mm: asi: ASI support in interrupts/exceptions
2022-03-15 07:53:13
linux-kernel
Re: [RFC PATCH 04/47] mm: asi: ASI support in interrupts/exceptions
2022-02-24 01:50:21
linux-kernel
[RFC PATCH 06/47] mm: asi: ASI page table allocation and free functions
2022-02-24 01:38:00
linux-kernel
[RFC PATCH 46/47] kvm: asi: Do asi_exit() in vcpu_run loop before returning to userspace
2022-02-24 01:03:05
linux-kernel
[RFC PATCH 14/47] mm: asi: Disable ASI API when ASI is not enabled for a process
2022-02-24 00:58:45
linux-kernel
[RFC PATCH 41/47] mm: asi: Annotation of static variables to be nonsensitive
2022-02-24 00:55:45
linux-kernel
[RFC PATCH 01/47] mm: asi: Introduce ASI core API
2022-02-24 00:34:00
linux-kernel
[RFC PATCH 15/47] kvm: asi: Restricted address space for VM execution
2022-02-23 21:00:16
linux-kernel
[RFC PATCH 12/47] mm: asi: Support for global non-sensitive slab caches
2022-02-23 20:39:22
linux-kernel
[RFC PATCH 36/47] mm: asi: Adding support for dynamic percpu ASI allocations
2022-02-23 19:57:59
linux-kernel
[RFC PATCH 18/47] mm: asi: Support for pre-ASI-init local non-sensitive allocations
2022-02-23 19:16:15
linux-kernel
[RFC PATCH 16/47] mm: asi: Support for mapping non-sensitive pcpu chunks
2022-02-23 19:14:55
linux-kernel
[RFC PATCH 42/47] mm: asi: Annotation of PERCPU variables to be nonsensitive
2022-02-23 17:50:03
linux-kernel
[RFC PATCH 09/47] mm: Add __PAGEFLAG_FALSE
2022-02-23 17:40:04
linux-kernel
[RFC PATCH 19/47] mm: asi: Support for locally nonsensitive page allocations
2022-02-23 17:05:55
linux-kernel
[RFC PATCH 43/47] mm: asi: Annotation of dynamic variables to be nonsensitive
2022-02-23 16:09:50
linux-kernel
[RFC PATCH 35/47] mm: asi: asi_exit() on PF, skip handling if address is accessible
2022-02-23 15:41:24
linux-kernel
[RFC PATCH 25/47] mm: asi: Avoid warning from NMI userspace accesses in ASI context
2022-02-23 15:40:02
linux-kernel
[RFC PATCH 47/47] mm: asi: Properly un/mapping task stack from ASI + tlb flush
2022-02-23 15:24:25
linux-kernel
[RFC PATCH 40/47] mm: asi: support for static percpu DEFINE_PER_CPU*_ASI
2022-02-23 14:19:34
linux-kernel
[RFC PATCH 30/47] mm: asi: Add API for mapping userspace address ranges
2022-02-23 13:50:07
linux-kernel
[RFC PATCH 22/47] mm: asi: Added refcounting when initilizing an asi
2022-02-23 13:45:46
linux-kernel
[RFC PATCH 44/47] kvm: asi: Splitting kvm_vcpu_arch into non/sensitive parts
2022-02-23 13:44:44
linux-kernel
[RFC PATCH 24/47] mm: asi: Support for local non-sensitive slab caches
2022-02-23 12:18:12
linux-kernel
[RFC PATCH 29/47] mm: asi: Reduce TLB flushes when freeing pages asynchronously
2022-02-23 12:00:53
linux-kernel
[RFC PATCH 07/47] mm: asi: Functions to map/unmap a memory range into ASI page tables
2022-02-23 11:41:50
linux-kernel
[RFC PATCH 31/47] mm: asi: Support for non-sensitive SLUB caches
2022-02-23 11:40:55
linux-kernel
[RFC PATCH 20/47] mm: asi: Support for locally non-sensitive vmalloc allocations
2022-02-23 11:37:53
linux-kernel
[RFC PATCH 10/47] mm: asi: Support for global non-sensitive direct map allocations
2022-02-23 11:35:26
linux-kernel
[RFC PATCH 05/47] mm: asi: Make __get_current_cr3_fast() ASI-aware
2022-02-23 11:33:06
linux-kernel
[RFC PATCH 26/47] mm: asi: Use separate PCIDs for restricted address spaces
2022-02-23 10:06:09
linux-kernel
[RFC PATCH 04/47] mm: asi: ASI support in interrupts/exceptions
2022-02-23 10:05:43
linux-kernel
[RFC PATCH 33/47] kvm: asi: Map guest memory into restricted ASI address space
2022-02-23 10:05:02
linux-kernel
[RFC PATCH 45/47] mm: asi: Mapping global nonsensitive areas in asi_global_init
2022-02-23 09:49:55
linux-kernel
[RFC PATCH 27/47] mm: asi: Avoid TLB flushes during ASI CR3 switches when possible
2022-02-23 09:30:05
linux-kernel
[RFC PATCH 08/47] mm: asi: Add basic infrastructure for global non-sensitive mappings
2022-02-23 09:13:33
linux-kernel
[RFC PATCH 03/47] mm: asi: Switch to unrestricted address space when entering scheduler
2022-02-23 08:41:32
linux-kernel
[RFC PATCH 13/47] asi: Added ASI memory cgroup flag
2022-02-23 08:34:36
linux-kernel
[RFC PATCH 11/47] mm: asi: Global non-sensitive vmalloc/vmap support
2022-02-23 08:28:31
linux-kernel
[RFC PATCH 00/47] Address Space Isolation for KVM
2022-02-23 08:21:00
linux-kernel
[RFC PATCH 38/47] mm: asi: ASI annotation support for dynamic modules.
2022-02-23 08:09:45
linux-kernel
[RFC PATCH 17/47] mm: asi: Aliased direct map for local non-sensitive allocations
2022-02-23 08:03:05
linux-kernel
[RFC PATCH 39/47] mm: asi: Skip conventional L1TF/MDS mitigations
2022-02-23 07:50:30
linux-kernel
[RFC PATCH 21/47] mm: asi: Add support for locally non-sensitive VM_USERMAP pages
2022-02-23 07:44:53
linux-kernel
[RFC PATCH 23/47] mm: asi: Add support for mapping all userspace memory into ASI
2022-02-23 07:25:19
linux-kernel
[RFC PATCH 28/47] mm: asi: Avoid TLB flush IPIs to CPUs not in ASI context