linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-06 23:22:05 to 2014-02-10 21:45:29 UTC [more...]

[PATCH 00/11 v5] update page table walker
 2014-02-10 21:44 UTC  (10+ messages)
` [PATCH 01/11] pagewalk: update page table walker core
` [PATCH 02/11] pagewalk: add walk_page_vma()
` [PATCH 03/11] smaps: redefine callback functions for page table walker
` [PATCH 04/11] clear_refs: "
` [PATCH 05/11] pagemap: "
` [PATCH 06/11] numa_maps: "
` [PATCH 07/11] memcg: "
` [PATCH 08/11] madvise: "
` [PATCH 10/11] pagewalk: remove argument hmask from hugetlb_entry()

[PATCH] memcg: change oom_info_lock to mutex
 2014-02-10 21:40 UTC  (2+ messages)

[RFC PATCH V5] mm readahead: Fix readahead fail for no local memory and limit readahead pages
 2014-02-10 21:35 UTC  (13+ messages)
  ` [RFC PATCH V5 RESEND] "

[patch] drop_caches: add some documentation and info message
 2014-02-10 21:11 UTC  (9+ messages)

[PATCH 0/8] Sort out mess in __do_fault()
 2014-02-10 20:41 UTC  (9+ messages)
` [PATCH 1/8] mm, hwpoison: release page on PageHWPoison() "
` [PATCH 2/8] mm: rename __do_fault() -> do_fault()
` [PATCH 3/8] mm: do_fault(): extract to call vm_ops->do_fault() to separate function
` [PATCH 4/8] mm: introduce do_read_fault()
` [PATCH 5/8] mm: introduce do_cow_fault()
` [PATCH 6/8] mm: introduce do_shared_fault() and drop do_fault()
` [PATCH 7/8] mm: consolidate code to call vm_ops->page_mkwrite()
` [PATCH 8/8] mm: consolidate code to setup pte

[patch 0/8] memcg: charge path cleanups
 2014-02-10 20:12 UTC  (17+ messages)
` [patch 1/8] mm: memcg: remove unnecessary preemption disabling
` [patch 2/8] mm: memcg: remove mem_cgroup_move_account_page_stat()
` [patch 3/8] memcg: update comment about charge reparenting on cgroup exit
` [patch 4/8] memcg: !memcg && !mm is not allowed for __mem_cgroup_try_charge
` [patch 5/8] memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm()
` [patch 6/8] memcg: get_mem_cgroup_from_mm()
` [patch 7/8] memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_charge
` [patch 8/8] memcg: sanitize __mem_cgroup_try_charge() call protocol

[PATCH] slub: Don't throw away partial remote slabs if there is no local memory
 2014-02-10 19:13 UTC  (31+ messages)
              ` [RFC PATCH 1/3] slub: search partial list on numa_mem_id(), instead of numa_node_id()
                ` [RFC PATCH 2/3] topology: support node_numa_mem() for determining the fallback node
                ` [RFC PATCH 3/3] slub: fallback to get_numa_mem() node if we want to allocate on memoryless node

Memory allocator semantics
 2014-02-10 19:07 UTC  (4+ messages)

[PATCH] mm/zswap: add writethrough option
 2014-02-10 19:05 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/4] hugetlb: add hugepagesnid= command-line option
 2014-02-10 17:55 UTC  (6+ messages)
` [PATCH 1/4] memblock: memblock_virt_alloc_internal(): alloc from specified node only
` [PATCH 2/4] memblock: add memblock_virt_alloc_nid_nopanic()
` [PATCH 3/4] hugetlb: add hugepagesnid= command-line option
` [PATCH 4/4] hugetlb: hugepagesnid=: add 1G huge page support

[PATCH] cgroup: use an ordered workqueue for cgroup destruction
 2014-02-10 15:46 UTC  (12+ messages)

mm: memcg: A infinite loop in __handle_mm_fault()
 2014-02-10 13:52 UTC  (5+ messages)

That greedy Linux VM cache
 2014-02-10 13:33 UTC  (2+ messages)

[PATCH 0/5] compaction related commits
 2014-02-10 13:26 UTC  (16+ messages)
` [PATCH 1/5] mm/compaction: disallow high-order page for migration target
` [PATCH 2/5] mm/compaction: do not call suitable_migration_target() on every page
` [PATCH 3/5] mm/compaction: change the timing to check to drop the spinlock
` [PATCH 4/5] mm/compaction: check pageblock suitability once per pageblock
` [PATCH 5/5] mm/compaction: clean-up code on success of ballon isolation

[PATCH RESEND part2 v2 0/8] Arrange hotpluggable memory as ZONE_MOVABLE
 2014-02-10  5:44 UTC  (7+ messages)
` [PATCH RESEND part2 v2 1/8] x86: get pg_data_t's memory from other node

mm: shm: hang in shmem_fallocate
 2014-02-10  1:41 UTC  (4+ messages)

mmotm 2014-02-05 list_lru_add lockdep splat
 2014-02-09 18:29 UTC  (6+ messages)

[patch 00/10] mm: thrash detection-based file cache sizing v9
 2014-02-09 17:34 UTC  (4+ messages)
` [patch 02/10] fs: cachefiles: use add_to_page_cache_lru()

[V9fs-developer] finit_module broken on 9p because kernel_read doesn't work?
 2014-02-09  0:34 UTC  (8+ messages)

[PATCH v3 0/5] slab: implement byte sized indexes for the freelist of a slab
 2014-02-08 10:17 UTC  (6+ messages)
` [PATCH v3 5/5] slab: make more slab management structure off the slab

[PATCH 1/9] mm: Mark function as static in compaction.c
 2014-02-08  1:25 UTC  (30+ messages)
` [PATCH 2/9] mm: Mark functions as static in memory.c
` [PATCH 3/9] mm: Mark function as static in mmap.c
` [PATCH 4/9] mm: Mark function as static in process_vm_access.c
` [PATCH 5/9] mm: Mark functions as static in migrate.c
` [PATCH 6/9] mm: Mark function as static in memcontrol.c
` [PATCH 7/9] mm: Mark functions as static in page_cgroup.c
` [PATCH 8/9] mm: Mark function as static in nobootmem.c
` [PATCH 9/9] mm: Remove ifdef condition in include/linux/mm.h

[PATCH] mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASED
 2014-02-07 22:00 UTC  (2+ messages)

[PATCH] mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASED
 2014-02-07 21:16 UTC 

[PATCH] mm: fix page leak at nfs_symlink()
 2014-02-07 19:39 UTC  (5+ messages)

[BUG] at include/linux/page-flags.h:415 (PageTransHuge)
 2014-02-07 18:58 UTC  (4+ messages)

[cgroup] BUG: unable to handle kernel NULL pointer dereference
 2014-02-07 17:49 UTC  (3+ messages)
` [cgroup] BUG: unable to handle kernel NULL pointer dereference at 0000000000000080

[RFC] Move the memory_notifier out of the memory_hotplug lock
 2014-02-07  9:30 UTC  (6+ messages)

[PATCH 48/51] mm, vmstat: Fix CPU hotplug callback registration
 2014-02-07  2:52 UTC  (2+ messages)

[slub] WARNING: CPU: 1 PID: 1 at mm/slub.c:992 deactivate_slab()
 2014-02-07  2:46 UTC  (6+ messages)

IMSS Security settings violation
 2014-02-06 19:00 UTC 

[PATCH 0/8] memcg-vs-slab related fixes, improvements, cleanups
 2014-02-06 15:39 UTC  (10+ messages)
` [PATCH 3/8] memcg, slab: never try to merge memcg caches

[patch] mm, compaction: avoid isolating pinned pages
 2014-02-06 21:33 UTC  (16+ messages)
      ` [patch] mm, compaction: avoid isolating pinned pages fix
                ` [patch v2] mm, compaction: avoid isolating pinned pages

[PATCH v2 0/7] memcg-vs-slab related fixes, improvements, cleanups
 2014-02-06 18:17 UTC  (7+ messages)
` [PATCH v2 3/7] memcg, slab: separate memcg vs root cache creation paths

[PATCH v5 1/3] mm: Create utility function for accessing a tasks commandline value
 2014-02-06 18:15 UTC  (3+ messages)
` [PATCH v5 2/3] proc: Update get proc_pid_cmdline() to use mm.h helpers
` [PATCH v5 3/3] audit: Audit proc/<pid>/cmdline aka proctitle

[PATCH v7 0/3] hibernation related patches
 2014-02-06 23:48 UTC  (6+ messages)
` [PATCH v7 1/3] mm: add kstrdup_trimnl function

[PATCH RFC] slub: do not drop slab_mutex for sysfs_slab_{add,remove}
 2014-02-06 18:06 UTC  (3+ 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).