linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-28 15:23:11 to 2019-03-30 14:10:56 UTC [more...]

page cache: Store only head pages in i_pages
 2019-03-30 14:10 UTC  (10+ messages)

[PATCH v3 1/2] mm/sparse: Clean up the obsolete code comment
 2019-03-30  9:50 UTC  (14+ messages)
` [PATCH v3 2/2] drivers/base/memory.c: Rename the misleading parameter
  ` [PATCH v4 "

[PATCH] mm: Fix build warning
 2019-03-30  5:42 UTC 

[RFC PATCH] drivers/dax: Allow to include DEV_DAX_PMEM as builtin
 2019-03-30  5:42 UTC 

[PATCH] mm: Fix modifying of page protection by insert_pfn_pmd()
 2019-03-30  5:41 UTC 

[PATCH 0/4] mm,memory_hotplug: allocate memmap from hotadded memory
 2019-03-29 22:23 UTC  (11+ messages)

[PATCH 0/3] vmalloc enhancements
 2019-03-29 22:07 UTC 

[PATCH v2 00/11] Improve HMM driver API v2
 2019-03-29 21:42 UTC  (65+ messages)
` [PATCH v2 01/11] mm/hmm: select mmu notifier when selecting HMM
` [PATCH v2 02/11] mm/hmm: use reference counting for HMM struct v2
` [PATCH v2 04/11] mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot() v2
` [PATCH v2 05/11] mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault() v2
` [PATCH v2 06/11] mm/hmm: improve driver API to work and wait over a range v2
` [PATCH v2 07/11] mm/hmm: add default fault flags to avoid the need to pre-fill pfns arrays
` [PATCH v2 08/11] mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping) v2
` [PATCH v2 09/11] mm/hmm: allow to mirror vma of a file on a DAX backed filesystem v2
` [PATCH v2 10/11] mm/hmm: add helpers for driver to safely take the mmap_sem v2

[PATCHv8 00/10] Heterogenous memory node attributes
 2019-03-29 21:15 UTC  (3+ messages)
` [PATCHv8 07/10] acpi/hmat: Register processor domain to its memory

[linux-next:master 4291/4370] kernel/gcov/gcc_4_7.c:162:9: error: implicit declaration of function 'within_module'; did you mean 'init_module'?
 2019-03-29 20:53 UTC  (8+ messages)
` [PATCH] gcov: include linux/module.h for within_module
        ` [PATCH v2] gcov: fix when CONFIG_MODULES is not set

[PATCH v2] writeback: use exact memcg dirty counts
 2019-03-29 20:38 UTC  (2+ messages)

[PATCH 0/6] mm/devm_memremap_pages: Fix page release race
 2019-03-29 19:32 UTC  (11+ messages)
` [PATCH 1/6] drivers/base/devres: Introduce devm_release_action()
` [PATCH 2/6] mm/devm_memremap_pages: Introduce devm_memunmap_pages
` [PATCH 3/6] pci/p2pdma: Fix the gen_pool_add_virt() failure path
` [PATCH 4/6] lib/genalloc: Introduce chunk owners
` [PATCH 5/6] pci/p2pdma: Track pgmap references per resource, not globally
` [PATCH 6/6] mm/devm_memremap_pages: Fix final page put race

[PATCH] writeback: sum memcg dirty counters as needed
 2019-03-29 17:50 UTC  (5+ messages)

On guest free page hinting and OOM
 2019-03-29 16:51 UTC  (7+ messages)

[PATCH v4] kmemleak: survive in a low-memory situation
 2019-03-29 16:16 UTC  (15+ messages)

[RFC PATCH] mm, kvm: account kvm_vcpu_mmap to kmemcg
 2019-03-29 16:00 UTC  (6+ messages)

[PATCH v4 1/2] mm/sparse: Clean up the obsolete code comment
 2019-03-29 14:42 UTC  (2+ messages)
` [PATCH v4 2/2] drivers/base/memory.c: Clean up relicts in function parameters

[PATCH REBASED] hugetlbfs: fix potential over/underflow setting node specific nr_hugepages
 2019-03-29 14:42 UTC  (3+ messages)

[PATCH v1] mm: balloon: drop unused function stubs
 2019-03-29 14:12 UTC  (3+ messages)

[PATCH v13 00/20] arm64: untag user pointers passed to the kernel
 2019-03-29 10:30 UTC  (6+ messages)
` [PATCH v13 04/20] mm, arm64: untag user pointers passed to memory syscalls

debug linux kernel memory management / pressure
 2019-03-29  9:41 UTC  (2+ messages)

[LSF/MM TOPIC] Using XArray to manage the VMA
 2019-03-29  9:31 UTC  (3+ messages)

[PATCH] mm/compaction: fix missed direct_compaction setting for non-direct compaction
 2019-03-29  8:55 UTC  (5+ messages)

32-bit Amlogic (ARM) SoC: kernel BUG in kfree()
 2019-03-29  7:44 UTC  (8+ messages)

[PATCH v8 0/4] Fix free/allocation of runtime gigantic pages
 2019-03-29  6:54 UTC  (4+ messages)
` [PATCH v8 4/4] hugetlb: allow to free gigantic pages regardless of the configuration

[linux-next:master 4291/4370] kernel/gcov/gcc_4_7.c:162:9: error: implicit declaration of function 'within_module'
 2019-03-29  6:50 UTC 

[PATCH v2 0/4] Clean up comments and codes in sparse_add_one_section()
 2019-03-29  6:44 UTC  (2+ messages)

Page-allocation-failure
 2019-03-29  5:42 UTC  (3+ messages)

[External] Re: vmscan: Reclaim unevictable pages
 2019-03-29  5:29 UTC  (12+ messages)

Print map for total physical and virtual memory
 2019-03-29  5:22 UTC  (5+ messages)
  ` [External] "

[mmotm:master 158/210] htmldocs: lib/bitmap.c:679: warning: Function parameter or member 'end' not described in '__bitmap_parselist'
 2019-03-29  4:30 UTC 

[PATCH 0/3] vfs: make immutable files actually immutable
 2019-03-29  4:02 UTC  (8+ messages)
` [PATCH 1/3] mm/fs: don't allow writes to immutable files
` [PATCH 2/3] xfs: reset page mappings after setting immutable
` [PATCH 3/3] xfs: don't allow most setxattr to immutable files

mmotm 2019-03-28-15-50 uploaded
 2019-03-29  3:18 UTC  (2+ messages)
` mmotm 2019-03-28-15-50 uploaded (gcov)

sysrq key f to trigger OOM manually
 2019-03-29  1:04 UTC  (3+ messages)

[mmotm:master 153/210] lib/list_sort.c:17:36: warning: '__pure__' attribute ignored
 2019-03-29  0:48 UTC 

[RFC PATCH] mm: readahead: add readahead_shift into backing device
 2019-03-29  0:33 UTC  (2+ messages)
` [mm] 71ee870ccb: will-it-scale.per_process_ops -2.9% regression

[PATCH 04/10] mm: numa: promote pages to DRAM when it is accessed twice
 2019-03-29  0:31 UTC  (2+ messages)

[mmotm:master 153/210] lib/list_sort.c:17:36: warning: 'pure' attribute ignored
 2019-03-29  0:20 UTC 

[PATCH v2 0/2] A couple hugetlbfs fixes
 2019-03-28 23:47 UTC  (3+ messages)
` [PATCH v2 1/2] huegtlbfs: on restore reserve error path retain subpool reservation
` [PATCH v2 2/2] hugetlb: use same fault hash key for shared and private mappings

[RFC PATCH 0/10] Another Approach to Use PMEM as NUMA Node
 2019-03-28 22:45 UTC  (23+ messages)
` [PATCH 06/10] mm: vmscan: demote anon DRAM pages to PMEM node

[PATCH v5 00/10] mm: Sub-section memory hotplug support
 2019-03-28 21:54 UTC  (6+ messages)

[LSF/MM ATTEND] Address Space Isolation for KVM
 2019-03-28 17:18 UTC 

[PATCH V3 0/7] Add FOLL_LONGTERM to GUP fast and use it
 2019-03-28  8:44 UTC  (8+ messages)
` [PATCH V3 1/7] mm/gup: Replace get_user_pages_longterm() with FOLL_LONGTERM
` [PATCH V3 2/7] mm/gup: Change write parameter to flags in fast walk
` [PATCH V3 3/7] mm/gup: Change GUP fast to use flags rather than a write 'bool'
` [PATCH V3 4/7] mm/gup: Add FOLL_LONGTERM capability to GUP fast
` [PATCH V3 5/7] IB/hfi1: Use the new FOLL_LONGTERM flag to get_user_pages_fast()
` [PATCH V3 6/7] IB/qib: "
` [PATCH V3 7/7] IB/mthca: "

[PATCH v7 00/20] Convert x86 & arm64 to use generic page walk
 2019-03-28 15:21 UTC  (4+ messages)
` [PATCH v7 18/20] x86: mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v7 19/20] x86: mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH v7 20/20] x86: mm: Convert dump_pagetables to use walk_page_range


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