linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-20 03:16:08 to 2013-09-25 03:11:44 UTC [more...]

[PATCH] mm/shmem.c: check the return value of mpol_to_str()
 2013-09-25  3:11 UTC  (4+ messages)
` [PATCH v2] "
  ` [patch] mm, mempolicy: make mpol_to_str robust and always succeed

[Resend with ACK][PATCH] mm/arch: use NUMA_NODE
 2013-09-25  2:35 UTC  (2+ messages)

[PATCH] oom: avoid killing init if it assume the oom killed thread's mm
 2013-09-25  2:34 UTC  (2+ messages)

[PATCH v7 1/4] mm/vmalloc: don't set area->caller twice
 2013-09-25  1:02 UTC  (4+ messages)
` [PATCH v7 2/4] mm/vmalloc: fix show vmap_area information race with vmap_area tear down
` [PATCH v7 3/4] mm/vmalloc: revert "mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show instead of show_numa_info"
` [PATCH v7 4/4] revert mm/vmalloc.c: emit the failure message before return

[PATCHv6 00/22] Transparent huge page cache: phase 1, everything but mmap()
 2013-09-25  0:12 UTC  (28+ 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

[PATCH v5 0/6] rwsem: performance optimizations
 2013-09-24 23:30 UTC  (9+ messages)
` [PATCH v5 1/6] rwsem: check the lock before cpmxchg in down_write_trylock
` [PATCH v5 2/6] rwsem: remove 'out' label in do_wake
` [PATCH v5 3/6] rwsem: remove try_reader_grant label do_wake
` [PATCH v5 4/6] rwsem/wake: check lock before do atomic update
` [PATCH v5 5/6] MCS Lock: Restructure the MCS lock defines and locking code into its own file
` [PATCH v5 6/6] rwsem: do optimistic spinning for writer lock acquisition

mm: insure topdown mmap chooses addresses above security minimum
 2013-09-24 21:28 UTC  (2+ messages)

[PATCH 0/50] Basic scheduler support for automatic NUMA balancing V7
 2013-09-24 21:09 UTC  (45+ messages)
` [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

[PATCH resend] typo: replace kernelcore with Movable
 2013-09-24 20:54 UTC  (2+ messages)

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

[PATCHv2 0/9] split page table lock for PMD tables
 2013-09-24 16:44 UTC  (4+ messages)

[PATCH v4 0/6] x86, memblock: Allocate memory near kernel image before SRAT parsed
 2013-09-24 16:33 UTC  (35+ 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 6/6] mem-hotplug: Introduce movablenode boot option

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

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  (18+ 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  (2+ messages)

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

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

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

[Resend with ACK][PATCH] mm/arch: use NUMA_NO_NODE
 2013-09-23 10:40 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  (8+ 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 

[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


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