messages from 2011-11-21 21:43:31 to 2011-11-23 18:10:36 UTC [more...]
[PATCH v7 3.2-rc2 0/30] uprobes patchset with perf probe support
2011-11-23 18:10 UTC (14+ messages)
` [PATCH v7 3.2-rc2 3/30] uprobes: register/unregister probes
` [PATCH v7 3.2-rc2 4/30] uprobes: Define hooks for mmap/munmap
WARNING: at mm/slub.c:3357, kernel BUG at mm/slub.c:3413
2011-11-23 16:06 UTC (72+ messages)
` slub: use irqsafe_cpu_cmpxchg for put_cpu_partial
` slub: Lockout validation scans during freeing of object
[RFC PATCH 0/7] Reduce compaction-related stalls and improve asynchronous migration of dirty pages v4r2
2011-11-23 15:57 UTC (32+ messages)
` [PATCH 1/7] mm: compaction: Allow compaction to isolate dirty pages
` [PATCH 2/7] mm: compaction: Use synchronous compaction for /proc/sys/vm/compact_memory
` [PATCH 3/7] mm: check if we isolated a compound page during lumpy scan
` [PATCH 5/7] mm: compaction: make isolate_lru_page() filter-aware again
` [PATCH 6/7] mm: page allocator: Limit when direct reclaim is used when compaction is deferred
` [PATCH 7/7] mm: compaction: Introduce sync-light migration for use by compaction
[patch 0/8] mm: memcg fixlets for 3.3
2011-11-23 15:42 UTC (9+ messages)
` [patch 1/8] mm: oom_kill: remove memcg argument from oom_kill_task()
` [patch 2/8] mm: unify remaining mem_cont, mem, etc. variable names to memcg
` [patch 3/8] mm: memcg: clean up fault accounting
` [patch 4/8] mm: memcg: lookup_page_cgroup (almost) never returns NULL
` [patch 5/8] mm: memcg: remove unneeded checks from newpage_charge()
` [patch 6/8] mm: memcg: remove unneeded checks from uncharge_page()
` [patch 7/8] mm: memcg: modify PageCgroupAcctLRU non-atomically
` [patch 8/8] mm: memcg: modify PageCgroupCache non-atomically
[patch 0/5] mm: per-zone dirty limits v3-resend
2011-11-23 13:34 UTC (6+ messages)
` [patch 1/5] mm: exclude reserved pages from dirtyable memory
` [patch 2/5] mm: writeback: cleanups in preparation for per-zone dirty limits
` [patch 3/5] mm: try to distribute dirty pages fairly across zones
` [patch 4/5] mm: filemap: pass __GFP_WRITE from grab_cache_page_write_begin()
` [patch 5/5] Btrfs: pass __GFP_WRITE for buffered write page allocations
[PATCH v2 1/3] mm: more intensive memory corruption debug
2011-11-23 13:25 UTC (3+ messages)
[PATCH 2/2] cleanup: convert the int cnt to unsigned long in mm/memblock.c
2011-11-23 13:01 UTC (4+ messages)
[PATCH 0/8] readahead stats/tracing, backwards prefetching and more
2011-11-23 12:47 UTC (20+ messages)
` [PATCH 1/8] block: limit default readahead size for small devices
` [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 7/8] readahead: basic support for backwards prefetching
` [PATCH 8/8] readahead: dont do start-of-file readahead after lseek()
[V3 PATCH 1/2] tmpfs: add fallocate support
2011-11-23 10:38 UTC (4+ messages)
` [PATCH 2/2] fs: wire up .truncate_range and .fallocate
[PATCH v5 00/10] per-cgroup tcp memory pressure
2011-11-23 10:25 UTC (7+ messages)
` [Devel] "
BUG: zonelist->_zonerefs == 0x1c08
2011-11-23 9:59 UTC (14+ messages)
` [PATCH] block: initialize request_queue's numa node during allocation
` "
` [patch v2 for-3.2] "
[PATCH] vmscan: add task name to warn_scan_unevictable() messages
2011-11-23 8:03 UTC (6+ messages)
[PATCH v4 0/5] Reduce cross CPU IPI interference
2011-11-23 7:52 UTC (14+ messages)
` [PATCH v4 1/5] smp: Introduce a generic on_each_cpu_mask function
` [PATCH v4 2/5] arm: Move arm over to generic on_each_cpu_mask
` [PATCH v4 3/5] tile: Move tile to use "
` [PATCH v4 4/5] slub: Only IPI CPUs that have per cpu obj to flush
` [PATCH v4 5/5] mm: Only IPI CPUs to drain local pages if they exist
[patch for-3.2-rc3] cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemask
2011-11-23 7:49 UTC (10+ messages)
[PATCH 1/1] mm/vmalloc.c: eliminate extra loop in pcpu_get_vm_areas error path
2011-11-23 5:34 UTC (3+ messages)
[V2 PATCH] tmpfs: add fallocate support
2011-11-23 4:30 UTC (13+ messages)
[RFC]numa: improve I/O performance by optimizing numa interleave allocation
2011-11-23 3:36 UTC (4+ messages)
[patch v2 3/4]thp: add tlb_remove_pmd_tlb_entry
2011-11-23 3:29 UTC (3+ messages)
[patch v2 4/4]thp: improve order in lru list for split huge page
2011-11-23 3:24 UTC (3+ messages)
[patch] mm, debug: test for online nid when allocating on single node
2011-11-23 1:26 UTC
[PATCH 1/2] mm/memblock.c: return -ENOMEM instead of -ENXIO on failure of debugfs_create_dir in memblock_init_debugfs
2011-11-22 23:55 UTC (2+ messages)
[PATCH] fadvise: only initiate writeback for specified range with FADV_DONTNEED
2011-11-22 23:01 UTC (2+ messages)
` [PATCH resend] "
[PATCH] ksm: use FAULT_FLAG_ALLOW_RETRY in breaking COW
2011-11-22 13:04 UTC (6+ messages)
[RFC PATCH 0/5] Reduce compaction-related stalls and improve asynchronous migration of dirty pages v3
2011-11-22 12:59 UTC (14+ messages)
` [PATCH 2/5] mm: compaction: Use synchronous compaction for /proc/sys/vm/compact_memory
` [PATCH 4/5] mm: compaction: Determine if dirty pages can be migreated without blocking within ->migratepage
` [PATCH] mm: compaction: make buffer cache __GFP_MOVABLE
` [PATCH 5/8] mm: compaction: avoid overwork in migrate sync mode
` [PATCH 8/8] Revert "vmscan: limit direct reclaim for higher order allocations"
[OOPS]: Kernel 3.1 (ext3?)
2011-11-22 11:42 UTC (3+ messages)
[PATCH v3 0/5] Reduce cross CPU IPI interference
2011-11-22 10:06 UTC (4+ messages)
` [PATCH v3 1/5] smp: Introduce a generic on_each_cpu_mask function
[PATCH] memcg: fix the document of pgpgin/pgpgout
2011-11-22 7:05 UTC (3+ messages)
[patch] mm: memcg: shorten preempt-disabled section around event checks
2011-11-22 2:09 UTC (3+ messages)
[PATCH] fix mem_cgroup_split_huge_fixup to work efficiently
2011-11-22 0:36 UTC (3+ messages)
[PATCH] Fix virtual address handling in hugetlb fault
2011-11-22 0:36 UTC (4+ messages)
[PATCH v3] PM/Memory-hotplug: Avoid task freezing failures
2011-11-21 22:41 UTC (4+ messages)
` [PATCH v4] PM / Memory-hotplug: "
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).