linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2, part3 00/12] accurately calculate zone->managed_pages
 2013-03-16 17:03 UTC  (8+ messages)
` [PATCH v2, part3 01/12] mm: enhance free_reserved_area() to support poisoning memory with zero
` [PATCH v2, part3 02/12] mm/ARM64: kill poison_init_mem()
` [PATCH v2, part3 03/12] mm/x86: use common help functions to furthur simplify code
` [PATCH v2, part3 04/12] mm/tile: use common help functions to free reserved pages
` [PATCH v2, part3 05/12] mm/powertv: "
` [PATCH v2, part3 06/12] mm/acornfb: "
` [PATCH v2, part3 07/12] mm: accurately calculate zone->managed_pages for highmem zones

[PATCH v3 0/5] zcache: Support zero-filled pages more efficiently
 2013-03-16 14:12 UTC  (8+ messages)
` [PATCH v3 1/5] introduce zero filled pages handler
` [PATCH v3 2/5] zero-filled pages awareness
` [PATCH v3 3/5] handle zcache_[eph|pers]_zpages for zero-filled page
` [PATCH v3 4/5] introduce zero-filled page stat count
` [PATCH v3 5/5] clean TODO list

[PATCHv7 0/8] zswap: compressed swap caching
 2013-03-16 14:09 UTC  (3+ messages)
` [PATCHv7 1/8] zsmalloc: add to mm/

[PATCH] zcache/TODO: Update on two items
 2013-03-16 13:31 UTC 

[PATCH v2 0/4] zcache: Support zero-filled pages more efficiently
 2013-03-16 13:07 UTC  (8+ messages)
` [PATCH v2 1/4] introduce zero filled pages handler
` [PATCH v2 2/4] zero-filled pages awareness
` [PATCH v2 3/4] introduce zero-filled page stat count
` [PATCH v2 4/4] clean TODO list

OOM triggered with plenty of memory free
 2013-03-16 11:02 UTC  (3+ messages)

[PATCH v1 part1 0/9] Introduce movablemem_map boot option
 2013-03-16 10:35 UTC  (10+ messages)
` [PATCH v1 1/9] x86: get pg_data_t's memory from other node
` [PATCH v1 2/9] acpi: Print hotplug info in SRAT
` [PATCH v1 3/9] x86, mm, numa, acpi: Add movable_memmap boot option
` [PATCH v1 4/9] x86, mm, numa, acpi: Introduce zone_movable_limit[] to store start pfn of ZONE_MOVABLE
` [PATCH v1 5/9] x86, mm, numa, acpi: Extend movablemem_map to the end of each node
` [PATCH v1 6/9] x86, mm, numa, acpi: Support getting hotplug info from SRAT
` [PATCH v1 7/9] x86, mm, numa, acpi: Sanitize zone_movable_limit[]
` [PATCH v1 8/9] x86, mm, numa, acpi: make movablemem_map have higher priority
` [PATCH v1 9/9] x86, mm, numa, acpi: Memblock limit with movablemem_map

[PATCH] USB: EHCI: fix for leaking isochronous data
 2013-03-16  2:10 UTC  (9+ messages)

[PATCH] bounce:fix bug, avoid to flush dcache on slab page from jbd2
 2013-03-15 23:28 UTC  (16+ messages)
              ` [PATCH] mm: Make snapshotting pages for stable writes a per-bio operation

security: restricting access to swap
 2013-03-15 22:19 UTC  (6+ messages)

SLAB + UML : WARNING: at mm/page_alloc.c:2386
 2013-03-15 18:44 UTC  (8+ messages)
  ` SLUB "

Kernel oops on mmap ?
 2013-03-15 17:32 UTC  (2+ messages)

[PATCH v2] mm/hugetlb: add more arch-defined huge_pte functions
 2013-03-15 17:05 UTC  (3+ messages)

zsmalloc limitations and related topics
 2013-03-15 16:54 UTC  (14+ messages)

[PATCH 3/9] mmu_notifier: use DEFINE_STATIC_SRCU() to define srcu struct
 2013-03-15 16:50 UTC 

[PATCHv2, RFC 00/30] Transparent huge page cache
 2013-03-15 15:05 UTC  (63+ messages)
` [PATCHv2, RFC 01/30] block: implement add_bdi_stat()
` [PATCHv2, RFC 02/30] mm: implement zero_huge_user_segment and friends
` [PATCHv2, RFC 03/30] mm: drop actor argument of do_generic_file_read()
` [PATCHv2, RFC 04/30] radix-tree: implement preload for multiple contiguous elements
` [PATCHv2, RFC 05/30] thp, mm: avoid PageUnevictable on active/inactive lru lists
` [PATCHv2, RFC 06/30] thp, mm: basic defines for transparent huge page cache
` [PATCHv2, RFC 07/30] thp, mm: introduce mapping_can_have_hugepages() predicate
` [PATCHv2, RFC 08/30] thp, mm: rewrite add_to_page_cache_locked() to support huge pages
` [PATCHv2, RFC 09/30] thp, mm: rewrite delete_from_page_cache() "
` [PATCHv2, RFC 10/30] thp, mm: locking tail page is a bug
` [PATCHv2, RFC 11/30] thp, mm: handle tail pages in page_cache_get_speculative()
` [PATCHv2, RFC 12/30] thp, mm: add event counters for huge page alloc on write to a file
` [PATCHv2, RFC 13/30] thp, mm: implement grab_cache_huge_page_write_begin()
` [PATCHv2, RFC 14/30] thp, mm: naive support of thp in generic read/write routines
` [PATCHv2, RFC 15/30] thp, libfs: initial support of thp in simple_read/write_begin/write_end
` [PATCHv2, RFC 16/30] thp: handle file pages in split_huge_page()
` [PATCHv2, RFC 17/30] thp: wait_split_huge_page(): serialize over i_mmap_mutex too
` [PATCHv2, RFC 18/30] thp, mm: truncate support for transparent huge page cache
` [PATCHv2, RFC 19/30] thp, mm: split huge page on mmap file page
` [PATCHv2, RFC 20/30] ramfs: enable transparent huge page cache
` [PATCHv2, RFC 21/30] x86-64, mm: proper alignment mappings with hugepages
` [PATCHv2, RFC 22/30] mm: add huge_fault() callback to vm_operations_struct
` [PATCHv2, RFC 23/30] thp: prepare zap_huge_pmd() to uncharge file pages
` [PATCHv2, RFC 24/30] thp: move maybe_pmd_mkwrite() out of mk_huge_pmd()
` [PATCHv2, RFC 25/30] thp, mm: basic huge_fault implementation for generic_file_vm_ops
` [PATCHv2, RFC 26/30] thp: extract fallback path from do_huge_pmd_anonymous_page() to a function
` [PATCHv2, RFC 27/30] thp: initial implementation of do_huge_linear_fault()
` [PATCHv2, RFC 28/30] thp: handle write-protect exception to file-backed huge pages
` [PATCHv2, RFC 29/30] thp: call __vma_adjust_trans_huge() for file-backed VMA
` [PATCHv2, RFC 30/30] thp: map file-backed huge pages on fault

Inactive memory keep growing and how to release it?
 2013-03-15 15:00 UTC  (10+ messages)

mmap sync issue
 2013-03-15 11:39 UTC 

[PATCH v2 0/8] remove vm_struct list management
 2013-03-15 11:04 UTC  (4+ messages)
` [PATCH v2 7/8] mm, vmalloc: export vmap_area_list, instead of vmlist

[LSF/MM TOPIC]swap improvements for fast SSD
 2013-03-15  9:39 UTC  (2+ messages)

[PATCH 4/4] zcache: add pageframes count once compress zero-filled pages twice
 2013-03-14 23:41 UTC  (9+ messages)
  ` [PATCH 2/4] zcache: zero-filled pages awareness

[PATCH 0/1] mm/hugetlb: add more arch-defined huge_pte_xxx functions
 2013-03-14 15:01 UTC  (6+ messages)
` [PATCH 1/1] "

kernel trace
 2013-03-14 13:09 UTC  (4+ messages)

[PATCH v3] mm/hugetlb: fix total hugetlbfs pages count when memory overcommit accouting
 2013-03-14 13:04 UTC  (2+ messages)

[PATCH v2] mm/hugetlb: fix total hugetlbfs pages count when memory overcommit accouting
 2013-03-14 12:58 UTC  (5+ messages)

[PATCH] mm/hugetlb: fix total hugetlbfs pages count when memory overcommit accouting
 2013-03-14 10:15 UTC  (6+ messages)

[PATCH] mm, x86: no zeroing of hugetlbfs pages at boot
 2013-03-14  8:51 UTC  (2+ messages)

[PATCH v2 0/5] bypass root memcg charges if no memcgs are possible
 2013-03-14  0:03 UTC  (11+ messages)
` [PATCH v2 2/5] memcg: provide root figures from system totals

[PATCH] fs: Don't compile in drop_caches.c when CONFIG_SYSCTL=n
 2013-03-13 23:17 UTC  (2+ messages)

[PATCH v5 1/2] mm: limit growth of 3% hardcoded other user reserve
 2013-03-13 21:01 UTC  (4+ messages)

[PATCH v2, part2 00/10] simplify initialization of highmem pages
 2013-03-13 16:47 UTC  (4+ messages)
` [PATCH v2, part2 08/10] mm/SPARC: use free_highmem_page() to free highmem pages into buddy system

[PATCH v2, part1 00/29] Use helper functions to simplify memory intialization code
 2013-03-13 16:45 UTC  (4+ messages)
` [PATCH v2, part1 25/29] mm/x86: use common help functions to free reserved pages

[PATCH] vmscan: minor cleanup for kswapd
 2013-03-13 16:31 UTC  (2+ messages)

[PATCH v4 -mm] rework mem_cgroup iterator
 2013-03-13 15:08 UTC  (2+ messages)

mmotm 2013-03-07-15-45 uploaded
 2013-03-13 12:36 UTC  (2+ messages)

[PATCH 0/4] zcache: Support zero-filled pages more efficiently
 2013-03-13  7:05 UTC  (3+ messages)
` [PATCH 2/4] zcache: zero-filled pages awareness
` [PATCH 4/4] zcache: add pageframes count once compress zero-filled pages twice

page:  |  | latest

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