linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-29 16:33:23 to 2013-05-03 00:01:47 UTC [more...]

[RFC PATCH v3 00/31] Dynamic NUMA: Runtime NUMA memory layout reconfiguration
 2013-05-03  0:00 UTC  (18+ messages)
` [RFC PATCH v3 05/31] mm/memory_hotplug: use {pgdat,zone}_is_empty() when resizing zones & pgdats
` [RFC PATCH v3 06/31] mm: add nid_zone() helper
` [RFC PATCH v3 07/31] mm: Add Dynamic NUMA Kconfig
` [RFC PATCH v3 08/31] page_alloc: add return_pages_to_zone() when DYNAMIC_NUMA is enabled
` [RFC PATCH v3 09/31] page_alloc: in move_freepages(), skip pages instead of VM_BUG on node differences
` [RFC PATCH v3 12/31] memory_hotplug: factor out locks in mem_online_cpu()
` [RFC PATCH v3 13/31] mm: add memlayout & dnuma to track pfn->nid & transplant pages between nodes
` [RFC PATCH v3 14/31] mm: memlayout+dnuma: add debugfs interface
` [RFC PATCH v3 16/31] drivers/base/node,memory: rename function to match interface
` [RFC PATCH v3 17/31] drivers/base/node: rename unregister_mem_blk_under_nodes() to be more acurate
` [RFC PATCH v3 18/31] drivers/base/node: add unregister_mem_block_under_nodes()
` [RFC PATCH v3 19/31] mm: memory,memlayout: add refresh_memory_blocks() for Dynamic NUMA
` [RFC PATCH v3 21/31] page_alloc: use dnuma to transplant newly freed pages in free_hot_cold_page()
` [RFC PATCH v3 23/31] x86: memlayout: add a arch specific inital memlayout setter
` [RFC PATCH v3 24/31] init/main: call memlayout_global_init() in start_kernel()
` [RFC PATCH v3 26/31] x86/mm/numa: when dnuma is enabled, use memlayout to handle memory hotplug's physaddr_to_nid
` [RFC PATCH v3 27/31] mm/memory_hotplug: VM_BUG if nid is too large

[PATCH v3 00/18] change invalidatepage prototype to accept length
 2013-05-02 22:00 UTC  (4+ messages)
` [PATCH v3 06/18] ocfs2: use ->invalidatepage() length argument

[PATCH] oom: add pending SIGKILL check for chosen victim
 2013-05-02 17:20 UTC  (11+ messages)

deadlock on vmap_area_lock
 2013-05-02 16:21 UTC  (6+ messages)

[patch] mm, memcg: add anon_hugepage stat
 2013-05-02 16:01 UTC  (7+ messages)
    ` [patch] mm, memcg: add rss_huge stat to memory.stat

OOM-killer and strange RSS value in 3.9-rc7
 2013-05-02 15:10 UTC  (16+ messages)

+ mm-memcg-add-rss_huge-stat-to-memorystat.patch added to -mm tree
 2013-05-02 13:56 UTC 

[PATCH v4 00/31] kmemcg shrinkers
 2013-05-02 13:37 UTC  (45+ messages)
` [PATCH v4 01/31] super: fix calculation of shrinkable objects for small numbers
` [PATCH v4 02/31] vmscan: take at least one pass with shrinkers
` [PATCH v4 03/31] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v4 04/31] dentry: move to per-sb LRU locks
` [PATCH v4 05/31] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v4 06/31] mm: new shrinker API
` [PATCH v4 07/31] shrinker: convert superblock shrinkers to new API
` [PATCH v4 08/31] list: add a new LRU list type
` [PATCH v4 09/31] inode: convert inode lru list to generic lru list code
` [PATCH v4 10/31] dcache: convert to use new lru list infrastructure
` [PATCH v4 11/31] list_lru: per-node "
` [PATCH v4 12/31] shrinker: add node awareness
` [PATCH v4 13/31] fs: convert inode and dentry shrinking to be node aware
` [PATCH v4 17/31] drivers: convert shrinkers to new count/scan API
` [PATCH v4 20/31] shrinker: Kill old ->shrink API

[RFC PATCH 0/9] HugeTLB and THP support for ARM64
 2013-05-02 10:05 UTC  (19+ messages)
` [RFC PATCH 1/9] mm: hugetlb: Copy huge_pmd_share from x86 to mm
` [RFC PATCH 2/9] x86: mm: Remove x86 version of huge_pmd_share
` [RFC PATCH 3/9] mm: hugetlb: Copy general hugetlb code from x86 to mm
` [RFC PATCH 4/9] x86: mm: Remove general hugetlb code from x86
` [RFC PATCH 5/9] ARM64: mm: Add support for flushing huge pages
` [RFC PATCH 6/9] ARM64: mm: Restore memblock limit when map_mem finished
` [RFC PATCH 7/9] ARM64: mm: HugeTLB support
` [RFC PATCH 8/9] ARM64: mm: Introduce MAX_ZONE_ORDER for 64K and THP
` [RFC PATCH 9/9] ARM64: mm: THP support

[PATCH -V7 00/18] THP support for PPC64 (Patchset 1)
 2013-05-02  5:23 UTC  (18+ messages)
` [PATCH -V7 01/18] mm/THP: HPAGE_SHIFT is not a #define on some arch
` [PATCH -V7 08/18] powerpc: New hugepage directory format
` [PATCH -V7 09/18] powerpc: Switch 16GB and 16MB explicit hugepages to a different page table format
` [PATCH -V7 18/18] powerpc: Update tlbie/tlbiel as per ISA doc

[BUG][s390x] mm: system crashed
 2013-05-02  4:57 UTC  (14+ messages)
          ` [v3.9-rc8]: kernel BUG at mm/memcontrol.c:3994! (was: Re: [BUG][s390x] mm: system crashed)

[PATCH v3 00/11] mm: fixup changers of per cpu pageset's ->high and ->batch
 2013-05-01 23:53 UTC  (4+ messages)

Better active/inactive list balancing
 2013-05-01 23:35 UTC  (5+ messages)

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

[PATCH 0/4] misc patches related to resizing nodes & zones
 2013-05-01 22:51 UTC  (18+ messages)
` [PATCH 1/4] mmzone: make holding lock_memory_hotplug() a requirement for updating pgdat size
` [PATCH 2/4] mm: fix comment referring to non-existent size_seqlock, change to span_seqlock
` [PATCH 3/4] mmzone: note that node_size_lock should be manipulated via pgdat_resize_lock()
` [PATCH 4/4] memory_hotplug: use pgdat_resize_lock() when updating node_present_pages

[PATCH] x86: add phys addr validity check for /dev/mem mmap
 2013-05-01 19:04 UTC  (8+ messages)

[PATCH 1/2] Make the batch size of the percpu_counter configurable
 2013-05-01 16:07 UTC  (19+ messages)
` [PATCH 2/2] Make batch size for memory accounting configured according to size of memory

mmotm 2013-04-25-16-24 uploaded
 2013-05-01 11:19 UTC  (3+ messages)

[PATCH] mm: mmu_notifier: re-fix freed page still mapped in secondary MMU
 2013-05-01  9:03 UTC  (11+ messages)

[RFC PATCH 0/3] Obey mark_page_accessed hint given by filesystems
 2013-05-01  8:31 UTC  (13+ messages)
` [PATCH 1/3] mm: pagevec: Defer deciding what LRU to add a page to until pagevec drain time
` [PATCH 2/3] mm: Ensure that mark_page_accessed moves pages to the active list
` [PATCH 3/3] mm: Remove lru parameter from __pagevec_lru_add and remove parts of pagevec API

[PATCH] swap: redirty page if page write fails on swap file
 2013-05-01  8:20 UTC  (9+ messages)
  ` [PATCH] mm: swap: Mark swap pages writeback before queueing for direct IO

[PATCHv6 0/8] zswap: compressed swap caching
 2013-05-01  8:06 UTC  (4+ messages)

[Bug 56881] New: MAP_HUGETLB mmap fails for certain sizes
 2013-05-01  8:00 UTC  (11+ messages)
              ` [PATCH v2] hugetlbfs: fix mmap failure in unaligned size request
                  ` [PATCH v3] "

[PATCH 0/5] mm: Ability to monitor task memory changes (v4)
 2013-04-30 16:12 UTC  (6+ messages)
` [PATCH 1/5] clear_refs: sanitize accepted commands declaration
` [PATCH 2/5] clear_refs: introduce private struct for mm_walk
` [PATCH 3/5] pagemap: introduce pagemap_entry_t without pmshift bits
` [PATCH 4/5] mm: soft-dirty bits for user memory changes tracking
` [PATCH 5/5] pagemap: Prepare to reuse constant bits with page-shitf

what does it mean, to be Out Of Memory?
 2013-04-30 15:58 UTC 

[PATCH RFC] mm: lru milestones, timestamps and ages
 2013-04-30 11:02 UTC 

[PATCH v2 00/13] Arrange hotpluggable memory in SRAT as ZONE_MOVABLE
 2013-04-30  9:21 UTC  (14+ messages)
` [PATCH v2 01/13] x86: get pg_data_t's memory from other node
` [PATCH v2 02/13] acpi: Print Hot-Pluggable Field in SRAT
` [PATCH v2 03/13] page_alloc, mem-hotplug: Improve movablecore to {en|dis}able using SRAT
` [PATCH v2 04/13] x86, numa, acpi, memory-hotplug: Introduce hotplug info into struct numa_meminfo
` [PATCH v2 05/13] x86, numa, acpi, memory-hotplug: Consider hotplug info when cleanup numa_meminfo
` [PATCH v2 06/13] memblock, numa: Introduce flag into memblock
` [PATCH v2 07/13] x86, numa, mem-hotplug: Mark nodes which the kernel resides in
` [PATCH v2 08/13] x86, numa: Move memory_add_physaddr_to_nid() to CONFIG_NUMA
` [PATCH v2 09/13] x86, numa, memblock: Introduce MEMBLK_LOCAL_NODE to mark and reserve node-life-cycle data
` [PATCH v2 10/13] x86, acpi, numa, mem-hotplug: Introduce MEMBLK_HOTPLUGGABLE to mark and reserve hotpluggable memory
` [PATCH v2 11/13] x86, memblock, mem-hotplug: Free hotpluggable memory reserved by memblock
` [PATCH v2 12/13] x86, numa, acpi, memory-hotplug: Make movablecore=acpi have higher priority
` [PATCH v2 13/13] doc, page_alloc, acpi, mem-hotplug: Add doc for movablecore=acpi boot option

[patch 1/4 v4]swap: change block allocation algorithm for SSD
 2013-04-29 22:17 UTC  (4+ messages)

[RFC PATCH 0/2] mm: Promote huge_pmd_share from x86 to mm
 2013-04-29 22:10 UTC  (3+ messages)

linux-next: Tree for Apr 29
 2013-04-29 21:03 UTC  (2+ messages)

[PATCH] mm: add an option to disable bounce
 2013-04-29 20:46 UTC  (2+ messages)

[PATCH] Add a sysctl for numa_balancing
 2013-04-29 20:32 UTC  (3+ messages)

Infiniband use of get_user_pages()
 2013-04-29 18:44 UTC  (4+ messages)

memcg: softlimit on internal nodes
 2013-04-29 18:39 UTC  (11+ messages)


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