messages from 2011-11-18 07:25:24 to 2011-11-21 15:51:26 UTC [more...]
WARNING: at mm/slub.c:3357, kernel BUG at mm/slub.c:3413
2011-11-21 15:51 UTC (18+ messages)
[RFC PATCH 0/5] Reduce compaction-related stalls and improve asynchronous migration of dirty pages v3
2011-11-21 15:37 UTC (28+ 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
` [RFC PATCH 0/5] Reduce compaction-related stalls
` [PATCH 1/8] mm: compaction: Allow compaction to isolate dirty pages
` [PATCH 2/8] mm: compaction: Use synchronous compaction for /proc/sys/vm/compact_memory
` [PATCH 3/8] mm: check if we isolated a compound page during lumpy scan
` [PATCH 4/8] mm: compaction: defer compaction only with sync_migration
` [PATCH 5/8] mm: compaction: avoid overwork in migrate sync mode
` [PATCH 6/8] Revert "mm: compaction: make isolate_lru_page() filter-aware"
` [PATCH 7/8] Revert "vmscan: abort reclaim/compaction if compaction can proceed"
` [PATCH 8/8] Revert "vmscan: limit direct reclaim for higher order allocations"
网站建设,网页设计,网站推广(价格优惠,先制作后付款)
2011-11-10 2:57 UTC
[PATCH 0/8] readahead stats/tracing, backwards prefetching and more
2011-11-21 14:46 UTC (23+ messages)
` [PATCH 1/8] block: limit default readahead size for small devices
` [PATCH 2/8] readahead: make default readahead size a kernel parameter
` [PATCH 3/8] readahead: replace ra->mmap_miss with ra->ra_flags
` [PATCH 4/8] readahead: record readahead patterns
` [PATCH 5/8] readahead: add /debug/readahead/stats
` [PATCH 6/8] readahead: add debug tracing event
` [PATCH 7/8] readahead: basic support for backwards prefetching
` [PATCH 8/8] readahead: dont do start-of-file readahead after lseek()
[PATCH] hugetlb: detect race if fail to COW
2011-11-21 14:46 UTC (12+ messages)
` [PATCH] hugetlb: clarify hugetlb_instantiation_mutex usage
[PATCH] ksm: use FAULT_FLAG_ALLOW_RETRY in breaking COW
2011-11-21 13:47 UTC (3+ messages)
[patch] mm: memcg: shorten preempt-disabled section around event checks
2011-11-21 13:46 UTC (3+ messages)
[PATCH] fix mem_cgroup_split_huge_fixup to work efficiently
2011-11-21 11:00 UTC (5+ messages)
[BUG] 3.2-rc2: BUG kmalloc-8: Redzone overwritten
2011-11-21 10:58 UTC (5+ messages)
[PATCH] Fix virtual address handling in hugetlb fault
2011-11-21 10:48 UTC
[V2 PATCH] tmpfs: add fallocate support
2011-11-21 10:11 UTC (8+ messages)
[PATCH v3] PM/Memory-hotplug: Avoid task freezing failures
2011-11-21 8:22 UTC (9+ messages)
[PATCH] hugetlb: release pages in the error path of hugetlb_cow()
2011-11-21 8:12 UTC (2+ messages)
[RFC]numa: improve I/O performance by optimizing numa interleave allocation
2011-11-21 1:39 UTC (4+ messages)
Cross Memory Attach v3
2011-11-21 0:13 UTC (3+ messages)
[rfc 00/18] slub: irqless/lockless slow allocation paths
2011-11-20 23:32 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
[PATCHv17 0/11] Contiguous Memory Allocator
2011-11-19 18:09 UTC (16+ 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] block: limit default readahead size for small devices
2011-11-19 13:03 UTC
[PATCH] mremap: enforce rmap src/dst vma ordering in case of vma_merge succeeding in copy_vma
2011-11-19 9:15 UTC (12+ 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 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 "
[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 (11+ 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)
[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
[Patch] tmpfs: add fallocate support
2011-11-18 10:27 UTC (7+ 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).