linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-30 21:37:25 to 2015-02-03 20:03:16 UTC [more...]

[RFCv3 1/2] device: add dma_params->max_segment_count
 2015-02-03 20:04 UTC  (40+ messages)
` [RFCv3 2/2] dma-buf: add helpers for sharing attacher constraints with dma-parms
                              ` [Linaro-mm-sig] "

[PATCH 1/2] mremap: don't allow VM_MIXEDMAP vma expanding
 2015-02-03 19:48 UTC  (5+ messages)
` [PATCH 2/2] aio: make aio .mremap handle size changes

[RFC] mremap: add MREMAP_NOHOLE flag
 2015-02-03 19:19 UTC 

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

[RFC PATCH 0/5] compaction: changing initial position of scanners
 2015-02-03 17:07 UTC  (6+ messages)

[PATCH v17 0/7] MADV_FREE support
 2015-02-03 16:39 UTC  (10+ messages)
` [PATCH v17 1/7] mm: support madvise(MADV_FREE)

[RFC PATCH] mm: madvise: Ignore repeated MADV_DONTNEED hints
 2015-02-03 16:25 UTC  (17+ messages)
  ` MADV_DONTNEED semantics? Was: "

[PATCH 0/5] MIPS: LLVMLinux: Patches to enable compilation of a working kernel for MIPS using Clang/LLVM
 2015-02-03 16:00 UTC  (4+ messages)
` [PATCH 1/5] LLVMLinux: Correct size_index table before replacing the bootstrap kmem_cache_node

[PATCH v2 2/2] task_mmu: Add user-space support for resetting mm->hiwater_rss (peak RSS)
 2015-02-03 15:51 UTC  (10+ messages)

[PATCH] mm: fix arithmetic overflow in __vm_enough_memory()
 2015-02-03 13:29 UTC  (2+ messages)

[PATCH] mm/swapfile.c: use spin_lock_bh with swap_lock to avoid deadlocks
 2015-02-03 13:14 UTC  (2+ messages)

[PATCH 0/5] mm: Some .text savings
 2015-02-03  9:57 UTC  (7+ messages)
` [PATCH 1/5] mm/internal.h: Don't split printk call in two
` [PATCH 2/5] mm/page_alloc.c: Pull out init code from build_all_zonelists
` [PATCH 3/5] mm/mm_init.c: Mark mminit_verify_zonelist as __init
` [PATCH 4/5] mm/mm_init.c: Mark mminit_loglevel __meminitdata

[RFC PATCH v3 1/3] mm/cma: change fallback behaviour for CMA freepage
 2015-02-03  6:55 UTC  (15+ messages)
` [RFC PATCH v3 2/3] mm/page_alloc: factor out fallback freepage checking
` [RFC PATCH v3 3/3] mm/compaction: enhance compaction finish condition

[PATCH] zram: check bd_openers instead bd_holders
 2015-02-03  4:53 UTC  (2+ messages)

[PATCH v1 2/2] zram: remove init_lock in zram_make_request
 2015-02-03  3:56 UTC  (7+ messages)

[PATCH 0/2] Export __vmalloc_node symbol
 2015-02-02 23:26 UTC  (7+ messages)
` [PATCH 1/2] mm: Export __vmalloc_node
` [PATCH 2/2] staging/lustre: use __vmalloc_node() to avoid __GFP_FS default

[RFC] Making memcg track ownership per address_space or anon_vma
 2015-02-02 19:46 UTC  (6+ messages)

[PATCH] mm: export "high_memory" symbol on !MMU
 2015-02-02 17:51 UTC  (2+ messages)

backing_dev_info cleanups & lifetime rule fixes V2
 2015-02-02 17:08 UTC  (5+ messages)

[Intel-gfx] memcontrol.c BUG
 2015-02-02 16:18 UTC  (4+ messages)
      ` [PATCH] memcg, shmem: fix shmem migration to use lrucare. (was: Re: [Intel-gfx] memcontrol.c BUG)

[PATCH -mm] memcg: cleanup static keys decrement
 2015-02-02 15:44 UTC  (2+ messages)

[PATCH 05/19] ia64: expose number of page table levels on Kconfig level
 2015-02-02 13:50 UTC  (4+ messages)
` [PATCHv2 "

[PATCH RFC -mm] memcg: drop per cgroup kmem accounting configuration
 2015-02-02 12:34 UTC 

[PATCH] mm/zsmalloc: avoid unnecessary iteration when freeing size_class
 2015-02-02 12:09 UTC  (4+ messages)

[PATCH 17/19] x86: expose number of page table levels on Kconfig level
 2015-02-02 12:07 UTC  (6+ messages)
` [PATCHv2 "

[PATCH] gfs2: use __vmalloc GFP_NOFS for fs-related allocations
 2015-02-02 10:30 UTC  (3+ messages)

[LSF/MM TOPIC ATTEND]
 2015-02-02  8:37 UTC  (2+ messages)
` [LSF/MM TOPIC ATTEND] - THP benefits

[PATCH v2 0/4] enhance compaction success rate
 2015-02-02  7:12 UTC  (17+ 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

Fwd: [abrt] full crash report
 2015-02-02  6:43 UTC 

[PATCH v1 2/2] zram: remove init_lock in zram_make_request
 2015-02-02  5:28 UTC  (26+ messages)

What of it?!Generate 400USD/hours no investments
 2015-02-01 19:19 UTC 

[PATCH] zram: fix race between reset and mount/mkswap
 2015-01-31 13:29 UTC  (2+ messages)

[PATCH 1/2] zram: free meta table in zram_meta_free
 2015-01-31 12:59 UTC  (9+ messages)
` [PATCH v1 2/2] zram: remove init_lock in zram_make_request

[PATCH 00/19] expose page table levels on Kconfig leve
 2015-01-31  6:23 UTC  (12+ messages)
` [PATCH 02/19] arm64: expose number of page table levels on Kconfig level
` [PATCH] mm: do not use mm->nr_pmds on !MMU configurations

[PATCH 11/19] powerpc: expose number of page table levels on Kconfig level
 2015-01-31  0:27 UTC  (2+ messages)
` [PATCHv2 "


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