linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-29 23:15:10 to 2021-01-05 09:39:42 UTC [more...]

[RFC v2 PATCH 4/4] mm: pre zero out free pages to speed up page allocation for __GFP_ZERO
 2021-01-05  9:39 UTC  (11+ messages)

uninitialized pmem struct pages
 2021-01-05  9:37 UTC  (29+ messages)

[RFC PATCH v2 0/2] mm: fix races due to deferred TLB flushes
 2021-01-05  9:22 UTC  (13+ messages)
` [RFC PATCH v2 1/2] mm/userfaultfd: fix memory corruption due to writeprotect

kernelci/staging-next bisection: sleep.login on rk3288-rock2-square #2286-staging
 2021-01-05  9:13 UTC  (6+ messages)

[PATCH v2 0/2] mm: fix initialization of struct page for holes in memory layout
 2021-01-05  8:24 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH v3 0/4] mm: clean up names and parameters of memmap_init_xxxx functions
 2021-01-05  7:47 UTC  (5+ messages)
` [PATCH v3 1/4] mm: rename memmap_init() and memmap_init_zone()
` [PATCH v3 2/4] mm: simplify parater of function memmap_init_zone()
` [PATCH v3 3/4] mm: simplify parameter of setup_usemap()
` [PATCH v3 4/4] mm: remove unneeded local variable in free_area_init_core

[PATCH 1/6] mm: migrate: do not migrate HugeTLB page whose refcount is one
 2021-01-05  7:30 UTC  (20+ messages)
` [PATCH 2/6] hugetlbfs: fix cannot migrate the fallocated HugeTLB page
    ` [External] "
` [PATCH 3/6] mm: hugetlb: fix a race between freeing and dissolving the page
    ` [External] "
` [PATCH 4/6] mm: hugetlb: add return -EAGAIN for dissolve_free_huge_page
    ` [External] "
` [PATCH 5/6] mm: hugetlb: fix a race between isolating and freeing page
` [PATCH 6/6] mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active

[PATCH] mm/page_alloc: remove the static for local variable node_order
 2021-01-05  7:28 UTC  (8+ messages)

[PATCH v2] Resolve LRU page-pinning issue for file-backed pages
 2021-01-05  7:05 UTC  (2+ messages)
` [PATCH v2] fs/buffer.c: Revoke LRU when trying to drop buffers

[PATCH] arm64: add pmem module for kernel update
 2021-01-05  5:42 UTC  (2+ messages)

mmotm 2021-01-04-16-56 uploaded
 2021-01-05  4:26 UTC  (2+ messages)
` mmotm 2021-01-04-16-56 uploaded (drivers/power/supply/max8997_charger.c)

kernel BUG at mm/page-writeback.c:LINE!
 2021-01-05  3:28 UTC  (4+ messages)

[PATCH] mm/hugetlb.c: fix unnecessary address expansion of pmd sharing
 2021-01-05  2:38 UTC  (10+ messages)

[RFC v2 PATCH 0/4] speed up page allocation for __GFP_ZERO
 2021-01-05  2:14 UTC  (3+ messages)

[PATCH 1/2] mm: page_counter: relayout structure to reduce false sharing
 2021-01-05  1:57 UTC  (14+ messages)
` [PATCH 2/2] mm: memcg: add a new MEMCG_UPDATE_BATCH
  ` [mm] 4d8191276e: vm-scalability.throughput 43.4% improvement

[PATCH] percpu: fix clang modpost warning in pcpu_build_alloc_info()
 2021-01-05  0:55 UTC  (3+ messages)

[RFC PATCH v3 0/9] fsdax: introduce fs query to support reflink
 2021-01-04 23:34 UTC  (5+ messages)
` [RFC PATCH v3 8/9] md: Implement ->corrupted_range()

[PATCH 00/10] fsdax: introduce fs query to support reflink
 2021-01-04 23:21 UTC  (12+ messages)
` [PATCH 01/10] pagemap: Introduce ->memory_failure()
` [PATCH 02/10] blk: Introduce ->corrupted_range() for block device
` [PATCH 03/10] fs: Introduce ->corrupted_range() for superblock
` [PATCH 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH 05/10] mm, pmem: Implement ->memory_failure() in pmem driver
` [PATCH 06/10] pmem: Implement ->corrupted_range() for "
` [PATCH 07/10] dm: Introduce ->rmap() to find bdev offset
` [PATCH 08/10] md: Implement ->corrupted_range()
` [PATCH 09/10] xfs: Implement ->corrupted_range() for XFS
` [PATCH 10/10] fs/dax: remove useless functions

arc-elf-ld: undefined reference to `__irqentry_text_start'
 2021-01-04 23:07 UTC 

[PATCH] mm/mremap: fix BUILD_BUG_ON() error in get_extent
 2021-01-04 22:36 UTC  (3+ messages)

[PATCH v17 00/26] Control-flow Enforcement: Shadow Stack
 2021-01-04 20:08 UTC  (2+ messages)

[PATCH v9] mm: Optional full ASLR for mmap(), mremap(), vdso, stack and heap
 2021-01-04 20:04 UTC  (2+ messages)

Question regarding page fault handlers in kernel mappings
 2021-01-04 20:00 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 766eff5a4f6c1f2a8d5030727258d622f2f750fa
 2021-01-04 18:21 UTC 

[PATCH] mm/memcontrol: fix warning in mem_cgroup_page_lruvec()
 2021-01-04 18:09 UTC 

[RFC v2 PATCH 0/4] speed up page allocation for __GFP_ZERO
 2021-01-04 14:07 UTC  (7+ messages)

[PATCH mm] kfence: fix potential deadlock due to wake_up()
 2021-01-04 13:07 UTC 

[PATCH v9 00/12] huge vmalloc mappings
 2021-01-04 12:33 UTC  (3+ messages)
` [PATCH v9 05/12] mm: HUGE_VMAP arch support cleanup

[bug report] mm,hwpoison: refactor get_any_page
 2021-01-04 12:06 UTC  (3+ messages)

[PATCH v14 4/4] xfs: use current->journal_info to avoid transaction reservation recursion
 2021-01-04 10:42 UTC  (5+ messages)
` [xfs] db962cd266: Assertion_failed

[PATCH V2] mm/hugetlb.c: fix unnecessary address expansion of pmd sharing
 2021-01-04  8:16 UTC 

[PATCH] mm/memcontrol: fix warning in mem_cgroup_page_lruvec()
 2021-01-04  8:11 UTC  (2+ messages)

undefined reference to `__irqentry_text_start'
 2021-01-04  1:30 UTC 

[PATCH -mm] mm: readahead: apply a default readahead size
 2021-01-03 22:32 UTC  (6+ messages)

[PATCH 0/3] arm64: kasan: support CONFIG_KASAN_VMALLOC
 2021-01-03 17:11 UTC  (4+ messages)
` [PATCH 1/3] arm64: kasan: don't populate vmalloc area for CONFIG_KASAN_VMALLOC
` [PATCH 2/3] arm64: kasan: abstract _text and _end to KERNEL_START/END
` [PATCH 3/3] arm64: Kconfig: support CONFIG_KASAN_VMALLOC

[PATCH] kasan: fix unaligned address is unhandled in kasan_remove_zero_shadow
 2021-01-03 13:56 UTC 

[PATCH 04/12] mm/mempolicy: allow preferred code to take a nodemask
 2021-01-03 13:34 UTC  (2+ messages)
` [mm/mempolicy] 5ef9c2a53c: Kernel_panic-not_syncing:stack-protector:Kernel_stack_is_corrupted_in:mpol_new_preferred

[PATCH] kasan: fix incorrect arguments passing in kasan_add_zero_shadow
 2021-01-03  6:38 UTC 

[PATCH] mm/mremap.c: refactor finding vma and checking vma is alllowed to expand
 2021-01-03  2:59 UTC  (4+ messages)

[PATCH] mm: memcg: add swapcache stat for memcg v2
 2021-01-01  2:39 UTC 

mmotm 2020-12-31-11-52 uploaded
 2020-12-31 20:49 UTC  (2+ messages)
` mmotm 2020-12-31-11-52 uploaded (mm/cma.c)

WARNING in page_counter_cancel (2)
 2020-12-31 13:49 UTC 

ERROR: modpost: ".__warn_printk" undefined!
 2020-12-31 13:18 UTC 

[RFC v2 00/13] Introduce VDUSE - vDPA Device in Userspace
 2020-12-31  8:00 UTC  (20+ messages)
` Re: [RFC v2 09/13] vduse: Add support for processing vhost iotlb message
  `  "

[PATCH 0/6] mremap: move_vma() fixes
 2020-12-30 15:43 UTC  (5+ messages)
` [PATCH 2/6] mm/mremap: For MREMAP_DONTUNMAP check security_vm_enough_memory_mm()

[PATCH] mm: fix: Uninitialized variable ret
 2020-12-30  7:10 UTC  (2+ messages)

[PATCH v1 11/13] sparc32: Drop unused mmu models
 2020-12-30  6:26 UTC  (2+ messages)
` [PATCH] sparc32: fix badzero.cocci warnings

[PATCH] mm: improve mprotect(R|W) efficiency on pages referenced once
 2020-12-30  0:43 UTC  (5+ messages)

[PATCH v2] mm: improve mprotect(R|W) efficiency on pages referenced once
 2020-12-30  0:41 UTC 

incoming
 2020-12-29 23:15 UTC  (2+ messages)
` [patch 16/16] mm: slub: call account_slab_page() after slab page initialization


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).