linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-03 21:01:18 to 2020-02-04 21:57:18 UTC [more...]

[PATCH RFC 00/10] device-dax: Support devices without PFN metadata
 2020-02-04 21:57 UTC  (16+ messages)
` [PATCH RFC 01/10] mm: Add pmd support for _PAGE_SPECIAL
` [PATCH RFC 02/10] mm: Handle pmd entries in follow_pfn()
` [PATCH RFC 10/10] nvdimm/e820: add multiple namespaces support

[PATCH] mm: always consider THP when adjusting min_free_kbytes
 2020-02-04 21:53 UTC  (4+ messages)

[PATCH v3 0/3] protect page cache from freeing inode
 2020-02-04 21:19 UTC  (3+ messages)

[PATCH v11 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-02-04 20:36 UTC  (11+ messages)
` [PATCH v11 2/9] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v11 3/9] hugetlb_cgroup: add reservation accounting for private mappings
` [PATCH v11 4/9] hugetlb: disable region_add file_region coalescing
` [PATCH v11 5/9] hugetlb_cgroup: add accounting for shared mappings
` [PATCH v11 6/9] hugetlb_cgroup: support noreserve mappings
` [PATCH v11 7/9] hugetlb: support file_region coalescing again
` [PATCH v11 8/9] hugetlb_cgroup: Add hugetlb_cgroup reservation tests
` [PATCH v11 9/9] hugetlb_cgroup: Add hugetlb_cgroup reservation docs

Balloon pressuring page cache
 2020-02-04 20:33 UTC  (24+ messages)

[PATCH v2 00/28] The new cgroup slab memory controller
 2020-02-04 18:41 UTC  (23+ messages)
` [PATCH v2 12/28] mm: vmstat: use s32 for vm_node_stat_diff in struct per_cpu_nodestat
` [PATCH v2 16/28] mm: memcg/slab: allocate obj_cgroups for non-root slab pages
` [PATCH v2 21/28] mm: memcg/slab: use a single set of kmem_caches for all memory cgroups

[PATCH v4 00/12] Change readahead API
 2020-02-04 17:16 UTC  (3+ messages)

[linux-next:master 12169/12191] mm/mmu_gather.c:130:2: error: implicit declaration of function '__tlb_remove_table'; did you mean 'tlb_remove_table'?
 2020-02-04 16:55 UTC 

[PATCH] mm, swap: unlock inode in error path of claim_swapfile
 2020-02-04 15:42 UTC  (2+ messages)

[PATCH v6 00/10] mm/memory_hotplug: Shrink zones before removing memory
 2020-02-04 14:42 UTC  (25+ messages)
` [PATCH v6 06/10] mm/memory_hotplug: Poison memmap in remove_pfn_range_from_zone()
` [PATCH v6 07/10] mm/memory_hotplug: We always have a zone in find_(smallest|biggest)_section_pfn
` [PATCH v6 08/10] mm/memory_hotplug: Don't check for "all holes" in shrink_zone_span()
` [PATCH v6 09/10] mm/memory_hotplug: Drop local variables "
` [PATCH v6 10/10] mm/memory_hotplug: Cleanup __remove_pages()

[PATCH 0/8] mm: Speedup page cache truncation
 2020-02-04 14:25 UTC  (9+ messages)
` [PATCH 1/8] xarray: Fix premature termination of xas_for_each_marked()
` [PATCH 2/8] xarray: Provide xas_erase() helper
` [PATCH 3/8] xarray: Explicitely set XA_FREE_MARK in __xa_cmpxchg()
` [PATCH 4/8] mm: Use xas_erase() in page_cache_delete_batch()
` [PATCH 5/8] dax: Use xas_erase() in __dax_invalidate_entry()
` [PATCH 6/8] idr: Use xas_erase() in ida_destroy()
` [PATCH 7/8] mm: Use xas_erase() in collapse_file()
` [PATCH 8/8] xarray: Don't clear marks in xas_store()

[PATCH v4 2/7] powerpc/32s: Fix bad_kuap_fault()
 2020-02-04 12:03 UTC  (2+ messages)

[PATCH v1 0/2] mm/page_alloc: memmap_init_zone() cleanups
 2020-02-04  8:40 UTC  (6+ messages)
` [PATCH v1 1/2] mm/page_alloc: fix and rework pfn handling in memmap_init_zone()

incoming
 2020-02-04  8:22 UTC  (75+ messages)
` [patch 01/67] ocfs2: fix oops when writing cloned file
` [patch 02/67] mm/page_alloc.c: fix uninitialized memmaps on a partially populated last section
` [patch 03/67] fs/proc/page.c: allow inspection of last section and fix end detection
` [patch 04/67] mm/page_alloc.c: initialize memmap of unavailable memory directly
` [patch 05/67] mm/page_alloc: fix and rework pfn handling in memmap_init_zone()
` [patch 06/67] mm: factor out next_present_section_nr()
` [patch 07/67] mm/memmap_init: update variable name in memmap_init_zone
` [patch 08/67] mm/memory_hotplug: poison memmap in remove_pfn_range_from_zone()
` [patch 09/67] mm/memory_hotplug: we always have a zone in find_(smallest|biggest)_section_pfn
` [patch 10/67] mm/memory_hotplug: don't check for "all holes" in shrink_zone_span()
` [patch 11/67] mm/memory_hotplug: drop local variables "
` [patch 12/67] mm/memory_hotplug: cleanup __remove_pages()
` [patch 13/67] mm/memory_hotplug: drop valid_start/valid_end from test_pages_in_a_zone()
` [patch 14/67] smp_mb__{before,after}_atomic(): update Documentation
` [patch 15/67] ipc/mqueue.c: remove duplicated code
` [patch 16/67] ipc/mqueue.c: update/document memory barriers
` [patch 17/67] ipc/msg.c: update and document "
` [patch 18/67] ipc/sem.c: document and update "
` [patch 19/67] ipc/msg.c: consolidate all xxxctl_down() functions
` [patch 20/67] drivers/block/null_blk_main.c: fix layout
` [patch 21/67] drivers/block/null_blk_main.c: fix uninitialized var warnings
` [patch 22/67] pinctrl: fix pxa2xx.c build warnings
` [patch 23/67] mm: remove __krealloc
` [patch 24/67] mm: add generic p?d_leaf() macros
` [patch 25/67] arc: mm: add p?d_leaf() definitions
` [patch 26/67] arm: "
` [patch 27/67] arm64: "
` [patch 28/67] mips: "
` [patch 29/67] powerpc: "
` [patch 30/67] riscv: "
` [patch 31/67] s390: "
` [patch 32/67] sparc: "
` [patch 33/67] x86: "
` [patch 34/67] mm: pagewalk: add p4d_entry() and pgd_entry()
` [patch 35/67] mm: pagewalk: allow walking without vma
` [patch 36/67] mm: pagewalk: don't lock PTEs for walk_page_range_novma()
` [patch 37/67] mm: pagewalk: fix termination condition in walk_pte_range()
` [patch 38/67] mm: pagewalk: add 'depth' parameter to pte_hole
` [patch 39/67] x86: mm: point to struct seq_file from struct pg_state
` [patch 40/67] x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_struct
` [patch 41/67] x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [patch 42/67] mm: add generic ptdump
` [patch 43/67] x86: mm: convert dump_pagetables to use walk_page_range
` [patch 44/67] arm64: mm: convert mm/dump.c to use walk_page_range()
` [patch 45/67] arm64: mm: display non-present entries in ptdump
` [patch 46/67] mm: ptdump: reduce level numbers by 1 in note_page()
` [patch 47/67] x86: mm: avoid allocating struct mm_struct on the stack
` [patch 48/67] powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP case
` [patch 49/67] mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flush
` [patch 50/67] asm-generic/tlb: avoid potential double flush
` [patch 51/67] asm-gemeric/tlb: remove stray function declarations
` [patch 52/67] asm-generic/tlb: add missing CONFIG symbol
` [patch 53/67] asm-generic/tlb: rename HAVE_RCU_TABLE_FREE
` [patch 54/67] asm-generic/tlb: rename HAVE_MMU_GATHER_PAGE_SIZE
` [patch 55/67] asm-generic/tlb: rename HAVE_MMU_GATHER_NO_GATHER
` [patch 56/67] asm-generic/tlb: provide MMU_GATHER_TABLE_FREE
` [patch 57/67] proc: decouple proc from VFS with "struct proc_ops"
` [patch 58/67] proc: convert everything to "
` [patch 59/67] lib/string: add strnchrnul()
` [patch 60/67] bitops: more BITS_TO_* macros
` [patch 61/67] lib: add test for bitmap_parse()
` [patch 62/67] lib: make bitmap_parse_user a wrapper on bitmap_parse
` [patch 63/67] lib: rework bitmap_parse()
` [patch 64/67] lib: new testcases for bitmap_parse{_user}
` [patch 65/67] include/linux/cpumask.h: don't calculate length of the input string
` [patch 66/67] treewide: remove redundant IS_ERR() before error code check
` [patch 67/67] ARM: dma-api: fix max_pfn off-by-one error in __dma_supported()

[PATCH v3] mm/hotplug: Only respect mem= parameter during boot stage
 2020-02-04  7:53 UTC  (2+ messages)

[PATCH 1/1] mm: fix tick_sched timer blocked by pgdat_resize_lock
 2020-02-04  7:24 UTC  (8+ messages)
` [PATCH RESEND] "

[PATCH v3 00/11] Introduce Data Access MONitor (DAMON)
 2020-02-04  6:23 UTC  (12+ messages)
` [PATCH v3 01/11] "
` [PATCH v3 02/11] mm/damon: Implement region based sampling
` [PATCH v3 03/11] mm/damon: Adaptively adjust regions
` [PATCH v3 04/11] mm/damon: Apply dynamic memory mapping changes
` [PATCH v3 05/11] mm/damon: Implement kernel space API
` [PATCH v3 06/11] mm/damon: Add debugfs interface
` [PATCH v3 07/11] mm/damon: Add a tracepoint for result writing
` [PATCH v3 08/11] mm/damon: Add minimal user-space tools
` [PATCH v3 09/11] Documentation/admin-guide/mm: Add a document for DAMON
` [PATCH v3 10/11] mm/damon: Add kunit tests
` [PATCH v3 11/11] MAINTAINERS: Update for DAMON

[PATCH v25 14/21] x86/sgx: Add a page reclaimer
 2020-02-04  6:05 UTC 

[PATCH v3 00/12] mm/gup: track FOLL_PIN pages
 2020-02-03 23:43 UTC  (19+ messages)
` [PATCH v3 02/12] mm/gup: split get_user_pages_remote() into two routines
` [PATCH v3 07/12] mm/gup: track FOLL_PIN pages
` [PATCH v3 10/12] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [PATCH v3 11/12] mm/gup_benchmark: support pin_user_pages() and related calls

[PATCH v10 1/8] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-02-03 23:18 UTC  (11+ messages)
` [PATCH v10 3/8] hugetlb_cgroup: add reservation accounting for private mappings
` [PATCH v10 7/8] hugetlb_cgroup: Add hugetlb_cgroup reservation tests

RFC: hold i_rwsem until aio completes
 2020-02-03 23:02 UTC  (4+ messages)

[GIT PULL] percpu changes for v5.6-rc1
 2020-02-03 22:35 UTC  (2+ messages)

[PATCH v16.1 0/9] mm / virtio: Provide support for free page reporting
 2020-02-03 22:05 UTC  (2+ messages)

[PATCH v2 0/3] mm: memcontrol: recursive memory protection
 2020-02-03 21:52 UTC  (8+ messages)
` [PATCH v2 1/3] mm: memcontrol: fix memory.low proportional distribution
` [PATCH v2 3/3] mm: memcontrol: recursive memory.low protection


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