linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[rfc][patch 2/2] xip: support non-struct page memory
 2008-01-08  2:37 UTC  (9+ messages)
  ` [rfc][patch] mm: use a pte bit to flag normal pages

[PATCH 00/10] percpu: Per cpu code simplification V3
 2008-01-08  2:11 UTC  (11+ messages)
` [PATCH 01/10] percpu: Use a kconfig variable to signal arch specific percpu setup
` [PATCH 02/10] percpu: Move arch XX_PER_CPU_XX definitions into linux/percpu.h
` [PATCH 03/10] percpu: Make the asm-generic/percpu.h more "generic"
` [PATCH 04/10] x86_32: Use generic percpu.h
` [PATCH 05/10] x86_64: Use generic percpu
` [PATCH 06/10] s390: "
` [PATCH 07/10] Powerpc: Use generic per cpu
` [PATCH 08/10] Sparc64: Use generic percpu
` [PATCH 09/10] ia64: "
` [PATCH 10/10] x86: Unify percpu.h

[PATCH 00 of 11] oom deadlock fixes
 2008-01-08  1:57 UTC  (33+ messages)
` [PATCH 01 of 11] limit shrink zone scanning
` [PATCH 02 of 11] avoid oom deadlock in nfs_create_request
` [PATCH 03 of 11] prevent oom deadlocks during read/write operations
` [PATCH 04 of 11] avoid selecting already killed tasks
` [PATCH 05 of 11] reduce the probability of an OOM livelock
` [PATCH 06 of 11] balance_pgdat doesn't return the number of pages freed
` [PATCH 07 of 11] don't depend on PF_EXITING tasks to go away
` [PATCH 08 of 11] stop useless vm trashing while we wait the TIF_MEMDIE task to exit
` [PATCH 09 of 11] oom select should only take rss into account
` [PATCH 10 of 11] limit reclaim if enough pages have been freed
` [PATCH 11 of 11] not-wait-memdie

[BUG] at mm/slab.c:3320
 2008-01-08  1:40 UTC  (8+ messages)

RFC/Patch Make Page Tables Relocatable Part 2/2 Page Table Migration Code
 2008-01-07 20:17 UTC  (3+ messages)

2.6.22-stable causes oomkiller to be invoked
 2008-01-07 20:04 UTC  (16+ messages)

SLUB: Fix sysfs object handling
 2008-01-07 19:53 UTC  (3+ messages)

RFC/Patch Make Page Tables Relocatable Part 0/2
 2008-01-07 19:46 UTC  (2+ messages)

[patch 00/19] VM pageout scalability improvements
 2008-01-07 19:32 UTC  (39+ messages)
` [patch 01/19] move isolate_lru_page() to vmscan.c
` [patch 02/19] free swap space on swap-in/activation
` [patch 03/19] define page_file_cache() function
` [patch 04/19] debugging checks for page_file_cache()
` [patch 05/19] Use an indexed array for LRU variables
` [patch 06/19] split LRU lists into anon & file sets
` [patch 07/19] split anon & file LRUs for memcontrol code
` [patch 08/19] SEQ replacement for anonymous pages
` [patch 09/19] add newly swapped in pages to the inactive list
` [patch 10/19] No Reclaim LRU Infrastructure
` [patch 11/19] Non-reclaimable page statistics
` [patch 12/19] scan noreclaim list for reclaimable pages
` [patch 13/19] ramfs pages are non-reclaimable
` [patch 14/19] SHM_LOCKED pages are nonreclaimable
` [patch 15/19] non-reclaimable mlocked pages
` [patch 16/19] mlock vma pages under mmap_sem held for read
` [patch 17/19] handle mlocked pages during map/unmap and truncate
` [patch 18/19] account mlocked pages
` [patch 19/19] cull non-reclaimable anon pages from the LRU at fault time
` [patch 00/19] VM pageout scalability - one big patch

[PATCH][RFC][BUG] updating the ctime and mtime time stamps in msync()
 2008-01-07 17:54 UTC 

[patch 00/20] VM pageout scalability improvements
 2008-01-07  9:01 UTC  (13+ messages)
` [patch 02/20] make the inode i_mmap_lock a reader/writer lock

bugreport kernel panic on early stage, with HIGHMEM4G:
 2008-01-07  6:30 UTC 

[patch] mm: fix PageUptodate memory ordering bug
 2008-01-07  0:12 UTC  (23+ messages)
            ` [patch] i386: avoid expensive ppro ordering workaround for default 686 kernels

Fwd: comparion: solaris 10 vs RHEL5 - memory
 2008-01-05 22:39 UTC  (2+ messages)

Supports for new slab allocator now in latest release
 2008-01-05 19:29 UTC 

[PATCH] updating the ctime and mtime time stamps in msync()
 2008-01-05  2:19 UTC 

RFC/Patch Make Page Tables Relocatable Part 1/2 Page Table Migration Code
 2008-01-04 15:59 UTC 

[PATCH] Include count of pagecache pages in show_mem() output
 2008-01-04 12:43 UTC 

Erroneous VM_MINOR_FAULT return from filemap_fault?
 2008-01-03 20:24 UTC 

[PATCH 00 of 24] OOM related fixes
 2008-01-03  1:12 UTC  (22+ messages)
` [PATCH 01 of 24] remove nr_scan_inactive/active
` [PATCH 03 of 24] prevent oom deadlocks during read/write operations
` [PATCH 04 of 24] serialize oom killer
` [PATCH 06 of 24] reduce the probability of an OOM livelock
` [PATCH 08 of 24] don't depend on PF_EXITING tasks to go away
` [PATCH 09 of 24] fallback killing more tasks if tif-memdie doesn't "
` [PATCH 15 of 24] limit reclaim if enough pages have been freed

[PATCH 10 of 24] stop useless vm trashing while we wait the TIF_MEMDIE task to exit
 2008-01-03  1:08 UTC  (3+ messages)

why do we call clear_active_flags in shrink_inactive_list ?
 2008-01-02 23:53 UTC  (2+ messages)

[ANNOUNCE] ebizzy 0.3 released
 2008-01-02 22:23 UTC 

[PATCH 00/10] percpu: Per cpu code simplification V2
 2008-01-02 21:33 UTC  (24+ messages)
` [PATCH 01/10] percpu: Use a kconfig variable to signal arch specific percpu setup
` [PATCH 02/10] percpu: Move arch XX_PER_CPU_XX definitions into linux/percpu.h
` [PATCH 03/10] percpu: Make the asm-generic/percpu.h more "generic"
` [PATCH 04/10] x86_32: Use generic percpu.h
` [PATCH 05/10] x86_64: Use generic percpu
` [PATCH 06/10] s390: "
` [PATCH 07/10] Powerpc: Use generic per cpu

Kernel bug report
 2007-12-31 20:13 UTC 

SLUB
 2007-12-31 18:30 UTC  (16+ messages)
                      ` collectl and the new slab allocator [slub] statistics

PROBLEM: BUG: null pointer deref., segfaults
 2007-12-31  0:32 UTC 

[patch 1/1] Writeback fix for concurrent large and small file writes
 2007-12-28  7:35 UTC  (2+ messages)

[PATCH] mem notifications v3
 2007-12-28  1:44 UTC  (10+ messages)
  ` [RFC] add poll_wait_exclusive() API
    ` [RFC][patch 1/2] mem notifications v3 improvement for large system

[PATCH 00/10] percpu: Per cpu code simplification V2
 2007-12-28  0:18 UTC  (12+ messages)
` [PATCH 01/10] percpu: Use a kconfig variable to signal arch specific percpu setup
` [PATCH 02/10] percpu: Move arch XX_PER_CPU_XX definitions into linux/percpu.h
` [PATCH 03/10] percpu: Make the asm-generic/percpu.h more "generic"
` [PATCH 04/10] x86_32: Use generic percpu.h
` [PATCH 05/10] x86_64: Use generic percpu
` [PATCH 06/10] s390: "
` [PATCH 07/10] Powerpc: Use generic per cpu
` [PATCH 08/10] Sparc64: Use generic percpu
` [PATCH 09/10] ia64: "
` [PATCH 10/10] x86: Unify percpu.h

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox