linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-05 15:04:30 to 2013-12-09 16:20:15 UTC [more...]

[PATCH v2 0/7] correct and clean-up migration related stuff
 2013-12-09 16:20 UTC  (10+ messages)
` [PATCH v2 1/7] mm/migrate: add comment about permanent failure path
` [PATCH v2 2/7] mm/migrate: correct failure handling if !hugepage_migration_support()
` [PATCH v2 3/7] mm/mempolicy: correct putback method for isolate pages if failed
` [PATCH v2 4/7] mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pages
` [PATCH v2 5/7] mm/compaction: respect ignore_skip_hint in update_pageblock_skip
` [PATCH v2 6/7] mm/migrate: remove unused function, fail_migrate_page()
` [PATCH v2 7/7] mm/migrate: remove result argument on page allocation function for migration

[PATCH 00/18] NUMA balancing segmentation fault fixes and misc followups v3
 2013-12-09 16:14 UTC  (36+ messages)
` [PATCH 01/18] mm: numa: Serialise parallel get_user_page against THP migration
` [PATCH 02/18] mm: numa: Call MMU notifiers on "
` [PATCH 03/18] mm: Clear pmd_numa before invalidating
` [PATCH 04/18] mm: numa: Do not clear PMD during PTE update scan
` [PATCH 05/18] mm: numa: Do not clear PTE for pte_numa update
` [PATCH 06/18] mm: numa: Ensure anon_vma is locked to prevent parallel THP splits
` [PATCH 07/18] mm: numa: Avoid unnecessary work on the failure path
` [PATCH 08/18] sched: numa: Skip inaccessible VMAs
` [PATCH 09/18] mm: numa: Clear numa hinting information on mprotect
` [PATCH 10/18] mm: numa: Avoid unnecessary disruption of NUMA hinting during migration
` [PATCH 11/18] mm: fix TLB flush race between migration, and change_protection_range
` [PATCH 12/18] mm: numa: Defer TLB flush for THP migration as long as possible
` [PATCH 13/18] mm: numa: Make NUMA-migrate related functions static
` [PATCH 14/18] mm: numa: Limit scope of lock for NUMA migrate rate limiting
` [PATCH 15/18] mm: numa: Trace tasks that fail migration due to "
` [PATCH 16/18] mm: numa: Do not automatically migrate KSM pages
` [PATCH 17/18] sched: Tracepoint task movement
` [PATCH 18/18] sched: Add tracepoints related to NUMA task migration

[PATCH 00/14] NUMA balancing segmentation faults candidate fix on large machines
 2013-12-09 16:00 UTC  (18+ messages)
` [PATCH 14/15] mm: numa: Flush TLB if NUMA hinting faults race with PTE scan update
          ` [PATCH 14/15] mm: fix TLB flush race between migration, and change_protection_range

[PATCH] mm: add show num_poisoned_pages when oom
 2013-12-09 15:50 UTC  (2+ messages)

oops in pgtable_trans_huge_withdraw
 2013-12-09 15:42 UTC  (4+ messages)

[PATCH] mm/zswap.c: add BUG() for default case in zswap_writeback_entry()
 2013-12-09 15:36 UTC  (8+ messages)

[PATCH] - auditing cmdline
 2013-12-09 15:33 UTC  (5+ messages)
` [PATCH 3/3] audit: Audit proc cmdline value

[patch 1/2] mm, memcg: avoid oom notification when current needs access to memory reserves
 2013-12-09 12:48 UTC  (11+ messages)

kernel BUG in munlock_vma_pages_range
 2013-12-09  9:34 UTC  (2+ messages)

[QUESTION] balloon page isolation needs LRU lock?
 2013-12-09  8:47 UTC  (3+ messages)

[PATCH 1/4] mm/migrate: correct return value of migrate_pages()
 2013-12-09  8:42 UTC  (14+ messages)
` [PATCH 2/4] mm/mempolicy: correct putback method for isolate pages if failed
` [PATCH 3/4] mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pages
` [PATCH 4/4] mm/compaction: respect ignore_skip_hint in update_pageblock_skip

[PATCH v13 00/16] kmemcg shrinkers
 2013-12-09  8:05 UTC  (17+ messages)
` [PATCH v13 01/16] memcg: make cache index determination more robust
` [PATCH v13 02/16] memcg: consolidate callers of memcg_cache_id
` [PATCH v13 03/16] memcg: move initialization to memcg creation
` [PATCH v13 04/16] memcg: move memcg_caches_array_size() function
` [PATCH v13 05/16] vmscan: move call to shrink_slab() to shrink_zones()
` [PATCH v13 06/16] vmscan: remove shrink_control arg from do_try_to_free_pages()
` [PATCH v13 07/16] vmscan: call NUMA-unaware shrinkers irrespective of nodemask
` [PATCH v13 08/16] mm: list_lru: require shrink_control in count, walk functions
` [PATCH v13 09/16] fs: consolidate {nr,free}_cached_objects args in shrink_control
` [PATCH v13 10/16] vmscan: shrink slab on memcg pressure
` [PATCH v13 11/16] mm: list_lru: add per-memcg lists
` [PATCH v13 12/16] fs: mark list_lru based shrinkers memcg aware
` [PATCH v13 13/16] vmscan: take at least one pass with shrinkers
` [PATCH v13 14/16] vmpressure: in-kernel notifications
` [PATCH v13 15/16] memcg: reap dead memcgs upon global memory pressure
` [PATCH v13 16/16] memcg: flush memcg items upon memcg destruction

mm: ksm: lockdep spew on unmerge
 2013-12-08 21:50 UTC 

Slab BUG with DEBUG_* options
 2013-12-08 15:00 UTC  (5+ messages)

[PATCH v3 01/12] sched/numa: fix set cpupid on page migration twice against thp
 2013-12-08  6:14 UTC  (12+ messages)
` [PATCH v3 02/12] sched/numa: drop idx field of task_numa_env struct
` [PATCH v3 03/12] sched/numa: drop sysctl_numa_balancing_settle_count sysctl
` [PATCH v3 04/12] sched/numa: use wrapper function task_node to get node which task is on
` [PATCH v3 05/12] sched/numa: make numamigrate_isolate_page static
` [PATCH v3 06/12] sched/numa: make numamigrate_update_ratelimit static
` [PATCH v3 07/12] sched/numa: fix set cpupid on page migration twice against normal page
` [PATCH v3 08/12] sched/numa: use wrapper function task_faults_idx to calculate index in group_faults
` [PATCH v3 09/12] sched/numa: fix task scan rate adjustment
` [PATCH v3 10/12] sched/numa: fix record hinting faults check
` [PATCH v3 11/12] sched/numa: drop unnecessary variable in task_weight
` [PATCH v3 12/12] sched/numa: drop local 'ret' in task_numa_migrate()

[PATCH v2 1/6] sched/numa: fix set cpupid on page migration twice
 2013-12-08  3:14 UTC  (19+ messages)
` [PATCH v2 2/6] sched/numa: drop idx field of task_numa_env struct
` [PATCH v2 3/6] sched/numa: drop sysctl_numa_balancing_settle_count sysctl
` [PATCH v2 4/6] sched/numa: use wrapper function task_node to get node which task is on
` [PATCH v2 5/6] sched/numa: make numamigrate_isolate_page static
` [PATCH v2 6/6] sched/numa: make numamigrate_update_ratelimit static

user defined OOM policies
 2013-12-07 21:04 UTC  (26+ messages)
            ` [patch 1/8] fork: collapse copy_flags into copy_process
              ` [patch 3/8] mm, mempolicy: remove per-process flag
              ` [patch 7/8] mm, memcg: allow processes handling oom notifications to access reserves

why does index in truncate_inode_pages_range() grows so much ?
 2013-12-07 18:06 UTC  (4+ messages)

high kswapd CPU usage when executing binaries from NFS w/ CMA and COMPACTION
 2013-12-06 22:51 UTC  (3+ messages)

[PATCH] Fix race between oom kill and task exit
 2013-12-06 17:54 UTC  (12+ messages)

[PATCH] mm/hwpoison: add '#' to hwpoison_inject
 2013-12-06 17:48 UTC  (2+ messages)

NUMA? bisected performance regression 3.11->3.12
 2013-12-06 17:43 UTC  (3+ messages)

[PATCH] mm, x86: Skip NUMA_NO_NODE while parsing SLIT
 2013-12-06 14:52 UTC  (6+ messages)

[PATCH v2 00/23] mm: Use memblock interface instead of bootmem
 2013-12-06 14:52 UTC  (15+ messages)
` [PATCH v2 08/23] mm/memblock: Add memblock memory allocation apis

[PATCH -V3] mm: Move change_prot_numa outside CONFIG_ARCH_USES_NUMA_PROT_NONE
 2013-12-06 11:30 UTC  (3+ messages)

[RFC PATCH 0/5] Memory compaction efficiency improvements
 2013-12-06  9:50 UTC  (7+ messages)
` [PATCH] mm: compaction: Trace compaction begin and end
    ` [PATCH] mm: compaction: Trace compaction begin and end v2

[patch 1/2] mm: memcg: handle non-error OOM situations more gracefully
 2013-12-06  8:57 UTC  (11+ messages)
` [patch 2/2] fs: buffer: move allocation failure loop into the allocator

OMAPFB: CMA allocation failures
 2013-12-06  8:31 UTC  (3+ messages)

2e685cad5790 build warning
 2013-12-06  2:01 UTC  (4+ messages)
  ` [PATCH] tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling

[PATCH] mm: do_mincore() cleanup
 2013-12-06  1:19 UTC  (3+ messages)

linux-next: Tree for Dec 3 (mm/Kconfig)
 2013-12-05 23:14 UTC  (4+ messages)

[PATCH] mm: Add missing dependency in Kconfig
 2013-12-05 23:12 UTC  (2+ messages)

[PATCH v12 00/18] kmemcg shrinkers
 2013-12-05 21:19 UTC  (5+ messages)
` [PATCH v12 10/18] memcg,list_lru: add per-memcg LRU list infrastructure

[PATCH -V2 0/5] powerpc: mm: Numa faults support for ppc64
 2013-12-05 21:00 UTC  (8+ messages)
` [PATCH -V2 3/5] mm: Move change_prot_numa outside CONFIG_ARCH_USES_NUMA_PROT_NONE

[PATCH 1/2] sched/numa: fix set cpupid on page migration twice
 2013-12-05 15:03 UTC  (3+ messages)
` [PATCH 2/2] sched/numa: drop idx field of task_numa_env struct

[PATCH RFC] mm readahead: Fix the readahead fail in case of empty numa node
 2013-12-04  9:08 UTC  (5+ 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).