linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH, RFC 00/16] Transparent huge page cache
 2013-03-18  9:36 UTC  (2+ messages)

[RFC PATCH 0/8] Reduce system disruption due to kswapd
 2013-03-18  7:02 UTC  (24+ messages)
` [PATCH 01/10] mm: vmscan: Limit the number of pages kswapd reclaims at each priority
` [PATCH 02/10] mm: vmscan: Obey proportional scanning requirements for kswapd
` [PATCH 03/10] mm: vmscan: Flatten kswapd priority loop
` [PATCH 04/10] mm: vmscan: Decide whether to compact the pgdat based on reclaim progress
` [PATCH 05/10] mm: vmscan: Do not allow kswapd to scan at maximum priority
` [PATCH 06/10] mm: vmscan: Have kswapd writeback pages based on dirty pages encountered, not priority
` [PATCH 07/10] mm: vmscan: Block kswapd if it is encountering pages under writeback
` [PATCH 08/10] mm: vmscan: Have kswapd shrink slab only once per priority
` [PATCH 09/10] mm: vmscan: Check if kswapd should writepage "
` [PATCH 10/10] mm: vmscan: Move logic from balance_pgdat() to kswapd_shrink_zone()

[patch 1/4 v3]swap: change block allocation algorithm for SSD
 2013-03-18  6:49 UTC  (5+ messages)

[PATCH} mm: Merging memory blocks resets mempolicy
 2013-03-18  6:13 UTC 

[PATCHv2, RFC 00/30] Transparent huge page cache
 2013-03-18  5:23 UTC  (61+ messages)
` [PATCHv2, RFC 03/30] mm: drop actor argument of do_generic_file_read()
` [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 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

security: restricting access to swap
 2013-03-18  3:58 UTC  (7+ messages)

mmap sync issue
 2013-03-18  2:33 UTC  (4+ messages)

[PATCH v2, part3 00/12] accurately calculate zone->managed_pages
 2013-03-17 21:46 UTC  (16+ 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 v2, part3 08/12] mm: use a dedicated lock to protect totalram_pages and zone->managed_pages
` [PATCH v2, part3 09/12] mm: avoid using __free_pages_bootmem() at runtime
` [PATCH v2, part3 10/12] mm: correctly update zone->mamaged_pages
` [PATCH v2, part3 11/12] mm: report available pages as "MemTotal" for each NUMA node
` [PATCH v2, part3 12/12] mm: concentrate adjusting of totalram_pages

[PATCH] USB: EHCI: fix for leaking isochronous data
 2013-03-17 17:39 UTC  (13+ messages)

[PATCH v2 0/4] zcache: Support zero-filled pages more efficiently
 2013-03-17 12:58 UTC  (13+ 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 v1 part1 0/9] Introduce movablemem_map boot option
 2013-03-17  0:25 UTC  (11+ 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 v3 0/5] zcache: Support zero-filled pages more efficiently
 2013-03-17  0:05 UTC  (12+ 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

[3.9-rc2+, sparc] WARNING: at mm/mmap.c:2700
 2013-03-16 22:01 UTC 

[PATCH 0/2] Drivers: hv: balloon
 2013-03-16 21:42 UTC  (3+ messages)
` [PATCH 1/2] mm: Export split_page()
  ` [PATCH 2/2] Drivers: hv: balloon: Support 2M page allocations for ballooning

[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 

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

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

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  (11+ messages)

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

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

[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 0/4] zcache: Support zero-filled pages more efficiently
 2013-03-14 23:41 UTC  (7+ messages)
` [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