linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-17 14:22:49 to 2013-09-24 10:10:39 UTC [more...]

[patch 0/7] improve memcg oom killer robustness v2
 2013-09-18 20:52 UTC  (21+ messages)

[PATCH v4 0/6] x86, memblock: Allocate memory near kernel image before SRAT parsed
 2013-09-24 10:09 UTC  (6+ messages)
` [PATCH 1/6] memblock: Factor out of top-down allocation
` [PATCH 2/6] memblock: Introduce bottom-up allocation mode
` [PATCH 3/6] x86/mm: Factor out of top-down direct mapping setup
` [PATCH 4/6] x86/mem-hotplug: Support initialize page tables bottom up
` [PATCH 5/6] x86, acpi, crash, kdump: Do reserve_crashkernel() after SRAT is parsed

[PATCH v2 0/5] mm: migrate zbud pages
 2013-09-24  9:20 UTC  (5+ messages)

[PATCH resend] typo: replace kernelcore with Movable
 2013-09-24  8:48 UTC 

sched: Set preferred NUMA node based on number of private faults
 2013-09-24  7:01 UTC 

[PATCH v3 0/5] x86, memblock: Allocate memory near kernel image before SRAT parsed
 2013-09-24  2:46 UTC  (20+ messages)
` [PATCH v3 1/5] memblock: Introduce allocation direction to memblock
` [PATCH v3 2/5] memblock: Improve memblock to support allocation from lower address
` [PATCH v3 4/5] x86, mem-hotplug: Support initialize page tables from low to high
` [PATCH v3 5/5] mem-hotplug: Introduce movablenode boot option to control memblock allocation direction

[PATCH v2] mm/shmem.c: check the return value of mpol_to_str()
 2013-09-24  2:28 UTC  (2+ messages)

[PATCH v6 0/5] memcg, cgroup: kill css id
 2013-09-24  1:54 UTC  (14+ messages)
` [PATCH v6 1/5] memcg: convert to use cgroup_is_descendant()
` [PATCH v6 2/5] memcg: convert to use cgroup id
` [PATCH v6 3/5] memcg: fail to create cgroup if the cgroup id is too big
` [PATCH v6 4/5] memcg: stop using css id
` [PATCH v6 5/5] cgroup: kill css_id

[PATCH v3 0/3] mm/zswap bugfix: memory leaks and other problems
 2013-09-24  1:11 UTC  (2+ messages)

[PATCH v3 3/3] mm/zswap: avoid unnecessary page scanning
 2013-09-24  1:03 UTC  (2+ messages)

[PATCH v3 2/3] mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrently
 2013-09-24  1:03 UTC  (2+ messages)

[PATCH v3 1/3] mm/zswap: bugfix: memory leak when re-swapon
 2013-09-24  0:06 UTC  (2+ messages)

[RESEND PATCH v5 1/4] mm/vmalloc: don't set area->caller twice
 2013-09-24  0:01 UTC  (4+ messages)

[PATCH v3 1/4] mm/hwpoison: fix traverse hugetlbfs page to avoid printk flood
 2013-09-23 23:59 UTC  (5+ messages)
` [PATCH v3 2/4] mm/hwpoison: fix miss catch transparent huge page
` [PATCH v3 3/4] mm/hwpoison: fix false report 2nd try page recovery
` [PATCH v3 4/4] mm/hwpoison: fix the lack of one reference count against poisoned page

[PATCH] mm: move pool limit setting from zswap to zbud
 2013-09-23 18:02 UTC  (2+ messages)

[PATCH 0/50] Basic scheduler support for automatic NUMA balancing V7
 2013-09-23 17:50 UTC  (31+ messages)
` [PATCH 17/50] mm: Do not flush TLB during protection change if !pte_present && !migration_entry
` [PATCH 37/50] sched: Introduce migrate_swap()
  ` [PATCH] hotplug: Optimize {get,put}_online_cpus()
` [PATCH 46/50] sched: numa: Prevent parallel updates to group stats during placement

RFC vmstat: On demand vmstat threads
 2013-09-23 15:10 UTC  (13+ messages)

[PATCH] mm: Fix bootmem error handling in pcpu_page_first_chunk()
 2013-09-23 14:52 UTC  (2+ messages)
` [PATCH] percpu: fix "

[PATCHv6 00/22] Transparent huge page cache: phase 1, everything but mmap()
 2013-09-23 12:05 UTC  (23+ messages)
` [PATCHv6 01/22] mm: implement zero_huge_user_segment and friends
` [PATCHv6 02/22] radix-tree: implement preload for multiple contiguous elements
` [PATCHv6 03/22] memcg, thp: charge huge cache pages
` [PATCHv6 04/22] thp: compile-time and sysfs knob for thp pagecache
` [PATCHv6 05/22] thp, mm: introduce mapping_can_have_hugepages() predicate
` [PATCHv6 06/22] thp: represent file thp pages in meminfo and friends
` [PATCHv6 07/22] thp, mm: rewrite add_to_page_cache_locked() to support huge pages
` [PATCHv6 08/22] mm: trace filemap: dump page order
` [PATCHv6 09/22] block: implement add_bdi_stat()
` [PATCHv6 10/22] thp, mm: rewrite delete_from_page_cache() to support huge pages
` [PATCHv6 11/22] thp, mm: warn if we try to use replace_page_cache_page() with THP
` [PATCHv6 12/22] thp, mm: add event counters for huge page alloc on file write or read
` [PATCHv6 13/22] mm, vfs: introduce i_split_sem
` [PATCHv6 14/22] thp, mm: allocate huge pages in grab_cache_page_write_begin()
` [PATCHv6 15/22] thp, mm: naive support of thp in generic_perform_write
` [PATCHv6 16/22] thp, mm: handle transhuge pages in do_generic_file_read()
` [PATCHv6 17/22] thp, libfs: initial thp support
` [PATCHv6 18/22] truncate: support huge pages
` [PATCHv6 19/22] thp: handle file pages in split_huge_page()
` [PATCHv6 20/22] thp: wait_split_huge_page(): serialize over i_mmap_mutex too
` [PATCHv6 21/22] thp, mm: split huge page on mmap file page
` [PATCHv6 22/22] ramfs: enable transparent huge page cache

[Resend with ACK][PATCH] mm/arch: use NUMA_NO_NODE
 2013-09-23 10:40 UTC 

[Resend with ACK][PATCH] mm/arch: use NUMA_NODE
 2013-09-23 10:37 UTC 

[PATCH] oom: avoid killing init if it assume the oom killed thread's mm
 2013-09-23  9:45 UTC 

[PATCH v2 3/4] mm/zswap: avoid unnecessary page scanning
 2013-09-23  6:07 UTC  (4+ messages)

linux-3.10.12 dies after many allocation errors when copying lots of data to it over nfs. How to debug?
 2013-09-19 14:49 UTC 

doing lots of disk writes causes oom killer to kill processes
 2013-09-20 11:20 UTC  (9+ messages)

[PATCH] mm/ksm: return NULL when doesn't get mergeable page
 2013-09-22  0:54 UTC  (3+ messages)

[PATCH] Problems with RAID 4/5/6 and kmem_cache
 2013-09-21 21:56 UTC  (3+ messages)
` [PATCH] RAID5: Change kmem_cache name string of RAID 4/5/6 stripe cache

does gcc segfault when main memory is overfull?
 2013-09-21  3:13 UTC  (4+ messages)
` shouldn't gcc use swap space as temp storage??

[PATCH] writeback: fix delayed sync(2)
 2013-09-20 23:02 UTC  (2+ messages)

mmotm 2013-09-20-15-59 uploaded
 2013-09-20 23:00 UTC 

[PATCHv2 0/9] split page table lock for PMD tables
 2013-09-20 12:31 UTC  (7+ messages)
` [PATCHv2 2/9] mm: convert mm->nr_ptes to atomic_t
` [PATCHv2 8/9] mm: implement split page table lock for PMD level

[munlock] BUG: Bad page map in process killall5 pte:53425553 pmd:075f4067
 2013-09-20  9:16 UTC  (2+ messages)
` [PATCH] mm: munlock: Prevent walking off the end of a pagetable in no-pmd configuration

[munlock] BUG: Bad page map in process killall5 pte:53425553 pmd:075f4067
 2013-09-20  9:04 UTC  (4+ messages)
` [RFC PATCH RESEND] mm: munlock: Prevent walking off the end of a pagetable in no-pmd configuration

[PATCH] OOM killer: wait for tasks with pending SIGKILL to exit
 2013-09-19 15:51 UTC  (4+ messages)

[PATCH] [RFC] mm/shrinker: Add a shrinker flag to always shrink a bit
 2013-09-19  8:04 UTC  (9+ messages)
` [Intel-gfx] "

[PATCH 1/1] zswap: fix typos in documentation
 2013-09-19  7:10 UTC 

[RESEND PATCH] mm/mempolicy: use NUMA_NO_NODE
 2013-09-19  1:04 UTC  (2+ messages)

[PATCH v2] mm/shmem.c: check the return value of mpol_to_str()
 2013-09-19  0:31 UTC 

[PATCH] mm/shmem.c: check the return value of mpol_to_str()
 2013-09-18 22:17 UTC  (25+ messages)
` [PATCH v2] "

mm: gpf in find_vma
 2013-09-18 16:40 UTC  (4+ messages)

[PATCH v2 1/2] mm: thp: cleanup: mv alloc_hugepage to better place
 2013-09-18  3:30 UTC  (2+ messages)
` [PATCH v2 2/2] mm: thp: khugepaged: add policy for finding target node

[PATCH] mm: readahead: return the value which force_page_cache_readahead() returns
 2013-09-18  1:59 UTC  (5+ messages)
  ` [PATCH v2] m: "

ps lockups, cgroup memory reclaim
 2013-09-18  0:50 UTC  (3+ messages)

[PATCH v6 1/2] mm/vmalloc: fix show vmap_area information race with vmap_area tear down
 2013-09-18  0:30 UTC  (2+ messages)
` [PATCH v6 2/2] mm/vmalloc: drop "caller" argument of __vmalloc_area_node()

[PATCH 2/2] mm: fix slab.h endif comments
 2013-09-17 22:26 UTC  (2+ messages)

[PATCH 1/2] mm: fix slab.h kmalloc comments
 2013-09-17 22:26 UTC  (2+ messages)

[PATCH v5] Soft limit rework
 2013-09-17 20:57 UTC  (12+ messages)

[PATCH 1/3] mm/vmalloc: don't set area->caller twice
 2013-09-17 20:11 UTC  (3+ messages)
` [PATCH 2/3] mm/vmalloc: don't warning vmalloc allocation failure twice

[PATCH v4] hugetlbfs: support split page table lock
 2013-09-17 18:57 UTC  (5+ messages)

[RESEND PATCH v2 1/4] mm/hwpoison: fix traverse hugetlbfs page to avoid printk flood
 2013-09-17 16:47 UTC  (8+ messages)

[PATCH resend] drop_caches: add some documentation and info message
 2013-09-17 15:14 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).