linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-24 11:04:56 to 2013-06-28 08:11:29 UTC [more...]

[PATCH 0/6] Basic scheduler support for automatic NUMA balancing
 2013-06-28  8:11 UTC  (22+ messages)
` [PATCH 1/8] mm: numa: Document automatic NUMA balancing sysctls
` [PATCH 2/8] sched: Track NUMA hinting faults on per-node basis
` [PATCH 3/8] sched: Select a preferred node with the most numa hinting faults
` [PATCH 4/8] sched: Update NUMA hinting faults once per scan
` [PATCH 5/8] sched: Favour moving tasks towards the preferred node
` [PATCH 6/8] sched: Reschedule task on preferred NUMA node once selected
` [PATCH 7/8] sched: Split accounting of NUMA hinting faults that pass two-stage filter
` [PATCH 8/8] sched: Increase NUMA PTE scanning when a new preferred node is selected

[PATCH v3] memcg: event control at vmpressure
 2013-06-28  7:43 UTC  (33+ messages)
` [PATCH v4] "
    ` [PATCH v5] "
        ` [PATCH v6] "
                      ` [PATCH] memcg: consider "scanned < reclaimed" case when calculating
                        ` [PATCH] memcg: add interface to specify thresholds of vmpressure
                          ` [PATCH v2] vmpressure: consider "scanned < reclaimed" case when calculating a pressure level
                                    ` [PATCH v3] "

mmotm 2013-06-27-16-36 uploaded
 2013-06-28  6:56 UTC  (8+ messages)
` mmotm 2013-06-27-16-36 uploaded (wait event common)

[RFC PATCH 1/3] mm/cma: Move dma contiguous changes into a seperate config
 2013-06-28  5:57 UTC  (4+ messages)

[RFC][PATCH] mm: madvise: MADV_POPULATE for quick pre-faulting
 2013-06-28  5:47 UTC  (2+ messages)

[PATCH v2] vmpressure: implement strict mode
 2013-06-28  5:24 UTC  (15+ messages)

[PATCH 00/02] swap: allowing a more flexible DISCARD policy V2
 2013-06-28  2:14 UTC  (3+ messages)
` [PATCH 01/02] swap: discard while swapping only if SWAP_FLAG_DISCARD_PAGES

[patch 2/4 v5]swap: make swap discard async
 2013-06-27 23:58 UTC  (2+ messages)

[patch 1/4 v5]swap: change block allocation algorithm for SSD
 2013-06-27 23:50 UTC  (2+ messages)

Performance regression from switching lock to rw-sem for anon-vma tree
 2013-06-27 23:31 UTC  (10+ messages)

[Bug 59901] New: OOM deadlock
 2013-06-27 21:32 UTC 

[PATCH] slub: Avoid direct compaction if possible
 2013-06-27 20:41 UTC  (9+ messages)

[PATCH v4 1/5] rwsem: check the lock before cpmxchg in down_write_trylock
 2013-06-27 15:59 UTC  (9+ messages)
` [PATCH v4 2/5] rwsem: remove 'out' label in do_wake
` [PATCH v4 3/5] rwsem: remove try_reader_grant label do_wake
` [PATCH v4 4/5] rwsem/wake: check lock before do atomic update
` [PATCH v4 5/5] rwsem: do optimistic spinning for writer lock acquisition

[RESEND][PATCH] zswap: fix Kconfig to depend on CRYPTO=y
 2013-06-27 15:17 UTC 

linux-next: slab shrinkers: BUG at mm/list_lru.c:92
 2013-06-27 14:54 UTC  (22+ messages)

[PATCHv4 00/39] Transparent huge page cache
 2013-06-27 12:40 UTC  (8+ messages)
` [PATCHv4 17/39] thp, mm: handle tail pages in page_cache_get_speculative()
` [PATCHv4 27/39] x86-64, mm: proper alignment mappings with hugepages

[RESEND PATCH] zcache: initialize module properly when zcache=FOO is given
 2013-06-27  9:12 UTC  (2+ messages)

Testing results of zswap
 2013-06-27  2:03 UTC 

[PATCH 1/3] mm/slab: Fix drain freelist excessively
 2013-06-27  0:21 UTC  (5+ messages)
` [PATCH 2/3] mm/slab: Sharing s_next and s_stop between slab and slub

[PATCH 1/3] mm/slub: Fix slub calculate active slabs uncorrectly
 2013-06-26 23:57 UTC  (3+ messages)
` [PATCH 2/3] mm/slub: remove nr_partials
` [PATCH 3/3] mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfo

[patch] mm, memcg: add oom killer delay
 2013-06-26 23:18 UTC  (16+ messages)

[PATCH v4 0/5] rwsem: performance enhancements for systems with many cores
 2013-06-26 22:27 UTC 

[PATCH 0/7] RFC: adding compaction to zone_reclaim_mode > 0
 2013-06-26 20:48 UTC  (13+ messages)
` [PATCH 1/7] mm: remove ZONE_RECLAIM_LOCKED
` [PATCH 3/7] mm: compaction: don't depend on kswapd to invoke reset_isolation_suitable

[PATCH 0/2] Reduce system disruption due to kswapd more followup
 2013-06-26 19:39 UTC  (4+ messages)
` [PATCH 1/2] mm: vmscan: Avoid direct reclaim scanning at maximum priority
` [PATCH 2/2] mm: vmscan: Do not scale writeback pages when deciding whether to set ZONE_WRITEBACK

RFC: named anonymous vmas
 2013-06-26 18:53 UTC  (8+ messages)

[PATCH] zcache: initialize module properly when zcache=FOO is given
 2013-06-26 18:38 UTC  (3+ messages)

[PATCH] vmpressure: implement strict mode
 2013-06-26 18:00 UTC  (13+ messages)

[PATCH v3 1/5] rwsem: check the lock before cpmxchg in down_write_trylock
 2013-06-26 16:28 UTC  (5+ messages)
` [PATCH v3 2/5] rwsem: remove 'out' label in do_wake
` [PATCH v3 3/5] rwsem: remove try_reader_grant label do_wake
` [PATCH v3 4/5] rwsem/wake: check lock before do atomic update
` [PATCH v3 5/5] rwsem: do optimistic spinning for writer lock acquisition

[PATCH v3 0/5] rwsem: performance enhancements for systems with many cores
 2013-06-26 16:27 UTC 

[PATCH v2 1/5] rwsem: check the lock before cpmxchg in down_write_trylock
 2013-06-26 12:53 UTC  (6+ messages)
` [PATCH v2 2/5] rwsem: remove 'out' label in do_wake
` [PATCH v2 3/5] rwsem: remove try_reader_grant label do_wake
` [PATCH v2 4/5] rwsem/wake: check lock before do atomic update
` [PATCH v2 5/5] rwsem: do optimistic spinning for writer lock acquisition

[PATCH 0/2] fixes for list_lru
 2013-06-26  8:28 UTC  (4+ messages)
` [PATCH 1/2] inode: move inode to a different list inside lock
` [PATCH 2/2] super: fix for destroy lrus

[PATCH 00/11] sysv ipc shared mem optimizations
 2013-06-26  8:08 UTC  (2+ messages)

[PATCH] list_lru: per-node list infrastructure fix
 2013-06-26  6:08 UTC 

linux-next: Tree for Jun 21 [ BROKEN ipc/ipc-msg ]
 2013-06-25 23:29 UTC  (5+ messages)

[PATCH] slab: add kmalloc() to kernel API documentation
 2013-06-25 17:37 UTC  (2+ messages)

[PATCH 1/2] rwsem: check the lock before cpmxchg in down_write_trylock and rwsem_do_wake
 2013-06-25 16:00 UTC  (19+ messages)
` [PATCH 2/2] rwsem: do optimistic spinning for writer lock acquisition

[PATCH v5] Soft limit rework
 2013-06-25 15:49 UTC  (3+ messages)

[3.11 1/4] slub: Make cpu partial slab support configurable V2
 2013-06-25 14:24 UTC  (6+ messages)

[PATCH 0/8] Transparent huge page cache: phase 0, prep work
 2013-06-25 13:57 UTC  (3+ messages)
  ` [PING] "

[PATCH v2] vfs: export lseek_execute() to modules
 2013-06-25  7:48 UTC  (3+ messages)

[Suggestion] arch: s390: mm: the warnings with allmodconfig and "EXTRA_CFLAGS=-W"
 2013-06-25  7:25 UTC  (3+ messages)

[RFC PATCH] vfs: export lseek_execute() to modules
 2013-06-25  2:30 UTC  (3+ messages)

[PATCH 0/5] mm: i_mmap_mutex to rwsem
 2013-06-25  0:21 UTC  (6+ messages)
` [PATCH 1/5] mm,fs: introduce helpers around i_mmap_mutex
` [PATCH 2/5] mm: use new helper functions around the i_mmap_mutex
` [PATCH 3/5] mm: convert i_mmap_mutex to rwsem
` [PATCH 4/5] mm/rmap: share the i_mmap_rwsem
` [PATCH 5/5] mm: rename leftover i_mmap_mutex

[PATCH v2 0/5] rwsem: performance enhancements for systems with many cores
 2013-06-24 23:20 UTC 

[PATCH for 3.2.34] memcg: do not trigger OOM if PF_NO_MEMCG_OOM is set
 2013-06-24 20:13 UTC  (14+ messages)
              ` [PATCH for 3.2] memcg: do not trap chargers with full callstack on OOM

[Part1 PATCH v5 00/22] x86, ACPI, numa: Parse numa info earlier
 2013-06-24 19:59 UTC  (11+ messages)

[PATCH 0/2] rwsem: performance enhancements for systems with many cores
 2013-06-24 17:47 UTC  (5+ messages)

[patch 4/4 v5]swap: make cluster allocation per-cpu
 2013-06-24 11:04 UTC 


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