linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-04 22:48:37 to 2012-09-06 16:00:10 UTC [more...]

[PATCH v3 01/17] hashtable: introduce a small and naive hashtable
 2012-09-06 16:00 UTC  (30+ messages)

[PATCH 1/5] mm, slab: Remove silly function slab_buffer_size()
 2012-09-06 15:04 UTC  (14+ messages)
` [PATCH 2/5] mm, slob: Add support for kmalloc_track_caller()
` [PATCH 3/5] mm, util: Do strndup_user allocation directly, instead of through memdup_user
` [PATCH 4/5] mm, slob: Use only 'ret' variable for both slob object and returned pointer
` [PATCH 5/5] mm, slob: Trace allocation failures consistently

[PATCH V1 1/2] mm: Move all mmu notifier invocations to be done outside the PT lock
 2012-09-06 14:34 UTC  (4+ messages)
` [PATCH V2 0/2] Enable clients to schedule in mmu_notifier methods
  ` [PATCH V2 1/2] mm: Move all mmu notifier invocations to be done outside the PT lock
  ` [PATCH V2 2/2] mm: Wrap calls to set_pte_at_notify with invalidate_range_start and invalidate_range_end

[patch 1/2]compaction: check migrated page number
 2012-09-06 13:25 UTC  (4+ messages)

[RFC] memory-hotplug: remove MIGRATE_ISOLATE from free_area->free_list
 2012-09-06 12:59 UTC  (4+ messages)

[patch 2/2]compaction: check lock contention first before taking lock
 2012-09-06 12:57 UTC  (3+ messages)

[RFC v2] memory-hotplug: remove MIGRATE_ISOLATE from free_area->free_list
 2012-09-06 12:56 UTC  (8+ messages)

[patch] staging: ramster: fix range checks in zcache_autocreate_pool()
 2012-09-06 12:40 UTC 

[PATCH 0/5] Memory policy corruption fixes V2
 2012-09-06 12:40 UTC  (3+ messages)

[PATCH v2] memcg: first step towards hierarchical controller
 2012-09-06 12:18 UTC  (16+ messages)

[patch v4]swap: add a simple random read swapin detection
 2012-09-06 11:08 UTC  (2+ messages)
` [PATCH RFC] mm/swap: automatic tuning for swapin readahead

[PATCH 0/3] memory-hotplug: handle page race between allocation and isolation
 2012-09-06  9:24 UTC  (13+ messages)
` [PATCH 1/3] mm: use get_page_migratetype instead of page_private
` [PATCH 2/3] mm: remain migratetype in freed page
` [PATCH 3/3] memory-hotplug: bug fix race between isolation and allocation

[PATCH v2 0/3] memory-hotplug: handle page race between allocation and isolation
 2012-09-06  9:14 UTC  (10+ messages)
` [PATCH v2 1/3] use get_page_migratetype instead of page_private
` [PATCH v2 2/3] mm: remain migratetype in freed page
` [PATCH v2 3/3] memory-hotplug: bug fix race between isolation and allocation

[PATCH 1/2] mm: Fixup obsolete PG_buddy flag in error_states[]
 2012-09-06  9:09 UTC 

[PATCH 1/2] mm: change enum migrate_mode with bitwise type
 2012-09-06  9:03 UTC  (8+ messages)
` [PATCH 2/2] mm: support MIGRATE_DISCARD

[RFC v9 PATCH 00/21] memory-hotplug: hot-remove physical memory
 2012-09-06  8:41 UTC  (24+ messages)
` [RFC v9 PATCH 01/21] memory-hotplug: rename remove_memory() to offline_memory()/offline_pages()
` [RFC v9 PATCH 02/21] memory-hotplug: implement offline_memory()
` [RFC v9 PATCH 03/21] memory-hotplug: store the node id in acpi_memory_device
` [RFC v9 PATCH 04/21] memory-hotplug: offline and remove memory when removing the memory device
` [RFC v9 PATCH 05/21] memory-hotplug: check whether memory is present or not
` [RFC v9 PATCH 06/21] memory-hotplug: export the function acpi_bus_remove()
` [RFC v9 PATCH 07/21] memory-hotplug: call acpi_bus_remove() to remove memory device
` [RFC v9 PATCH 08/21] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [RFC v9 PATCH 09/21] memory-hotplug: does not release memory region in PAGES_PER_SECTION chunks
` [RFC v9 PATCH 10/21] memory-hotplug: add memory_block_release
` [RFC v9 PATCH 11/21] memory-hotplug: remove_memory calls __remove_pages
` [RFC v9 PATCH 12/21] memory-hotplug: introduce new function arch_remove_memory()
` [RFC v9 PATCH 13/21] memory-hotplug: check page type in get_page_bootmem
` [RFC v9 PATCH 14/21] memory-hotplug: move register_page_bootmem_info_node and put_page_bootmem for sparse-vmemmap
` [RFC v9 PATCH 15/21] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [RFC v9 PATCH 16/21] memory-hotplug: free memmap "
` [RFC v9 PATCH 17/21] memory_hotplug: clear zone when the memory is removed
` [RFC v9 PATCH 18/21] memory-hotplug: add node_device_release
` [RFC v9 PATCH 19/21] memory-hotplug: remove sysfs file of node
` [RFC v9 PATCH 20/21] memory-hotplug: clear hwpoisoned flag when onlining pages
` [RFC v9 PATCH 21/21] memory-hotplug: auto offline page_cgroup when onlining memory block failed

[PATCH RESEND]mm/ia64: fix a node distance bug
 2012-09-06  7:18 UTC 

[RFC PATCH V6 00/19] memory-hotplug: hot-remove physical memory
 2012-09-06  7:06 UTC  (3+ messages)
` [RFC PATCH V6 10/19] memory-hotplug: add memory_block_release

[PATCH] slab: fix the DEADLOCK issue on l3 alien lock
 2012-09-06  3:05 UTC  (3+ messages)

[PATCH 3/3] memory-hotplug: bug fix race between isolation and allocation
 2012-09-06  2:59 UTC  (2+ messages)

[PATCH V2 0/3] staging: ramster: move to new zcache2 code base
 2012-09-06  0:14 UTC  (6+ messages)
` [PATCH 1/3] staging: ramster: remove old driver to prep for new base
` [PATCH 2/3] staging: ramster: move to new zcache2 codebase
` [PATCH 3/3] staging: ramster: place ramster codebase on top of "

[PATCH 0/5] mm, slob: Tracing accuracy improvement
 2012-09-05 22:50 UTC 

[PATCH] mm: fix mmap overflow checking
 2012-09-05 20:41 UTC  (4+ messages)

[PATCH] mm: fix potential anon_vma locking issue in mprotect()
 2012-09-05 19:24 UTC  (6+ messages)

[PATCH 0/3] staging: ramster: move to new zcache2 code base
 2012-09-05 19:03 UTC  (6+ messages)
` [PATCH 1/3] staging: ramster: remove old driver to prep for new base

[PATCH 00/15 v2] Add invalidatepage_range address space operation
 2012-09-05 16:42 UTC  (6+ messages)
` [PATCH 01/15 v2] mm: add "

[PATCH 0/3] Enable clients to schedule in mmu_notifier methods
 2012-09-05 14:24 UTC  (2+ messages)

[PATCH v2] mm, slob: Drop usage of page->private for storing page-sized allocations
 2012-09-05 14:11 UTC  (6+ messages)

[PATCH V1 0/2] Enable clients to schedule in mmu_notifier methods
 2012-09-05 14:01 UTC  (4+ messages)

[PATCH] srcu mmu_notifier cleanup
 2012-09-05 11:12 UTC  (2+ messages)
` [PATCH] mm: mmu_notifier: make the mmu_notifier srcu static

[PATCH v3 0/5] cma: fix watermark checking
 2012-09-05 11:08 UTC  (5+ messages)
` [PATCH v3 1/5] mm: fix tracing in free_pcppages_bulk()
` [PATCH v3 2/5] cma: fix counting of isolated pages

[RFC] mm: support MIGRATE_DISCARD
 2012-09-05 10:53 UTC  (2+ messages)

[RFC 0/5] forced comounts for cgroups
 2012-09-05 10:20 UTC  (27+ messages)

C14 [00/14] Sl[auo]b: Common code for cgroups V13
 2012-09-05  9:38 UTC  (3+ messages)

C13 [05/14] Extract a common function for kmem_cache_destroy
 2012-09-05  8:25 UTC  (11+ messages)
` C13 [08/14] Get rid of __kmem_cache_destroy
` C13 [13/14] Shrink __kmem_cache_create() parameter lists

[PATCH 1/1] mm: Fix unused function warnings in vmstat.c
 2012-09-05  6:54 UTC  (6+ messages)

[PATCH] mm: use list_move_tail instead of list_del/list_add_tail
 2012-09-05  6:36 UTC 

[RFC v8 PATCH 00/20] memory-hotplug: hot-remove physical memory
 2012-09-05  1:41 UTC  (6+ messages)
` [RFC v8 PATCH 08/20] memory-hotplug: remove /sys/firmware/memmap/X sysfs

[PATCH 0/7] use interval trees for anon rmap
 2012-09-05  0:51 UTC  (8+ messages)
` [PATCH 2/7] mm: fix potential anon_vma locking issue in mprotect()
` [PATCH 4/7] mm anon rmap: replace same_anon_vma linked list with an interval tree

C14 [02/14] slub: Use kmem_cache for the kmem_cache structure
 2012-09-05  0:20 UTC  (14+ messages)
` C14 [01/14] [PATCH 10/28] slub: Add debugging to verify correct cache use on kmem_cache_free()
` C14 [13/14] Shrink __kmem_cache_create() parameter lists
` C14 [09/14] Move duping of slab name to slab_common.c
` C14 [05/14] Extract a common function for kmem_cache_destroy
` C14 [08/14] Get rid of __kmem_cache_destroy
` C14 [04/14] Move list_add() to slab_common.c
` C14 [14/14] [PATCH 23/28] Move kmem_cache refcounting to common code
` C14 [11/14] Move sysfs_slab_add to common
` C14 [10/14] Do slab aliasing call from common code
` C14 [07/14] Move freeing of kmem_cache structure to "
` C14 [03/14] Improve error handling in kmem_cache_create
` C14 [06/14] Always use the name "kmem_cache" for the slab cache with the kmem_cache structure
` C14 [12/14] Move kmem_cache allocations into common code

[RFC PATCH 2/2] mm: Batch page_check_references in shrink_page_list sharing the same i_mmap_mutex
 2012-09-04 22:54 UTC  (6+ 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).