linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-10  4:04 UTC  (5+ messages)
` [PATCH v3 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH v3 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH v3 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

squashfs performance regression and readahea
 2022-05-10  3:41 UTC  (12+ messages)

[PATCH 0/4] Assorted improvements to usercopy
 2022-05-10  3:37 UTC  (3+ messages)
` [PATCH 1/4] mm/usercopy: Check kmap addresses properly

[PATCH] mm: usercopy: move the virt_addr_valid() below the is_vmalloc_addr()
 2022-05-10  3:37 UTC  (2+ messages)

RFC: Memory Tiering Kernel Interfaces
 2022-05-10  3:24 UTC  (6+ messages)

[akpm-mm:mm-unstable 223/289] mm/nommu.c:579:9: error: implicit declaration of function 'vma_mas_store'; did you mean 'mas_store'?
 2022-05-10  3:18 UTC 

[PATCH 1/3] selftests: vm: add process_mrelease tests
 2022-05-10  3:00 UTC  (3+ messages)
` [PATCH 2/3] mm: drop oom code from exit_mmap
` [PATCH 3/3] mm: delete unused MMF_OOM_VICTIM flag

[PATCH v2] mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()
 2022-05-10  2:28 UTC  (5+ messages)
  ` ##freemail## "

[linux-next:master 10120/10218] drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:3461:3: error: call to undeclared function 'vfree'; ISO C99 and later do not support implicit function declarations
 2022-05-10  2:27 UTC 

[PATCH v3] mm/ksm: introduce ksm_force for each process
 2022-05-10  2:23 UTC  (6+ messages)
` [PATCH v5] "

[PATCH 00/15] A few cleanup patches for swap
 2022-05-10  2:21 UTC  (22+ messages)
` [PATCH 01/15] mm/swap: use helper is_swap_pte() in swap_vma_readahead
` [PATCH 02/15] mm/swap: use helper macro __ATTR_RW
` [PATCH 03/15] mm/swap: fold __swap_info_get() into its sole caller
` [PATCH 04/15] mm/swap: remove unneeded return value of free_swap_slot
` [PATCH 05/15] mm/swap: print bad swap offset entry in get_swap_device
` [PATCH 06/15] mm/swap: remove buggy cache->nr check in refill_swap_slots_cache
` [PATCH 07/15] mm/swap: remove unneeded p != NULL check in __swap_duplicate
` [PATCH 08/15] mm/swap: make page_swapcount and __lru_add_drain_all
` [PATCH 09/15] mm/swap: avoid calling swp_swap_info when try to check SWP_STABLE_WRITES
` [PATCH 10/15] mm/swap: break the loop if matching device is found
` [PATCH 11/15] mm/swap: add helper swap_offset_available()
` [PATCH 12/15] mm/swap: fix the obsolete comment for SWP_TYPE_SHIFT
` [PATCH 13/15] mm/swap: clean up the comment of find_next_to_unuse
` [PATCH 14/15] mm/swap: fix the comment of get_kernel_pages
` [PATCH 15/15] mm/swap: fix comment about swap extent

[PATCH] mm/memcg: support control THP behaviour in cgroup
 2022-05-10  1:43 UTC  (7+ messages)

[PATCH v2 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-10  1:35 UTC  (14+ messages)
` [PATCH v2 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH v2 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH v2 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH RFC v6 00/21] DEPT(Dependency Tracker)
 2022-05-10  1:32 UTC  (5+ messages)

[PATCH 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-10  1:28 UTC  (10+ messages)
` [PATCH 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH] zsmalloc: Fix races between asynchronous zspage free and page migration
 2022-05-10  1:22 UTC  (2+ messages)

[RFC PATCH v1 00/18] io-uring/xfs: support async buffered writes
 2022-05-10  1:12 UTC  (11+ messages)
` [RFC PATCH v1 11/18] xfs: add async buffered write support

[PATCH v11 0/6] Use pageblock_order for cma and alloc_contig_range alignment
 2022-05-10  1:07 UTC  (3+ messages)

[PATCH v2 0/5] Fix bugs in memcontroller cgroup tests
 2022-05-10  0:44 UTC  (8+ messages)
` [PATCH v2 2/5] cgroup: Account for memory_recursiveprot in test_memcg_low()

[RFC PATCH] page_ext: create page extension for all memblock memory regions
 2022-05-10  0:00 UTC  (2+ messages)

[PATCH RFC v6 00/21] DEPT(Dependency Tracker)
 2022-05-09 23:38 UTC  (6+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-05-09 23:29 UTC  (12+ messages)

[v3 PATCH 0/8] Make khugepaged collapse readonly FS THP more consistent
 2022-05-09 23:00 UTC  (20+ messages)
` [v3 PATCH 1/8] sched: coredump.h: clarify the use of MMF_VM_HUGEPAGE
` [v3 PATCH 2/8] mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGED
` [v3 PATCH 3/8] mm: khugepaged: skip DAX vma
` [v3 PATCH 4/8] mm: thp: only regular file could be THP eligible
` [v3 PATCH 5/8] mm: khugepaged: make khugepaged_enter() void function
` [v3 PATCH 6/8] mm: khugepaged: move some khugepaged_* functions to khugepaged.c
` [v3 PATCH 7/8] mm: khugepaged: introduce khugepaged_enter_vma() helper
` [v3 PATCH 8/8] mm: mmap: register suitable readonly file vmas for khugepaged

[linux-next:master 9592/10218] drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:3467:29: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int'
 2022-05-09 22:59 UTC 

[PATCH v8 0/8] x86: Show in sysfs if a memory node is able to do encryption
 2022-05-09 22:56 UTC  (14+ messages)

[PATCH v2] mm,doc: Add new documentation structure
 2022-05-09 22:40 UTC  (4+ messages)

[linux-next:master 1238/7959] mips64el-linux-ld: warning: orphan section `.ctors.65436' from `kernel/module/main.o' being placed in section `.ctors.65436'
 2022-05-09 22:34 UTC 

[linux-next:master 8682/10218] kernel/stackleak.c:142:25: sparse: sparse: symbol 'stackleak_erase_off_task_stack' was not declared. Should it be static?
 2022-05-09 22:29 UTC 

[linux-next:master 7688/10218] drivers/gpu/drm/bridge/adv7511/adv7511.h:235:17: warning: 'ADV7511_REG_CEC_RX_FRAME_LEN' defined but not used
 2022-05-09 22:07 UTC 

[PATCH] percpu: improve percpu_alloc_percpu event trace
 2022-05-09 21:06 UTC  (2+ messages)

[PATCH] Decouple slub_debug= from no_hash_pointers again
 2022-05-09 20:58 UTC 

[PATCH v9 00/69] Maple Tree v9
 2022-05-09 20:02 UTC  (4+ messages)

[PATCH v3 00/46] Add KernelMemorySanitizer infrastructure
 2022-05-09 19:09 UTC  (14+ messages)
` [PATCH v3 28/46] kmsan: entry: handle register passing from uninstrumented code

[PATCH 1/3] kasan: update documentation
 2022-05-09 19:07 UTC  (3+ messages)
` [PATCH 2/3] kasan: move boot parameters section in documentation
` [PATCH 3/3] kasan: clean-up kconfig options descriptions

[PATCH v2] mm: don't be stuck to rmap lock on reclaim path
 2022-05-09 18:54 UTC  (2+ messages)

[PATCH v3 0/6] mm: introduce shrinker debugfs interface
 2022-05-09 18:38 UTC  (7+ messages)
` [PATCH v3 1/6] mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()
` [PATCH v3 2/6] mm: shrinkers: introduce debugfs interface for memory shrinkers
` [PATCH v3 3/6] mm: shrinkers: provide shrinkers with names
` [PATCH v3 4/6] mm: docs: document shrinker debugfs
` [PATCH v3 5/6] tools: add memcg_shrinker.py
` [PATCH v3 6/6] mm: shrinkers: add scan interface for shrinker debugfs

[PATCH] mm/shmem: restore setting of page variable
 2022-05-09 18:03 UTC  (2+ messages)

[linux-next:master 4213/10218] drivers/gpu/drm/solomon/ssd130x-spi.c:154:35: warning: 'ssd130x_spi_table' defined but not used
 2022-05-09 17:14 UTC 

[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-05-09 16:38 UTC  (5+ messages)
` [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[RFC PATCH 0/6] Drain remote per-cpu directly v2
 2022-05-09 15:58 UTC  (8+ messages)
` [PATCH 1/6] mm/page_alloc: Add page->buddy_list and page->pcp_list
` [PATCH 2/6] mm/page_alloc: Use only one PCP list for THP-sized allocations
` [PATCH 3/6] mm/page_alloc: Split out buddy removal code from rmqueue into separate helper
` [PATCH 4/6] mm/page_alloc: Remove unnecessary page == NULL check in rmqueue
` [PATCH 5/6] mm/page_alloc: Protect PCP lists with a spinlock
` [PATCH 6/6] mm/page_alloc: Remotely drain per-cpu lists

[PATCH] mm/page_owner: use strscpy() instead of strlcpy()
 2022-05-09 15:52 UTC  (3+ messages)

[PATCH v2 1/3] kasan: clean up comments in internal kasan.h
 2022-05-09 15:51 UTC  (3+ messages)
` [PATCH v2 2/3] kasan: use tabs to align shadow values
` [PATCH v2 3/3] kasan: give better names to "

[PATCH 1/3] kasan: clean up comments in internal kasan.h
 2022-05-09 15:49 UTC  (3+ messages)

[PATCH 1/1] Revert "mm/cma.c: remove redundant cma_mutex lock"
 2022-05-09 15:39 UTC  (2+ messages)

[PATCH] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-09 15:35 UTC  (3+ messages)

[PATCH v3] mm: fix is_pinnable_page against on cma page
 2022-05-09 15:34 UTC 

[PATCH] mm/shmem: initialize folio to NULL
 2022-05-09 14:53 UTC  (4+ messages)

[PATCH v2] mm/memcontrol: Export memcg->watermark via sysfs for v2 memcg
 2022-05-09 13:44 UTC  (2+ messages)

[RFC PATCH v1 0/4] mm, hwpoison: improve handling workload related to hugetlb and memory_hotplug
 2022-05-09 13:34 UTC  (17+ messages)
` [RFC PATCH v1 2/4] mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned hugepage
` [RFC PATCH v1 4/4] mm, memory_hotplug: fix inconsistent num_poisoned_pages on memory hotremove

VM_BUG_ON(!tlb->end) on munmap() with CONT hugetlb pages
 2022-05-09 12:11 UTC  (11+ messages)

[PATCH] mm: fix align-error when get_addr in unmapped_area_topdown
 2022-05-09 11:45 UTC  (8+ messages)
  `  "

[Patch v3] mm/slub: Remove repeated action in calculate_order()
 2022-05-09 11:43 UTC  (4+ messages)

[PATCH] mm: memblock: avoid to create memmap for memblock nomap regions
 2022-05-09 11:42 UTC  (6+ messages)

[PATCH] mm: Functions may simplify the use of return values
 2022-05-09 11:39 UTC  (3+ messages)

[PATCH v2 0/5] memory-failure: fix hwpoison_filter
 2022-05-09 10:56 UTC  (6+ messages)
` [PATCH v2 1/5] mm/memory-failure.c: move clear_hwpoisoned_pages
` [PATCH v2 2/5] mm/memory-failure.c: simplify num_poisoned_pages_dec
` [PATCH v2 3/5] mm/memory-failure.c: add hwpoison_filter for soft offline
` [PATCH v2 4/5] mm/hwpoison: disable hwpoison filter during removing
` [PATCH v2 5/5] mm/memory-failure.c: simplify num_poisoned_pages_inc/dec

[PATCH v4 0/5] memblock tests: update style of comments
 2022-05-09 10:15 UTC  (2+ messages)

[PATCH] mm/damon/reclaim: Use resource_size function on resource object
 2022-05-09 10:13 UTC  (2+ messages)

[PATCH -next v7 0/6]mm: page_table_check: add support on arm64 and riscv
 2022-05-09  9:09 UTC  (3+ messages)
` [PATCH -next v7 5/6] arm64/mm: Enable ARCH_SUPPORTS_PAGE_TABLE_CHECK

[PATCH] MM: handle THP in swap_*page_fs() - count_vm_events()
 2022-05-09  8:56 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v2 0/4] A few cleanup and fixup patches for migration
 2022-05-09  8:51 UTC  (16+ messages)
` [PATCH v2 1/4] mm/migration: reduce the rcu lock duration
` [PATCH v2 2/4] mm/migration: remove unneeded lock page and PageMovable check
` [PATCH v2 3/4] mm/migration: return errno when isolate_huge_page failed

[PATCH] mm/damon : Add documentation for Enum value
 2022-05-09  8:11 UTC  (2+ messages)

[hnaz-mm:master 214/410] mm/madvise.c:632:36: error: implicit declaration of function 'is_swapin_error_entry'
 2022-05-09  7:04 UTC  (2+ messages)

[PATCH v10 0/4] add hugetlb_optimize_vmemmap sysctl
 2022-05-09  6:27 UTC  (5+ messages)
` [PATCH v10 1/4] mm: hugetlb_vmemmap: disable hugetlb_optimize_vmemmap when struct page crosses page boundaries
` [PATCH v10 2/4] mm: memory_hotplug: override memmap_on_memory when hugetlb_free_vmemmap=on
` [PATCH v10 3/4] mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsing
` [PATCH v10 4/4] mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctl

[RFC PATCH 0/3] Introduce new huge_ptep_get_access_flags() interface
 2022-05-09  4:19 UTC  (7+ messages)
` [RFC PATCH 1/3] arm64/hugetlb: "

[linux-next:master 9659/9759] drivers/nvme/host/ioctl.c:693:2: warning: Undefined or garbage value returned to caller [clang-analyzer-core.uninitialized.UndefReturn]
 2022-05-09  3:25 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox