David Hildenbrand ([email protected])

Number of posts: 8795 (3.18 per day)
First post: 2016-11-16 12:34:39
Last post: 2024-06-14 12:43:29

Date List Subject
2024-06-11 09:36:25 linux-kernel Re: [PATCH 0/5] cleanups, fixes, and progress towards avoiding "make headers"
2024-06-11 09:33:21 linux-kernel Re: [PATCH 0/5] cleanups, fixes, and progress towards avoiding "make headers"
2024-06-11 09:21:48 linux-kernel Re: [PATCH v1 2/2] mm/highmem: make nr_free_highpages() return "unsigned long"
2024-06-11 08:27:56 linux-kernel Re: [PATCH v1 2/3] mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() instead of PageReserved()
2024-06-10 08:56:35 linux-kernel Re: [PATCH v1 3/3] mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages when offlining
2024-06-10 08:56:20 linux-kernel Re: [PATCH v1 2/3] mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() instead of PageReserved()
2024-06-10 08:44:06 linux-kernel Re: [PATCH v1 1/3] mm: pass meminit_context to __free_pages_core()
2024-06-10 08:33:12 linux-kernel Re: [PATCH v2 2/2] mm: set pte writable while pte_soft_dirty() is true in do_swap_page()
2024-06-10 08:31:06 linux-kernel Re: [PATCH v2 1/2] mm: introduce pmd|pte_needs_soft_dirty_wp helpers for softdirty write-protect
2024-06-10 08:25:21 linux-kernel Re: [PATCH v1 2/2] mm/highmem: make nr_free_highpages() return "unsigned long"
2024-06-10 08:23:12 linux-kernel Re: [PATCH v1 2/2] mm/highmem: make nr_free_highpages() return "unsigned long"
2024-06-08 16:04:09 linux-kernel Re: [PATCH] mm/gup: don't check page lru flag before draining it
2024-06-07 21:05:08 linux-kernel Re: [PATCH v1 1/2] mm/highmem: reimplement totalhigh_pages() by walking zones
2024-06-07 19:04:04 linux-kernel Re: [PATCH] mm: zswap: add VM_BUG_ON() if large folio swapin is attempted
2024-06-07 18:53:10 linux-kernel Re: [PATCH] mm: zswap: add VM_BUG_ON() if large folio swapin is attempted
2024-06-07 18:41:13 linux-kernel Re: [PATCH v1 1/3] mm: pass meminit_context to __free_pages_core()
2024-06-07 12:27:01 linux-kernel [PATCH v1 6/6] Documentation/admin-guide/mm/pagemap.rst: drop "Using pagemap to do something useful"
2024-06-07 12:26:32 linux-kernel [PATCH v1 5/6] fs/proc: move page_mapcount() to fs/proc/internal.h
2024-06-07 12:25:34 linux-kernel [PATCH v1 4/6] fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea how often"
2024-06-07 12:25:27 linux-kernel [PATCH v1 3/6] fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPs
2024-06-07 12:25:13 linux-kernel [PATCH v1 2/6] fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENT
2024-06-07 12:24:42 linux-kernel [PATCH v1 1/6] fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THP
2024-06-07 12:24:31 linux-kernel [PATCH v1 0/6] fs/proc: move page_mapcount() to fs/proc/internal.h
2024-06-07 11:16:30 linux-kernel Re: [PATCH v2 1/2] mm: clear pte for folios that are zero filled
2024-06-07 10:40:14 linux-kernel Re: [PATCH v3 0/6] add mTHP support for anonymous shmem
2024-06-07 10:13:33 linux-kernel Re: [RFC 1/3] mm/ksm: add anonymous check in find_mergeable_vma
2024-06-07 09:28:29 linux-kernel [PATCH v1 2/3] mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() instead of PageReserved()
2024-06-07 09:27:53 linux-kernel [PATCH v1 1/3] mm: pass meminit_context to __free_pages_core()
2024-06-07 09:15:55 linux-kernel [PATCH v1 3/3] mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages when offlining
2024-06-07 09:10:03 linux-kernel [PATCH v1 0/3] mm/memory_hotplug: use PageOffline() instead of PageReserved() for !ZONE_DEVICE
2024-06-07 08:47:38 linux-kernel Re: [PATCH] mm: introduce pmd|pte_need_soft_dirty_wp helpers for softdirty write-protect
2024-06-07 08:37:48 linux-kernel [PATCH v1 2/2] mm/highmem: make nr_free_highpages() return "unsigned long"
2024-06-07 08:37:41 linux-kernel [PATCH v1 1/2] mm/highmem: reimplement totalhigh_pages() by walking zones
2024-06-07 08:37:29 linux-kernel [PATCH v1 0/2] mm/highmem: don't track highmem pages manually
2024-06-07 07:56:46 linux-kernel Re: [PATCH linux-next v2] mm: huge_memory: fix misused mapping_large_folio_support() for anon folios
2024-06-07 07:11:55 linux-kernel Re: [PATCH] mm: zswap: add VM_BUG_ON() if large folio swapin is attempted
2024-06-06 21:18:20 linux-kernel Re: [PATCH] mm: zswap: add VM_BUG_ON() if large folio swapin is attempted
2024-06-06 21:09:29 linux-kernel Re: [PATCH v3] selftests/mm: use asm volatile to not optimize mmap read variable
2024-06-06 20:23:02 linux-kernel Re: [PATCH] mm: zswap: add VM_BUG_ON() if large folio swapin is attempted
2024-06-06 20:22:12 linux-kernel Re: [PATCH] selftests/mm: use volatile keyword to not optimize mmap read variable
2024-06-06 18:43:31 linux-kernel Re: [PATCH v2] mm: convert page type macros to enum
2024-06-06 16:38:30 linux-kernel Re: [PATCH] selftests/mm: use volatile keyword to not optimize mmap read variable
2024-06-06 16:35:48 linux-kernel Re: [PATCH] selftests/mm: use volatile keyword to not optimize mmap read variable
2024-06-06 09:42:18 linux-kernel Re: [PATCH v6 2/3] mm/rmap: integrate PMD-mapped folio splitting into pagewalk loop
2024-06-06 08:52:37 linux-kernel Re: [v4 PATCH] arm64: mm: force write fault for atomic RMW instructions
2024-06-06 08:49:43 linux-kernel Re: [PATCH v3 0/6] add mTHP support for anonymous shmem
2024-06-06 08:33:44 linux-kernel Re: [PATCH v11 09/12] mm: implement LUF(Lazy Unmap Flush) defering tlb flush when folios get unmapped
2024-06-06 08:30:36 linux-kernel Re: [PATCH v3 0/3] A Solution to Re-enable hugetlb vmemmap optimize
2024-06-06 08:14:05 linux-kernel Re: [PATCH v2] mm/memory_hotplug: prevent accessing by index=-1
2024-06-06 08:07:00 linux-kernel Re: [PATCH v6 2/3] mm/rmap: integrate PMD-mapped folio splitting into pagewalk loop
2024-06-06 08:03:48 linux-kernel Re: [PATCH v6 2/3] mm/rmap: integrate PMD-mapped folio splitting into pagewalk loop