Alexandre Chartre ([email protected])

Number of posts: 408 (0.21 per day)
First post: 2019-01-11 14:18:50
Last post: 2024-05-24 07:05:42

Date List Subject
2020-02-26 16:24:20 linux-kernel [RFC PATCH v3 3/7] mm/asi: Improve TLB flushing when switching to an ASI pagetable
2020-02-26 16:23:50 linux-kernel [RFC PATCH v3 7/7] mm/asi: Implement PTI with ASI
2020-02-26 16:23:33 linux-kernel [RFC PATCH v3 0/7] Kernel Address Space Isolation
2019-11-08 11:10:29 linux-kernel Re: [patch V2 07/17] x86/entry/64: Remove redundant interrupt disable
2019-11-08 10:43:30 linux-kernel Re: [patch V2 06/17] x86/entry/32: Remove redundant interrupt disable
2019-11-06 16:24:51 linux-kernel Re: [patch V2 05/17] x86/traps: Make interrupt enable/disable symmetric in C code
2019-11-06 15:52:22 linux-kernel Re: [patch V2 04/17] x86/entry: Make DEBUG_ENTRY_ASSERT_IRQS_OFF available for 32bit
2019-11-06 15:38:06 linux-kernel Re: [patch V2 03/17] x86/traps: Remove pointless irq enable from do_spurious_interrupt_bug()
2019-11-06 15:32:50 linux-kernel Re: [patch V2 02/17] x86/entry/64: Remove pointless jump in paranoid_exit
2019-11-06 15:30:05 linux-kernel Re: [patch V2 01/17] x86/entry/32: Remove unused resume_userspace label
2019-08-22 16:58:59 linux-kernel Re: [RFC v2 00/27] Kernel Address Space Isolation
2019-07-15 08:25:09 linux-kernel Re: [RFC v2 00/27] Kernel Address Space Isolation
2019-07-12 16:40:17 linux-kernel Re: [RFC v2 00/27] Kernel Address Space Isolation
2019-07-12 14:11:26 linux-kernel Re: [RFC v2 00/27] Kernel Address Space Isolation
2019-07-12 13:53:41 linux-kernel Re: [RFC v2 00/27] Kernel Address Space Isolation
2019-07-12 13:48:03 linux-kernel Re: [RFC v2 00/27] Kernel Address Space Isolation
2019-07-12 12:54:46 linux-kernel Re: [RFC v2 00/27] Kernel Address Space Isolation
2019-07-12 12:23:49 linux-kernel Re: [RFC v2 00/27] Kernel Address Space Isolation
2019-07-12 12:04:29 linux-kernel Re: [RFC v2 00/27] Kernel Address Space Isolation
2019-07-12 08:11:53 linux-kernel Re: [RFC v2 00/27] Kernel Address Space Isolation
2019-07-12 07:51:46 linux-kernel Re: [RFC v2 02/26] mm/asi: Abort isolation on interrupt, exception and context switch
2019-07-12 07:45:40 linux-kernel Re: [RFC v2 01/26] mm/x86: Introduce kernel address space isolation
2019-07-11 21:12:22 linux-kernel Re: [RFC v2 02/26] mm/asi: Abort isolation on interrupt, exception and context switch
2019-07-11 15:26:19 linux-kernel Re: [RFC v2 00/27] Kernel Address Space Isolation
2019-07-11 14:50:31 linux-kernel [RFC v2 26/26] KVM: x86/asi: Map KVM memslots and IO buses into KVM ASI
2019-07-11 14:50:31 linux-kernel [RFC v2 17/26] rcu: Move tree.h static forward declarations to tree.c
2019-07-11 14:48:35 linux-kernel [RFC v2 16/26] mm/asi: Option to map current task into ASI
2019-07-11 14:47:51 linux-kernel [RFC v2 05/26] mm/asi: Add ASI page-table entry offset functions
2019-07-11 14:32:33 linux-kernel [RFC v2 01/26] mm/x86: Introduce kernel address space isolation
2019-07-11 14:32:20 linux-kernel [RFC v2 04/26] mm/asi: Functions to track buffers allocated for an ASI page-table
2019-07-11 14:31:15 linux-kernel [RFC v2 21/26] mm/asi: Make functions to read cr3/cr4 ASI aware
2019-07-11 14:31:11 linux-kernel [RFC v2 23/26] KVM: x86/asi: Introduce KVM address space isolation
2019-07-11 14:31:01 linux-kernel [RFC v2 00/27] Kernel Address Space Isolation
2019-07-11 14:30:41 linux-kernel [RFC v2 22/26] KVM: x86/asi: Introduce address_space_isolation module parameter
2019-07-11 14:30:40 linux-kernel [RFC v2 12/26] mm/asi: Function to copy page-table entries for percpu buffer
2019-07-11 14:30:13 linux-kernel [RFC v2 06/26] mm/asi: Add ASI page-table entry allocation functions
2019-07-11 14:30:03 linux-kernel [RFC v2 24/26] KVM: x86/asi: Populate the KVM ASI page-table
2019-07-11 14:29:57 linux-kernel [RFC v2 14/26] mm/asi: Handle ASI mapped range leaks and overlaps
2019-07-11 14:29:57 linux-kernel [RFC v2 02/26] mm/asi: Abort isolation on interrupt, exception and context switch
2019-07-11 14:29:50 linux-kernel [RFC v2 10/26] mm/asi: Keep track of VA ranges mapped in ASI page-table
2019-07-11 14:29:42 linux-kernel [RFC v2 25/26] KVM: x86/asi: Switch to KVM address space on entry to guest
2019-07-11 14:29:42 linux-kernel [RFC v2 08/26] mm/asi: Functions to populate an ASI page-table from a VA range
2019-07-11 14:29:26 linux-kernel [RFC v2 19/26] mm/asi: Add option to map RCU data
2019-07-11 14:29:26 linux-kernel [RFC v2 20/26] mm/asi: Add option to map cpu_hw_events
2019-07-11 14:29:26 linux-kernel [RFC v2 13/26] mm/asi: Add asi_remap() function
2019-07-11 14:29:10 linux-kernel [RFC v2 18/26] rcu: Make percpu rcu_data non-static
2019-07-11 14:29:04 linux-kernel [RFC v2 15/26] mm/asi: Initialize the ASI page-table with core mappings
2019-07-11 14:28:32 linux-kernel [RFC v2 09/26] mm/asi: Helper functions to map module into ASI
2019-07-11 14:28:27 linux-kernel [RFC v2 11/26] mm/asi: Functions to clear ASI page-table entries for a VA range
2019-07-11 14:28:19 linux-kernel [RFC v2 07/26] mm/asi: Add ASI page-table entry set functions
2019-07-11 14:28:11 linux-kernel [RFC v2 03/26] mm/asi: Handle page fault due to address space isolation