LinuxLists
Users
About
Michel Lespinasse (
[email protected]
)
Number of posts: 157 (0.31 per day)
First post: 2021-04-07 13:51:41
Last post: 2022-08-31 21:26:45
Next Page
Date
List
Subject
2022-08-31 21:26:45
linux-kernel
[PATCH] Remove unused variable i in process_mem_region()
2022-08-31 02:44:36
linux-kernel
[PATCH 0/4] Remove unused variables resulting in CONFIG_EFI warnings
2022-08-31 02:36:21
linux-kernel
[PATCH 1/4] Remove unused variable et in efi_get_system_table()
2022-08-31 01:53:48
linux-kernel
[PATCH 3/4] Remove unused variable ret in efi_get_conf_table()
2022-08-31 01:53:32
linux-kernel
[PATCH 2/4] Remove unused variable nr_tables in efi_get_rsdp_addr()
2022-08-31 01:52:40
linux-kernel
[PATCH 4/4] Remove unused variable ret in __efi_get_rsdp_addr()
2022-07-31 00:04:15
linux-kernel
Re: [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
2022-07-30 09:57:46
linux-kernel
Re: [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
2022-07-30 09:54:32
linux-kernel
Re: [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
2022-07-29 10:28:33
linux-kernel
Re: [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
2022-07-25 19:51:34
linux-kernel
Re: [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
2022-05-17 02:02:04
linux-kernel
Re: Re: [PATCH] mm: fix align-error when get_addr in unmapped_area_topdown
2022-05-09 12:22:57
linux-kernel
Re: Re: [PATCH] mm: fix align-error when get_addr in unmapped_area_topdown
2022-02-09 10:00:37
linux-kernel
Re: [PATCH v2 00/35] Speculative page faults
2022-02-09 06:37:13
linux-kernel
Re: [PATCH v2 13/35] x86/mm: attempt speculative mm faults first
2022-02-08 15:38:03
linux-kernel
Re: [PATCH v2 03/35] mmap locking API: name the return values
2022-02-07 21:00:50
linux-kernel
Re: [PATCH v2 33/35] arm64/mm: attempt speculative mm faults first
2022-02-07 15:16:55
linux-kernel
Re: [PATCH v2 12/35] mm: separate mmap locked assertion from find_vma
2022-02-01 15:42:08
linux-kernel
Re: [PATCH v2 33/35] arm64/mm: attempt speculative mm faults first
2022-02-01 09:47:47
linux-kernel
Re: [mm] fa5331bae2: canonical_address#:#[##]
2022-01-31 11:52:49
linux-kernel
Re: [PATCH v2 12/35] mm: separate mmap locked assertion from find_vma
2022-01-31 11:46:08
linux-kernel
Re: [PATCH v2 18/35] mm: implement speculative handling in do_anonymous_page()
2022-01-31 11:05:09
linux-kernel
[PATCH v2 33/35] arm64/mm: attempt speculative mm faults first
2022-01-31 11:05:09
linux-kernel
[PATCH v2 16/35] mm: implement speculative handling in __handle_mm_fault().
2022-01-31 11:05:09
linux-kernel
[PATCH v2 30/35] mm: create new include/linux/vm_event.h header file
2022-01-31 11:05:09
linux-kernel
[PATCH v2 28/35] mm: disable speculative faults for single threaded user space
2022-01-31 11:04:18
linux-kernel
[PATCH v2 05/35] do_anonymous_page: reduce code duplication
2022-01-31 11:04:17
linux-kernel
[PATCH v2 06/35] mm: introduce CONFIG_SPECULATIVE_PAGE_FAULT
2022-01-31 11:03:55
linux-kernel
[PATCH v2 24/35] mm: write lock mmu_notifier_lock when registering mmu notifiers
2022-01-31 11:03:53
linux-kernel
[PATCH v2 21/35] mm: enable speculative fault handling in do_numa_page()
2022-01-31 11:03:43
linux-kernel
[PATCH v2 03/35] mmap locking API: name the return values
2022-01-31 11:03:43
linux-kernel
[PATCH v2 26/35] mm: implement speculative handling in wp_page_copy()
2022-01-31 11:03:43
linux-kernel
[PATCH v2 19/35] mm: enable speculative fault handling through do_anonymous_page()
2022-01-31 11:03:43
linux-kernel
[PATCH v2 27/35] mm: implement and enable speculative fault handling in handle_pte_fault()
2022-01-31 11:03:43
linux-kernel
[PATCH v2 17/35] mm: add pte_map_lock() and pte_spinlock()
2022-01-31 11:03:37
linux-kernel
[PATCH v2 22/35] percpu-rwsem: enable percpu_sem destruction in atomic context
2022-01-31 11:03:36
linux-kernel
[PATCH v2 34/35] powerpc/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
2022-01-31 11:03:35
linux-kernel
[PATCH v2 31/35] mm: anon spf statistics
2022-01-31 11:03:34
linux-kernel
[PATCH v2 29/35] mm: disable rcu safe vma freeing for single threaded user space
2022-01-31 11:03:34
linux-kernel
[PATCH v2 35/35] powerpc/mm: attempt speculative mm faults first
2022-01-31 11:03:33
linux-kernel
[PATCH v2 23/35] mm: add mmu_notifier_lock
2022-01-31 11:03:33
linux-kernel
[PATCH v2 32/35] arm64/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
2022-01-31 11:03:32
linux-kernel
[PATCH v2 20/35] mm: implement speculative handling in do_numa_page()
2022-01-31 11:03:32
linux-kernel
[PATCH v2 25/35] mm: add mmu_notifier_trylock() and mmu_notifier_unlock()
2022-01-31 11:03:01
linux-kernel
[PATCH v2 07/35] x86/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
2022-01-31 11:03:00
linux-kernel
[PATCH v2 18/35] mm: implement speculative handling in do_anonymous_page()
2022-01-31 11:02:59
linux-kernel
[PATCH v2 04/35] do_anonymous_page: use update_mmu_tlb()
2022-01-31 11:02:57
linux-kernel
[PATCH v2 08/35] mm: add FAULT_FLAG_SPECULATIVE flag
2022-01-31 11:02:56
linux-kernel
[PATCH v2 13/35] x86/mm: attempt speculative mm faults first
2022-01-31 11:02:55
linux-kernel
[PATCH v2 09/35] mm: add do_handle_mm_fault()
2022-01-31 11:02:53
linux-kernel
[PATCH v2 02/35] mmap locking API: mmap_lock_is_contended returns a bool