linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-12 01:14:31 to 2013-04-15 20:50:24 UTC [more...]

[LSF/MM TOPIC] Beyond NUMA
 2013-04-15 20:50 UTC  (8+ messages)
  ` [Lsf] "

[RFC PATCH v1 00/19] kill free_all_bootmem() and clean up VALID_PAGE()
 2013-04-15 19:11 UTC  (23+ messages)
` [RFC PATCH v1 01/19] mm: introduce accessor function set_max_mapnr()
` [RFC PATCH v1 02/19] mm/AVR32: prepare for killing free_all_bootmem_node()
` [RFC PATCH v1 03/19] mm/IA64: "
` [RFC PATCH v1 04/19] mm/m32r: "
` [RFC PATCH v1 05/19] mm/m68k: "
` [RFC PATCH v1 06/19] mm/metag: "
` [RFC PATCH v1 07/19] mm/MIPS: "
` [RFC PATCH v1 08/19] mm/PARISC: "
` [RFC PATCH v1 09/19] mm/PPC: "
` [RFC PATCH v1 10/19] mm/SH: "
` [RFC PATCH v1 11/19] mm: kill free_all_bootmem_node()
` [RFC PATCH v1 12/19] mm/ALPHA: clean up unused VALID_PAGE()
` [RFC PATCH v1 13/19] mm/CRIS: "
` [RFC PATCH v1 14/19] mm/microblaze: "
` [RFC PATCH v1 15/19] mm/ARM: fix stale comment about VALID_PAGE()
` [RFC PATCH v1 16/19] mm/unicore32: "
` [RFC PATCH v1 17/19] mm/m68k: fix build warning of unused variable
` [RFC PATCH v1 18/19] mm/alpha: unify mem_init() for both UMA and NUMA architectures
` [RFC PATCH v1 19/19] mm: call register_page_bootmem_info_node() from mm core

[PATCHv3, RFC 00/34] Transparent huge page cache
 2013-04-15 18:17 UTC  (3+ messages)
` IOZone with transparent "
` [RESEND] "

[PATCH 1/6] mm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT
 2013-04-15 18:09 UTC  (7+ messages)
` [PATCH 2/6] PCI: "
` [PATCH 3/6] ncpfs: "
` [PATCH 4/6] char: "
` [PATCH 5/6] drm: "
` [PATCH 6/6] uio: "

[PATCH v3 00/32] memcg-aware slab shrinking with lasers and numbers
 2013-04-15 17:56 UTC  (16+ messages)
` [PATCH v3 08/32] list: add a new LRU list type
` [PATCH v3 11/32] list_lru: per-node list infrastructure
` [PATCH v3 12/32] shrinker: add node awareness
` [PATCH v3 14/32] xfs: convert buftarg LRU to generic code
` [PATCH v3 19/32] hugepage: convert huge zero page shrinker to new shrinker API
` [PATCH v3 20/32] shrinker: Kill old ->shrink API

[PATCH 0/3] Little error fix and cleanup
 2013-04-15 16:30 UTC  (5+ messages)
` [PATCH 1/3] mm: Remove unused parameter of pages_correctly_reserved()
` [PATCH 2/3] mem-hotplug: Put kernel_physical_mapping_remove() declaration in CONFIG_MEMORY_HOTREMOVE
` [PATCH 3/3] memblock: Fix missing comment of memblock_insert_region()

[LSF/MM TOPIC] Hardware initiated paging of user process pages, hardware access to the CPU page tables of user processes
 2013-04-15 15:38 UTC  (22+ messages)
                  ` [Lsf-pc] "

System freezes when RAM is full (64-bit)
 2013-04-15 14:12 UTC  (16+ messages)

[PATCH] firmware, memmap: fix firmware_map_entry leak
 2013-04-15  9:03 UTC  (5+ messages)

[BUG][s390x] mm: system crashed
 2013-04-15  6:16 UTC  (3+ messages)

[PATCH] swap: add a simple detector for inappropriate swapin readahead
 2013-04-15  4:01 UTC 

[PATCH -V5 00/25] THP support for PPC64
 2013-04-15  1:18 UTC  (18+ messages)
` [PATCH -V5 17/25] powerpc/THP: Implement transparent hugepages for ppc64
` [PATCH -V5 19/25] powerpc/THP: Differentiate THP PMD entries from HUGETLB PMD entries
` [PATCH -V5 21/25] powerpc: Handle hugepage in perf callchain
` [PATCH -V5 22/25] powerpc/THP: get_user_pages_fast changes
` [PATCH -V5 24/25] powerpc: Optimize hugepage invalidate

[PATCH] staging: ramster: add how-to for ramster
 2013-04-15  1:02 UTC  (4+ messages)

[PATCH PART3 v4 0/6] staging: zcache/ramster: fix and ramster/debugfs improvement
 2013-04-15  0:00 UTC  (10+ messages)
` [PATCH PART3 v4 1/6] staging: ramster: Move debugfs code out of ramster.c file
` [PATCH PART3 v4 2/6] staging: ramster/debug: Use an array to initialize/use debugfs attributes
` [PATCH PART3 v4 3/6] staging: ramster: Add incremental accessory counters
` [PATCH PART3 v4 4/6] staging: ramster/debug: Add CONFIG_RAMSTER_DEBUG Kconfig entry
` [PATCH PART3 v4 5/6] staging: zcache/debug: fix coding style
` [PATCH PART2 v4 6/6] staging: ramster: add how-to for ramster

[RFC 0/3] soft reclaim rework
 2013-04-14 18:03 UTC  (8+ messages)
` [RFC 1/3] memcg: integrate soft reclaim tighter with zone shrinking code

[RFC v7 00/11] Support vrange for anonymous page
 2013-04-14  7:42 UTC  (9+ messages)

Return value of __mm_populate
 2013-04-14  7:25 UTC  (4+ messages)

mm: BUG in do_huge_pmd_wp_page
 2013-04-14  7:13 UTC  (4+ messages)

[PATCHv9 0/8] zswap: compressed swap caching
 2013-04-14  0:45 UTC  (10+ messages)
` [PATCHv9 1/8] zsmalloc: add to mm/
` [PATCHv9 3/8] debugfs: add get/set for atomic types
` [PATCHv9 4/8] zswap: add to mm/
` [PATCHv9 7/8] zswap: add swap page writeback support

[PATCH PART3 v3 0/6] staging: zcache/ramster: fix and ramster/debugfs improvement
 2013-04-13 12:52 UTC  (10+ messages)
` [PATCH PART3 v3 2/6] staging: ramster: Move debugfs code out of ramster.c file
` [PATCH PART3 v3 3/6] staging: ramster/debug: Use an array to initialize/use debugfs attributes
` [PATCH PART3 v3 4/6] staging: ramster: Add incremental accessory counters
` [PATCH PART3 v3 5/6] staging: ramster/debug: Add CONFIG_RAMSTER_DEBUG Kconfig entry
` [PATCH PART3 v3 6/6] staging: zcache/debug: fix coding style
` [PATCH PART2 v2 7/7] staging: ramster: add how-to for ramster

[PATCH PART2 v2 0/7] staging: zcache/ramster: fix and ramster/debugfs improvement
 2013-04-13  3:05 UTC  (15+ messages)
` [PATCH PART2 v2 1/7] staging: ramster: decrease foregin pers pages when count < 0
` [PATCH PART2 v2 2/7] staging: ramster: Move debugfs code out of ramster.c file
` [PATCH PART2 v2 3/7] staging: ramster/debug: Use an array to initialize/use debugfs attributes
` [PATCH PART2 v2 4/7] staging: ramster: Add incremental accessory counters
` [PATCH PART2 v2 5/7] staging: ramster/debug: Add RAMSTER_DEBUG Kconfig entry
` [PATCH PART2 v2 6/7] staging: zcache/debug: fix coding style
` [PATCH PART2 v2 7/7] staging: ramster: add how-to for ramster

Excessive stall times on ext4 in 3.9-rc2
 2013-04-13  1:23 UTC  (14+ messages)

[PATCH 0/10] Reduce system disruption due to kswapd V2
 2013-04-12 21:14 UTC  (17+ messages)
` [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 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 10/10] mm: vmscan: Move logic from balance_pgdat() to kswapd_shrink_zone()

[PATCH v4, part3 00/41] Simplify mem_init() implementations and kill num_physpages
 2013-04-12 20:56 UTC  (5+ messages)
` [PATCH v4, part3 06/41] tile: normalize global variables exported by vmlinux.lds
` [PATCH v4, part3 36/41] mm/tile: prepare for removing num_physpages and simplify mem_init()

zsmalloc zbud hybrid design discussion?
 2013-04-12 20:48 UTC  (5+ messages)

[PATCH] mm: prevent mmap_cache race in find_vma()
 2013-04-12 18:05 UTC  (11+ messages)

[PATCH 0/5] mm: Ability to monitor task memory changes (v3)
 2013-04-12 15:53 UTC  (8+ messages)
` [PATCH 4/5] pagemap: Introduce the /proc/PID/pagemap2 file
` [PATCH 5/5] mm: Soft-dirty bits for user memory changes tracking
  ` [PATCH 6/5] selftest: Add simple test for soft-dirty bit

[PATCH 0/6] mm/hugetlb: gigantic hugetlb page pools shrink supporting
 2013-04-12 15:22 UTC  (3+ messages)

[RFC Patch 0/2] mm: Add parameters to make kernel behavior at memory error on dirty cache selectable
 2013-04-12 15:13 UTC  (13+ messages)

[PATCH] mm/mmap: Check for RLIMIT_AS before unmapping
 2013-04-12 13:42 UTC  (3+ messages)

[RFC PATCH 0/8] Reduce system disruption due to kswapd
 2013-04-12 13:40 UTC  (9+ messages)
` [PATCH 01/10] mm: vmscan: Limit the number of pages kswapd reclaims at each priority

[RFC Patch 2/2] mm: Add parameters to limit a rate of outputting memory error messages
 2013-04-12 13:30 UTC  (4+ messages)

[PATCH] memcg: Check more strictly to avoid ULLONG overflow by PAGE_ALIGN
 2013-04-12 10:38 UTC  (3+ messages)

[PATCH -V5 20/25] powerpc/THP: Add code to handle HPTE faults for large pages
 2013-04-12  4:01 UTC  (2+ messages)

[RFC PATCH v2 00/25] Dynamic NUMA: Runtime NUMA memory layout reconfiguration
 2013-04-12  1:13 UTC  (18+ messages)
` [RFC PATCH v2 07/25] page_alloc: add return_pages_to_zone() when DYNAMIC_NUMA is enabled
` [RFC PATCH v2 10/25] page-flags dnuma: reserve a pageflag for determining if a page needs a node lookup
` [RFC PATCH v2 11/25] memory_hotplug: factor out locks in mem_online_cpu()
` [RFC PATCH v2 12/25] mm: add memlayout & dnuma to track pfn->nid & transplant pages between nodes
` [RFC PATCH v2 13/25] mm: memlayout+dnuma: add debugfs interface
` [RFC PATCH v2 14/25] page_alloc: use dnuma to transplant newly freed pages in __free_pages_ok()
` [RFC PATCH v2 15/25] page_alloc: use dnuma to transplant newly freed pages in free_hot_cold_page()
` [RFC PATCH v2 16/25] page_alloc: transplant pages that are being flushed from the per-cpu lists
` [RFC PATCH v2 17/25] x86: memlayout: add a arch specific inital memlayout setter
` [RFC PATCH v2 18/25] init/main: call memlayout_global_init() in start_kernel()
` [RFC PATCH v2 19/25] dnuma: memlayout: add memory_add_physaddr_to_nid() for memory_hotplug
` [RFC PATCH v2 20/25] x86/mm/numa: when dnuma is enabled, use memlayout to handle memory hotplug's physaddr_to_nid
` [RFC PATCH v2 21/25] mm/memory_hotplug: VM_BUG if nid is too large
` [RFC PATCH v2 22/25] mm/page_alloc: in page_outside_zone_boundaries(), avoid premature decisions
` [RFC PATCH v2 23/25] mm/page_alloc: make pr_err() in page_outside_zone_boundaries() more useful
` [RFC PATCH v2 24/25] mm/page_alloc: use manage_pages instead of present pages when calculating default_zonelist_order()
` [RFC PATCH v2 25/25] mm: add a early_param "extra_nr_node_ids" to increase nr_node_ids above the minimum by a percentage


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