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-05-14 20:40:51 linux-kernel Re: [PATCH v2 6/8] riscv: Enable memory hotplugging for RISC-V
2024-05-14 20:39:46 linux-kernel Re: [PATCH v2 5/8] riscv: mm: Take memory hotplug read-lock during kernel page table dump
2024-05-14 16:07:17 linux-kernel Re: [PATCH v2 3/8] riscv: mm: Refactor create_linear_mapping_range() for memory hot add
2024-05-14 16:05:17 linux-kernel Re: [PATCH v2 4/8] riscv: mm: Add memory hotplugging support
2024-05-14 16:02:40 linux-kernel Re: [PATCH v2 2/8] riscv: mm: Change attribute from __init to __meminit for page functions
2024-05-14 15:59:02 linux-kernel Re: [PATCH v2 7/8] virtio-mem: Enable virtio-mem for RISC-V
2024-05-14 15:58:29 linux-kernel Re: [PATCH] arm64: mm: force write fault for atomic RMW instructions
2024-05-13 16:05:58 linux-kernel Re: [PATCH linux-next] mm/huge_memory: mark racy access on huge_anon_orders_always
2024-05-13 15:59:43 linux-kernel Re: [PATCH linux-next] mm/huge_memory: remove redundant locking when parsing THP sysfs input
2024-05-13 15:41:11 linux-kernel Re: [PATCH] mm/huge_memory: mark huge_zero_folio reserved
2024-05-13 15:38:28 linux-kernel Re: [PATCH] mm/rmap: optimize folio_move_anon_rmap()
2024-05-10 14:07:53 linux-kernel Re: [PATCH v23 2/5] ring-buffer: Introducing ring-buffer mapping functions
2024-05-10 09:19:40 linux-kernel Re: [PATCH v22 2/5] ring-buffer: Introducing ring-buffer mapping functions
2024-05-10 09:17:21 linux-kernel Re: [PATCH v22 2/5] ring-buffer: Introducing ring-buffer mapping functions
2024-05-10 07:54:49 linux-kernel Re: [RFC] RDMA/umem: pin_user_pages*() can temporarily fail due to migration glitches
2024-05-09 17:52:02 linux-kernel Re: 6.9/BUG: Bad page state in process kswapd0 pfn:d6e840
2024-05-09 17:49:07 linux-kernel Re: [PATCH 0/8] add mTHP support for anonymous shmem
2024-05-09 17:27:44 linux-kernel Re: [PATCH v3 00/10] s390: PG_arch_1+folio cleanups for uv+hugetlb
2024-05-08 18:49:09 linux-kernel [PATCH v3 10/10] s390/hugetlb: convert PG_arch_1 code to work on folio->flags
2024-05-08 18:48:11 linux-kernel [PATCH v3 08/10] s390/uv: convert uv_convert_owned_from_secure() to uv_convert_from_secure_(folio|pte)()
2024-05-08 18:47:11 linux-kernel [PATCH v3 05/10] s390/uv: update PG_arch_1 comment
2024-05-08 18:42:38 linux-kernel [PATCH v3 09/10] s390/uv: implement HAVE_ARCH_MAKE_FOLIO_ACCESSIBLE
2024-05-08 18:40:06 linux-kernel [PATCH v3 07/10] s390/uv: convert uv_destroy_owned_page() to uv_destroy_(folio|pte)()
2024-05-08 18:31:52 linux-kernel [PATCH v3 06/10] s390/uv: make uv_convert_from_secure() a static function
2024-05-08 18:31:31 linux-kernel [PATCH v3 04/10] s390/uv: convert PG_arch_1 users to only work on small folios
2024-05-08 18:31:14 linux-kernel [PATCH v3 03/10] s390/uv: split large folios in gmap_make_secure()
2024-05-08 18:30:45 linux-kernel [PATCH v3 02/10] s390/uv: gmap_make_secure() cleanups for further changes
2024-05-08 18:30:37 linux-kernel [PATCH v3 01/10] s390/uv: don't call folio_wait_writeback() without a folio reference
2024-05-08 18:30:14 linux-kernel [PATCH v3 00/10] s390: PG_arch_1+folio cleanups for uv+hugetlb
2024-05-08 18:08:27 linux-kernel Re: [PATCH v2 10/10] s390/hugetlb: convert PG_arch_1 code to work on folio->flags
2024-05-08 17:49:52 linux-kernel Re: 6.9/BUG: Bad page state in process kswapd0 pfn:d6e840
2024-05-08 17:28:56 linux-kernel Re: [RFC PATCH 0/1] Address hugetlbfs mmap behavior
2024-05-08 17:04:10 linux-kernel Re: [PATCH 0/8] add mTHP support for anonymous shmem
2024-05-08 16:44:03 linux-kernel Re: [PATCH 1/2] Fix userfaultfd_api to return EINVAL as expected
2024-05-08 13:07:37 linux-kernel Re: [PATCH 5/8] mm: shmem: add multi-size THP sysfs interface for anonymous shmem
2024-05-08 12:47:47 linux-kernel Re: [PATCH 5/8] mm: shmem: add multi-size THP sysfs interface for anonymous shmem
2024-05-08 12:43:20 linux-kernel Re: [PATCH 2/4] mm/ksm: fix ksm_zero_pages accounting
2024-05-08 12:33:07 linux-kernel Re: [PATCH 1/4] mm/ksm: fix ksm_pages_scanned accounting
2024-05-08 12:14:43 linux-kernel Re: [PATCH 5/8] mm: shmem: add multi-size THP sysfs interface for anonymous shmem
2024-05-08 12:10:35 linux-kernel Re: [PATCH 5/8] mm: shmem: add multi-size THP sysfs interface for anonymous shmem
2024-05-08 11:58:35 linux-kernel Re: [PATCH 0/8] add mTHP support for anonymous shmem
2024-05-08 10:24:56 linux-kernel Re: [PATCH 0/4] mm/ksm: fix some accounting problems
2024-05-08 07:39:54 linux-kernel Re: [PATCH 1/2] Fix userfaultfd_api to return EINVAL as expected
2024-05-08 07:15:46 linux-kernel Re: [PATCH 2/8] mm: memory: extend finish_fault() to support large folio
2024-05-08 07:13:07 linux-kernel Re: [PATCH 5/8] mm: shmem: add multi-size THP sysfs interface for anonymous shmem
2024-05-08 07:09:06 linux-kernel Re: [PATCH 5/8] mm: shmem: add multi-size THP sysfs interface for anonymous shmem
2024-05-07 18:38:41 linux-kernel Re: [PATCH mm-unstable] mm: rmap: abstract updating per-node and per-memcg stats
2024-05-07 18:30:30 linux-kernel Re: [PATCH v4 2/3] mm/rmap: integrate PMD-mapped folio splitting into pagewalk loop
2024-05-07 18:03:40 linux-kernel Re: [PATCH v4 2/3] mm/rmap: integrate PMD-mapped folio splitting into pagewalk loop
2024-05-07 17:05:04 linux-kernel Re: [PATCH] x86/fault: speed up uffd-unit-test by 10x: rate-limit "MCE: Killing" logs
2024-05-07 16:55:40 linux-kernel Re: [PATCH] x86/fault: speed up uffd-unit-test by 10x: rate-limit "MCE: Killing" logs