linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-31 13:39:17 to 2019-06-03 14:35:21 UTC [more...]

[PATCH 0/3] debug_pagealloc improvements
 2019-06-03 14:34 UTC  (4+ messages)
` [PATCH 1/3] mm, debug_pagelloc: use static keys to enable debugging
` [PATCH 2/3] mm, page_alloc: more extensive free page checking with debug_pagealloc
` [PATCH 3/3] mm, debug_pagealloc: use a page type instead of page_ext flag

[BUG BISECT] bug mm/vmalloc.c:470 (mm/vmalloc.c: get rid of one single unlink_va() when merge)
 2019-06-03 14:31 UTC  (4+ messages)

[PATCH 0/2] fs: Hole punch vs page cache filling races
 2019-06-03 13:21 UTC  (3+ messages)
` [PATCH 1/2] mm: Add readahead file operation
` [PATCH 2/2] ext4: Fix stale data exposure when read races with hole punch

[PATCH] block: fix a crash in do_task_dead()
 2019-06-03 12:44 UTC  (7+ messages)

linux kernel page allocation failure and tuning of page cache
 2019-06-03 12:11 UTC  (7+ messages)
  ` [External] "

[PATCH] mm: kasan: mark file report so ftrace doesn't trace it
 2019-06-03 10:50 UTC  (2+ messages)

[RFC PATCH 00/11] mm / virtio: Provide support for paravirtual waste page treatment
 2019-06-03  9:31 UTC  (4+ messages)

[PATCH v5 2/3] mm: init: report memory auto-initialization features at boot time
 2019-06-03  9:24 UTC  (3+ messages)

linux-next: general protection fault in __free_vmap_area
 2019-06-03  8:54 UTC  (2+ messages)

RFC: switch the remaining architectures to use generic GUP v2
 2019-06-03  7:44 UTC  (23+ messages)
` [PATCH 01/16] uaccess: add untagged_addr definition for other arches
` [PATCH 02/16] mm: use untagged_addr() for get_user_pages_fast addresses
` [PATCH 03/16] mm: simplify gup_fast_permitted
` [PATCH 04/16] mm: lift the x86_32 PAE version of gup_get_pte to common code
` [PATCH 05/16] MIPS: use the generic get_user_pages_fast code
` [PATCH 06/16] sh: add the missing pud_page definition
` [PATCH 07/16] sh: use the generic get_user_pages_fast code
` [PATCH 08/16] sparc64: add the missing pgd_page definition
` [PATCH 09/16] sparc64: define untagged_addr()
` [PATCH 10/16] sparc64: use the generic get_user_pages_fast code
` [PATCH 11/16] mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP
` [PATCH 12/16] mm: consolidate the get_user_pages* implementations
` [PATCH 13/16] mm: validate get_user_pages_fast flags
` [PATCH 14/16] mm: move the powerpc hugepd code to mm/gup.c
` [PATCH 15/16] mm: switch gup_hugepte to use try_get_compound_head
` [PATCH 16/16] mm: mark the page referenced in gup_hugepte

[RFCv2 0/6] introduce memory hinting API for external process
 2019-06-03  7:16 UTC  (26+ messages)
` [RFCv2 1/6] mm: introduce MADV_COLD
` [RFCv2 3/6] mm: introduce MADV_PAGEOUT
` [RFCv2 4/6] mm: factor out madvise's core functionality
` [RFCv2 5/6] mm: introduce external memory hinting API
` [RFCv2 6/6] mm: extend process_madvise syscall to support vector arrary

[PATCH v4 00/14] Provide generic top-down mmap layout functions
 2019-06-03  7:05 UTC  (4+ messages)
` [PATCH v4 05/14] arm64, mm: Make randomization selected by generic topdown mmap layout

[PATCHv2 1/2] mm/gup: fix omission of check on FOLL_LONGTERM in get_user_pages_fast()
 2019-06-03  6:34 UTC  (2+ messages)
` [PATCHv2 2/2] mm/gup: rename nr as nr_pinned "

[PATCH v2 0/8] EFI Specific Purpose Memory Support
 2019-06-03  5:41 UTC  (10+ messages)
` [PATCH v2 1/8] acpi: Drop drivers/acpi/hmat/ directory
` [PATCH v2 4/8] x86, efi: Reserve UEFI 2.8 Specific Purpose Memory for dax

[PATCH v1 0/4] Introduce MADV_COLD and MADV_PAGEOUT
 2019-06-03  5:36 UTC  (5+ messages)
` [PATCH v1 1/4] mm: introduce MADV_COLD
` [PATCH v1 2/4] mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
` [PATCH v1 3/4] mm: account nr_isolated_xxx in [isolate|putback]_lru_page
` [PATCH v1 4/4] mm: introduce MADV_PAGEOUT

[RFC] mm: Generalize notify_page_fault()
 2019-06-03  4:53 UTC  (7+ messages)

[PATCH 00/15] Slab Movable Objects (SMO)
 2019-06-03  4:26 UTC  (16+ messages)
` [PATCH 01/15] slub: Add isolate() and migrate() methods
` [PATCH 02/15] tools/vm/slabinfo: Add support for -C and -M options
` [PATCH 03/15] slub: Sort slab cache list
` [PATCH 04/15] slub: Slab defrag core
` [PATCH 05/15] tools/vm/slabinfo: Add remote node defrag ratio output
` [PATCH 06/15] tools/vm/slabinfo: Add defrag_used_ratio output
` [PATCH 07/15] tools/testing/slab: Add object migration test module
` [PATCH 08/15] tools/testing/slab: Add object migration test suite
` [PATCH 09/15] lib: Separate radix_tree_node and xa_node slab cache
` [PATCH 10/15] xarray: Implement migration function for xa_node objects
` [PATCH 11/15] tools/testing/slab: Add XArray movable objects tests
` [PATCH 12/15] dcache: Provide a dentry constructor
` [PATCH 13/15] dcache: Implement partial shrink via Slab Movable Objects
` [PATCH 14/15] slub: Enable moving objects to/from specific nodes
` [PATCH 15/15] slub: Enable balancing slabs across nodes

[RFC PATCH v5 00/16] Slab Movable Objects (SMO)
 2019-06-03  4:26 UTC  (8+ messages)
` [RFC PATCH v5 16/16] dcache: Add CONFIG_DCACHE_SMO

[PATCH -next v2] mm/hotplug: fix a null-ptr-deref during NUMA boot
 2019-06-03  4:17 UTC  (12+ messages)

[PATCH] mm/gup: fix omission of check on FOLL_LONGTERM in get_user_pages_fast()
 2019-06-03  4:06 UTC  (8+ messages)

[PATCH 0/4] support reserving crashkernel above 4G on arm64 kdump
 2019-06-03  2:24 UTC  (4+ messages)

[PATCH 1/4] mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdist
 2019-06-03  2:22 UTC  (3+ messages)

[PATCH v4] page cache: Store only head pages in i_pages
 2019-06-02 21:47 UTC  (7+ messages)

[linux-next:master 3906/3985] fs/proc/vmcore.c:59:43: error: expected ')' before 'bool'
 2019-06-02 18:35 UTC 

[PATCH v3 0/3] mm: improvement in shrink slab
 2019-06-02 14:25 UTC  (6+ messages)
` [PATCH v3 1/3] mm/vmstat: expose min_slab_pages in /proc/zoneinfo
` [PATCH v3 2/3] mm/vmscan: change return type of shrink_node() to void
` [PATCH v3 3/3] mm/vmscan: shrink slab in node reclaim

[linux-stable-rc:linux-5.0.y 1434/2350] arch/sh/kernel/cpu/sh2/clock-sh7619.o:undefined reference to `followparent_recalc'
 2019-06-02 11:29 UTC  (6+ messages)

[PATCH V2 1/2] zpool: Add malloc_support_movable to zpool_driver
 2019-06-02  9:46 UTC  (2+ messages)
` [PATCH V2 2/2] zswap: Add module parameter malloc_movable_if_support

[PATCH v15 00/17] arm64: untag user pointers passed to the kernel
 2019-06-02  5:06 UTC  (25+ messages)

[PATCH AUTOSEL 4.4 04/56] hugetlbfs: on restore reserve error path retain subpool reservation
 2019-06-01 13:25 UTC  (3+ messages)
` [PATCH AUTOSEL 4.4 05/56] mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
` [PATCH AUTOSEL 4.4 06/56] mm/cma_debug.c: fix the break condition in cma_maxchunk_get()

[PATCH AUTOSEL 4.9 06/74] hugetlbfs: on restore reserve error path retain subpool reservation
 2019-06-01 13:23 UTC  (5+ messages)
` [PATCH AUTOSEL 4.9 07/74] mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE
` [PATCH AUTOSEL 4.9 08/74] mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
` [PATCH AUTOSEL 4.9 09/74] mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
` [PATCH AUTOSEL 4.9 10/74] mm/slab.c: fix an infinite loop in leaks_show()

[PATCH AUTOSEL 4.14 06/99] mm/hmm: select mmu notifier when selecting HMM
 2019-06-01 13:22 UTC  (8+ messages)
` [PATCH AUTOSEL 4.14 07/99] hugetlbfs: on restore reserve error path retain subpool reservation
` [PATCH AUTOSEL 4.14 08/99] mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE
` [PATCH AUTOSEL 4.14 09/99] mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
` [PATCH AUTOSEL 4.14 10/99] mm/cma.c: fix the bitmap status to show failed allocation reason
` [PATCH AUTOSEL 4.14 11/99] mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
` [PATCH AUTOSEL 4.14 12/99] mm/slab.c: fix an infinite loop in leaks_show()
` [PATCH AUTOSEL 4.14 31/99] percpu: remove spurious lock dependency between percpu and sched

[PATCH AUTOSEL 4.19 007/141] mm/hmm: select mmu notifier when selecting HMM
 2019-06-01 13:20 UTC  (9+ messages)
` [PATCH AUTOSEL 4.19 008/141] hugetlbfs: on restore reserve error path retain subpool reservation
` [PATCH AUTOSEL 4.19 009/141] mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE
` [PATCH AUTOSEL 4.19 010/141] mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
` [PATCH AUTOSEL 4.19 012/141] mm/cma.c: fix the bitmap status to show failed allocation reason
` [PATCH AUTOSEL 4.19 013/141] mm: page_mkclean vs MADV_DONTNEED race
` [PATCH AUTOSEL 4.19 014/141] mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
` [PATCH AUTOSEL 4.19 015/141] mm/slab.c: fix an infinite loop in leaks_show()
` [PATCH AUTOSEL 4.19 043/141] percpu: remove spurious lock dependency between percpu and sched

[PATCH AUTOSEL 5.0 010/173] mm/hmm: select mmu notifier when selecting HMM
 2019-06-01 13:17 UTC  (11+ messages)
` [PATCH AUTOSEL 5.0 011/173] hugetlbfs: on restore reserve error path retain subpool reservation
` [PATCH AUTOSEL 5.0 012/173] mm/memory_hotplug: release memory resource after arch_remove_memory()
` [PATCH AUTOSEL 5.0 013/173] mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE
` [PATCH AUTOSEL 5.0 014/173] mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
` [PATCH AUTOSEL 5.0 016/173] mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
` [PATCH AUTOSEL 5.0 017/173] mm/cma.c: fix the bitmap status to show failed allocation reason
` [PATCH AUTOSEL 5.0 018/173] mm: page_mkclean vs MADV_DONTNEED race
` [PATCH AUTOSEL 5.0 019/173] mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
` [PATCH AUTOSEL 5.0 020/173] mm/slab.c: fix an infinite loop in leaks_show()
` [PATCH AUTOSEL 5.0 054/173] percpu: remove spurious lock dependency between percpu and sched

[PATCH AUTOSEL 5.1 009/186] mm/mprotect.c: fix compilation warning because of unused 'mm' variable
 2019-06-01 13:14 UTC  (13+ messages)
` [PATCH AUTOSEL 5.1 011/186] mm/hmm: select mmu notifier when selecting HMM
` [PATCH AUTOSEL 5.1 012/186] hugetlbfs: on restore reserve error path retain subpool reservation
` [PATCH AUTOSEL 5.1 013/186] mm/memory_hotplug: release memory resource after arch_remove_memory()
` [PATCH AUTOSEL 5.1 014/186] mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE
` [PATCH AUTOSEL 5.1 015/186] mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
` [PATCH AUTOSEL 5.1 017/186] mm/compaction.c: fix an undefined behaviour
` [PATCH AUTOSEL 5.1 018/186] mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
` [PATCH AUTOSEL 5.1 019/186] mm/cma.c: fix the bitmap status to show failed allocation reason
` [PATCH AUTOSEL 5.1 020/186] mm: page_mkclean vs MADV_DONTNEED race
` [PATCH AUTOSEL 5.1 021/186] mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
` [PATCH AUTOSEL 5.1 022/186] mm/slab.c: fix an infinite loop in leaks_show()
` [PATCH AUTOSEL 5.1 057/186] percpu: remove spurious lock dependency between percpu and sched

[PATCH] mm: Fail when offset == num in first check of vm_map_pages_zero()
 2019-06-01 10:41 UTC  (2+ messages)

possible deadlock in get_user_pages_unlocked (2)
 2019-06-01  6:08 UTC 

mmotm 2019-05-31-19-09 uploaded
 2019-06-01  2:10 UTC 

[PATCH -mm] mm, swap: Fix bad swap file entry warning
 2019-06-01  0:14 UTC  (7+ messages)
      ` [EXT] "

linux kernel page allocation failure and tuning of page reclaim procedure
 2019-05-31 22:35 UTC 

[PATCH 0/2] reapply: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2019-05-31 21:53 UTC  (9+ messages)
` [PATCH 2/2] Revert "mm, thp: restore node-local hugepage allocations"

[linux-next:master 3880/3985] mm/vmalloc.c:1076:21: sparse: sparse: incorrect type in initializer (different address spaces)
 2019-05-31 21:13 UTC 

[PATCH] mm, memcg: Make scan aggression always exclude protection
 2019-05-31 19:27 UTC  (8+ messages)
` [PATCH REBASED] "

Truncate regression due to commit 69b6c1319b6
 2019-05-31 19:04 UTC  (8+ messages)

[PATCH -next] drivers/base/memory: fix a compilation warning
 2019-05-31 17:33 UTC  (2+ messages)

[PATCH v15 00/17] arm64: untag user pointers passed to the kernel
 2019-05-31 16:22 UTC  (5+ messages)
` [PATCH v15 17/17] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH v3 1/1] mm: smaps: split PSS into components
 2019-05-31 15:46 UTC 

[PATCH v2 1/1] mm: smaps: split PSS into components
 2019-05-31 15:32 UTC  (5+ messages)

[PATCH v10 0/3] mm: Randomize free memory
 2019-05-31 14:59 UTC  (4+ messages)
` [PATCH v10 1/3] mm: Shuffle initial free memory to improve memory-side-cache utilization

[HELP] How to get task_struct from mm
 2019-05-31 13:56 UTC  (4+ messages)


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).