linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/7] slub: Fastpath optimization (especially for RT) V1
 2014-12-11 18:11 UTC  (25+ 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

[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 0/2] Drivers: hv: hv_balloon: Fix a deadlock in the hot-add path
 2014-12-11 12:58 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 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 "

[RFC PATCH 0/3] Faster than SLAB caching of SKBs with qmempool (backed by alf_queue)
 2014-12-11 10:18 UTC  (11+ 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 0/4] enhance compaction success rate
 2014-12-11  3:09 UTC  (17+ 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

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

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

[RFC] mm:add KPF_ZERO_PAGE flag for /proc/kpageflags
 2014-12-10 17:06 UTC  (15+ 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()

[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] mm/zsmalloc: disclose statistics to debugfs
 2014-12-10 13:40 UTC 

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

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

Questions about mm
 2014-12-08  7:22 UTC  (2+ 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 

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

page:  |  | latest

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