LinuxLists
Users
About
Hugh Dickins (
[email protected]
)
Number of posts: 2409 (0.47 per day)
First post: 2010-06-20 00:02:59
Last post: 2024-06-12 07:13:04
Previous Page
/
Next Page
Date
List
Subject
2023-06-09 01:34:05
linux-kernel
[PATCH v2 06/32] mm/page_vma_mapped: delete bogosity in page_vma_mapped_walk()
2023-06-09 01:32:39
linux-kernel
[PATCH v2 08/32] mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()
2023-06-09 01:30:47
linux-kernel
[PATCH v2 02/32] mm/migrate: remove cruft from migration_entry_wait()s
2023-06-09 01:29:09
linux-kernel
[PATCH v2 11/32] mm/vmwgfx: simplify pmd & pud mapping dirty helpers
2023-06-09 01:26:06
linux-kernel
[PATCH v2 09/32] mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails
2023-06-09 01:22:56
linux-kernel
[PATCH v2 04/32] mm/pgtable: allow pte_offset_map[_lock]() to fail
2023-06-09 01:21:58
linux-kernel
[PATCH v2 05/32] mm/filemap: allow pte_offset_map_lock() to fail
2023-06-09 01:14:47
linux-kernel
[PATCH v2 03/32] mm/pgtable: kmap_local_page() instead of kmap_atomic()
2023-06-09 01:11:33
linux-kernel
[PATCH v2 01/32] mm: use pmdp_get_lockless() without surplus barrier()
2023-06-09 01:00:22
linux-kernel
[PATCH v2 00/32] mm: allow pte_offset_map[_lock]() to fail
2023-06-08 20:26:55
linux-kernel
[PATCH v2 22/23] x86: sme_populate_pgd() use pte_offset_kernel()
2023-06-08 20:18:26
linux-kernel
[PATCH v2 21/23] x86: Allow get_locked_pte() to fail
2023-06-08 20:17:14
linux-kernel
[PATCH v2 23/23] xtensa: add pte_unmap() to balance pte_offset_map()
2023-06-08 19:57:34
linux-kernel
[PATCH v2 18/23] sparc/hugetlb: pte_alloc_huge() pte_offset_huge()
2023-06-08 19:54:17
linux-kernel
[PATCH v2 08/23] parisc: add pte_unmap() to balance get_ptep()
2023-06-08 19:47:42
linux-kernel
[PATCH v2 19/23] sparc: allow pte_offset_map() to fail
2023-06-08 19:47:14
linux-kernel
[PATCH v2 20/23] sparc: iounit and iommu use pte_offset_kernel()
2023-06-08 19:46:41
linux-kernel
[PATCH v2 10/23] parisc/hugetlb: pte_alloc_huge() pte_offset_huge()
2023-06-08 19:38:11
linux-kernel
[PATCH v2 17/23] sh/hugetlb: pte_alloc_huge() pte_offset_huge()
2023-06-08 19:37:07
linux-kernel
[PATCH v2 16/23] s390: gmap use pte_unmap_unlock() not spin_unlock()
2023-06-08 19:37:07
linux-kernel
[PATCH v2 09/23] parisc: unmap_uncached_pte() use pte_offset_kernel()
2023-06-08 19:36:49
linux-kernel
[PATCH v2 14/23] riscv/hugetlb: pte_alloc_huge() pte_offset_huge()
2023-06-08 19:35:51
linux-kernel
[PATCH v2 11/23] powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()
2023-06-08 19:34:07
linux-kernel
[PATCH v2 13/23] powerpc/hugetlb: pte_alloc_huge()
2023-06-08 19:32:09
linux-kernel
[PATCH v2 12/23] powerpc: allow pte_offset_map[_lock]() to fail
2023-06-08 19:32:00
linux-kernel
[PATCH v2 15/23] s390: allow pte_offset_map_lock() to fail
2023-06-08 19:26:29
linux-kernel
[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
2023-06-08 19:25:39
linux-kernel
[PATCH v2 06/23] microblaze: allow pte_offset_map() to fail
2023-06-08 19:24:13
linux-kernel
[PATCH v2 07/23] mips: update_mmu_cache() can replace __update_tlb()
2023-06-08 19:23:29
linux-kernel
[PATCH v2 03/23] arm64/hugetlb: pte_alloc_huge() pte_offset_huge()
2023-06-08 19:23:23
linux-kernel
[PATCH v2 04/23] ia64/hugetlb: pte_alloc_huge() pte_offset_huge()
2023-06-08 19:21:02
linux-kernel
[PATCH v2 05/23] m68k: allow pte_offset_map[_lock]() to fail
2023-06-08 19:13:34
linux-kernel
[PATCH v2 02/23] arm64: allow pte_offset_map() to fail
2023-06-08 19:13:20
linux-kernel
[PATCH v2 01/23] arm: allow pte_offset_map[_lock]() to fail
2023-06-08 03:55:53
linux-kernel
Re: [PATCH 07/12] s390: add pte_free_defer(), with use of mmdrop_async()
2023-06-08 03:04:44
linux-kernel
Re: [PATCH 07/12] s390: add pte_free_defer(), with use of mmdrop_async()
2023-06-07 04:25:49
linux-kernel
Re: [PATCH 05/12] powerpc: add pte_free_defer() for pgtables sharing page
2023-06-06 06:52:29
linux-kernel
Re: [PATCH 00/12] mm: free retracted page table by RCU
2023-06-06 06:22:25
linux-kernel
Re: [PATCH 09/12] mm/khugepaged: retract_page_tables() without mmap or vma lock
2023-06-06 05:20:29
linux-kernel
Re: [PATCH 07/12] s390: add pte_free_defer(), with use of mmdrop_async()
2023-06-06 04:07:18
linux-kernel
Re: [PATCH 06/12] sparc: add pte_free_defer() for pgtables sharing page
2023-06-06 03:55:25
linux-kernel
Re: [PATCH 05/12] powerpc: add pte_free_defer() for pgtables sharing page
2023-06-06 03:25:23
linux-kernel
Re: [PATCH 00/14] Reduce preallocations for maple tree
2023-06-06 03:23:48
linux-kernel
Re: [PATCH 00/14] Reduce preallocations for maple tree
2023-06-02 07:01:41
linux-kernel
Re: [PATCH 05/12] powerpc: add pte_free_defer() for pgtables sharing page
2023-06-02 06:13:38
linux-kernel
Re: [PATCH 08/12] mm/pgtable: add pte_free_defer() for pgtable as page
2023-06-02 05:43:40
linux-kernel
Re: [PATCH 02/12] mm/pgtable: add PAE safety to __pte_offset_map()
2023-06-02 05:18:37
linux-kernel
Re: [PATCH 10/12] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()
2023-06-02 04:54:12
linux-kernel
Re: [PATCH 00/12] mm: free retracted page table by RCU
2023-06-02 03:26:08
linux-kernel
Re: [PATCH 01/12] mm/pgtable: add rcu_read_lock() and rcu_read_unlock()s
2023-06-02 02:56:58
linux-kernel
Re: [PATCH 01/31] mm: use pmdp_get_lockless() without surplus barrier()