linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-27 17:00:02 to 2015-01-30 14:43:56 UTC [more...]

[PATCH 00/19] expose page table levels on Kconfig leve
 2015-01-30 14:43 UTC  (12+ messages)
` [PATCH 01/19] alpha: expose number of page table levels on Kconfig level
` [PATCH 03/19] arm: "
` [PATCH 06/19] m32r: mark PMD folded
` [PATCH 07/19] m68k: mark PMD folded and expose number of page table levels
` [PATCH 08/19] mips: expose number of page table levels on Kconfig level
` [PATCH 09/19] mn10300: mark PUD and PMD folded
` [PATCH 12/19] s390: expose number of page table levels
` [PATCH 15/19] tile: "
` [PATCH 16/19] um: "
` [PATCH 18/19] mm: define default PGTABLE_LEVELS to two
` [PATCH 19/19] mm: do not add nr_pmds into mm_struct if PMD is folded

[PATCH v2 0/4] enhance compaction success rate
 2015-01-30 14:43 UTC  (9+ messages)
` [PATCH v2 1/4] mm/compaction: fix wrong order check in compact_finished()
` [PATCH v2 2/4] mm/compaction: stop the isolation when we isolate enough freepage
` [PATCH v2 3/4] mm/page_alloc: separate steal decision from steal behaviour part
` [PATCH v2 4/4] mm/compaction: enhance compaction finish condition

[PATCH 1/2] zram: free meta table in zram_meta_free
 2015-01-30 14:41 UTC  (21+ messages)
` [PATCH v1 2/2] zram: remove init_lock in zram_make_request

[PATCH] mm: don't account shared file pages in user_reserve_pages
 2015-01-30 13:30 UTC  (3+ messages)

[PATCH] mm: fix arithmetic overflow in __vm_enough_memory()
 2015-01-30 13:14 UTC  (3+ messages)

CMA related memory questions
 2015-01-30 12:58 UTC  (6+ messages)

[PATCH] mincore: remove unneeded variable 'err'
 2015-01-30 10:53 UTC 

[PATCH v4] mm: incorporate read-only pages into transparent huge pages
 2015-01-30  9:58 UTC  (4+ messages)

[PATCH V4] mm/thp: Allocate transparent hugepages on local node
 2015-01-30  7:56 UTC  (5+ messages)

[RFC] Making memcg track ownership per address_space or anon_vma
 2015-01-30  6:27 UTC  (3+ messages)

[mmotm:master 34/481] fs/ocfs2/cluster/heartbeat.c:1098:5: error: implicit declaration of function 'ktime_ms_delta'
 2015-01-30  3:33 UTC 

[PATCH] lowmemorykiller: Avoid excessive/redundant calling of LMK
 2015-01-30  2:08 UTC  (5+ messages)

[Intel-gfx] memcontrol.c BUG
 2015-01-30  2:04 UTC  (4+ messages)

mmotm 2015-01-29-16-39 uploaded
 2015-01-30  0:40 UTC 

[RFCv3 1/2] device: add dma_params->max_segment_count
 2015-01-29 23:19 UTC  (13+ messages)
` [RFCv3 2/2] dma-buf: add helpers for sharing attacher constraints with dma-parms

[RFC/PATCH RESEND -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector
 2015-01-29 23:13 UTC  (28+ messages)
` [PATCH v10 00/17] Kernel address sanitizer - runtime memory debugger
  ` [PATCH v10 01/17] Add kernel address sanitizer infrastructure
  ` [PATCH v10 02/17] x86_64: add KASan support
  ` [PATCH v10 03/17] mm: page_alloc: add kasan hooks on alloc and free paths
  ` [PATCH v10 04/17] mm: slub: introduce virt_to_obj function
  ` [PATCH v10 05/17] mm: slub: share object_err function
  ` [PATCH v10 06/17] mm: slub: introduce metadata_access_enable()/metadata_access_disable()
  ` [PATCH v10 07/17] mm: slub: add kernel address sanitizer support for slub allocator
  ` [PATCH v10 08/17] fs: dcache: manually unpoison dname after allocation to shut up kasan's reports
  ` [PATCH v10 09/17] kmemleak: disable kasan instrumentation for kmemleak
  ` [PATCH v10 10/17] lib: add kasan test module
  ` [PATCH v10 11/17] x86_64: kasan: add interceptors for memset/memmove/memcpy functions
  ` [PATCH v10 12/17] kasan: enable stack instrumentation
  ` [PATCH v10 13/17] mm: vmalloc: add flag preventing guard hole allocation
  ` [PATCH v10 14/17] mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()
  ` [PATCH v10 15/17] kernel: add support for .init_array.* constructors
  ` [PATCH v10 16/17] module: fix types of device tables aliases
  ` [PATCH v10 17/17] kasan: enable instrumentation of global variables

[PATCH] Documentation: mm: Fix typo in vm.txt
 2015-01-28 19:34 UTC  (2+ messages)

[PATCH -mm v2 0/3] slub: make dead caches discard free slabs immediately
 2015-01-29 19:10 UTC  (21+ messages)
` [PATCH -mm v2 1/3] slub: never fail to shrink cache
` [PATCH -mm v2 2/3] slub: fix kmem_cache_shrink return value
` [PATCH -mm v2 3/3] slub: make dead caches discard free slabs immediately

[PATCH v2] mm: vmscan: fix the page state calculation in too_many_isolated
 2015-01-29 17:32 UTC  (14+ messages)

[PATCH] mm: Don't offset memmap for flatmem
 2015-01-29 13:13 UTC  (7+ messages)
` [PATCHv2] "

[RFC 0/3] Slab allocator array operations
 2015-01-29  7:44 UTC  (7+ messages)
` [RFC 1/3] Slab infrastructure for "

[PATCH v2] zram: free meta table in zram_meta_free
 2015-01-29  5:22 UTC  (3+ messages)

[PATCH 0/4] Introduce <linux/mm_struct.h>
 2015-01-29  4:22 UTC  (13+ messages)
` [PATCH 1/4] mm: move enum tlb_flush_reason into <trace/events/tlb.h>
` [PATCH 2/4] mm: split up mm_struct to separate header file
` [PATCH 3/4] mm: define __PAGETABLE_{PMD,PUD}_FOLDED to zero or one
` [PATCH 4/4] mm: do not add nr_pmds into mm_struct if PMD is folded

[PATCH 2/2] mm: fix undefined reference to `.kernel_map_pages' on PPC builds
 2015-01-29  4:05 UTC  (16+ messages)
                ` [PATCH v3] powerpc/mm: fix undefined reference to `.__kernel_map_pages' on FSL PPC64

OOM at low page cache?
 2015-01-29  1:24 UTC  (7+ messages)

[PATCHSET RFC 0/6] memcg: inode-based dirty-set controller
 2015-01-29  1:21 UTC  (2+ messages)

[PATCH] mm: export "high_memory" symbol on !MMU
 2015-01-29  1:15 UTC  (2+ messages)

[PATCH 0/4] Introduce <linux/mm_struct.h>
 2015-01-28 21:19 UTC 

[PATCH] eventfs: avoid unused variable warning
 2015-01-28 15:10 UTC 

mmotm 2015-01-22-15-04 uploaded
 2015-01-28 15:03 UTC  (17+ messages)
` mmotm 2015-01-22-15-04: qemu failures due to 'mm: account pmd page tables to the process'
` mmotm 2015-01-22-15-04: qemu failure due to 'mm: memcontrol: remove unnecessary soft limit tree node test'

[PATCH -mm 0/3] slub: make dead caches discard free slabs immediately
 2015-01-28 15:00 UTC  (10+ messages)
` [PATCH -mm 1/3] slub: don't fail kmem_cache_shrink if slab placement optimization fails

[PATCH v3] mm: incorporate read-only pages into transparent huge pages
 2015-01-28 13:57 UTC  (5+ messages)

[RFC PATCH 0/9] mm/zbud: support highmem pages
 2015-01-28  7:14 UTC  (4+ messages)

[PATCH 1/2] zram: free meta out of init_lock
 2015-01-28  6:10 UTC  (24+ messages)

mmotm 2015-01-27-16-19 uploaded
 2015-01-28  0:20 UTC 

[RFC PATCH 0/7] Kernel huge I/O mapping support
 2015-01-27 22:01 UTC  (6+ messages)
` [RFC PATCH 2/7] lib: Add huge I/O map capability interfaces


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