linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH V2 0/2] mm: hotplug: implement non-movable version of get_user_pages() to kill long-time pin pages
 2013-05-14 15:16 UTC  (14+ messages)
` [PATCH V2 1/2] mm: hotplug: implement non-movable version of get_user_pages() called get_user_pages_non_movable()

[RFC PATCH 0/2] return value from shrinkers
 2013-05-14 15:03 UTC  (4+ messages)
` [RFC PATCH 1/2] mm: vmscan: let any negative return value from shrinker mean error
` [RFC PATCH 2/2] Clean-up shrinker return values

[RFC][PATCH 0/7] mm: Batch page reclamation under shink_page_list
 2013-05-14 15:00 UTC  (5+ messages)
` [RFC][PATCH 1/7] defer clearing of page_private() for swap cache pages
` [RFC][PATCH 2/7] make 'struct page' and swp_entry_t variants of swapcache_free()

[PATCH v5 0/8] kdump, vmcore: support mmap() on /proc/vmcore
 2013-05-14 14:59 UTC  (13+ messages)
` [PATCH v5 1/8] vmcore: allocate buffer for ELF headers on page-size alignment
` [PATCH v5 2/8] vmcore: clean up read_vmcore()
` [PATCH v5 3/8] vmalloc: make find_vm_area check in range
` [PATCH v5 4/8] vmalloc: introduce remap_vmalloc_range_partial
` [PATCH v5 5/8] vmcore: allocate ELF note segment in the 2nd kernel vmalloc memory
` [PATCH v5 6/8] vmcore: treat memory chunks referenced by PT_LOAD program header entries in page-size boundary in vmcore_list
` [PATCH v5 7/8] vmcore: calculate vmcore file size from buffer size and total size of vmcore objects
` [PATCH v5 8/8] vmcore: support mmap() on /proc/vmcore

[PATCH] memcg: don't initialize kmem-cache destroying work for root caches
 2013-05-14 14:52 UTC  (5+ messages)

[PATCH v6 00/31] kmemcg shrinkers
 2013-05-14 14:01 UTC  (51+ messages)
` [PATCH v6 01/31] super: fix calculation of shrinkable objects for small numbers
` [PATCH v6 03/31] dentry: move to per-sb LRU locks
` [PATCH v6 04/31] dcache: remove dentries from LRU before putting on dispose list
  ` [PATCH v7 "
` [PATCH v6 05/31] mm: new shrinker API
` [PATCH v6 06/31] shrinker: convert superblock shrinkers to new API
` [PATCH v6 07/31] list: add a new LRU list type
` [PATCH v6 08/31] inode: convert inode lru list to generic lru list code
` [PATCH v6 09/31] dcache: convert to use new lru list infrastructure
` [PATCH v6 10/31] list_lru: per-node "
` [PATCH v6 11/31] shrinker: add node awareness
` [PATCH v6 12/31] fs: convert inode and dentry shrinking to be node aware
` [PATCH v6 13/31] xfs: convert buftarg LRU to generic code
` [PATCH v6 14/31] xfs: convert dquot cache lru to list_lru
` [PATCH v6 15/31] fs: convert fs shrinkers to new scan/count API
` [PATCH v6 16/31] drivers: convert shrinkers to new count/scan API
` [PATCH v6 17/31] i915: bail out earlier when shrinker cannot acquire mutex
` [PATCH v6 18/31] shrinker: convert remaining shrinkers to count/scan API
` [PATCH v6 19/31] hugepage: convert huge zero page shrinker to new shrinker API
` [PATCH v6 20/31] shrinker: Kill old ->shrink API
` [PATCH v6 21/31] vmscan: also shrink slab in memcg pressure
` [PATCH v6 22/31] memcg,list_lru: duplicate LRUs upon kmemcg creation
` [PATCH v6 23/31] lru: add an element to a memcg list
` [PATCH v6 24/31] list_lru: per-memcg walks
` [PATCH v6 25/31] memcg: per-memcg kmem shrinking
` [PATCH v6 26/31] memcg: scan cache objects hierarchically
` [PATCH v6 27/31] vmscan: take at least one pass with shrinkers
` [PATCH v6 28/31] super: targeted memcg reclaim
` [PATCH v6 29/31] memcg: move initialization to memcg creation
` [PATCH v6 30/31] vmpressure: in-kernel notifications
` [PATCH v6 31/31] memcg: reap dead memcgs upon global memory pressure

[PATCH 0/9] Reduce system disruption due to kswapd V4
 2013-05-14 12:23 UTC  (15+ messages)
` [PATCH 1/9] mm: vmscan: Limit the number of pages kswapd reclaims at each priority
` [PATCH 2/9] mm: vmscan: Obey proportional scanning requirements for kswapd
` [PATCH 3/9] mm: vmscan: Flatten kswapd priority loop
` [PATCH 4/9] mm: vmscan: Decide whether to compact the pgdat based on reclaim progress
` [PATCH 5/9] mm: vmscan: Do not allow kswapd to scan at maximum priority
` [PATCH 6/9] mm: vmscan: Have kswapd writeback pages based on dirty pages encountered, not priority
` [PATCH 7/9] mm: vmscan: Block kswapd if it is encountering pages under writeback
` [PATCH 8/9] mm: vmscan: Check if kswapd should writepage once per pgdat scan
` [PATCH 9/9] mm: vmscan: Move logic from balance_pgdat() to kswapd_shrink_zone()

[3.10-rc1 SLUB?] kmemcheck reports read from freed/unallocated memory
 2013-05-14 12:06 UTC 

[3.10-rc1 SLUB?] mm: kmemcheck warning
 2013-05-14 12:05 UTC 

[PATCH 3/3] mm/kmemleak.c: Merge the consecutive scan-areas
 2013-05-14 11:49 UTC 

[PATCH 2/3] mm/kmemleak.c: Use list_for_each_entry_safe to reconstruct function scan_gray_list
 2013-05-14 11:49 UTC 

[PATCH 1/3] mm/kmemleak.c: Use %u to print ->checksum
 2013-05-14 11:49 UTC 

[PATCH 0/3] mm/kmemleak.c: Fix some trivial problems
 2013-05-14 11:49 UTC 

Yet another page fault deadlock
 2013-05-14 10:32 UTC  (2+ messages)

[PATCH V2 0/3] memcg: simply lock of page stat accounting
 2013-05-14  9:28 UTC  (16+ messages)
` [PATCH V2 1/3] memcg: rewrite the comment about race condition "
` [PATCH V2 2/3] memcg: alter mem_cgroup_{update,inc,dec}_page_stat() args to memcg pointer
` [PATCH V2 3/3] memcg: simplify lock of memcg page stat account

[PATCHv11 0/4] zswap: compressed swap caching
 2013-05-14  9:19 UTC  (7+ messages)
` [PATCHv11 1/4] debugfs: add get/set for atomic types
` [PATCHv11 2/4] zbud: add to mm/
` [PATCHv11 3/4] zswap: "
` [PATCHv11 4/4] zswap: add documentation

[RFC 0/4] free reclaimed pages by paging out instantly
 2013-05-14  7:17 UTC  (7+ messages)
` [RFC 1/4] mm: Don't hide spin_lock in swap_info_get
` [RFC 2/4] mm: introduce __swapcache_free
` [RFC 3/4] mm: support remove_mapping in irqcontext
` [RFC 4/4] mm: free reclaimed pages instantly without depending next reclaim

3.9.0: panic during boot - kernel BUG at include/linux/gfp.h:323!
 2013-05-14  3:35 UTC  (2+ messages)

[PATCH] x86/mm: move WARN after pgd synced in vmalloc_fault
 2013-05-14  2:03 UTC 

[PATCH v3 0/4] misc patches related to resizing nodes & zones
 2013-05-13 23:13 UTC  (5+ messages)
` [PATCH v3 1/4] mm: fix comment referring to non-existent size_seqlock, change to span_seqlock
` [PATCH v3 2/4] mmzone: note that node_size_lock should be manipulated via pgdat_resize_lock()
` [PATCH v3 3/4] memory_hotplug: use pgdat_resize_lock() in online_pages()
` [PATCH v3 4/4] memory_hotplug: use pgdat_resize_lock() in __offline_pages()

[PATCHv11 2/4] zbud: add to mm/
 2013-05-13 22:31 UTC  (3+ messages)
  ` [PATCHv11 3/4] zswap: "

[PATCH RESEND v3 00/11] mm: fixup changers of per cpu pageset's ->high and ->batch
 2013-05-13 20:47 UTC  (14+ messages)
` [PATCH RESEND v3 01/11] mm/page_alloc: factor out setting of pcp->high and pcp->batch
` [PATCH RESEND v3 02/11] mm/page_alloc: prevent concurrent updaters of pcp ->batch and ->high
` [PATCH RESEND v3 03/11] mm/page_alloc: insert memory barriers to allow async update of pcp batch and high
` [PATCH RESEND v3 04/11] mm/page_alloc: protect pcp->batch accesses with ACCESS_ONCE
` [PATCH RESEND v3 05/11] mm/page_alloc: convert zone_pcp_update() to rely on memory barriers instead of stop_machine()
` [PATCH RESEND v3 06/11] mm/page_alloc: when handling percpu_pagelist_fraction, don't unneedly recalulate high
` [PATCH RESEND v3 07/11] mm/page_alloc: factor setup_pageset() into pageset_init() and pageset_set_batch()
` [PATCH RESEND v3 08/11] mm/page_alloc: relocate comment to be directly above code it refers to
` [PATCH RESEND v3 09/11] mm/page_alloc: factor zone_pageset_init() out of setup_zone_pageset()
` [PATCH RESEND v3 10/11] mm/page_alloc: in zone_pcp_update(), uze zone_pageset_init()
` [PATCH RESEND v3 11/11] mm/page_alloc: rename setup_pagelist_highmark() to match naming of pageset_set_batch()

[RFC v2 0/2] virtio_balloon: auto-ballooning support
 2013-05-13 20:01 UTC  (17+ messages)
` [RFC 2/2] "

[page fault tracepoint 1/2] Add page fault trace event definitions
 2013-05-13 15:08 UTC  (5+ messages)

[PATCH] mm/THP: Use pmd_populate to update the pmd with pgtable_t pointer
 2013-05-13 15:06 UTC  (5+ messages)

[PATCH -V2] mm/THP: Use pmd_populate to update the pmd with pgtable_t pointer
 2013-05-13 15:00 UTC  (2+ messages)

[PATCH 0/4] Obey mark_page_accessed hint given by filesystems v2
 2013-05-13 10:21 UTC  (5+ messages)
` [PATCH 1/4] mm: Add tracepoints for LRU activation and insertions
` [PATCH 2/4] mm: pagevec: Defer deciding what LRU to add a page to until pagevec drain time
` [PATCH 3/4] mm: Activate !PageLRU pages on mark_page_accessed if page is on local pagevec
` [PATCH 4/4] mm: Remove lru parameter from __pagevec_lru_add and remove parts of pagevec API

[PATCH v6, part3 14/16] mm: concentrate modification of totalram_pages into the mm core
 2013-05-13  9:42 UTC  (7+ messages)
` [PATCH v6, part3 00/16] accurately calculate memory statisitic information
  ` [PATCH v6, part3 16/16] AVR32: fix building warnings caused by redifinitions of HZ
  ` [PATCH v6, part3 02/16] mm: enhance free_reserved_area() to support poisoning memory with zero

[Query] Performance degradation with memory compaction (on QC chip-set)
 2013-05-13  8:40 UTC  (3+ messages)

[patch v3 0/3 -mm] Soft limit rework
 2013-05-13  7:46 UTC  (4+ messages)
` [patch v3 -mm 1/3] memcg: integrate soft reclaim tighter with zone shrinking code
` [patch v3 -mm 2/3] memcg: Get rid of soft-limit tree infrastructure
` [patch v3 -mm 3/3] vmscan, memcg: Do softlimit reclaim also for targeted reclaim

[PATCH] swap: add a simple detector for inappropriate swapin readahead
 2013-05-13  5:22 UTC  (3+ messages)

[RFC PATCH V1 0/6] mm: add a new option MREMAP_DUP to mmrep syscall
 2013-05-13  2:40 UTC  (6+ messages)

[PATCH] char: Use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT
 2013-05-13  2:17 UTC 

[PATCH] mm: fix memory_hotplug.c printk format warnings
 2013-05-12 22:28 UTC 

[PATCH v6, part3 16/16] AVR32: fix building warnings caused by redifinitions of HZ
 2013-05-11 17:34 UTC 

page:  |  | latest

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