linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-21 00:06:13 to 2013-03-24 07:30:29 UTC [more...]

[RFC PATCH v2, part4 00/39] Simplify mem_init() implementations and kill num_physpages
 2013-03-24  7:24 UTC  (28+ messages)
` [RFC PATCH v2, part4 01/39] vmlinux.lds: add comments for global variables and clean up useless declarations
` [RFC PATCH v2, part4 02/39] avr32: normalize global variables exported by vmlinux.lds
` [RFC PATCH v2, part4 03/39] c6x: "
` [RFC PATCH v2, part4 04/39] h8300: "
` [RFC PATCH v2, part4 05/39] score: "
` [RFC PATCH v2, part4 06/39] tile: "
` [RFC PATCH v2, part4 07/39] UML: "
` [RFC PATCH v2, part4 08/39] mm: introduce helper function mem_init_print_info() to simplify mem_init()
` [RFC PATCH v2, part4 09/39] mm/alpha: prepare for removing num_physpages and "
` [RFC PATCH v2, part4 09/39] mm: use totalram_pages instead of num_physpages at runtime
` [RFC PATCH v2, part4 10/39] mm/alpha: prepare for removing num_physpages and simplify mem_init()
` [RFC PATCH v2, part4 10/39] mm/ARM: "
` [RFC PATCH v2, part4 11/39] mm/ARM64: "
` [RFC PATCH v2, part4 11/39] mm/ARM: "
` [RFC PATCH v2, part4 12/39] mm/ARM64: "
` [RFC PATCH v2, part4 12/39] mm/AVR32: "
` [RFC PATCH v2, part4 13/39] "
` [RFC PATCH v2, part4 13/39] mm/blackfin: "
` [RFC PATCH v2, part4 14/39] "
` [RFC PATCH v2, part4 14/39] mm/c6x: "
` [RFC PATCH v2, part4 15/39] "
` [RFC PATCH v2, part4 15/39] mm/cris: "
` [RFC PATCH v2, part4 16/39] "
` [RFC PATCH v2, part4 16/39] mm/frv: "
` [RFC PATCH v2, part4 17/39] "
` [RFC PATCH v2, part4 17/39] mm/h8300: "
` [RFC PATCH v2, part4 18/39] "

[patch] mm: speedup in __early_pfn_to_nid
 2013-03-23 22:24 UTC  (9+ messages)

[PATCH v4 0/8] staging: zcache: Support zero-filled pages more efficiently
 2013-03-23 19:31 UTC  (3+ messages)
` [PATCH v4 1/8] staging: zcache: introduce zero-filled pages handler

[PATCH v2 0/10] extend hugepage migration
 2013-03-23 15:55 UTC  (12+ messages)
` [PATCH 01/10] migrate: add migrate_entry_wait_huge()
` [PATCH 02/10] migrate: make core migration code aware of hugepage
` [PATCH 03/10] soft-offline: use migrate_pages() instead of migrate_huge_page()
` [PATCH 04/10] migrate: clean up migrate_huge_page()
` [PATCH 05/10] migrate: add hugepage migration code to migrate_pages()
` [PATCH 06/10] migrate: add hugepage migration code to move_pages()
` [PATCH 07/10] mbind: add hugepage migration code to mbind()
` [PATCH 08/10] migrate: remove VM_HUGETLB from vma flag check in vma_migratable()
` [PATCH 09/10] memory-hotplug: enable memory hotplug to handle hugepage
` [PATCH 10/10] prepare to remove /proc/sys/vm/hugepages_treat_as_movable

mmotm 2013-03-22-15-21 uploaded
 2013-03-22 22:22 UTC 

[RFC PATCH 0/8] Reduce system disruption due to kswapd
 2013-03-22 19:46 UTC  (70+ 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 07/10 -v2r1] "
` [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()

[PATCHv2, RFC 00/30] Transparent huge page cache
 2013-03-22 18:37 UTC  (45+ 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 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 10/30] thp, mm: locking tail page is a bug
` [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 21/30] x86-64, mm: proper alignment mappings with hugepages

[RFC v7 00/11] Support vrange for anonymous page
 2013-03-22 17:06 UTC  (4+ messages)

[PATCH] USB: EHCI: fix for leaking isochronous data
 2013-03-22 14:24 UTC  (12+ messages)

[PATCH] memcg: fix memcg_cache_name() to use cgroup_name()
 2013-03-22 10:56 UTC  (14+ messages)

[PATCH] mm/hotplug: only free wait_table if it's allocated by vmalloc
 2013-03-22 10:02 UTC  (2+ messages)

BUG at kmem_cache_alloc
 2013-03-22  9:35 UTC  (2+ messages)

[PATCH v3] memcg: Add memory.pressure_level events
 2013-03-22  7:13 UTC 

[PATCH] mm/hotplug: use -EPERM instead of -1 for return value in online_pages()
 2013-03-22  3:56 UTC 

[RFC][PATCH 0/9] extend hugepage migration
 2013-03-21 23:46 UTC  (12+ messages)
` [PATCH 5/9] migrate: enable migrate_pages() to migrate hugepage

[bugfix] mm: zone_end_pfn is too small
 2013-03-21 11:00 UTC  (2+ messages)

[RFC PATCH part2 0/4] Allow allocating pagetable on local node in movablemem_map
 2013-03-21  9:21 UTC  (5+ messages)
` [PATCH part2 1/4] x86, mm, numa, acpi: Introduce numa_meminfo_all to store all the numa meminfo
` [PATCH part2 2/4] x86, mm, numa, acpi: Introduce hotplug info into struct numa_meminfo
` [PATCH part2 3/4] x86, mm, numa, acpi: Consider hotplug info when cleanup numa_meminfo
` [PATCH part2 4/4] x86, mm, numa, acpi: Sanitize movablemem_map after memory mapping initialized

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

[PATCH] mm: page_alloc: Avoid marking zones full prematurely after zone_reclaim()
 2013-03-21  8:59 UTC  (9+ messages)

[RFC PATCH -V2 00/21] THP support for PPC64
 2013-03-21  8:17 UTC  (2+ messages)

[PATCH, RFC 00/16] Transparent huge page cache
 2013-03-21  8:00 UTC  (2+ messages)

OOM triggered with plenty of memory free
 2013-03-21  7:07 UTC  (3+ messages)

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

kernel BUG at mm/huge_memory.c:1802!
 2013-03-21  6:04 UTC  (2+ messages)

[PATCH] mm/migrate: fix comment typo syncronous->synchronous
 2013-03-21  4:16 UTC 

[patch 1/4 v3]swap: change block allocation algorithm for SSD
 2013-03-21  2:02 UTC  (4+ 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).