linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/7] [RFC] Sizing zones and holes in an architecture independent manner V2
 2006-04-13 10:32 UTC  (15+ messages)
` [PATCH 1/7] Introduce mechanism for registering active regions of memory
` [PATCH 2/7] Have Power use add_active_range() and free_area_init_nodes()
` [PATCH 3/7] Have x86 use add_active_range() and free_area_init_nodes
` [PATCH 4/7] Have x86_64 "
` [PATCH 5/7] Have ia64 "
` [PATCH 6/7] Break out memory initialisation code from page_alloc.c to mem_init.c
` [PATCH 7/7] Print out debugging information during initialisation

[PATCH 2.6.17-rc1-mm1 0/6] Migrate-on-fault - Overview
 2006-04-12 20:55 UTC  (25+ messages)
` [PATCH 2.6.17-rc1-mm1 1/6] Migrate-on-fault - separate unmap from radix tree replace
` [PATCH 2.6.17-rc1-mm1 2/6] Migrate-on-fault - check for misplaced page
` [PATCH 2.6.17-rc1-mm1 3/6] Migrate-on-fault - migrate "
` [PATCH 2.6.17-rc1-mm1 4/6] Migrate-on-fault - handle misplaced anon pages
` [PATCH 2.6.17-rc1-mm1 5/6] Migrate-on-fault - add MPOL_MF_LAZY
` [PATCH 2.6.17-rc1-mm1 6/6] Migrate-on-fault - add MPOL_NOOP

[PATCH] support for panic at OOM
 2006-04-12  8:23 UTC  (4+ messages)

[RFC] [PATCH] support for oom_die
 2006-04-12  4:49 UTC  (7+ messages)

[PATCH] squash duplicate page_to_pfn and pfn_to_page
 2006-04-12  1:23 UTC  (2+ messages)

[bcrl@kvack.org: [owner-linux-mm@kvack.org: BOUNCE linux-mm: bad To: header]]
 2006-04-11 20:54 UTC 

Page Migration: Make do_swap_page redo the fault
 2006-04-11 15:55 UTC  (10+ messages)

[Patch:000/005] wait_table and zonelist initializing for memory hotadd
 2006-04-11 11:30 UTC  (6+ messages)
` [Patch:001/005] wait_table and zonelist initializing for memory hotadd (change name of wait_table_size())
` [Patch:002/005] wait_table and zonelist initializing for memory hotadd (change to meminit for build_zonelist)
` [Patch:003/005] wait_table and zonelist initializing for memory hotadd(add return code for init_current_empty_zone)
` [Patch:004/005] wait_table and zonelist initializing for memory hotadd (wait_table initialization)
` [Patch:005/005] wait_table and zonelist initializing for memory hotadd (update zonelists)

[RFC/PATCH] Shared Page Tables [0/2]
 2006-04-10 20:27 UTC  (5+ messages)

[RFC/PATCH] Shared Page Tables [1/2]
 2006-04-10 19:05 UTC  (3+ messages)

[RFC/PATCH] Shared Page Tables [2/2]
 2006-04-10 16:13 UTC 

[PATCH] mm: limit lowmem_reserve
 2006-04-08  1:25 UTC  (15+ messages)
      ` Respin: "

get_xip_page
 2006-04-07 23:23 UTC 

[PATCH 2.6.17-rc1-mm1 0/9] AutoPage Migration - V0.2 - Overview
 2006-04-07 20:45 UTC  (10+ messages)
` [PATCH 2.6.17-rc1-mm1 1/9] AutoPage Migration - V0.2 - migrate task memory with default policy
` [PATCH 2.6.17-rc1-mm1 2/9] AutoPage Migration - V0.2 - add auto_migrate_enable sysctl
` [PATCH 2.6.17-rc1-mm1 3/9] AutoPage Migration - V0.2 - generic check/notify internode migration
` [PATCH 2.6.17-rc1-mm1 4/9] AutoPage Migration - V0.2 - ia64 "
` [PATCH 2.6.17-rc1-mm1 5/9] AutoPage Migration - V0.2 - x64_64 "
` [PATCH 2.6.17-rc1-mm1 6/9] AutoPage Migration - V0.2 - hook sched migrate to memory migration
` [PATCH 2.6.17-rc1-mm1 7/9] AutoPage Migration - V0.2 - add hysteresis to internode migration
` [PATCH 2.6.17-rc1-mm1 8/9] AutoPage Migration - V0.2 - add max mapcount migration threshold
` [PATCH 2.6.17-rc1-mm1 9/9] AutoPage Migration - V0.2 - hook automigration to migrate-on-fault

[patch 1/3] mm: An enhancement of OVERCOMMIT_GUESS
 2006-04-07 11:49 UTC  (7+ messages)
` A test kernel module "
` A patch for test_overcommit module

[Patch:000/004] wait_table and zonelist initializing for memory hotadd
 2006-04-07  3:12 UTC  (8+ messages)
` [Patch:001/004] wait_table and zonelist initializing for memory hotadd (change to meminit for build_zonelist)
` [Patch:002/004] wait_table and zonelist initializing for memory hotadd (add return code for init_current_empty_zone)
` [Patch:003/004] wait_table and zonelist initializing for memory hotadd (wait_table initialization)
` [Patch:004/004] wait_table and zonelist initializing for memory hotadd (update zonelists)

[patch 3/3] mm: An enhancement of OVERCOMMIT_GUESS
 2006-04-05 23:48 UTC 

[patch 2/3] mm: An enhancement of OVERCOMMIT_GUESS
 2006-04-05 23:48 UTC 

[RFC 0/6] Swapless Page Migration V1: Overview
 2006-04-05 18:52 UTC  (23+ messages)
` [RFC 1/6] Swapless V1: try_to_unmap() - Rename ignrefs to "migration"
` [RFC 2/6] Swapless V1: Add SWP_TYPE_MIGRATION
` [RFC 3/6] Swapless V1: try_to_unmap() - Create migration entries
` [RFC 4/6] Swapless V1: remove migration ptes
` [RFC 5/6] Swapless V1: Rip out swap migration code
` [RFC 6/6] Swapless V1: Revise main migration logic
` [Lhms-devel] [RFC 0/6] Swapless Page Migration V1: Overview
      ` Some ideas on lazy migration with swapless migration

[patch 0/3] lockless pagecache
 2006-04-05  0:27 UTC  (10+ messages)
` [patch 1/3] radix tree: RCU lockless read-side
` [patch 2/3] mm: speculative get_page
` [patch 3/3] mm: lockless pagecache lookups

Avoid excessive time spend on concurrent slab shrinking
 2006-04-01 18:49 UTC  (14+ messages)

[patch] don't allow free hugetlb count fall below reserved count
 2006-03-31  1:20 UTC  (3+ messages)

[patch] fix extra page ref count in follow_hugetlb_page
 2006-03-30 23:19 UTC 

[PATCH][1/3] mm: swsusp shrink_all_memory tweaks
 2006-03-30 20:57 UTC  (12+ messages)
  ` [PATCH] "

Renato hat damit 8 Kilos abgenommen
 2006-03-30  7:55 UTC 

[PATCH 2.6.16] mm: POSIX Memory Lock
 2006-03-30  0:29 UTC  (2+ messages)

Setting the PSE bit
 2006-03-29  6:46 UTC 

[PATCH 00/34] mm: Page Replacement Policy Framework
 2006-03-28 23:05 UTC  (6+ messages)

Add gfp flag __GFP_POLICY to control policies and cpusets redirection of allocations
 2006-03-27  7:29 UTC  (3+ messages)

Lockless pagecache perhaps for 2.6.18?
 2006-03-27  0:54 UTC  (4+ messages)

Probleme löst Oswald hier
 2006-03-25  3:34 UTC 

[PATCH][5/8] proc: export mlocked pages info through "/proc/meminfo: Wired"
 2006-03-24 18:25 UTC  (8+ messages)

[PATCH][0/8] (Targeting 2.6.17) Posix memory locking and balanced mlock-LRU semantic
 2006-03-24 16:57 UTC  (4+ messages)

[PATCH][3/3] mm: swsusp post resume aggressive swap prefetch
 2006-03-24 15:05 UTC  (4+ messages)
` [PATCH] swswsup: return correct load_image error

page:  |  | latest

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