linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-22 10:56:48 to 2014-05-28 07:04:19 UTC [more...]

[PATCH] page_alloc: skip cpuset enforcement for lower zone allocations
 2014-05-28  7:02 UTC  (9+ messages)
` [PATCH] page_alloc: skip cpuset enforcement for lower zone allocations (v2)

[PATCH v2 0/3] Aggressively allocate the pages on cma reserved memory
 2014-05-28  7:04 UTC  (4+ messages)
` [PATCH v2 1/3] CMA: remove redundant retrying code in __alloc_contig_migrate_range
` [PATCH v2 2/3] CMA: aggressively allocate the pages on cma reserved memory when not used
` [PATCH v2 3/3] CMA: always treat free cma pages as non-free on watermark checking

[PATCH 1/2] ftrace: print stack usage right before Oops
 2014-05-28  6:53 UTC  (2+ messages)
` [RFC 2/2] x86_64: expand kernel stack to 16K

[RFC][PATCH 0/5] VM_PINNED
 2014-05-28  6:14 UTC  (25+ messages)
` [RFC][PATCH 1/5] mm: Introduce VM_PINNED and interfaces
` [RFC][PATCH 2/5] mm,perf: Make use of VM_PINNED
` [RFC][PATCH 3/5] mm,ib,umem: Use VM_PINNED
` [RFC][PATCH 4/5] mm,ib,ipath: "
` [RFC][PATCH 5/5] mm,ib,qib: "

[PATCH 0/2] Fix some machine check application recovery cases
 2014-05-28  5:09 UTC  (9+ messages)
` [PATCH 1/2] memory-failure: Send right signal code to correct thread

[PATCH] swap: Avoid scanning invalidated region for cheap seek
 2014-05-28  3:53 UTC  (2+ messages)

MIGRATE_RESERVE pages in show_mem function problems
 2014-05-28  2:24 UTC 

[PATCH 0/3] Shrinkers and proportional reclaim
 2014-05-28  1:37 UTC  (17+ messages)
` [PATCH 1/3] fs/superblock: Unregister sb shrinker before ->kill_sb()
` [PATCH 2/3] fs/superblock: Avoid locking counting inodes and dentries before reclaiming them
` [PATCH 3/3] mm: vmscan: Use proportional scanning during direct reclaim and full scan at DEF_PRIORITY

[PATCHv2 0/4] mm/zpool: add common api for zswap to use zbud/zsmalloc
 2014-05-28  0:40 UTC  (14+ messages)
` [PATCHv3 0/6] "
  ` [PATCHv2 1/6] mm/zbud: zbud_alloc() minor param change
  ` [PATCH 2/6] mm/zbud: change zbud_alloc size type to size_t
  ` [PATCHv3 3/6] mm/zpool: implement common zpool api to zbud/zsmalloc
  ` [PATCH 4/6] mm/zpool: zbud/zsmalloc implement zpool
  ` [PATCHv3 5/6] mm/zpool: update zswap to use zpool
  ` [PATCH 6/6] mm/zpool: prevent zbud/zsmalloc from unloading when used

[PATCH] powerpc: numa: enable USE_PERCPU_NUMA_NODE_ID
 2014-05-28  0:09 UTC  (5+ messages)
` [RFC PATCH v2 1/2] "

[PATCH mmotm/next] memcg-mm-introduce-lowlimit-reclaim-fix2.patch
 2014-05-27 23:05 UTC  (4+ messages)
` [PATCH mmotm/next] vmscan-memcg-always-use-swappiness-of-the-reclaimed-memcg-swappiness-and-o om-control-fix.patch

vmstat: On demand vmstat workers V5
 2014-05-27 20:07 UTC  (5+ messages)

[patch 0/9] mm: memcontrol: naturalize charge lifetime
 2014-05-27 20:05 UTC  (17+ messages)
` [patch 6/9] mm: memcontrol: remove ordering between pc->mem_cgroup and PageCgroupUsed
` [patch 7/9] mm: memcontrol: do not acquire page_cgroup lock for kmem pages
` [patch 8/9] mm: memcontrol: rewrite charge API
` [patch 9/9] mm: memcontrol: rewrite uncharge API

[PATCH] mm: bootmem: Check pfn_valid() before accessing struct page
 2014-05-27 18:45 UTC  (2+ messages)

[PATCH RFC 3/3] slub: reparent memcg caches' slabs on memcg offline
 2014-05-27 14:38 UTC  (21+ messages)

[PATCH] mm/process_vm_access: move config option into init/Kconfig
 2014-05-27 14:13 UTC 

mm: NULL ptr deref in remove_migration_pte
 2014-05-27 13:52 UTC  (5+ messages)

[PATCH] mm: fix zero page check in vm_normal_page
 2014-05-27 12:37 UTC  (7+ messages)

lshw sees 12GB RAM but system only using 8GB
 2014-05-27 12:36 UTC  (4+ messages)

[PATCH V4 0/2] mm: FAULT_AROUND_ORDER patchset performance data for powerpc
 2014-05-27 10:44 UTC  (17+ messages)

[PATCH] mm/process_vm_access: move into ipc/
 2014-05-26 21:05 UTC  (6+ messages)

[PATCH 0/5] mm: i_mmap_mutex to rwsem
 2014-05-26 20:48 UTC  (13+ 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/3] File Sealing & memfd_create()
 2014-05-26 11:44 UTC  (17+ messages)
` [PATCH v2 1/3] shm: add sealing API
` [PATCH v2 2/3] shm: add memfd_create() syscall
` [PATCH v2 3/3] selftests: add memfd_create() + sealing tests

[PATCH v2] zram: remove global tb_lock with fine grain lock
 2014-05-26  7:55 UTC  (4+ messages)

[PATCH] mm/page_alloc: cleanup add_active_range() related comments
 2014-05-26  7:09 UTC 

[RFC PATCH 0/3] Aggressively allocate the pages on cma reserved memory
 2014-05-26  2:44 UTC  (5+ messages)
` [RFC PATCH 2/3] CMA: aggressively allocate the pages on cma reserved memory when not used

memory hot-add: the kernel can notify udev daemon before creating the sys file state?
 2014-05-25 15:41 UTC  (3+ messages)

[PATCH] gpu/drm/ttm: Use mutex_lock_killable() for shrinker functions
 2014-05-24 14:22 UTC 

[PATCH RFC] proc/pid/mem: implement SEEK_DATA and SEEK_HOLE
 2014-05-24 13:50 UTC 

[PATCH] slab_common: fix the check for duplicate slab names
 2014-05-24  0:37 UTC  (6+ messages)
`  "

[PATCH] Pass on hwpoison maintainership to Naoya Noriguchi
 2014-05-23 21:55 UTC  (3+ messages)

[PATCH] mm/madvise: fix WILLNEED on SHM/ANON to actually do something
 2014-05-23 21:49 UTC  (3+ messages)

[RESEND PATCH] staging: ion: WARN when the handle kmap_cnt is going to wrap around
 2014-05-23 20:01 UTC 

[PATCH] staging: ion: WARN when the handle kmap_cnt is going to wrap around
 2014-05-23 18:47 UTC  (4+ messages)

[PATCH] mm, compaction: properly signal and act upon lock and need_sched() contention
 2014-05-23 15:07 UTC  (11+ messages)
` [PATCH v2] "
  ` compaction is still too expensive for thp (was: [PATCH v2] mm, compaction: properly signal and act upon lock and need_sched() contention)
    ` compaction is still too expensive for thp

3.15.0-rc6: VM_BUG_ON_PAGE(PageTail(page), page)
 2014-05-23 13:54 UTC  (8+ messages)

[PATCH] memcg: deprecate memory.force_empty knob
 2014-05-23 12:09 UTC  (5+ messages)

Postgresql performance problems with IO latency, especially during fsync()
 2014-05-23  6:42 UTC  (5+ messages)
  ` [Lsf] "

[PATCH 0/4] pagecache scanning with /proc/kpagecache
 2014-05-22 21:02 UTC  (7+ messages)

NUMA topology question wrt. d4edc5b6
 2014-05-22 20:48 UTC 

[PATCH 19/19] mm: filemap: Avoid unnecessary barries and waitqueue lookups in unlock_page fastpath
 2014-05-22 19:53 UTC  (22+ messages)
    ` [PATCH] mm: filemap: Avoid unnecessary barries and waitqueue lookups in unlock_page fastpath v4
        ` [PATCH] mm: filemap: Avoid unnecessary barries and waitqueue lookups in unlock_page fastpath v5
                    ` [PATCH] mm: filemap: Avoid unnecessary barriers and waitqueue lookups in unlock_page fastpath v7
                            ` [PATCH] mm: filemap: Avoid unnecessary barriers and waitqueue lookups in unlock_page fastpath v8

[PATCH 00/19] Misc page alloc, shmem, mark_page_accessed and page_waitqueue optimisations v3r33
 2014-05-22 18:45 UTC  (5+ messages)
` [PATCH 09/19] mm: page_alloc: Use word-based accesses for get/set pageblock bitmaps

[PATCH v3] Distirbute the clear operation of mces_seen to Per-CPU rather than only monarch CPU
 2014-05-22 15:30 UTC  (2+ 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).