linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-02-13 15:16:04 to 2008-02-17 14:49:06 UTC [more...]

[PATCH 0/8][for -mm] mem_notify v6
 2008-02-17 14:49 UTC  (2+ messages)

[ofa-general] [patch 0/6] MMU Notifiers V7
 2008-02-17 12:24 UTC  (29+ 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

[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 0/8] Change default MSGMNI tunable to scale with lowmem (v3)
 2008-02-16  5:59 UTC  (10+ messages)
` [PATCH 1/8] Scaling msgmni to the amount of lowmem
` [PATCH 7/8] Do not recompute msgmni anymore if explicitely set by user

[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  (61+ 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  (25+ messages)
` [RFC] [PATCH 1/4] Modify resource counters to add soft limit support
` [RFC] [PATCH 3/4] Reclaim from groups over their soft limit under memory pressure
` [RFC] [PATCH 4/4] Add soft limit documentation

[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  (27+ messages)
  ` [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
  ` [patch 2/5] slub: Fallback to kmalloc_large for failing higher order allocs

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

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

[patch 3/5] slub: Support 4k kmallocs again to compensate for page allocator slowness
 2008-02-14  7:01 UTC 

[PATCH 4/8][for -mm] mem_notify v6: memory_pressure_notify() caller
 2008-02-14  0:25 UTC  (3+ messages)

[2.6 patch] make slub.c:slab_address() static
 2008-02-13 22:21 UTC  (3+ messages)

SLUB tbench regression due to page allocator deficiency
 2008-02-13 20:09 UTC  (17+ messages)
                  ` Fastpath prototype?

[PATCH 0/4] NR_CPUS: non-x86 arch specific reduction of NR_CPUS usage
 2008-02-13 19:43 UTC  (5+ messages)
` [PATCH 2/4] acpi: change cpufreq tables to per_cpu variables

[PATCH]intel-iommu batched iotlb flushes
 2008-02-13 19:35 UTC  (9+ messages)

[PATCH 2.6.24-mm1] Mempolicy: silently restrict nodemask to allowed nodes V3
 2008-02-13 18:56 UTC  (11+ messages)

[PATCH]intel-iommu batched iotlb flushes
 2008-02-13 18:31 UTC  (5+ messages)

[-mm PATCH] register_memory/unregister_memory clean ups
 2008-02-13 17:31 UTC  (4+ messages)

Problem with /proc/sys/vm/lowmem_reserve_ratio
 2008-02-13 16:09 UTC 

[Bug 9941] New: Zone "Normal" missing in /proc/zoneinfo
 2008-02-13 15:38 UTC  (9+ 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).