messages from 2008-02-15 04:17:26 to 2008-02-20 02:05:12 UTC [more...]
[RFC][PATCH] Clarify mem_cgroup lock handling and avoid races
2008-02-20 2:05 UTC (7+ messages)
` "
[PATCH 0/8][for -mm] mem_notify v6
2008-02-20 1:54 UTC (9+ messages)
[patch] my mmu notifiers
2008-02-20 1:09 UTC (12+ messages)
` [patch] my mmu notifier sample driver
[ofa-general] [patch 0/6] MMU Notifiers V7
2008-02-20 1:00 UTC (40+ 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] hugetlb: ensure we do not reference a surplus page after handing it to buddy
2008-02-19 23:30 UTC (3+ messages)
mm/slub.c: inconsequent NULL checking
2008-02-19 22:49 UTC
[PATCH 0/8] Change default MSGMNI tunable to scale with lowmem (v3)
2008-02-19 22:16 UTC (8+ messages)
` [PATCH 1/8] Scaling msgmni to the amount of lowmem
` [LTP] "
[PATCH] procfs task exe symlink
2008-02-19 21:54 UTC (3+ messages)
[PATCH 0/2] x86: Optimize percpu accesses v3
2008-02-19 20:33 UTC (3+ messages)
` [PATCH 1/2] x86_64: Fold pda into per cpu area v3
` [PATCH 2/2] x86_64: Cleanup non-smp usage of cpu maps v3
[PATCH 0/2] percpu: Optimize percpu accesses v3
2008-02-19 20:32 UTC (3+ messages)
` [PATCH 1/2] init: move setup of nr_cpu_ids to as early as possible v3
` [PATCH 2/2] generic: Percpu infrastructure to rebase the per cpu area to zero v3
[-mm PATCH] register_memory/unregister_memory clean ups
2008-02-19 19:43 UTC (2+ messages)
` patch driver-core-register_memory-unregister_memory-clean-ups-and-bugfix.patch added to gregkh-2.6 tree
Synchronization of the procps tools with /proc/meminfo
2008-02-19 18:59 UTC (3+ messages)
Announce: ccache release 0.1
2008-02-19 16:46 UTC (7+ messages)
` [linux-mm-cc] "
[RFC][PATCH] the proposal of improve page reclaim by throttle
2008-02-19 13:31 UTC (4+ messages)
[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
[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)
[patch 2/8] mm: introduce VM_MIXEDMAP
2008-02-18 2:59 UTC (2+ messages)
[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 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 (26+ messages)
` 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 (15+ messages)
` [RFC] [PATCH 3/4] Reclaim from groups over their soft limit under memory pressure
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).