linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-11 00:26:18 to 2013-12-12 22:08:30 UTC [more...]

[PATCH] mm: fix use-after-free in sys_remap_file_pages
 2013-12-12 22:07 UTC 

[RFC PATCH 1/3] Add flags for temporary compound pages
 2013-12-12 21:37 UTC  (8+ messages)
` [RFC PATCH 2/3] Add tunable to control THP behavior
` [RFC PATCH 3/3] Change "

kernel BUG in munlock_vma_pages_range
 2013-12-12 21:05 UTC  (12+ messages)

[PATCH v13 00/16] kmemcg shrinkers
 2013-12-12 20:48 UTC  (11+ messages)
` [PATCH v13 11/16] mm: list_lru: add per-memcg lists
` [PATCH v13 12/16] fs: mark list_lru based shrinkers memcg aware

[RFC PATCH 0/3] Change how we determine when to hand out THPs
 2013-12-12 20:33 UTC  (2+ messages)

[RFC][PATCH 0/3] re-shrink 'struct page' when SLUB is on
 2013-12-12 19:39 UTC  (8+ messages)
` [RFC][PATCH 1/3] mm: slab: create helpers for slab ->freelist pointer
` [RFC][PATCH 2/3] mm: slab: move around slab ->freelist for cmpxchg
` [RFC][PATCH 3/3] mm: slabs: reset page at free

[patch 1/8] fork: collapse copy_flags into copy_process
 2013-12-12 19:23 UTC  (18+ messages)
` [patch 7/8] mm, memcg: allow processes handling oom notifications to access reserves

[PATCH 1/2] mm: slab/slub: use page->list consistently instead of page->lru
 2013-12-12 17:39 UTC  (6+ messages)
` [PATCH 2/2] mm: blk-mq: uses page->list incorrectly

[PATCH] mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfull
 2013-12-12 17:39 UTC  (2+ messages)

[PATCH] [RFC] mm: slab: separate slab_page from 'struct page'
 2013-12-12 17:37 UTC  (6+ messages)

possible regression on 3.13 when calling flush_dcache_page
 2013-12-12 17:13 UTC  (3+ messages)

[RFC PATCH 0/4] Configurable fair allocation zone policy
 2013-12-12 15:34 UTC  (6+ messages)
` [PATCH 1/4] mm: page_alloc: exclude unreclaimable allocations from zone fairness policy
` [PATCH 2/4] mm: page_alloc: Break out zone page aging distribution into its own helper
` [PATCH 3/4] mm: page_alloc: Use zone node IDs to approximate locality
` [PATCH 4/4] mm: page_alloc: Make zone distribution page aging policy configurable

[RFC PATCH 0/3] Fix ebizzy performance regression on IvyBridge due to X86 TLB range flush
 2013-12-12 14:40 UTC  (12+ messages)
` [PATCH 1/3] x86: mm: Clean up inconsistencies when flushing TLB ranges
` [PATCH 2/3] x86: mm: Change tlb_flushall_shift for IvyBridge
` [PATCH 3/3] x86: mm: Account for the of CPUs that must be flushed during a TLB range flush

[PATCH V2 0/6] Memory compaction efficiency improvements
 2013-12-12 13:26 UTC  (9+ messages)
` [PATCH V2 1/6] mm: compaction: trace compaction begin and end
` [PATCH V2 2/6] mm: compaction: encapsulate defer reset logic
` [PATCH V2 3/6] mm: compaction: reset cached scanner pfn's before reading them
` [PATCH V2 4/6] mm: compaction: detect when scanners meet in isolate_freepages
` [PATCH V2 5/6] mm: compaction: do not mark unmovable pageblocks as skipped in async compaction
` [PATCH V2 6/6] mm: compaction: reset scanner positions immediately when they meet

[patch] mm: page_alloc: exclude unreclaimable allocations from zone fairness policy
 2013-12-12 13:18 UTC  (5+ messages)

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

[PATCH RFC] mm readahead: Fix the readahead fail in case of empty numa node
 2013-12-12 11:14 UTC  (9+ messages)

[PATCH] memcg, oom: lock mem_cgroup_print_oom_info
 2013-12-12  8:44 UTC  (3+ messages)

[PATCH v8 1/4] sched/numa: drop sysctl_numa_balancing_settle_count sysctl
 2013-12-12  7:23 UTC  (4+ messages)
` [PATCH v8 2/4] sched/numa: use wrapper function task_node to get node which task is on
` [PATCH v8 3/4] sched/numa: use wrapper function task_faults_idx to calculate index in group_faults
` [PATCH v8 4/4] sched/numa: fix period_slot recalculation

[PATCH v7 sched part 0/4] sched: numa: several fixups
 2013-12-12  6:50 UTC  (10+ messages)
` [PATCH v7 1/4] sched/numa: drop sysctl_numa_balancing_settle_count sysctl
` [PATCH v7 2/4] sched/numa: use wrapper function task_node to get node which task is on
` [PATCH v7 3/4] sched/numa: use wrapper function task_faults_idx to calculate index in group_faults
` [PATCH v7 4/4] sched/numa: fix period_slot recalculation

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

[patch] mm, page_alloc: make __GFP_NOFAIL really not fail
 2013-12-12  1:07 UTC  (8+ messages)
    ` [patch alternative] mm, page_alloc: warn for non-blockable __GFP_NOFAIL allocation failure
      ` [patch] checkpatch: add warning of future __GFP_NOFAIL use

oops in pgtable_trans_huge_withdraw
 2013-12-12  0:24 UTC  (6+ messages)

[PATCH v6 0/6] mm: sched: numa: several fixups
 2013-12-12  0:14 UTC  (10+ messages)
` [PATCH v6 1/6] sched/numa: fix set cpupid on page migration twice against thp
` [PATCH v6 2/6] sched/numa: drop sysctl_numa_balancing_settle_count sysctl
` [PATCH v6 3/6] sched/numa: use wrapper function task_node to get node which task is on
` [PATCH v6 4/6] sched/numa: fix set cpupid on page migration twice against normal page
` [PATCH v6 5/6] sched/numa: use wrapper function task_faults_idx to calculate index in group_faults
` [PATCH v6 6/6] sched/numa: fix period_slot recalculation

[PATCH v2 0/7] correct and clean-up migration related stuff
 2013-12-12  0:07 UTC  (6+ messages)
` [PATCH v2 7/7] mm/migrate: remove result argument on page allocation function for migration

[PATCH 1/2] mm/memblock: add more comments in code
 2013-12-11 22:10 UTC  (3+ messages)
` [PATCH 2/2] mm/memblock: print phys_addr_t using %pa

[PATCH 00/11 v3] update page table walker
 2013-12-11 22:09 UTC  (12+ 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 09/11] arch/powerpc/mm/subpage-prot.c: use walk_page_vma() instead of walk_page_range()
` [PATCH 10/11] pagewalk: remove argument hmask from hugetlb_entry()
` [PATCH 11/11] mempolicy: apply page table walker on queue_pages_range()

why does index in truncate_inode_pages_range() grows so much ?
 2013-12-11 20:26 UTC  (4+ messages)

[PATCH 00/17] NUMA balancing segmentation fault fixes and misc followups v4
 2013-12-11 19:12 UTC  (11+ messages)
` [PATCH 11/18] mm: fix TLB flush race between migration, and change_protection_range
  ` [PATCH] mm: fix TLB flush race between migration, and change_protection_range -fix
` [PATCH 17/18] sched: Add tracepoints related to NUMA task migration
` [PATCH] mm: numa: Guarantee that tlb_flush_pending updates are visible before page table updates

[RFC] [PATCH] - auditing cmdline
 2013-12-11 16:10 UTC 

[PATCH v5 0/8] mm: sched: numa: several fixups
 2013-12-11 14:50 UTC  (18+ messages)
` [PATCH v5 1/8] sched/numa: fix set cpupid on page migration twice against thp
` [PATCH v5 2/8] sched/numa: drop sysctl_numa_balancing_settle_count sysctl
` [PATCH v5 3/8] sched/numa: use wrapper function task_node to get node which task is on
` [PATCH v5 4/8] sched/numa: fix set cpupid on page migration twice against normal page
` [PATCH v5 5/8] sched/numa: use wrapper function task_faults_idx to calculate index in group_faults
` [PATCH v5 6/8] sched/numa: fix period_slot recalculation
` [PATCH v5 7/8] sched/numa: fix record hinting faults check
` [PATCH v5 8/8] sched/numa: drop unnecessary variable in task_weight

[RFC 0/4] memcg: Low-limit reclaim
 2013-12-11 14:15 UTC  (5+ messages)
` [RFC 1/4] memcg, mm: introduce lowlimit reclaim
` [RFC 2/4] mm, memcg: allow OOM if no memcg is eligible during direct reclaim
` [RFC 3/4] memcg: Allow setting low_limit
` [RFC 4/4] mm, memcg: expedite OOM if no memcg is reclaimable

[PATCH 00/18] NUMA balancing segmentation fault fixes and misc followups v3
 2013-12-11 11:21 UTC  (6+ messages)
` [PATCH 11/18] mm: fix TLB flush race between migration, and change_protection_range

[PATCH v2] mm/zswap: change zswap to writethrough cache
 2013-12-11  9:02 UTC  (5+ messages)

[PATCH] mm,x86: fix span coverage in e820_all_mapped()
 2013-12-11  5:27 UTC  (14+ messages)

[PATCH v9 0/4] zram/zsmalloc promotion
 2013-12-11  2:18 UTC  (7+ messages)
` [PATCH v9 1/4] zsmalloc: add Kconfig for enabling page table method
` [PATCH v9 2/4] zsmalloc: add more comment
` [PATCH v9 3/4] zsmalloc: move it under mm
` [PATCH v9 4/4] zram: promote zram from staging

[PATCH] mm/zswap.c: add BUG() for default case in zswap_writeback_entry()
 2013-12-11  2:11 UTC  (4+ messages)
    ` [PATCH v2] "


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