messages from 2011-10-13 16:55:01 to 2011-10-20 05:20:04 UTC [more...]
[PATCH] mm: memory hotplug: Check if pages are correctly reserved on a per-section basis
2011-10-20 5:19 UTC (8+ messages)
[PATCH 00/11] IO-less dirty throttling v12
2011-10-20 3:59 UTC (13+ messages)
` [RFC][PATCH 1/2] nfs: writeback pages wait queue
` [RFC][PATCH 2/2] nfs: scale writeback threshold proportional to dirty threshold
problems with memory hotplug/remove on 3.0.1
2011-10-20 3:03 UTC (2+ messages)
Latency writing to an mlocked ext4 mapping
2011-10-20 2:17 UTC (4+ messages)
[RFD] Isolated memory cgroups again
2011-10-20 1:59 UTC (2+ messages)
[PATCH v5 3.1.0-rc4-tip 0/26] Uprobes patchset with perf probe support
2011-10-19 21:54 UTC (22+ messages)
` [PATCH 0/X] (Was: Uprobes patchset with perf probe support)
` [PATCH 1/X] uprobes: write_opcode: the new page needs PG_uptodate
` [PATCH 2/X] uprobes: write_opcode() needs put_page(new_page) unconditionally
` [PATCH 3/X] uprobes: xol_add_vma: fix ->uprobes_xol_area initialization
` [PATCH 4/X] uprobes: xol_add_vma: misc cleanups
` [PATCH 5/X] uprobes: xol_alloc_area() needs memory barriers
` [PATCH 6/X] uprobes: reimplement xol_add_vma() via install_special_mapping()
` [PATCH 7/X] uprobes: xol_add_vma: simply use TASK_SIZE as a hint
` [PATCH 8-14/X] (Was: Uprobes patchset with perf probe support)
` [PATCH 8/X] uprobes: kill sstep_complete()
` [PATCH 9/X] uprobes: introduce UTASK_SSTEP_ACK state
` [PATCH 10/X] uprobes: introduce uprobe_deny_signal()
` [PATCH 11/X] uprobes: x86: introduce xol_was_trapped()
` [PATCH 12/X] uprobes: x86: introduce abort_xol()
` [PATCH 13/X] uprobes: introduce UTASK_SSTEP_TRAPPED logic
` [PATCH 14/X] uprobes: uprobe_deny_signal: check __fatal_signal_pending()
[PATCH v7 0/8] Request for inclusion: tcp memory buffers
2011-10-19 21:09 UTC (13+ messages)
regression in /proc/self/numa_maps with huge pages
2011-10-19 20:52 UTC (4+ messages)
[PATCH] mm: fix race between mremap and removing migration entry
2011-10-19 19:50 UTC
kernel 3.0: BUG: soft lockup: find_get_pages+0x51/0x110
2011-10-19 19:42 UTC (11+ messages)
[PATCH] Reduce vm_stat cacheline contention in __vm_enough_memory
2011-10-19 15:31 UTC (20+ messages)
[patch 1/2] slab: rename slab_break_gfp_order to slab_max_order
2011-10-19 5:09 UTC (2+ messages)
` [patch 2/2] slab: introduce slab_max_order kernel parameter
Vanilla-Kernel 3 - page allocation failure
2011-10-19 2:09 UTC (2+ messages)
[PATCH] mm: munlock use mapcount to avoid terrible overhead
2011-10-19 0:59 UTC (5+ messages)
[PATCHv16 0/9] Contiguous Memory Allocator
2011-10-18 18:00 UTC (35+ messages)
` [PATCH 1/9] mm: move some functions from memory_hotplug.c to page_isolation.c
` [PATCH 2/9] mm: alloc_contig_freed_pages() added
` [PATCH 3/9] mm: alloc_contig_range() added
` [PATCH 4/9] mm: MIGRATE_CMA migration type added
` [PATCH 6/9] drivers: add Contiguous Memory Allocator
` [PATCH 7/7] ARM: integrate CMA with DMA-mapping subsystem
` [PATCH 8/9] "
` [Linaro-mm-sig] "
[PATCH 0/8 v3] ARM: DMA-mapping framework redesign
2011-10-18 17:19 UTC (9+ messages)
` [PATCH 1/8] ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops
` [PATCH 2/8] ARM: dma-mapping: use asm-generic/dma-mapping-common.h
` [PATCH 3/8] ARM: dma-mapping: implement dma sg methods on top of any generic dma ops
` [PATCH 4/8] ARM: dma-mapping: move all dma bounce code to separate dma ops structure
` [PATCH 5/8] ARM: dma-mapping: remove redundant code and cleanup
` [PATCH 6/8] common: dma-mapping: change alloc/free_coherent method to more generic alloc/free_attrs
` [PATCH 7/8] ARM: dma-mapping: use alloc, mmap, free from dma_ops
` [PATCH 8/8] ARM: dma-mapping: add support for IOMMU mapper
3.1-rc9: BUG: soft lockup in find_get_pages+0x4e/0x140
2011-10-18 13:42 UTC (2+ messages)
[PATCH] mm: add a "struct page_frag" type containing a page, offset and length
2011-10-18 8:49 UTC (11+ messages)
[patch v2]vmscan: correctly detect GFP_ATOMIC allocation failure
2011-10-18 2:13 UTC (12+ messages)
` [patch v3]vmscan: "
[PATCH] thp: tail page refcounting fix #6
2011-10-17 22:44 UTC (19+ messages)
` thp: gup_fast ppc tail refcounting [was Re: [PATCH] thp: tail page refcounting fix #6]
` [PATCH 1/4] powerpc: remove superfluous PageTail checks on the pte gup_fast
` [PATCH 2/4] powerpc: get_hugepte() don't put_page() the wrong page
` [PATCH 3/4] powerpc: gup_hugepte() avoid to free the head page too many times
` [PATCH 4/4] powerpc: gup_hugepte() support THP based tail recounting
` thp: gup_fast s390/sparc tail refcounting [was Re: [PATCH] thp: tail page refcounting fix #6]
` [PATCH 1/3] s390: gup_huge_pmd() support THP tail recounting
` [PATCH 2/3] sparc: gup_pte_range() support THP based "
` [PATCH 3/3] thp: share get_huge_page_tail()
` fix two more s390/sparc gup_fast bugs
` [PATCH 1/2] s390: gup_huge_pmd() return 0 if pte changes
` [PATCH 2/2] powerpc: "
[RFC 1/3 repost to correct ML] mm: more intensive memory corruption debug
2011-10-17 22:16 UTC (4+ messages)
` [RFC 2/3] PM / Hibernate : do not count debug pages as savable
` [RFC 3/3] slub: min order when corrupt_dbg
[PATCH] staging: zcache: remove zcache_direct_reclaim_lock
2011-10-17 20:14 UTC (5+ messages)
[RFC] [PATCH 0/4] memcg: Kernel memory accounting
2011-10-17 17:19 UTC (8+ messages)
` [RFC] [PATCH 1/4] memcg: Kernel memory accounting infrastructure
` [RFC] [PATCH 2/4] memcg: Introduce __GFP_NOACCOUNT
` [RFC] [PATCH 3/4] memcg: Slab accounting
` [RFC] [PATCH 4/4] memcg: Document kernel memory accounting
MMTests 0.02
2011-10-17 15:50 UTC
[RFC 0/2 v2] ARM: DMA-mapping & IOMMU integration
2011-10-17 14:07 UTC (12+ messages)
` [PATCH 1/2] ARM: initial proof-of-concept IOMMU mapper for DMA-mapping
` [Linaro-mm-sig] "
[PATCH v2 1/1] hugepages: Fix race between hugetlbfs umount and quota update
2011-10-17 5:14 UTC (5+ messages)
[PATCH -mm] add extra free kbytes tunable
2011-10-14 22:46 UTC (24+ messages)
` [PATCH -v2 "
[PATCH v2] staging: zcache: remove zcache_direct_reclaim_lock
2011-10-14 16:39 UTC (3+ messages)
[RFC 0/2] Introduce dma buffer sharing mechanism
2011-10-14 15:35 UTC (6+ messages)
` [RFC 1/2] dma-buf: "
Proposed memcg meeting at October Kernel Summit/European LinuxCon in Prague
2011-10-14 7:44 UTC (11+ messages)
possible slab deadlock while doing ifenslave
2011-10-14 6:30 UTC (6+ messages)
[PATCH 0/9] V2: idle page tracking / working set estimation
2011-10-14 4:54 UTC (7+ messages)
` [PATCH 6/9] kstaled: rate limit pages scanned per second
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).