linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-11-08 23:36:39 to 2011-11-13 12:20:18 UTC [more...]

[PATCH v3 0/5] Reduce cross CPU IPI interference
 2011-11-13 12:20 UTC  (7+ messages)
` [PATCH v3 1/5] smp: Introduce a generic on_each_cpu_mask function
` [PATCH v3 2/5] arm: Move arm over to generic on_each_cpu_mask
` [PATCH v3 3/5] tile: Move tile to use "
` [PATCH v3 4/5] slub: Only IPI CPUs that have per cpu obj to flush
` [PATCH v3 5/5] mm: Only IPI CPUs to drain local pages if they exist

[PATCH v2 0/6] Reduce cross CPU IPI interference
 2011-11-13  8:39 UTC  (12+ messages)
` [PATCH v2 4/6] mm: Only IPI CPUs to drain local pages if they exist
` [PATCH v2 6/6] slub: only preallocate cpus_with_slabs if offstack

[PATCH 00/18] IO-less dirty throttling v11
 2011-11-12  5:44 UTC  (3+ messages)
` [PATCH 02/18] writeback: dirty position control

[PATCH] mm: add free_hot_cold_page_list helper
 2011-11-11 23:37 UTC  (14+ messages)
` [PATCH v2] "
` [PATCH v3 1/4] "
` [PATCH v3 2/4] mm: remove unused pagevec_free
` [PATCH v3 3/4] mm-tracepoint: rename page-free events
` [PATCH v3 4/4] mm-tracepoint: fixup documentation and examples

[rfc 00/18] slub: irqless/lockless slow allocation paths
 2011-11-11 20:07 UTC  (19+ messages)
` [rfc 01/18] slub: Get rid of the node field
` [rfc 02/18] slub: Separate out kmem_cache_cpu processing from deactivate_slab
` [rfc 03/18] slub: Extract get_freelist from __slab_alloc
` [rfc 04/18] slub: Use freelist instead of "object" in __slab_alloc
` [rfc 05/18] slub: Simplify control flow in __slab_alloc()
` [rfc 06/18] slub: Use page variable instead of c->page
` [rfc 07/18] slub: pass page to node_match() instead of kmem_cache_cpu structure
` [rfc 08/18] slub: enable use of deactivate_slab with interrupts on
` [rfc 09/18] slub: Run deactivate_slab with interrupts enabled
` [rfc 10/18] slub: Enable use of get_partial "
` [rfc 11/18] slub: Acquire_slab() avoid loop
` [rfc 12/18] slub: Remove kmem_cache_cpu dependency from acquire slab
` [rfc 13/18] slub: Add functions to manage per cpu freelists
` [rfc 14/18] slub: Decomplicate the get_pointer_safe call and fixup statistics
` [rfc 15/18] slub: new_slab_objects() can also get objects from partial list
` [rfc 16/18] slub: Drop page field from kmem_cache_cpu
` [rfc 17/18] slub: Move __slab_free() into slab_free()
` [rfc 18/18] slub: Move __slab_alloc() into slab_alloc()

INFO: possible recursive locking detected: get_partial_node() on 3.2-rc1
 2011-11-11 19:22 UTC  (7+ messages)

[PATCH] mmap: fix loop when adjusting vma
 2011-11-11 17:24 UTC  (2+ messages)

[PATCH] hugetlb: release pages in the error path of hugetlb_cow()
 2011-11-11 17:23 UTC  (2+ messages)

[PATCH] mm: Reduce the amount of work done when updating min_free_kbytes
 2011-11-11 16:21 UTC 

[PATCH 1/4] mm: remove debug_pagealloc_enabled
 2011-11-11 14:46 UTC  (7+ messages)
` [PATCH 2/4] mm: more intensive memory corruption debug
` [PATCH 3/4] PM / Hibernate : do not count debug pages as savable
` [PATCH 4/4] slub: min order when corrupt_dbg

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

khugepaged doesn't want to freeze
 2011-11-11 12:20 UTC  (20+ messages)
  ` [PATCH] thp: reduce khugepaged freezing latency

kernel 3.0: BUG: soft lockup: find_get_pages+0x51/0x110
 2011-11-11  9:14 UTC  (12+ messages)
` [PATCH] mremap: enforce rmap src/dst vma ordering in case of vma_merge succeeding in copy_vma

mm: convert vma->vm_flags to 64bit
 2011-11-11  8:52 UTC  (11+ messages)

[patch 3/5]thp: add tlb_remove_pmd_tlb_entry
 2011-11-11  8:42 UTC  (5+ messages)

[patch 1/5]thp: improve the error code path
 2011-11-11  6:50 UTC  (16+ messages)

[patch]slub: add missed accounting
 2011-11-11  6:54 UTC 

[patch] slub: fix a code merge error
 2011-11-11  0:33 UTC  (5+ messages)

[PATCH 1/2] vmscan: promote shared file mapped pages
 2011-11-11  0:05 UTC  (14+ messages)
      ` [rfc 1/3] mm: vmscan: never swap under low memory pressure
      ` [rfc 2/3] mm: vmscan: treat inactive cycling as neutral
      ` [rfc 3/3] mm: vmscan: revert file list boost on lru addition

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

Perforce change 315120
 2011-11-10 18:21 UTC 

Perforce change 315105
 2011-11-10 18:21 UTC 

Perforce change 315099
 2011-11-10 18:21 UTC 

Perforce change 315103
 2011-11-10 18:21 UTC 

[PATCH] PM/Memory-hotplug: Avoid task freezing failures
 2011-11-10 16:42 UTC 

[patch 4/5]thp: correct order in lru list for split huge page
 2011-11-10 15:57 UTC  (6+ messages)

[patch 2/5]thp: remove unnecessary tlb flush for mprotect
 2011-11-10 15:23 UTC  (2+ messages)

[PATCH 0/3] CMPXCHG config options changes
 2011-11-10 15:02 UTC  (7+ messages)
` [PATCH 1/3] mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCAL
` [PATCH 2/3] mm,x86,um: move CMPXCHG_LOCAL config option
` [PATCH 3/3] mm,x86,um: move CMPXCHG_DOUBLE "

[patch 5/5]thp: split huge page if head page is isolated
 2011-11-10  3:18 UTC  (14+ messages)

mdraid write performance in different kernels up to 3.0, 3.0 shows huge improvement
 2011-11-09 21:58 UTC  (2+ messages)

[patch 1/2] slab: rename slab_break_gfp_order to slab_max_order
 2011-11-09 19:30 UTC  (4+ messages)

[PATCH resend] oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MIN
 2011-11-09 18:24 UTC  (2+ messages)

[PATCH v5 00/10] per-cgroup tcp memory pressure
 2011-11-09 18:02 UTC  (2+ messages)

write_cache_pages inefficiency
 2011-11-09 16:45 UTC  (2+ messages)

[patch 00/10] memcg naturalization -rc5
 2011-11-09 13:14 UTC  (6+ messages)
` [patch 10/10] mm: memcg: remove unused node/section info from pc->flags
  ` [PATCH mm] mm: memcg: remove unused node/section info from pc->flags fix

[PATCH 3/3] mm/memblock.c: eliminate potential memleak in memblock_double_array
 2011-11-09 11:37 UTC 

[PATCH 2/3][RESEND] cleanup: convert the int cnt to unsigned long in mm/memblock.c
 2011-11-09 11:37 UTC 

[PATCH 1/3][RESEND] mm/memblock.c: return -ENOMEM instead of -ENXIO on failure of debugfs_create_dir in memblock_init_debugfs
 2011-11-09 11:37 UTC 

[PATCH 2/2] cleanup: convert the int cnt to unsigned long in mm/memblock.c
 2011-11-09  5:18 UTC  (2+ messages)

[PATCH 1/2] mm/memblock.c: return -ENOMEM instead of -ENXIO on failure of debugfs_create_dir in memblock_init_debugfs
 2011-11-09  2:01 UTC 

[GIT PULL] mm: frontswap (SUMMARY)
 2011-11-08 23:41 UTC  (3+ messages)

[Revert] Re: [PATCH] mm: sync vmalloc address space page tables in alloc_vm_area()
 2011-11-08 23:36 UTC  (11+ messages)
          ` [Xen-devel] "


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