linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-05 00:05:36 to 2013-04-06 14:44:43 UTC [more...]

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

[PATCH v4, part3 00/15] accurately calculate memory statisitic information
 2013-04-06 14:36 UTC  (17+ messages)
` [PATCH v4, part3 01/15] mm: fix build warnings caused by free_reserved_area()
` [PATCH v4, part3 02/15] mm: enhance free_reserved_area() to support poisoning memory with zero
` [PATCH v4, part3 03/15] mm/ARM64: kill poison_init_mem()
` [PATCH v4, part3 04/15] mm/x86: use free_reserved_area() to simplify code
` [PATCH v4, part3 05/15] mm/tile: use common help functions to free reserved pages
` [PATCH v4, part3 06/15] mm, powertv: use free_reserved_area() to simplify code
` [PATCH v4, part3 07/15] mm, acornfb: "
` [PATCH v4, part3 08/15] mm: fix some trivial typos in comments
` [PATCH v4, part3 09/15] mm: use managed_pages to calculate default zonelist order
` [PATCH v4, part3 10/15] mm: accurately calculate zone->managed_pages for highmem zones
` [PATCH v4, part3 11/15] mm: use a dedicated lock to protect totalram_pages and zone->managed_pages
` [PATCH v4, part3 12/15] mm: make __free_pages_bootmem() only available at boot time
` [PATCH v4, part3 13/15] mm: correctly update zone->mamaged_pages
` [PATCH v4, part3 14/15] mm: concentrate modification of totalram_pages into the mm core
` [PATCH v4, part3 15/15] mm: report available pages as "MemTotal" for each NUMA node

[PATCH v2, part1 00/29] Use helper functions to simplify memory intialization code
 2013-04-06 14:07 UTC  (4+ messages)
` [PATCH v2, part1 03/29] mm/ARM: use common help functions to free reserved pages

[PATCH 3/4] fsfreeze: manage kill signal when sb_start_pagefault is called
 2013-04-06 13:20 UTC  (2+ messages)

[PATCH 2/4] fsfreeze: manage kill signal when sb_start_write is called
 2013-04-06 13:17 UTC  (2+ messages)

Excessive stall times on ext4 in 3.9-rc2
 2013-04-06 13:15 UTC  (10+ messages)

[PATCH 4/4] fsfreeze: avoid to return zero in __get_user_pages
 2013-04-06 10:07 UTC 

system death under oom - 3.7.9
 2013-04-06 10:03 UTC  (4+ messages)

[PATCH v2 0/10] extend hugepage migration
 2013-04-06  7:04 UTC  (30+ 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 07/10] mbind: add hugepage migration code to mbind()
` [PATCH 09/10] memory-hotplug: enable memory hotplug to handle hugepage
` [PATCH 10/10] prepare to remove /proc/sys/vm/hugepages_treat_as_movable

[PATCH v2 00/28] memcg-aware slab shrinking
 2013-04-06  0:04 UTC  (16+ messages)
` [PATCH v2 03/28] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v2 06/28] mm: new shrinker API
` [PATCH v2 08/28] list: add a new LRU list type
` [PATCH v2 21/28] vmscan: also shrink slab in memcg pressure

System freezes when RAM is full (64-bit)
 2013-04-05 20:41 UTC  (9+ messages)

[PATCH 0/3] mm: fixup changers of per cpu pageset's ->high and ->batch
 2013-04-05 20:33 UTC  (4+ messages)
` [PATCH 1/3] mm/page_alloc: factor out setting of pcp->high and pcp->batch
` [PATCH 2/3] mm/page_alloc: convert zone_pcp_update() to use on_each_cpu() instead of stop_machine()
` [PATCH 3/3] mm: when handling percpu_pagelist_fraction, use on_each_cpu() to set percpu pageset fields

[PATCH] THP: fix comment about memory barrier
 2013-04-05 19:52 UTC  (3+ messages)

btrfs insane I/O amplification?
 2013-04-05 19:03 UTC 

[PATCH v3 0/3] fix hugepage coredump
 2013-04-05 18:59 UTC  (8+ messages)
` [PATCH v3 1/3] hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB)
` [PATCH v3 2/3] fix hugetlb memory check in vma_dump_size()
` [PATCH v3 3/3] hugetlbfs: add swap entry check in follow_hugetlb_page()

[RFC PATCH 1/1] mm: Another attempt to monitor task's memory changes
 2013-04-05 17:06 UTC 

[PATCH 0/2] page_cgroup cleanups
 2013-04-05 16:25 UTC  (7+ messages)
` [PATCH 1/2] memcg: consistently use vmalloc for page_cgroup allocations
` [PATCH 2/2] memcg: defer page_cgroup initialization

[PATCH v7 2/2] mm: replace hardcoded 3% with admin_reserve_pages knob
 2013-04-05 15:02 UTC  (3+ messages)

[RFC][PATCH 0/7] memcg: make memcg's life cycle the same as cgroup
 2013-04-05 13:48 UTC  (33+ messages)
` [RFC][PATCH 1/7] memcg: use css_get in sock_update_memcg()
` [RFC][PATCH 2/7] memcg: don't use mem_cgroup_get() when creating a kmemcg cache
` [RFC][PATCH 3/7] memcg: use css_get/put when charging/uncharging kmem
` [RFC][PATCH 4/7] memcg: use css_get/put for swap memcg
` [RFC][PATCH 5/7] cgroup: make sure parent won't be destroyed before its children
` [RFC][PATCH 6/7] memcg: don't need to get a reference to the parent
` [RFC][PATCH 7/7] memcg: kill memcg refcnt

[PATCHv2, RFC 00/30] Transparent huge page cache
 2013-04-05 13:46 UTC  (28+ messages)
` [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 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 20/30] ramfs: enable transparent huge page cache

NUMA Autobalancing Kernel 3.8
 2013-04-05 12:10 UTC  (9+ messages)

[PATCHv3, RFC 00/34] Transparent huge page cache
 2013-04-05 11:59 UTC  (35+ messages)
` [PATCHv3, RFC 01/34] mm: drop actor argument of do_generic_file_read()
` [PATCHv3, RFC 02/34] block: implement add_bdi_stat()
` [PATCHv3, RFC 03/34] mm: implement zero_huge_user_segment and friends
` [PATCHv3, RFC 04/34] radix-tree: implement preload for multiple contiguous elements
` [PATCHv3, RFC 05/34] memcg, thp: charge huge cache pages
` [PATCHv3, RFC 06/34] thp, mm: avoid PageUnevictable on active/inactive lru lists
` [PATCHv3, RFC 07/34] thp, mm: basic defines for transparent huge page cache
` [PATCHv3, RFC 08/34] thp, mm: introduce mapping_can_have_hugepages() predicate
` [PATCHv3, RFC 09/34] thp: represent file thp pages in meminfo and friends
` [PATCHv3, RFC 10/34] thp, mm: rewrite add_to_page_cache_locked() to support huge pages
` [PATCHv3, RFC 11/34] mm: trace filemap: dump page order
` [PATCHv3, RFC 12/34] thp, mm: rewrite delete_from_page_cache() to support huge pages
` [PATCHv3, RFC 13/34] thp, mm: trigger bug in replace_page_cache_page() on THP
` [PATCHv3, RFC 14/34] thp, mm: locking tail page is a bug
` [PATCHv3, RFC 15/34] thp, mm: handle tail pages in page_cache_get_speculative()
` [PATCHv3, RFC 16/34] thp, mm: add event counters for huge page alloc on write to a file
` [PATCHv3, RFC 17/34] thp, mm: implement grab_thp_write_begin()
` [PATCHv3, RFC 18/34] thp, mm: naive support of thp in generic read/write routines
` [PATCHv3, RFC 19/34] thp, libfs: initial support of thp in simple_read/write_begin/write_end
` [PATCHv3, RFC 20/34] thp: handle file pages in split_huge_page()
` [PATCHv3, RFC 21/34] thp: wait_split_huge_page(): serialize over i_mmap_mutex too
` [PATCHv3, RFC 22/34] thp, mm: truncate support for transparent huge page cache
` [PATCHv3, RFC 23/34] thp, mm: split huge page on mmap file page
` [PATCHv3, RFC 24/34] ramfs: enable transparent huge page cache
` [PATCHv3, RFC 25/34] x86-64, mm: proper alignment mappings with hugepages
` [PATCHv3, RFC 26/34] mm: add huge_fault() callback to vm_operations_struct
` [PATCHv3, RFC 27/34] thp: prepare zap_huge_pmd() to uncharge file pages
` [PATCHv3, RFC 28/34] thp: move maybe_pmd_mkwrite() out of mk_huge_pmd()
` [PATCHv3, RFC 29/34] thp, mm: basic huge_fault implementation for generic_file_vm_ops
` [PATCHv3, RFC 30/34] thp: extract fallback path from do_huge_pmd_anonymous_page() to a function
` [PATCHv3, RFC 31/34] thp: initial implementation of do_huge_linear_fault()
` [PATCHv3, RFC 32/34] thp: handle write-protect exception to file-backed huge pages
` [PATCHv3, RFC 33/34] thp: call __vma_adjust_trans_huge() for file-backed VMA
` [PATCHv3, RFC 34/34] thp: map file-backed huge pages on fault

[PATCH] arm: mm: lockless get_user_pages_fast
 2013-04-05 11:11 UTC  (2+ messages)

[PATCH 0/6] mm/hugetlb: gigantic hugetlb page pools shrink supporting
 2013-04-05  9:52 UTC  (12+ messages)

[PATCH 00/11] Introduce movablemem_map=acpi boot option
 2013-04-05  9:40 UTC  (12+ messages)
` [PATCH 01/11] x86: get pg_data_t's memory from other node
` [PATCH 02/11] acpi: Print hotplug info in SRAT
` [PATCH 03/11] numa, acpi, memory-hotplug: Add movablemem_map=acpi boot option
` [PATCH 04/11] x86, numa, acpi, memory-hotplug: Introduce hotplug info into struct numa_meminfo
` [PATCH 05/11] x86, numa, acpi, memory-hotplug: Consider hotplug info when cleanup numa_meminfo
` [PATCH 06/11] X86, numa, acpi, memory-hotplug: Add hotpluggable ranges to movablemem_map
` [PATCH 07/11] x86, numa, acpi, memory-hotplug: Make any node which the kernel resides in un-hotpluggable
` [PATCH 08/11] x86, numa, acpi, memory-hotplug: Introduce zone_movable_limit[] to store start pfn of ZONE_MOVABLE
` [PATCH 09/11] x86, numa, acpi, memory-hotplug: Sanitize zone_movable_limit[]
` [PATCH 10/11] x86, numa, acpi, memory-hotplug: make movablemem_map have higher priority
` [PATCH 11/11] x86, numa, acpi, memory-hotplug: Memblock limit with movablemem_map

[RFC][PATCH 0/9] extend hugepage migration
 2013-04-05  9:30 UTC  (10+ messages)

[LSF/MM TOPIC]swap improvements for fast SSD
 2013-04-05  8:08 UTC  (4+ messages)

[RFC PATCH 0/4] Support vranges on files
 2013-04-05  7:55 UTC  (4+ messages)

mm, thp: fix mapped pages avoiding unevictable list on mlock
 2013-04-05  7:45 UTC 

[PATCH] mm: page_alloc: Avoid marking zones full prematurely after zone_reclaim()
 2013-04-05  6:31 UTC  (4+ messages)

[PATCHv8 0/8] zswap: compressed swap caching
 2013-04-05  2:22 UTC  (5+ messages)
` [PATCHv8 5/8] mm: break up swap_writepage() for frontswap backends

[PATCH, RFC 00/16] Transparent huge page cache
 2013-04-05  1:42 UTC  (9+ messages)

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


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