linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC][PATCH] the proposal of improve page reclaim by throttle
 2008-02-19 13:31 UTC  (4+ messages)

[ofa-general] [patch 0/6] MMU Notifiers V7
 2008-02-19 13:30 UTC  (36+ messages)
` [patch 1/6] mmu_notifier: Core code
` [patch 2/6] mmu_notifier: Callbacks to invalidate address ranges
` [patch 3/6] mmu_notifier: invalidate_page callbacks
` [patch 4/6] mmu_notifier: Skeleton driver for a simple mmu_notifier
` [patch 5/6] mmu_notifier: Support for drivers with revers maps (f.e. for XPmem)
` [patch 6/6] mmu_rmap_notifier: Skeleton for complex driver that uses its own rmaps
` [PATCH] KVM swapping with MMU Notifiers V7

Announce: ccache release 0.1
 2008-02-19 13:07 UTC  (4+ messages)
` [linux-mm-cc] "

[RFC][PATCH] Clarify mem_cgroup lock handling and avoid races
 2008-02-19 12:54 UTC 

[patch] my mmu notifiers
 2008-02-19 11:59 UTC  (3+ messages)
` [patch] my mmu notifier sample driver

[PATCH 0/8] Change default MSGMNI tunable to scale with lowmem (v3)
 2008-02-19  8:50 UTC  (13+ messages)
` [PATCH 1/8] Scaling msgmni to the amount of lowmem
        ` [LTP] "
` [PATCH 7/8] Do not recompute msgmni anymore if explicitely set by user

[mm][PATCH 0/4] Add soft limits to the memory controller v2
 2008-02-19  8:38 UTC  (9+ messages)
` [mm] [PATCH 1/4] Modify resource counters to add soft limit support v2
` [mm] [PATCH 2/4] Add the soft limit interface v2
` [mm] [PATCH 3/4] Reclaim from groups over their soft limit under memory pressure v2
` [mm] [PATCH 4/4] Add soft limit documentation v2

[PATCH 0/8][for -mm] mem_notify v6
 2008-02-19  7:36 UTC  (3+ messages)

[rfc][patch] mm: scalable vmaps
 2008-02-19  1:46 UTC  (6+ messages)

Slab initialisation problems on MN10300
 2008-02-18 23:02 UTC  (8+ messages)

[BUG] Linux 2.6.25-rc2 - Kernel Ooops while running dbench
 2008-02-18 16:11 UTC  (3+ messages)

Synchronization of the procps tools with /proc/meminfo
 2008-02-18 15:55 UTC 

[patch 2/8] mm: introduce VM_MIXEDMAP
 2008-02-18  2:59 UTC  (4+ messages)
` [patch 3/8] mm: introduce pte_special pte bit

[PATCH 0/4] percpu: Optimize percpu accesses
 2008-02-17  7:36 UTC  (8+ messages)
` [PATCH 3/4] x86_64: Fold pda into per cpu area
` [PATCH 4/4] x86_64: Cleanup non-smp usage of cpu maps

[patch 1/8] slub: rename slab_objects to show_slab_objects
 2008-02-16 22:09 UTC  (12+ messages)
  ` [patch 8/8] slub: Make the order configurable for each slab cache
  ` [patch 2/8] slub: Add function to determine the amount of objects that can reside in a given slab
  ` [patch 3/8] slub: for_each_object must be passed the number of objects in a slab
  ` [patch 4/8] slub: Update statistics handling for variable order slabs
  ` [patch 5/8] slub: Fallback to order 0 during slab page allocation
  ` [patch 6/8] slub: Drop fallback to page allocator method
  ` [patch 7/8] slub: Adjust order boundaries and minimum objects per slab
` [patch 0/8] [RFC] SLUB: Variable order slab support

SLUB: Increasing partial pages
 2008-02-16 19:34 UTC  (10+ messages)

[PATCH] procfs task exe symlink
 2008-02-16 12:12 UTC  (2+ messages)

[patch 00/18] Page cache: Replace PAGE_CACHE_xx with inline functions V4
 2008-02-16  0:47 UTC  (19+ messages)
` [patch 01/18] Define functions for page cache handling
` [patch 02/18] Use page_cache_xxx functions in mm/filemap.c
` [patch 03/18] Use page_cache_xxx in mm/page-writeback.c
` [patch 04/18] Use page_cache_xxx in mm/truncate.c
` [patch 05/18] Use page_cache_xxx in mm/rmap.c
` [patch 06/18] Use page_cache_xxx in mm/filemap_xip.c
` [patch 07/18] Use page_cache_xxx in mm/migrate.c
` [patch 08/18] Use page_cache_xxx in fs/libfs.c
` [patch 09/18] Use page_cache_xxx in fs/sync
` [patch 10/18] Use page_cache_xxx in fs/buffer.c
` [patch 11/18] Use page_cache_xxx in mm/mpage.c
` [patch 12/18] Use page_cache_xxx in mm/fadvise.c
` [patch 13/18] Use page_cache_xxx in fs/splice.c
` [patch 14/18] Use page_cache_xxx in ext2
` [patch 15/18] Use page_cache_xxx in fs/ext3
` [patch 16/18] Use page_cache_xxx in fs/ext4
` [patch 17/18] Use page_cache_xxx in fs/reiserfs
` [patch 18/18] Use page_cache_xxx for fs/xfs

[patch 00/17] Slab Fragmentation Reduction V10
 2008-02-16  0:45 UTC  (18+ messages)
` [patch 01/17] SLUB: Extend slabinfo to support -D and -F options
` [patch 02/17] SLUB: Add defrag_ratio field and sysfs support
` [patch 03/17] SLUB: Replace ctor field with ops field in /sys/slab/*
` [patch 04/17] SLUB: Add get() and kick() methods
` [patch 05/17] SLUB: Sort slab cache list and establish maximum objects for defrag slabs
` [patch 06/17] SLUB: Slab defrag core
` [patch 07/17] SLUB: Add KICKABLE to avoid repeated kick() attempts
` [patch 08/17] SLUB: Trigger defragmentation from memory reclaim
` [patch 09/17] Buffer heads: Support slab defrag
` [patch 10/17] inodes: Support generic defragmentation
` [patch 11/17] FS: ExtX filesystem defrag
` [patch 12/17] FS: XFS slab defragmentation
` [patch 13/17] FS: Proc filesystem support for slab defrag
` [patch 14/17] FS: Slab defrag: Reiserfs support
` [patch 15/17] FS: Socket inode defragmentation
` [patch 16/17] dentries: Add constructor
` [patch 17/17] dentries: dentry defragmentation

[patch 0/6] MMU Notifiers V6
 2008-02-15 23:50 UTC  (39+ messages)
      ` [ofa-general] "
                          ` Demand paging for memory regions (was Re: MMU Notifiers V6)
                                ` [ofa-general] Re: Demand paging for memory regions

[RFC] [PATCH 0/4] Add soft limits to the memory controller
 2008-02-15  6:36 UTC  (17+ messages)
` [RFC] [PATCH 3/4] Reclaim from groups over their soft limit under memory pressure

[git pull] slab allocator fixes / cleanups
 2008-02-15  0:42 UTC 

[patch 5/5] slub: Large allocs for other slab sizes that do not fit in order 0
 2008-02-14 20:32 UTC  (21+ messages)
  ` [patch 2/5] slub: Fallback to kmalloc_large for failing higher order allocs
  ` [patch 4/5] slub: Use __GFP_MOVABLE for slabs of HPAGE_SIZE
  ` [patch 1/5] slub: Determine gfpflags once and not every time a slab is allocated

[ofa-general] Re: Demand paging for memory regions
 2008-02-14 19:35 UTC  (2+ messages)

[patch 5/5] slub: Large allocs for other slab sizes that do not fit in order 0
 2008-02-14 19:06 UTC  (2+ messages)

[patch 4/5] slub: Use __GFP_MOVABLE for slabs of HPAGE_SIZE
 2008-02-14 19:04 UTC  (2+ messages)

[PATCH 08/14] mm/: Use time_* macros
 2008-02-14 15:36 UTC 

page:  |  | latest

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