linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v12 00/20] DAX: Page cache bypass for filesystems on memory storage
 2014-12-10 14:28 UTC  (4+ messages)

[RFC PATCH 0/3] Faster than SLAB caching of SKBs with qmempool (backed by alf_queue)
 2014-12-10 14:22 UTC  (4+ messages)
  ` [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 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] mm/zsmalloc: disclose statistics to debugfs
 2014-12-10 13:40 UTC 

[RFC] mm:add KPF_ZERO_PAGE flag for /proc/kpageflags
 2014-12-10 11:05 UTC  (14+ messages)
      ` [RFC V4] "
          ` [RFC V5] "
            ` [RFC] mm:fix zero_page huge_zero_page rss/pss statistic
` [RFC V2] mm:add KPF_ZERO_PAGE flag for /proc/kpageflags
    ` [RFC V3] "
  ` [PATCH] mm:add VM_BUG_ON() for page_mapcount()

[PATCH 0/4] enhance compaction success rate
 2014-12-10  9:55 UTC  (15+ messages)
` [PATCH 1/4] mm/compaction: fix wrong order check in compact_finished()
` [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

[PATCH V3 2/2] x86/mm: use min instead of min_t
 2014-12-10  6:54 UTC  (2+ messages)

[PATCH 0/3] page stealing tweaks
 2014-12-10  6:32 UTC  (19+ 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 V3 1/2] x86/mm: fix zone ranges boot printout
 2014-12-10  2:09 UTC 

[RFC PATCH v3 0/7] btrfs: implement swap file support
 2014-12-10  1:45 UTC  (8+ 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 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  (5+ messages)
` [patch 2/3] mm: memory: remove ->vm_file check on shared writable vmas
` [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 0/2] Drivers: hv: hv_balloon: Fix a deadlock in the hot-add path
 2014-12-09 10:55 UTC  (9+ 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 3/3] mm: page_alloc: remove redundant set_freepage_migratetype() calls
 2014-12-09  9:49 UTC  (2+ messages)

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

I want to be a contributor for linux-mm
 2014-12-08 11:24 UTC 

[Question] page allocation failure
 2014-12-08 10:20 UTC  (2+ messages)

[PATCH] x86, mm: fix zone ranges print in boot
 2014-12-08 10:12 UTC  (2+ messages)
` [tip:x86/mm] x86/mm: Fix zone ranges boot printout

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

Questions about mm
 2014-12-08  7:22 UTC  (2+ messages)

isolate_freepages_block and excessive CPU usage by OSD process
 2014-12-08  7:19 UTC  (18+ messages)

[Question] page allocation failure
 2014-12-08  3:18 UTC  (3+ messages)

[PATCH 3/4] OOM, PM: OOM killed task shouldn't escape PM suspend
 2014-12-07 19:00 UTC  (23+ messages)
` [PATCH 0/4] OOM vs PM freezer fixes
  ` [PATCH -v2 1/5] oom: add helpers for setting and clearing TIF_MEMDIE
  ` [PATCH -v2 2/5] OOM: thaw the OOM victim if it is frozen
  ` [PATCH -v2 3/5] PM: convert printk to pr_* equivalent
  ` [PATCH -v2 4/5] sysrq: "
  ` [PATCH -v2 5/5] OOM, PM: make OOM detection in the freezer path raceless

[RESEND][PATCH V3 0/4] KSM: Mark new vma for deduplication
 2014-12-07 15:20 UTC  (3+ messages)

[PATCH -mm] mm: vmscan: shrink_zones: assure class zone is populated
 2014-12-07 12:40 UTC 

[PATCH] mm: memcontrol: Skip test_mem_cgroup_node_reclaimable() when no MAX_NUMNODES or not more than 1
 2014-12-07 10:33 UTC  (2+ messages)

[PATCH] mm/memcontrol.c: fix the placement of 'MAX_NUMNODES > 1' if block
 2014-12-07 10:29 UTC  (2+ messages)

Question kernel BUG at mm/internal.h:81!
 2014-12-06  5:13 UTC 

[RFC v2] arm:extend the reserved mrmory for initrd to be page aligned
 2014-12-05 18:59 UTC  (11+ messages)

[PATCH] CMA: add the amount of cma memory in meminfo
 2014-12-05 17:41 UTC  (4+ messages)

[PATCH 1/1] mm: Fix a deadlock in the hotplug code
 2014-12-05 16:03 UTC  (3+ messages)

[PATCH] Repeated fork() causes SLAB to grow without bound
 2014-12-05 15:44 UTC  (12+ messages)

[patch] mm: page_alloc: embed OOM killing naturally into allocation slowpath
 2014-12-05 14:48 UTC 

[patch] mm, oom: remove gfp helper function
 2014-12-05 14:05 UTC  (8+ messages)

[PATCH v17 0/7] MADV_FREE support
 2014-12-05  8:32 UTC  (9+ messages)
` [PATCH v17 1/7] mm: support madvise(MADV_FREE)

[RFC V2] mm:add zero_page _mapcount when mapped into user space
 2014-12-05  8:08 UTC  (6+ messages)

[RFC v2] percpu: Add a separate function to merge free areas
 2014-12-05  6:25 UTC  (11+ 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