linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-11-15 16:02:58 to 2011-11-19 09:48:07 UTC [more...]

[RFC PATCH 0/5] Reduce compaction-related stalls and improve asynchronous migration of dirty pages v3
 2011-11-19  9:48 UTC  (12+ messages)
` [PATCH 1/5] mm: compaction: Allow compaction to isolate dirty pages
` [PATCH 2/5] mm: compaction: Use synchronous compaction for /proc/sys/vm/compact_memory
` [PATCH 3/5] mm: Do not stall in synchronous compaction for THP allocations
` [PATCH 4/5] mm: compaction: Determine if dirty pages can be migreated without blocking within ->migratepage
` [PATCH 5/5] mm: compaction: make isolate_lru_page() filter-aware again

[PATCH] mremap: enforce rmap src/dst vma ordering in case of vma_merge succeeding in copy_vma
 2011-11-19  9:15 UTC  (18+ messages)

[PATCH] mm: remove struct reclaim_state
 2011-11-19  9:55 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 1/1] mm/vmalloc.c: eliminate extra loop in pcpu_get_vm_areas error path
 2011-11-19  3:32 UTC  (3+ messages)

[PATCH] hugetlb: detect race if fail to COW
 2011-11-19  3:26 UTC  (9+ messages)

[patch for-3.2-rc3] cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemask
 2011-11-18 23:53 UTC  (9+ messages)
  ` [patch v2 "

[PATCHv17 0/11] Contiguous Memory Allocator
 2011-11-18 23:30 UTC  (15+ messages)
` [PATCH 01/11] mm: page_alloc: handle MIGRATE_ISOLATE in free_pcppages_bulk()
` [PATCH 02/11] mm: compaction: introduce isolate_{free,migrate}pages_range()
` [PATCH 03/11] mm: mmzone: introduce zone_pfn_same_memmap()
` [PATCH 04/11] mm: compaction: export some of the functions
` [PATCH 05/11] mm: page_alloc: introduce alloc_contig_range()
` [PATCH 06/11] mm: mmzone: MIGRATE_CMA migration type added
` [PATCH 07/11] mm: page_isolation: MIGRATE_CMA isolation functions added
` [PATCH 08/11] drivers: add Contiguous Memory Allocator
` [PATCH 09/11] X86: integrate CMA with DMA-mapping subsystem
` [PATCH 10/11] ARM: "
` [PATCH 11/11] ARM: Samsung: use CMA for 2 memory banks for s5p-mfc device
` [Linaro-mm-sig] [PATCHv17 0/11] Contiguous Memory Allocator

[PATCH v5 00/10] per-cgroup tcp memory pressure
 2011-11-18 19:51 UTC  (6+ messages)
  ` [Devel] "

[PATCH] mm: Do not stall in synchronous compaction for THP allocations
 2011-11-18 17:59 UTC  (17+ messages)

[RFC]numa: improve I/O performance by optimizing numa interleave allocation
 2011-11-18 17:30 UTC  (3+ messages)

[PATCH] fix mem_cgroup_split_huge_fixup to work efficiently
 2011-11-18 16:35 UTC  (2+ messages)

[PATCH v2 1/3] mm: more intensive memory corruption debug
 2011-11-18 16:25 UTC  (3+ messages)
` [PATCH v2 2/3] PM / Hibernate : do not count debug pages as savable
` [PATCH v3 3/3] slub: min order when debug_guardpage_minorder > 0

[PATCH] mm,x86: remove debug_pagealloc_enabled
 2011-11-18 13:37 UTC  (3+ messages)

WARNING: at mm/slub.c:3357, kernel BUG at mm/slub.c:3413
 2011-11-18 12:02 UTC  (6+ messages)

[PATCH v7 3.2-rc2 0/30] uprobes patchset with perf probe support
 2011-11-18 11:12 UTC  (31+ messages)
` [PATCH v7 3.2-rc2 1/30] uprobes: Auxillary routines to insert, find, delete uprobes
` [PATCH v7 3.2-rc2 2/30] uprobes: Allow multiple consumers for an uprobe
` [PATCH v7 3.2-rc2 3/30] uprobes: register/unregister probes
` [PATCH v7 3.2-rc2 4/30] uprobes: Define hooks for mmap/munmap
` [PATCH v7 3.2-rc2 5/30] uprobes: copy of the original instruction
` [PATCH v7 3.2-rc2 6/30] uprobes: define fixups
` [PATCH v7 3.2-rc2 7/30] uprobes: uprobes arch info
` [PATCH v7 3.2-rc2 8/30] x86: analyze instruction and determine fixups
` [PATCH v7 3.2-rc2 9/30] uprobes: Background page replacement
` [PATCH v7 3.2-rc2 10/30] x86: Set instruction pointer
` [PATCH v7 3.2-rc2 11/30] x86: Introduce TIF_UPROBE FLAG
` [PATCH v7 3.2-rc2 12/30] uprobes: Handle breakpoint and Singlestep
` [PATCH v7 3.2-rc2 13/30] x86: define a x86 specific exception notifier
` [PATCH v7 3.2-rc2 14/30] uprobe: register "
` [PATCH v7 3.2-rc2 15/30] x86: Define x86_64 specific uprobe_task_arch_info structure
` [PATCH v7 3.2-rc2 16/30] uprobes: Introduce "
` [PATCH v7 3.2-rc2 17/30] x86: arch specific hooks for pre/post singlestep handling
` [PATCH v7 3.2-rc2 18/30] uprobes: slot allocation
` [PATCH v7 3.2-rc2 19/30] tracing: modify is_delete, is_return from ints to bool
` [PATCH v7 3.2-rc2 20/30] tracing: Extract out common code for kprobes/uprobes traceevents
` [PATCH v7 3.2-rc2 21/30] tracing: uprobes trace_event interface
` [PATCH v7 3.2-rc2 22/30] perf: rename target_module to target
` [PATCH v7 3.2-rc2 23/30] perf: perf interface for uprobes
` [PATCH v7 3.2-rc2 24/30] perf: show possible probes in a given executable file or library
` [PATCH v7 3.2-rc2 25/30] uprobes: call post_xol() unconditionally
` [PATCH v7 3.2-rc2 26/30] uprobes: introduce uprobe_deny_signal()
` [PATCH v7 3.2-rc2 27/30] uprobes: x86: introduce xol_was_trapped()
` [PATCH v7 3.2-rc2 28/30] uprobes: introduce UTASK_SSTEP_TRAPPED logic
` [PATCH v7 3.2-rc2 29/30] uprobes: Introduce uprobe flags
` [PATCH v7 3.2-rc2 30/30] x86: skip singlestep where possible

[V2 PATCH] tmpfs: add fallocate support
 2011-11-18 10:39 UTC 

[Patch] tmpfs: add fallocate support
 2011-11-18 10:27 UTC  (13+ messages)

[PATCH RFC] mm: abort inode pruning if it has active pages
 2011-11-18  8:14 UTC  (3+ messages)

[PATCH] mm: account reaped page cache on inode cache pruning
 2011-11-18  7:32 UTC  (5+ messages)

[RFC PATCH] kmemleak: Add support for memory hotplug
 2011-11-17 17:57 UTC  (3+ messages)

On numa interfaces and stuff
 2011-11-17 14:43 UTC 

Crash when memset of shared mapped memory in ARM
 2011-11-17 12:10 UTC  (6+ messages)

mm: avoid livelock on !__GFP_FS allocations v2
 2011-11-17 11:35 UTC 

[PATCH] mm: cleanup the comment for head/tail pages of compound pages in mm/page_alloc.c
 2011-11-17  9:54 UTC  (5+ messages)

[PATCH v3] PM/Memory-hotplug: Avoid task freezing failures
 2011-11-17  8:30 UTC 

[patch] slub: fix a code merge error
 2011-11-16 23:06 UTC  (6+ messages)

[PATCH] mm: avoid livelock on !__GFP_FS allocations
 2011-11-16 22:48 UTC  (14+ messages)

[PATCH v2] PM/Memory-hotplug: Avoid task freezing failures
 2011-11-16 21:47 UTC  (8+ messages)

[rfc 00/18] slub: irqless/lockless slow allocation paths
 2011-11-16 17:45 UTC  (9+ messages)
` [rfc 01/18] slub: Get rid of the node field
` [rfc 03/18] slub: Extract get_freelist from __slab_alloc

[GIT PULL] mm: frontswap (for 3.2 window)
 2011-11-16 14:49 UTC  (10+ messages)

[RFC PATCH] Enforce RSS+Swap rlimit
 2011-11-16 10:09 UTC  (5+ messages)
` [RFC PATCH V2] "

[PATCCH percpu: add cpunum param in per_cpu_ptr_to_phys
 2011-11-16  1:25 UTC  (4+ messages)

[patch]slub: add missed accounting
 2011-11-16  1:24 UTC  (2+ messages)

[patch v2 4/4]thp: improve order in lru list for split huge page
 2011-11-16  1:19 UTC  (3+ messages)

[patch 2/2] slub: add taint flag outputting to debug paths
 2011-11-15 23:04 UTC 

[patch 1/2] slab: add taint flag outputting to debug paths
 2011-11-15 23:03 UTC 

INFO: possible recursive locking detected: get_partial_node() on 3.2-rc1
 2011-11-15 18:49 UTC  (7+ messages)

[patch v2 3/4]thp: add tlb_remove_pmd_tlb_entry
 2011-11-15 18:17 UTC  (2+ messages)

[patch v2 2/4]thp: remove unnecessary tlb flush for mprotect
 2011-11-15 18:17 UTC  (2+ messages)

[patch v2 1/4]thp: improve the error code path
 2011-11-15 18:16 UTC  (2+ messages)

[OOPS]: Kernel 3.1 (ext3?)
 2011-11-15 16:05 UTC  (2+ messages)


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