linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-21 18:25:04 to 2014-11-28 16:06:48 UTC [more...]

[patch] mm: vmscan: invoke slab shrinkers from shrink_zone()
 2014-11-28 16:06 UTC  (3+ messages)

[mm] BUG: unable to handle kernel paging request at c2446ffc
 2014-11-28 10:10 UTC 

[LSF/MM TOPIC] Improving CMA
 2014-11-28  9:54 UTC  (14+ messages)
` [Lsf-pc] "
    ` 答复: "
    ` [LSF/MM ATTEND] "
    ` [Lsf-pc] "

isolate_freepages_block and excessive CPU usage by OSD process
 2014-11-28  9:26 UTC  (9+ messages)

[PATCH v3 0/8] Resurrect and use struct page extension for some debugging features
 2014-11-28  7:35 UTC  (17+ messages)
` [PATCH v3 1/8] mm/page_ext: resurrect struct page extending code for debugging
` [PATCH v3 2/8] mm/debug-pagealloc: prepare boottime configurable on/off
` [PATCH v3 3/8] mm/debug-pagealloc: make debug-pagealloc boottime configurable
` [PATCH v3 4/8] mm/nommu: use alloc_pages_exact() rather than it's own implementation
` [PATCH v3 5/8] stacktrace: introduce snprint_stack_trace for buffer output
` [PATCH v3 6/8] mm/page_owner: keep track of page owners
` [PATCH v3 7/8] mm/page_owner: correct owner information for early allocated pages
` [PATCH v3 8/8] Documentation: add new page_owner document

CMA, isolate: get warning in page_isolation.c:235 test_pages_isolated
 2014-11-28  4:48 UTC  (2+ messages)

[PATCH 0/4] (CMA_AGGRESSIVE) Make CMA memory be more aggressive about allocation
 2014-11-28  3:45 UTC  (4+ messages)
` [PATCH 4/4] (CMA_AGGRESSIVE) Update page alloc function

[mmotm:master 181/397] arch/x86/include/asm/paravirt.h:534:17: sparse: context imbalance in 'madvise_free_huge_pmd' - unexpected unlock
 2014-11-27 18:08 UTC 

[RFC/PATCH RESEND -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector
 2014-11-27 16:00 UTC  (42+ messages)
` [PATCH v7 00/12] Kernel address sanitizer - runtime memory debugger
  ` [PATCH v7 01/12] Add kernel address sanitizer infrastructure
  ` [PATCH v7 02/12] x86_64: load_percpu_segment: read irq_stack_union.gs_base before load_segment
  ` [PATCH v7 03/12] x86_64: add KASan support
  ` [PATCH v7 04/12] mm: page_alloc: add kasan hooks on alloc and free paths
  ` [PATCH v7 05/12] mm: slub: introduce virt_to_obj function
  ` [PATCH v7 06/12] mm: slub: share slab_err and object_err functions
  ` [PATCH v7 07/12] mm: slub: introduce metadata_access_enable()/metadata_access_disable()
  ` [PATCH v7 08/12] mm: slub: add kernel address sanitizer support for slub allocator
  ` [PATCH v7 09/12] fs: dcache: manually unpoison dname after allocation to shut up kasan's reports
  ` [PATCH v7 10/12] kmemleak: disable kasan instrumentation for kmemleak
  ` [PATCH v7 11/12] lib: add kasan test module
  ` [PATCH v7 12/12] x86_64: kasan: add interceptors for memset/memmove/memcpy functions
` [PATCH v8 00/12] Kernel address sanitizer - runtime memory debugger
  ` [PATCH v8 01/12] Add kernel address sanitizer infrastructure
  ` [PATCH v8 02/12] x86_64: load_percpu_segment: read irq_stack_union.gs_base before load_segment
  ` [PATCH v8 03/12] x86_64: add KASan support
  ` [PATCH v8 04/12] mm: page_alloc: add kasan hooks on alloc and free paths
  ` [PATCH v8 05/12] mm: slub: introduce virt_to_obj function
  ` [PATCH v8 06/12] mm: slub: share slab_err and object_err functions
  ` [PATCH v8 07/12] mm: slub: introduce metadata_access_enable()/metadata_access_disable()
  ` [PATCH v8 08/12] mm: slub: add kernel address sanitizer support for slub allocator
  ` [PATCH v8 09/12] fs: dcache: manually unpoison dname after allocation to shut up kasan's reports
  ` [PATCH v8 10/12] kmemleak: disable kasan instrumentation for kmemleak
  ` [PATCH v8 11/12] lib: add kasan test module
  ` [PATCH v8 12/12] x86_64: kasan: add interceptors for memset/memmove/memcpy functions

[PATCH v17 0/7] MADV_FREE support
 2014-11-27 15:49 UTC  (5+ messages)
` [PATCH v17 1/7] mm: support madvise(MADV_FREE)
` [PATCH v17 7/7] mm: Don't split THP page when syscall is called

[LSF/MM TOPIC] Transparent huge pages: refcounting, page cache, scalability
 2014-11-27 15:08 UTC 

[RFC PATCH 0/5] mm: Patches for mitigating memory allocation stalls
 2014-11-27 14:49 UTC  (19+ messages)
` [PATCH 1/5] mm: Introduce OOM kill timeout
` [PATCH 2/5] mm: Kill shrinker's global semaphore
` [PATCH 3/5] mm: Remember ongoing memory allocation status
` [PATCH 4/5] mm: Drop __GFP_WAIT flag when allocating from shrinker functions
` [PATCH 5/5] mm: Insert some delay if ongoing memory allocation stalls

[mmotm:master 210/397] mm/zsmalloc.c:1021:11: error: 'ZS_SIZE_CLASSES' undeclared
 2014-11-27 14:12 UTC  (3+ messages)

[PATCH next-20141127] mm: Fix comment typo "CONFIG_TRANSPARNTE_HUGE"
 2014-11-27 12:57 UTC 

[PATCH] mm: Remove the highmem zones' memmap in the highmem zone
 2014-11-27 10:46 UTC 

[patch] mm, oom: remove gfp helper function
 2014-11-27 10:25 UTC  (2+ messages)

[rfc patch] mm: protect set_page_dirty() from ongoing truncation
 2014-11-27  9:50 UTC  (4+ messages)

[PATCH v3] mm: prevent endless growth of anon_vma hierarchy
 2014-11-27  9:13 UTC  (6+ messages)

[mmotm:master 174/397] mm/madvise.c:42:7: error: 'MADV_FREE' undeclared
 2014-11-27  8:08 UTC  (3+ messages)

[RFC PATCH] mm/thp: Always allocate transparent hugepages on local node
 2014-11-27  6:32 UTC  (5+ messages)

[mmotm:master 185/397] mm/nommu.c:1193:8: warning: assignment makes pointer from integer without a cast
 2014-11-27  5:13 UTC  (2+ messages)

[RFC 0/4] OOM vs PM freezer fixes
 2014-11-27  0:47 UTC  (4+ messages)
` [RFC 1/2] oom: add helper for setting and clearing TIF_MEMDIE
  ` [RFC 2/2] OOM, PM: make OOM detection in the freezer path raceless

mmotm 2014-11-26-15-45 uploaded
 2014-11-26 23:46 UTC 

Repeated fork() causes SLAB to grow without bound
 2014-11-26 17:35 UTC  (26+ messages)
    ` [RFC PATCH] "
          ` [PATCH] "

[PATCH 00/10] RFC: userfault (question about remap_anon_pages API)
 2014-11-26 14:30 UTC  (2+ messages)

[PATCH v3] mm/zsmalloc: avoid duplicate assignment of prev_class
 2014-11-25 15:40 UTC  (2+ messages)

[PATCH] mm, gfp: escalatedly define GFP_HIGHUSER and GFP_HIGHUSER_MOVABLE
 2014-11-25 14:32 UTC  (6+ messages)

[PATCHv2 RFC 00/19] THP refcounting redesign
 2014-11-25 14:04 UTC  (4+ messages)
` [PATCH 01/19] mm, thp: drop FOLL_SPLIT

[PATCH] mm: add parameter to disable faultaround
 2014-11-25 11:48 UTC  (5+ messages)

[PATCH v2 0/5] btrfs: implement swap file support
 2014-11-25  5:55 UTC  (10+ messages)
` [PATCH v2 5/5] btrfs: enable "

[PATCH] slub: fix confusing error messages in check_slab
 2014-11-24 21:37 UTC  (4+ messages)

Get your Bachelors or PhD?s degree without going to university right now!
 2014-11-24 20:46 UTC 

[LSF/MM ATTEND] Expanding OS noise suppression
 2014-11-24 20:06 UTC 

[PATCH v2] mm/zsmalloc: avoid duplicate assignment of prev_class
 2014-11-24 16:56 UTC  (3+ messages)

low memory killer
 2014-11-24 16:17 UTC  (6+ messages)
  ` 答复: "
      ` 答复: "

[PATCH] mm/zsmalloc: support allocating obj with size of ZS_MAX_ALLOC_SIZE
 2014-11-24 14:03 UTC 

[PATCH] mm/zsmalloc: remove uninitialized_var
 2014-11-24 14:02 UTC 

UBIFS assert failed in ubifs_set_page_dirty at 1421
 2014-11-24 13:27 UTC  (7+ messages)

LSF/MM 2015 Call For Proposals
 2014-11-24  9:58 UTC 

[RFC PATCH] mm/zsmalloc: remove unnecessary check
 2014-11-24  7:55 UTC  (7+ messages)

[PATCH v2 0/7] Resurrect and use struct page extension for some debugging features
 2014-11-24  3:10 UTC  (13+ messages)
` [PATCH v2 1/7] mm/page_ext: resurrect struct page extending code for debugging
` [PATCH v2 5/7] stacktrace: introduce snprint_stack_trace for buffer output
` [PATCH v2 6/7] mm/page_owner: keep track of page owners
` [PATCH v2 7/7] mm/page_owner: correct owner information for early allocated pages

[PATCH] mm,vmacache: count number of system-wide flushes
 2014-11-24  2:25 UTC 

[balancenuma:mm-numa-protnone-v3r3 83/362] include/linux/compaction.h:108:1: error: expected identifier or '(' before '{' token
 2014-11-22 18:18 UTC  (5+ messages)

[mmotm:master 108/319] kernel/events/uprobes.c:319:2: error: implicit declaration of function 'mem_cgroup_charge_anon'
 2014-11-22  0:36 UTC  (3+ messages)

[PATCH v6 0/7] Support Write-Through mapping on x86
 2014-11-21 18:10 UTC  (8+ messages)
` [PATCH v6 1/7] x86, mm, pat: Set WT to PA7 slot of PAT MSR
` [PATCH v6 2/7] x86, mm, pat: Change reserve_memtype() to handle WT
` [PATCH v6 3/7] x86, mm, asm-gen: Add ioremap_wt() for WT
` [PATCH v6 4/7] x86, mm, pat: Add pgprot_writethrough() "
` [PATCH v6 5/7] x86, mm, pat: Refactor !pat_enabled handling
` [PATCH v6 6/7] x86, mm, asm: Add WT support to set_page_memtype()
` [PATCH v6 7/7] x86, mm: Add set_memory_wt() for WT


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