linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-10-30 13:12:38 to 2007-10-31 23:53:06 UTC [more...]

[PATCH 1/3] Add remove_memory() for ppc64
 2007-11-01  6:26 UTC  (7+ messages)

msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to userland
 2007-10-31 23:53 UTC  (2+ messages)

[PATCH] memory cgroup enhancements take 4 [0/8] intro
 2007-10-31 22:12 UTC  (10+ messages)
` [PATCH] memory cgroup enhancements take 4 [1/8] fix zone handling in try_to_free_mem_cgroup_page
` [PATCH] memory cgroup enhancements take 4 [2/8] force_empty interface for dropping all account in empty cgroup
` [PATCH] memory cgroup enhancements take 4 [3/8] remember "a page is charged as page cache"
` [PATCH] memory cgroup enhancements take 4 [4/8] remember "a page is on active list of cgroup or not"
` [PATCH] memory cgroup enhancements take 4 [5/8] add status accounting function for memory cgroup
` [PATCH] memory cgroup enhancements take 4 [6/8] add memory.stat file
` [PATCH] memory cgroup enhancements take 4 [7/8] add pre dstroy handler
` [PATCH] memory cgroup enhancements take 4 [8/8] implicit force empty at rmdir()

Interesting Bug in page migration via mbind()
 2007-10-31 21:16 UTC  (3+ messages)

[PATCH 0/5] hugetlb: Fix up filesystem quota accounting
 2007-10-31 18:42 UTC  (13+ messages)
` [PATCH 1/5] hugetlb: Split alloc_huge_page into private and shared components
` [PATCH 2/5] hugetlb: Fix quota management for private mappings
` [PATCH 3/5] hugetlb: Debit quota in alloc_huge_page
` [PATCH 4/5] hugetlb: Allow bulk updating in hugetlb_*_quota()
` [PATCH 5/5] hugetlb: Enforce quotas during reservation for shared mappings

[patch 00/28] cmpxchg_local standardization across architectures
 2007-10-31 18:36 UTC  (32+ messages)
` [patch 01/28] Add cmpxchg_local to asm-generic for per cpu atomic operations
` [patch 02/28] Fall back on interrupt disable in cmpxchg8b on 80386 and 80486
` [patch 03/28] Add cmpxchg64 and cmpxchg64_local to alpha
` [patch 04/28] Add cmpxchg64 and cmpxchg64_local to mips
` [patch 05/28] Add cmpxchg64 and cmpxchg64_local to powerpc
` [patch 06/28] Add cmpxchg64 and cmpxchg64_local to x86_64
` [patch 07/28] Add cmpxchg_local to arm
` [patch 08/28] Add cmpxchg_local to avr32
` [patch 09/28] Add cmpxchg_local to blackfin, replace __cmpxchg by generic cmpxchg
` [patch 10/28] Add cmpxchg_local to cris
` [patch 11/28] Add cmpxchg_local to frv
` [patch 12/28] Add cmpxchg_local to h8300
` [patch 13/28] Add cmpxchg_local, cmpxchg64 and cmpxchg64_local to ia64
` [patch 14/28] New cmpxchg_local (optimized for UP case) for m32r
` [patch 15/28] Fix m32r __xchg
` [patch 16/28] m32r: build fix of arch/m32r/kernel/smpboot.c
` [patch 17/28] local_t m32r use architecture specific cmpxchg_local
` [patch 18/28] Add cmpxchg_local to m86k
` [patch 19/28] Add cmpxchg_local to m68knommu
` [patch 20/28] Add cmpxchg_local to parisc
` [patch 21/28] Add cmpxchg_local to ppc
` [patch 22/28] Add cmpxchg_local to s390
` [patch 23/28] Add cmpxchg_local to sh, use generic cmpxchg() instead of cmpxchg_u32
` [patch 24/28] Add cmpxchg_local to sh64
` [patch 25/28] Add cmpxchg_local to sparc, move __cmpxchg to system.h
` [patch 26/28] Add cmpxchg_local to sparc64
` [patch 27/28] Add cmpxchg_local to v850
` [patch 28/28] Add cmpxchg_local to xtensa

migratepage failures on reiserfs
 2007-10-31 17:40 UTC  (8+ messages)

[RFC] oom notifications via /dev/oom_notify
 2007-10-31 17:20 UTC  (15+ messages)

Approval process
 2007-10-31 16:32 UTC 

[PATCH 00/33] Swap over NFS -v14
 2007-10-31 16:31 UTC  (70+ messages)
` [PATCH 01/33] mm: gfp_to_alloc_flags()
` [PATCH 02/33] mm: tag reseve pages
` [PATCH 03/33] mm: slub: add knowledge of reserve pages
` [PATCH 04/33] mm: allow mempool to fall back to memalloc reserves
` [PATCH 05/33] mm: kmem_estimate_pages()
` [PATCH 06/33] mm: allow PF_MEMALLOC from softirq context
` [PATCH 07/33] mm: serialize access to min_free_kbytes
` [PATCH 08/33] mm: emergency pool
` [PATCH 09/33] mm: system wide ALLOC_NO_WATERMARK
` [PATCH 10/33] mm: __GFP_MEMALLOC
` [PATCH 11/33] mm: memory reserve management
` [PATCH 12/33] selinux: tag avc cache alloc as non-critical
` [PATCH 13/33] net: wrap sk->sk_backlog_rcv()
` [PATCH 14/33] net: packet split receive api
` [PATCH 15/33] net: sk_allocation() - concentrate socket related allocations
` [PATCH 16/33] netvm: network reserve infrastructure
` [PATCH 17/33] sysctl: propagate conv errors
` [PATCH 18/33] netvm: INET reserves
` [PATCH 19/33] netvm: hook skb allocation to reserves
` [PATCH 20/33] netvm: filter emergency skbs
` [PATCH 21/33] netvm: prevent a TCP specific deadlock
` [PATCH 22/33] netfilter: NF_QUEUE vs emergency skbs
` [PATCH 23/33] netvm: skb processing
` [PATCH 24/33] mm: prepare swap entry methods for use in page methods
` [PATCH 25/33] mm: add support for non block device backed swap files
` [PATCH 26/33] mm: methods for teaching filesystems about PG_swapcache pages
` [PATCH 27/33] nfs: remove mempools
` [PATCH 28/33] nfs: teach the NFS client how to treat PG_swapcache pages
` [PATCH 29/33] nfs: disable data cache revalidation for swapfiles
` [PATCH 30/33] nfs: swap vs nfs_writepage
` [PATCH 31/33] nfs: enable swap on NFS
` [PATCH 32/33] nfs: fix various memory recursions possible with swap over NFS
` [PATCH 33/33] nfs: do not warn on radix tree node allocation failures
        ` NBD was Re: [PATCH 00/33] Swap over NFS -v14

[RFC] PPC64 Exporting memory information through /proc/iomem
 2007-10-31 16:48 UTC  (9+ messages)
  ` [RFC] hotplug memory remove - walk_memory_resource for ppc64
        ` [PATCH 0/3] hotplug memory remove support for PPC64

[PATCH 3/3] Add arch-specific walk_memory_remove() for ppc64
 2007-10-31 16:48 UTC 

The selling is over, it's time for a squeeze
 2007-10-31 15:32 UTC 

Confirmation link
 2007-10-31 15:11 UTC 

[PATCH 2/3] Enable hotplug memory remove for ppc64
 2007-10-31 16:48 UTC 

Add up to 4 inches to yours penis 701
 2007-10-31 11:39 UTC 

[PATCH] Swap delay accounting, include lock_page() delays
 2007-10-31 11:24 UTC  (4+ messages)

Your family
 2007-10-31 10:44 UTC 

market investor alert
 2007-10-31  7:35 UTC 

[patch 00/10] SLUB: SMP regression tests on Dual Xeon E5345 (8p) and new performance patches
 2007-10-31  2:28 UTC  (15+ messages)
` [patch 07/10] SLUB: Avoid referencing kmem_cache structure in __slab_alloc
` [patch 08/10] SLUB: Optional fast path using cmpxchg_local
      ` [PATCH] local_t Documentation update 2
` [patch 09/10] SLUB: Do our own locking via slab_lock and slab_unlock

[NUMA] Fix memory policy refcounting
 2007-10-30 20:18 UTC  (8+ messages)

the bull is back
 2007-10-30 19:28 UTC 

SLUB: Comment kmem_cache_cpu structure
 2007-10-30 18:54 UTC 

[RFC] [-mm PATCH] Memory controller fix swap charging context in unuse_pte()
 2007-10-30 18:28 UTC  (11+ messages)

breaking news
 2007-10-30 17:53 UTC 

next big market winner
 2007-10-30 17:05 UTC 

vm_ops.page_mkwrite() fails with vmalloc on 2.6.23
 2007-10-30 15:51 UTC  (15+ messages)


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