[rfc][patch] mm: madvise(WILLNEED) for anonymous memory
2007-12-20 16:29 UTC (8+ messages)
[patch 00/20] VM pageout scalability improvements
2007-12-20 15:33 UTC (44+ messages)
` [patch 01/20] convert anon_vma list lock a read/write lock
` [patch 02/20] make the inode i_mmap_lock a reader/writer lock
` [patch 03/20] move isolate_lru_page() to vmscan.c
` [patch 04/20] free swap space on swap-in/activation
` [patch 05/20] define page_file_cache() function
` [patch 06/20] debugging checks for page_file_cache()
` [patch 07/20] Use an indexed array for LRU variables
` [patch 08/20] split LRU lists into anon & file sets
` [patch 09/20] split anon & file LRUs for memcontrol code
` [patch 10/20] SEQ replacement for anonymous pages
` [patch 11/20] add newly swapped in pages to the inactive list
` [patch 12/20] No Reclaim LRU Infrastructure
` [patch 13/20] Non-reclaimable page statistics
` [patch 14/20] Scan noreclaim list for reclaimable pages
` [patch 15/20] ramfs pages are non-reclaimable
` [patch 16/20] SHM_LOCKED pages are nonreclaimable
` [patch 17/20] non-reclaimable mlocked pages
` [patch 18/20] mlock vma pages under mmap_sem held for read
` [patch 19/20] handle mlocked pages during map/unmap and truncate
` [patch 20/20] account mlocked pages
SLUB
2007-12-20 15:06 UTC
[rfc][patch 1/2] mm: introduce VM_MIXEDMAP mappings
2007-12-20 14:50 UTC (11+ messages)
` [rfc][patch 2/2] xip: support non-struct page memory
[PATCH 00/29] Swap over NFS -v15
2007-12-20 8:00 UTC (37+ messages)
` [PATCH 01/29] mm: gfp_to_alloc_flags()
` [PATCH 02/29] mm: tag reseve pages
` [PATCH 03/29] mm: slb: add knowledge of reserve pages
` [PATCH 04/29] mm: kmem_estimate_pages()
` [PATCH 05/29] mm: allow PF_MEMALLOC from softirq context
` [PATCH 06/29] mm: serialize access to min_free_kbytes
` [PATCH 07/29] mm: emergency pool
` [PATCH 08/29] mm: system wide ALLOC_NO_WATERMARK
` [PATCH 09/29] mm: __GFP_MEMALLOC
` [PATCH 10/29] mm: memory reserve management
` [PATCH 11/29] selinux: tag avc cache alloc as non-critical
` [PATCH 12/29] net: wrap sk->sk_backlog_rcv()
` [PATCH 13/29] net: packet split receive api
` [PATCH 14/29] net: sk_allocation() - concentrate socket related allocations
` [PATCH 15/29] netvm: network reserve infrastructure
` [PATCH 16/29] netvm: INET reserves
` [PATCH 17/29] netvm: hook skb allocation to reserves
` [PATCH 18/29] netvm: filter emergency skbs
` [PATCH 19/29] netvm: prevent a TCP specific deadlock
` [PATCH 20/29] netfilter: NF_QUEUE vs emergency skbs
` [PATCH 21/29] netvm: skb processing
` [PATCH 22/29] mm: prepare swap entry methods for use in page methods
` [PATCH 23/29] mm: add support for non block device backed swap files
` [PATCH 24/29] mm: methods for teaching filesystems about PG_swapcache pages
` [PATCH 25/29] nfs: remove mempools
` [PATCH 26/29] nfs: teach the NFS client how to treat PG_swapcache pages
` [PATCH 27/29] nfs: disable data cache revalidation for swapfiles
` [PATCH 28/29] nfs: enable swap on NFS
` [PATCH 29/29] nfs: fix various memory recursions possible with swap over NFS
[PATCH 0/1] x86: fix show cpuinfo cpu number always zero
2007-12-18 23:37 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH 0/1] x86: fix show cpuinfo cpu number always zero
2007-12-18 23:35 UTC (2+ messages)
` [PATCH 1/1] "
[patch 00/19] Page cache: Replace PAGE_CACHE_xx with inline functions V2
2007-12-18 20:20 UTC (4+ messages)
` [patch 01/19] Define functions for page cache handling
QUEUE_FLAG_CLUSTER: not working in 2.6.24 ?
2007-12-18 2:42 UTC (32+ messages)
` [PATCH] fix page_alloc for larger I/O segments (improved)
` [PATCH] fix page_alloc for larger I/O segments
` VM allocates pages in reverse order again
[patch] mm: fix PageUptodate memory ordering bug
2007-12-18 1:26 UTC
1st version of azfs
2007-12-17 21:24 UTC
1st version of azfs
2007-12-17 19:28 UTC (3+ messages)
1st version of azfs
2007-12-17 18:45 UTC
2.6.22-stable causes oomkiller to be invoked
2007-12-15 10:44 UTC (4+ messages)
[RFC][PATCH] fix bus error when trying to access anon & shared page created by mremap()[BUG:8691]
2007-12-14 2:59 UTC
[RFC][PATCH 1/2] hugetlb: introduce nr_overcommit_hugepages sysctl
2007-12-13 22:17 UTC (18+ messages)
` [RFC][PATCH 2/2] Revert "hugetlb: Add hugetlb_dynamic_pool sysctl"
` [RFC][PATCH 3/3] Documetation: update hugetlb information
[PATCH 0/6] Use two zonelists per node instead of multiple zonelists v11r2
2007-12-13 16:16 UTC (11+ messages)
` [PATCH 1/6] Use zonelists instead of zones when direct reclaiming pages
` [PATCH 2/6] Introduce node_zonelist() for accessing the zonelist for a GFP mask
` [PATCH 3/6] Remember what the preferred zone is for zone_statistics
` [PATCH 4/6] Use two zonelist that are filtered by GFP mask
` [PATCH 5/6] Have zonelist contains structs with both a zone pointer and zone_idx
` [PATCH 6/6] Filter based on a nodemask as well as a gfp_mask
[patch] Converting writeback linked lists to a tree based data structure
2007-12-13 0:32 UTC
[patch 1/1] Writeback fix for concurrent large and small file writes
2007-12-12 23:03 UTC (3+ messages)
[rfc] more granular page table lock for hugepages
2007-12-12 5:40 UTC (8+ messages)
` [rfc] lockless get_user_pages for dio (and more)
[PATCH][for -mm] fix accounting in vmscan.c for memory controller
2007-12-11 11:24 UTC (5+ messages)
[DOC][for -mm] update Documentation/controller/memory.txt
2007-12-11 5:12 UTC (2+ messages)
[PATCH/RFC 0/8] Mem Policy: More Reference Counting/Fallback Fixes and Misc Cleanups
2007-12-06 21:34 UTC (9+ messages)
` [PATCH/RFC 1/8] Mem Policy: Write lock mmap_sem while changing task mempolicy
` [PATCH/RFC 4/8] Mem Policy: Document {set|get}_policy() vm_ops APIs
` [PATCH/RFC 5/8] Mem Policy: Rework mempolicy Reference Counting [yet again]
` [PATCH/RFC 6/8] Mem Policy: Use MPOL_PREFERRED for system-wide default policy
` [PATCH/RFC 7/8] Mem Policy: MPOL_PREFERRED cleanups for "local allocation"
` [PATCH/RFC 8/8] Mem Policy: Fix up MPOL_BIND documentation
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox