linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] Update page->order at an appropriate time when tracking PAGE_OWNER
 2007-05-25 15:57 UTC 

[PATCH/RFC 0/8] Mapped File Policy Overview
 2007-05-25 15:25 UTC  (16+ messages)
` [PATCH/RFC 1/8] Mapped File Policy: move shared policy to inode/mapping
` [PATCH/RFC 2/8] Mapped File Policy: allocate shared policies as needed
` [PATCH/RFC 3/8] Mapped File Policy: let vma policy ops handle sub-vma policies
` [PATCH/RFC 4/8] Mapped File Policy: add generic file set/get policy vm ops
` [PATCH/RFC 5/8] Mapped File Policy: Factor alloc_page_pol routine
` [PATCH/RFC 6/8] Mapped File Policy: use file policy for page cache allocations
` [PATCH/RFC 7/8] Mapped File Policy: fix migration of private mappings
` [PATCH/RFC 8/8] Mapped File Policy: fix show_numa_maps()

[patch 1/1] vmscan: give referenced, active and unmapped pages a second trip around the LRU
 2007-05-25 14:50 UTC  (14+ messages)

[patch 0/6] Compound Page Enhancements
 2007-05-25 14:03 UTC  (12+ messages)
` [patch 1/6] Compound page handling enhancements
` [patch 2/6] compound pages: Add new support functions
` [patch 3/6] compound pages: vmstat support
` [patch 4/6] compound pages: Use new compound vmstat functions in SLUB
` [patch 5/6] compound pages: Allow use of get_page_unless_zero with compound pages
` [patch 6/6] compound pages: Allow freeing of compound pages via pagevec

[patch 01/41] mm: revert KERNEL_DS buffered write optimisation
 2007-05-25 12:21 UTC  (13+ messages)
` [patch 02/41] Revert 81b0c8713385ce1b1b9058e916edcf9561ad76d6
` [patch 03/41] Revert 6527c2bdf1f833cc18e8f42bd97973d583e4aa83
` [patch 04/41] mm: clean up buffered write code
` [patch 05/41] mm: debug write deadlocks
` [patch 06/41] mm: trim more holes
` [patch 07/41] mm: buffered write cleanup
` [patch 08/41] mm: write iovec cleanup
` [patch 09/41] mm: fix pagecache write deadlocks
` [patch 10/41] mm: buffered write iterator
` [patch 11/41] fs: fix data-loss on error
` [patch 12/41] fs: introduce write_begin, write_end, and perform_write aops
` [patch 13/41] mm: restore KERNEL_DS optimisations

[patch 3/8] mm: merge nopfn into fault
 2007-05-25 11:18 UTC  (14+ messages)

[PATCH 0/5] Arbitrary grouping and statistics for grouping pages by mobility
 2007-05-25  9:23 UTC  (6+ messages)
` [PATCH 1/5] Fix calculation in move_freepages_block for counting pages
` [PATCH 2/5] Breakout page_order() to internal.h to avoid special knowledge of the buddy allocator
` [PATCH 3/5] Do not depend on MAX_ORDER when grouping pages by mobility
` [PATCH 4/5] Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo
` [PATCH 5/5] Print out PAGE_OWNER statistics in relation to fragmentation avoidance

[PATCH 0/5] Arbitrary grouping and statistics for grouping pages by mobility
 2007-05-25  9:03 UTC  (13+ messages)
` [PATCH 1/5] Fix calculation in move_freepages_block for counting pages
` [PATCH 2/5] Breakout page_order() to internal.h to avoid special knowledge of the buddy allocator
` [PATCH 3/5] Do not depend on MAX_ORDER when grouping pages by mobility
` [PATCH 4/5] Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo
` [PATCH 5/5] Print out PAGE_OWNER statistics in relation to fragmentation avoidance

[Patch] memory unplug v3 [0/4]
 2007-05-25  7:43 UTC  (5+ messages)
` [Patch] memory unplug v3 [2/4] migration by kernel

Let's find it out
 2007-05-25  5:04 UTC 

Bis 1000 Euro frei!
 2007-05-24 21:22 UTC 

[patch 1/3] slob: rework freelist handling
 2007-05-24 17:44 UTC  (64+ messages)

[PATCH 1/2] limit print_fatal_signal() rate (was: [RFC] log out-of-virtual-memory events)
 2007-05-24 16:23 UTC  (9+ messages)
      ` [PATCH 1/2] limit print_fatal_signal() rate

[patch] removes MAX_ARG_PAGES
 2007-05-24 15:20 UTC  (2+ messages)

[RFC:PATCH 000/012] VM Page Tails
 2007-05-24 12:45 UTC  (14+ messages)
` [RFC:PATCH 001/012] Make iommu_map_sg deal with less-than-page-aligned data
` [RFC:PATCH 002/012] Allow file systems to specify whether to store file tails
` [RFC:PATCH 003/012] Add tail to address space and define PG_pagetail page flag
` [RFC:PATCH 004/012] Replace PAGE_CACHE_SIZE with page_data_size()
` [RFC:PATCH 005/012] Base file tail function
` [RFC:PATCH 006/012] Modify lowmem_page_address() & page_to_phys() to special case tail page
` [RFC:PATCH 007/012] Avoid page_to_pfn() on "
` [RFC:PATCH 008/012] bh_offset needs to take page_address into consideration
` [RFC:PATCH 009/012] Wrap i_size_write
` [RFC:PATCH 010/012] unpack tail page to avoid memory mapping
` [RFC:PATCH 011/012] Make sure tail page is freed correctly
` [RFC:PATCH 012/012] Add tail hooks into file_map.c
` [RFC:PATCH 000/012] VM File Tails

RSS controller v2 Test results (lmbench )
 2007-05-24  8:00 UTC  (6+ messages)

[PATCH 8/8] Per-container pages reclamation
 2007-05-24  7:59 UTC  (3+ messages)

[RFC/PATCH 2/2] shmem: use lib/parser for mount options
 2007-05-24  7:00 UTC 

[PATCH 1/2] tmpfs doc. question/update
 2007-05-24  7:00 UTC 

[PATCH 2/2] Make map_vm_area() static
 2007-05-24  4:13 UTC 

[PATCH 1/2] unmap_vm_area becomes unmap_kernel_range for the public
 2007-05-24  4:13 UTC 

[RFC 00/16] Variable Order Page Cache Patchset V2
 2007-05-24  4:06 UTC  (8+ messages)
` [RFC 10/16] Variable Order Page Cache: Readahead fixups

[patch 2/8] mm: merge populate and nopage into fault (fixes nonlinear)
 2007-05-24  2:24 UTC  (10+ messages)

[PATCH 1/3] hugetlb: remove unnecessary nid initialization
 2007-05-23 19:29 UTC  (5+ messages)
` [RFC][PATCH 2/3] hugetlb: numafy several functions

[RFC] log out-of-virtual-memory events
 2007-05-23 18:45 UTC  (10+ messages)
` signals logged / "

Willkommensbonus von 555 Euro!
 2007-05-23 17:00 UTC 

Yes, this is the one
 2007-05-23 16:36 UTC 

[RFC][PATCH 0/3] Containers: Pagecache accounting and control subsystem (v3)
 2007-05-23 14:53 UTC  (4+ messages)
` [RFC][PATCH 1/3] "
` [RFC][PATCH 2/3] "
` [RFC][PATCH 3/3] "

[PATCH 0/8] Sparsemem Virtual Memmap V4
 2007-05-23  7:07 UTC  (6+ messages)
` [PATCH 3/8] Generic Virtual Memmap support for SPARSEMEM V4
` [PATCH 5/8] IA64: SPARSEMEM_VMEMMAP 16K page size support

RFC SLUB: Add statistics support for other kernel subsystems
 2007-05-23  6:01 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