linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCHv4 00/25] THP-enabled tmpfs/shmem
 2016-03-28 12:29 UTC  (13+ messages)
` [PATCHv4 08/25] thp: support file pages in zap_huge_pmd()

memory fragmentation issues on 4.4
 2016-03-28 11:45 UTC  (3+ messages)

mm/slab: reduce lock contention in alloc path
 2016-03-28  8:58 UTC  (13+ messages)
` [PATCH 01/11] mm/slab: hold a slab_mutex when calling __kmem_cache_shrink()
` [PATCH 02/11] mm/slab: remove BAD_ALIEN_MAGIC again
` [PATCH 03/11] mm/slab: drain the free slab as much as possible
` [PATCH 04/11] mm/slab: factor out kmem_cache_node initialization code
` [PATCH 05/11] mm/slab: clean-up kmem_cache_node setup
` [PATCH 06/11] mm/slab: don't keep free slabs if free_objects exceeds free_limit
` [PATCH 07/11] mm/slab: racy access/modify the slab color
` [PATCH 08/11] mm/slab: make cache_grow() handle the page allocated on arbitrary node
` [PATCH 09/11] mm/slab: separate cache_grow() to two parts
` [PATCH 10/11] mm/slab: refill cpu cache through a new slab without holding a node lock
` [PATCH 11/11] mm/slab: lockless decision to grow cache

[PATCH v2 1/2] mm/page_ref: use page_ref helper instead of direct modification of _count
 2016-03-28  6:30 UTC  (2+ messages)
` [PATCH v2 2/2] mm: rename _count, field of the struct page, to _refcount

[PATCH 1/2] mm/page_ref: use page_ref helper instead of direct modification of _count
 2016-03-28  6:19 UTC  (7+ messages)
` [PATCH 2/2] mm: rename _count, field of the struct page, to _refcount

[PATCH v2 00/18] Support non-lru page migration
 2016-03-28  5:08 UTC  (10+ messages)
` [PATCH v2 01/18] mm: use put_page to free page instead of putback_lru_page
` [PATCH v2 13/18] mm/compaction: support non-lru movable page migration

Bloat caused by unnecessary calls to compound_head()?
 2016-03-27 20:44 UTC  (2+ messages)

Bloat caused by unnecessary calls to compound_head()?
 2016-03-27 19:47 UTC  (6+ messages)
  ` [PATCH 1/4] page-flags: generate page-flags helpers with script
    ` [PATCH 2/4] mm: introduce struct head_page and compound_head_t
    ` [PATCH 3/4] page-flags: make page flag helpers accept struct head_page
    ` [PATCH 4/4] mm: convert make_page_accessed to use compount_page_t()

Tracing Accesses to the Page Cache
 2016-03-26 19:39 UTC 

[PATCH 2/2] include/linux: apply __malloc attribute
 2016-03-26 19:06 UTC  (3+ messages)

[PATCH 0/5] dax: handling of media errors
 2016-03-26 16:53 UTC  (17+ messages)
` [PATCH 1/5] block, dax: pass blk_dax_ctl through to drivers
` [PATCH 2/5] dax: fallback from pmd to pte on error
` [PATCH 3/5] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH 5/5] dax: handle media errors in dax_do_io

[PATCH RFC] mm: Fix memory corruption caused by deferred page initialization
 2016-03-26 13:37 UTC  (3+ messages)
` [RFC] "

[PATCH] mm: fix invalid node in alloc_migrate_target()
 2016-03-26  5:31 UTC  (3+ messages)

[PATCH] mm/hugetlb: optimize minimum size (min_size) accounting
 2016-03-25 23:44 UTC 

Page migration issue with UBIFS
 2016-03-25 22:53 UTC  (13+ messages)
              ` [PATCH] UBIFS: Implement ->migratepage()

mmotm 2016-03-25-15-13 uploaded
 2016-03-25 22:14 UTC 

[PATCH] mm,writeback: Don't use memory reserves for wb_start_writeback
 2016-03-25 11:54 UTC  (3+ messages)

[PATCH] mm: fix regression in remap_file_pages() emulation
 2016-03-25 10:07 UTC  (2+ messages)

[PATCH] thp: fix typo in khugepaged_scan_pmd()
 2016-03-25 10:05 UTC 

[PATCH] mm/filemap: generic_file_read_iter(): check for zero reads unconditionally
 2016-03-25  7:50 UTC  (3+ messages)

[PATCH 1/2] shmem: Support for registration of Driver/file owner specific ops
 2016-03-24 18:40 UTC  (8+ messages)
` [PATCH 2/2] drm/i915: Make pages of GFX allocations movable
        ` [PATCH v2 "
` [Intel-gfx] [PATCH 1/2] shmem: Support for registration of Driver/file owner specific ops

[PATCH] mm/page_isolation: fix tracepoint to mirror check function behavior
 2016-03-24 15:52 UTC  (3+ messages)

Re: [PATCH v2 13/18] mm/compaction: support non-lru movable pagemigration
 2016-03-24  5:11 UTC  (2+ messages)

[PATCH 1/1] mm/page_alloc: Remove useless parameter of __free_pages_boot_core
 2016-03-24  4:00 UTC  (2+ messages)

[PATCH v2 1/6] mm/hugetlb: Introduce hugetlb_bad_size
 2016-03-24  3:09 UTC  (2+ messages)

[PATCH 0/6] Add zone overlapping check
 2016-03-24  0:08 UTC  (11+ messages)
` [PATCH 1/6] mm/page_alloc: fix same zone check in __pageblock_pfn_to_page()
` [PATCH 2/6] mm/hugetlb: add same zone check in pfn_range_valid_gigantic()
` [PATCH 3/6] mm/memory_hotplug: add comment to some functions related to memory hotplug
` [PATCH 4/6] mm/vmstat: add zone range overlapping check

[PATCH 2/2] arch:mm: Use hugetlb_bad_size
 2016-03-23 20:31 UTC  (7+ messages)

[RFC] high preempt off latency in vfree path
 2016-03-23 19:03 UTC  (3+ messages)

[PATCH v2 5/6] tile: mm: Use hugetlb_bad_size
 2016-03-23 16:03 UTC  (2+ messages)

[PATCH v2 0/6] mm/hugetlb: Fix commandline parsing behavior for invalid hugepagesize
 2016-03-23 16:01 UTC  (3+ messages)

[PATCH v4 0/2] mm, thp: Fix unnecessarry resource consuming in swapin
 2016-03-23 12:45 UTC  (5+ messages)
` [PATCH v4 2/2] mm, thp: avoid unnecessary swapin in khugepaged

[PATCH v2 6/6] x86: mm: Use hugetlb_bad_size
 2016-03-23 12:39 UTC 

[PATCH] mm/page_alloc: prevent merging between isolated and other pageblocks
 2016-03-23 12:38 UTC  (3+ messages)

[PATCH v2 4/6] powerpc: mm: Use hugetlb_bad_size
 2016-03-23 12:34 UTC 

[PATCH v2 3/6] metag: mm: Use hugetlb_bad_size
 2016-03-23 12:30 UTC 

[PATCH v2 2/6] arm64: mm: Use hugetlb_bad_size
 2016-03-23 12:25 UTC 

[PATCH 0/9] oom reaper v6
 2016-03-23 12:07 UTC  (24+ messages)
` [PATCH 1/9] sched: add schedule_timeout_idle()
` [PATCH 2/9] mm, oom: introduce oom reaper
` [PATCH 3/9] oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space
` [PATCH 4/9] mm, oom_reaper: report success/failure
` [PATCH 5/9] mm, oom_reaper: implement OOM victims queuing
` [PATCH 6/9] oom, oom_reaper: disable oom_reaper for oom_kill_allocating_task
` [PATCH 7/9] oom: make oom_reaper_list single linked
` [PATCH 8/9] oom: make oom_reaper freezable
` [PATCH 9/9] oom, oom_reaper: protect oom_reaper_list using simpler way

[PATCH 0/5] mm: make several functions return bool
 2016-03-23 11:44 UTC  (8+ messages)
` [PATCH 1/5] mm/hugetlb: is_vm_hugetlb_page can be boolean
` [PATCH 2/5] mm/memory_hotplug: is_mem_section_removable "
` [PATCH 3/5] mm/vmalloc: is_vmalloc_addr "
` [PATCH 4/5] mm/lru: is_file/active_lru "
` [PATCH 5/5] mm/mempolicy: vma_migratable "

HMM (Heterogeneous Memory Management)
 2016-03-23 11:25 UTC  (6+ messages)
` [PATCH v12 08/29] HMM: add device page fault support v6

Delete flush cache all in arm64 platform
 2016-03-23 11:11 UTC  (5+ messages)

Suspicious error for CMA stress test
 2016-03-23  8:32 UTC  (25+ messages)

[PATCH 1/2] mm/hugetlb: Introduce hugetlb_bad_size
 2016-03-23  4:40 UTC  (6+ messages)

mmotm 2016-03-22-15-34 uploaded
 2016-03-22 22:34 UTC 

[PATCH 00/71] get rid of PAGE_CACHE_* and page_cache_{get,release} macros
 2016-03-22 20:16 UTC  (5+ messages)
` [PATCH 13/71] nvdimm: "
` [PATCH 31/71] exofs: "

mm/memblock.c:843: pointless test ?
 2016-03-22 19:07 UTC 

[PATCH 0/3] fs, mm: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
 2016-03-22 15:20 UTC  (11+ messages)
` [PATCH 1/3] mm, fs: "

[RFC] mm: why cat /proc/pid/smaps | grep Rss is different from cat /proc/pid/statm?
 2016-03-22 14:47 UTC  (2+ messages)

[PATCH 0/2] mm/hugetlb: Fix commandline parsing behavior for invalid hugepagesize
 2016-03-22 10:10 UTC 

[PATCH v2 17/18] zsmalloc: migrate tail pages in zspage
 2016-03-22  2:22 UTC  (3+ messages)
` [PATCH] zsmalloc: fix semicolon.cocci warnings

[PATCH v2 14/18] mm/balloon: use general movable page feature into balloon
 2016-03-22  2:19 UTC  (3+ messages)

VM_GROWSDOWN and fixed size stacks
 2016-03-21 20:12 UTC 

[PATCH RFC 1/1] Add support for ZONE_DEVICE IO memory with struct pages
 2016-03-21 19:25 UTC  (6+ messages)

page:  |  | latest

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