linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-07 00:25:46 to 2013-12-10 08:02:28 UTC [more...]

[PATCH v13 00/16] kmemcg shrinkers
 2013-12-10  8:02 UTC  (24+ 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

[patch] mm, page_alloc: allow __GFP_NOFAIL to allocate below watermarks after reclaim
 2013-12-10  7:50 UTC  (2+ messages)

[PATCH v3 01/12] sched/numa: fix set cpupid on page migration twice against thp
 2013-12-10  7:17 UTC  (18+ 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 0/7] correct and clean-up migration related stuff
 2013-12-10  3:22 UTC  (20+ 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 v2] mm/hwpoison: add '#' to hwpoison_inject
 2013-12-10  2:31 UTC  (2+ messages)

[PATCH] mm/zswap.c: add BUG() for default case in zswap_writeback_entry()
 2013-12-10  2:16 UTC  (9+ messages)

[PATCH V2] mm: add show num_poisoned_pages when oom
 2013-12-10  1:53 UTC  (2+ messages)

[PATCH] mm: nobootmem: avoid type warning about alignment value
 2013-12-10  1:02 UTC  (8+ messages)

[PATCH v3 00/23] mm: Use memblock interface instead of bootmem
 2013-12-10  0:25 UTC  (28+ messages)
` [PATCH v3 01/23] mm/memblock: debug: correct displaying of upper memory boundary
` [PATCH v3 02/23] mm/memblock: debug: don't free reserved array if !ARCH_DISCARD_MEMBLOCK
` [PATCH v3 03/23] mm/bootmem: remove duplicated declaration of __free_pages_bootmem()
` [PATCH v3 04/23] mm/memblock: remove unnecessary inclusions of bootmem.h
` [PATCH v3 05/23] mm/memblock: drop WARN and use SMP_CACHE_BYTES as a default alignment
` [PATCH v3 06/23] mm/memblock: reorder parameters of memblock_find_in_range_node
` [PATCH v3 07/23] mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODES
` [PATCH v3 08/23] mm/memblock: Add memblock memory allocation apis
` [PATCH v3 09/23] mm/init: Use memblock apis for early memory allocations
` [PATCH v3 10/23] mm/printk: "
` [PATCH v3 11/23] mm/page_alloc: "
` [PATCH v3 12/23] mm/power: "
` [PATCH v3 13/23] mm/lib/swiotlb: "
` [PATCH v3 14/23] mm/lib/cpumask: "
` [PATCH v3 15/23] mm/sparse: "
` [PATCH v3 16/23] mm/hugetlb: "
` [PATCH v3 17/23] mm/page_cgroup: "
` [PATCH v3 18/23] mm/percpu: "
` [PATCH v3 19/23] mm/memory_hotplug: "
` [PATCH v3 20/23] mm/firmware: "
` [PATCH v3 21/23] mm/ARM: kernel: "
` [PATCH v3 22/23] mm/ARM: mm: "
` [PATCH v3 23/23] mm/ARM: OMAP: "

[PATCH] mm/hwpoison: add '#' to hwpoison_inject
 2013-12-09 23:35 UTC  (3+ messages)

[patch] mm, page_alloc: make __GFP_NOFAIL really not fail
 2013-12-09 23:22 UTC  (2+ messages)

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

user defined OOM policies
 2013-12-09 22:37 UTC  (19+ messages)
      ` [patch 1/8] fork: collapse copy_flags into copy_process
        ` [patch 7/8] mm, memcg: allow processes handling oom notifications to access reserves

[PATCH] mm: add show num_poisoned_pages when oom
 2013-12-09 22:05 UTC  (5+ messages)

kernel BUG in munlock_vma_pages_range
 2013-12-09 21:16 UTC  (7+ messages)

[PATCH 00/14] NUMA balancing segmentation faults candidate fix on large machines
 2013-12-09 21:01 UTC  (15+ 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 00/18] NUMA balancing segmentation fault fixes and misc followups v3
 2013-12-09 19:06 UTC  (41+ 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 v2 00/20] mm, hugetlb: remove a hugetlb_instantiation_mutex
 2013-12-09 16:36 UTC  (7+ messages)
` [PATCH v2 19/20] mm, hugetlb: retry if failed to allocate and there is concurrent user

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

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

[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  (4+ messages)

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 v2 1/6] sched/numa: fix set cpupid on page migration twice
 2013-12-08  3:14 UTC  (16+ messages)
` [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

why does index in truncate_inode_pages_range() grows so much ?
 2013-12-07 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).