linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH] Add user-space support for resetting mm->hiwater_rss (peak RSS)
 2014-12-15 17:15 UTC  (3+ messages)
` [PATCH 1/2] task_mmu: Reduce excessive indentation in clear_refs_write
` [PATCH 2/2] task_mmu: Add user-space support for resetting mm->hiwater_rss (peak RSS)

[PATCH 0/8] clean up and generalize swap-over-NFS
 2014-12-15 16:56 UTC  (16+ messages)
` [PATCH 1/8] nfs: follow direct I/O write locking convention
` [PATCH 2/8] swap: lock i_mutex for swap_writepage direct_IO
` [PATCH 3/8] swap: don't add ITER_BVEC flag to direct_IO rw
` [PATCH 4/8] iov_iter: add iov_iter_bvec and convert callers
` [PATCH 5/8] direct-io: don't dirty ITER_BVEC pages on read
` [PATCH 6/8] nfs: don't dirty ITER_BVEC pages read through direct I/O
` [PATCH 7/8] swap: use direct I/O for SWP_FILE swap_readpage
` [PATCH 8/8] vfs: update swap_{,de}activate documentation

mm: BUG in release_pages
 2014-12-15 14:27 UTC 

[PATCH 0/7] slub: Fastpath optimization (especially for RT) V1
 2014-12-15 14:16 UTC  (30+ messages)
` [PATCH 1/7] slub: Remove __slab_alloc code duplication
` [PATCH 2/7] slub: Use page-mapping to store address of page frame like done in SLAB
` [PATCH 3/7] slub: Do not use c->page on free
` [PATCH 4/7] slub: Avoid using the page struct address in allocation fastpath
` [PATCH 5/7] slub: Use end_token instead of NULL to terminate freelists
` [PATCH 6/7] slub: Drop ->page field from kmem_cache_cpu
` [PATCH 7/7] slub: Remove preemption disable/enable from fastpath

[Question] Crash of kmem_cache_cpu->freelist access
 2014-12-15 14:14 UTC  (2+ messages)

[LSF/MM TOPIC] memory compaction and anti-fragmentation
 2014-12-15 10:11 UTC 

[PATCH v2 0/3] page stealing tweaks
 2014-12-15  9:05 UTC  (7+ messages)
` [PATCH v2 1/3] mm: when stealing freepages, also take pages created by splitting buddy page
` [PATCH v2 2/3] mm: always steal split buddies in fallback allocations
` [PATCH v2 3/3] mm: more aggressive page stealing for UNMOVABLE allocations

[GIT PULL] aio: changes for 3.19
 2014-12-15  5:53 UTC  (10+ messages)

[PATCH] CMA: add the amount of cma memory in meminfo
 2014-12-15  1:37 UTC  (3+ messages)

[PATCH 0/2] Drivers: hv: hv_balloon: Fix a deadlock in the hot-add path
 2014-12-14 18:45 UTC  (11+ messages)
` [PATCH 1/2] Drivers: base: core: Export functions to lock/unlock device hotplug lock
  ` [PATCH 2/2] Drivers: hv: balloon: Fix the deadlock issue in the memory hot-add code

[PATCH] mempool.c: Replace io_schedule_timeout with io_schedule
 2014-12-14 12:34 UTC 

[PATCH 2/2] mm/zsmalloc: add statistics support
 2014-12-13 13:45 UTC 

[PATCH 1/2] mm/zsmalloc: adjust order of functions
 2014-12-13 13:43 UTC 

Progress on system crash traces with LTTng using DAX and pmem
 2014-12-13 11:48 UTC  (4+ messages)

[RESEND PATCH ] mm: page_alloc: place zone_id check before VM_BUG_ON_PAGE check
 2014-12-13  8:21 UTC 

[RFC PATCH v3 0/7] btrfs: implement swap file support
 2014-12-12 20:15 UTC  (13+ messages)
` [RFC PATCH v3 1/7] direct-io: don't dirty ITER_BVEC pages on read
` [RFC PATCH v3 2/7] nfs: don't dirty ITER_BVEC pages read through direct I/O
` [RFC PATCH v3 3/7] swap: use direct I/O for SWP_FILE swap_readpage
` [RFC PATCH v3 4/7] vfs: update swap_{,de}activate documentation
` [RFC PATCH v3 5/7] btrfs: prevent ioctls from interfering with a swap file
` [RFC PATCH v3 6/7] btrfs: add EXTENT_FLAG_SWAPFILE
` [RFC PATCH v3 7/7] btrfs: enable swap file support

[PATCH V3 0/4] Reducing parameters of alloc_pages* family of functions
 2014-12-12 16:13 UTC  (5+ messages)
` [PATCH V3 1/4] mm: set page->pfmemalloc in prep_new_page()
` [PATCH V3 2/4] mm, page_alloc: reduce number of alloc_pages* functions' parameters
` [PATCH V3 3/4] mm: reduce try_to_compact_pages parameters
` [PATCH V3 4/4] mm: microoptimize zonelist operations

[PATCH -mm] memcg: zap memcg_slab_caches and memcg_slab_mutex
 2014-12-12 15:07 UTC  (2+ messages)

[RFC PATCH] oom: Don't count on mm-less current process
 2014-12-12 13:54 UTC 

[RFC] mm:add KPF_ZERO_PAGE flag for /proc/kpageflags
 2014-12-12 11:10 UTC  (13+ messages)
      ` [RFC V4] "
          ` [RFC V5] "
            ` [RFC] mm:fix zero_page huge_zero_page rss/pss statistic
              ` [RFC] discard task stack pages instead of pageout into swap partition

[PATCH] mm/zsmalloc: disclose statistics to debugfs
 2014-12-12  7:47 UTC  (5+ messages)

[RFC PATCH 0/3] Faster than SLAB caching of SKBs with qmempool (backed by alf_queue)
 2014-12-11 19:15 UTC  (12+ messages)
  ` [RFC PATCH 1/3] lib: adding an Array-based Lock-Free (ALF) queue
  ` [RFC PATCH 2/3] mm: qmempool - quick queue based memory pool
  ` [RFC PATCH 3/3] net: use qmempool in-front of sk_buff kmem_cache

[PATCH] mm: add fields for compound destructor and order into struct page
 2014-12-11 15:24 UTC  (4+ messages)

[PATCHv5 0/8] ACCESS_ONCE and non-scalar accesses
 2014-12-11 14:05 UTC  (2+ messages)
` [PATCH 2/8] mm: replace ACCESS_ONCE with READ_ONCE or barriers

[PATCH V3 2/2] x86/mm: use min instead of min_t
 2014-12-11 12:26 UTC  (3+ messages)
` [tip:x86/urgent] x86/mm: Use min() instead of min_t() in the e820 printout code

[PATCH V3 1/2] x86/mm: fix zone ranges boot printout
 2014-12-11 12:26 UTC  (2+ messages)
` [tip:x86/urgent] x86/mm: Fix "

[PATCH 0/4] enhance compaction success rate
 2014-12-11  3:09 UTC  (15+ messages)
` [PATCH 2/4] mm/page_alloc: expands broken freepage to proper buddy list when steal
` [PATCH 3/4] mm/compaction: enhance compaction finish condition
` [PATCH 4/4] mm/compaction: stop the isolation when we isolate enough freepage

isolate_freepages_block and excessive CPU usage by OSD process
 2014-12-11  3:08 UTC  (13+ messages)

[PATCH v12 00/20] DAX: Page cache bypass for filesystems on memory storage
 2014-12-10 20:53 UTC  (5+ messages)

[RFC PATCH] mm: mincore: use PAGE_SIZE instead of PAGE_CACHE_SIZE
 2014-12-10 15:02 UTC  (2+ messages)

[PATCH 3/3] mm: page_alloc: remove redundant set_freepage_migratetype() calls
 2014-12-10 14:44 UTC  (3+ messages)

[PATCH 2/3] mm: page_isolation: remove unnecessary freepage_migratetype check for unused page
 2014-12-10 14:10 UTC  (3+ messages)

[PATCH] mm: page_alloc: place zone id check before VM_BUG_ON_PAGE check
 2014-12-10 14:03 UTC  (4+ messages)

[PATCH 0/3] page stealing tweaks
 2014-12-10  6:32 UTC  (13+ messages)
` [RFC PATCH 1/3] mm: when stealing freepages, also take pages created by splitting buddy page
` [RFC PATCH 2/3] mm: more aggressive page stealing for UNMOVABLE allocations
` [RFC PATCH 3/3] mm: always steal split buddies in fallback allocations

mm: shmem: freeing mlocked page
 2014-12-10  2:23 UTC  (5+ messages)

[PATCH V2] x86/mm: Fix zone ranges boot printout
 2014-12-10  1:40 UTC  (3+ messages)

[PATCH] mm: fix invalid use of pfn_valid_within in test_pages_in_a_zone
 2014-12-10  1:38 UTC  (4+ messages)

[next:master 10653/11539] arch/x86/ia32/audit.c:38:14: sparse: incompatible types for 'case' statement
 2014-12-09 20:08 UTC  (5+ messages)

[tj-misc:review-wq-dump 1/15] lib/bitmap.c:574:6: sparse: symbol 'bitmap_print_list' was not declared. Should it be static?
 2014-12-09 19:38 UTC  (2+ messages)
` [PATCH tj-misc] bitmap: bitmap_print_list() can be static

[patch 1/3] mm: protect set_page_dirty() from ongoing truncation
 2014-12-09 18:22 UTC  (4+ messages)
` [patch 3/3] mm: memory: merge shared-writable dirtying branches in do_wp_page()

[PATCH -mm] memcg: zap memcg_name argument of memcg_create_kmem_cache
 2014-12-09 17:11 UTC 

[PATCH -mm] memcg: zap __memcg_{charge,uncharge}_slab
 2014-12-09 17:10 UTC 

[PATCH 1/3] mm: page_isolation: remove redundant moving for isolated buddy pages
 2014-12-09  9:14 UTC  (2+ messages)

[PATCH] fix build error for vm tools
 2014-12-09  6:39 UTC  (3+ messages)
` [PATCH V2] "
  ` [PATCH V3] "

[PATCH] mm:add VM_BUG_ON() for page_mapcount()
 2014-12-09  3:18 UTC  (4+ messages)
` [PATCH V2] "
  ` [PATCH V3] mm:add VM_BUG_ON_PAGE() "

[PATCH -mm] memcg: fix possible use-after-free in memcg_kmem_get_cache
 2014-12-08 17:08 UTC  (4+ messages)

[PATCH] mm: memcontrol.c: Cleaning up function that are not used anywhere
 2014-12-08 16:02 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox