linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-05 09:19:31 to 2012-09-07 08:10:36 UTC [more...]

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

[RFC v2] memory-hotplug: remove MIGRATE_ISOLATE from free_area->free_list
 2012-09-07  7:28 UTC  (10+ messages)

[PATCH 00/21] drop vmtruncate
 2012-09-07  6:29 UTC  (3+ messages)

[PATCH 0/3] memory-hotplug: handle page race between allocation and isolation
 2012-09-07  6:26 UTC  (15+ 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

Bonus Gifts - PenisSolution Pills - 2012 g3oaqi
 2012-09-07  5:25 UTC 

[patch 1/2]compaction: check migrated page number
 2012-09-07  4:12 UTC  (5+ messages)

[PATCH v3 0/4] memory-hotplug: handle page race between allocation and isolation
 2012-09-07  3:52 UTC  (9+ messages)
` [PATCH v3 1/4] use get_freepage_migratetype instead of page_private
` [PATCH v3 2/4] mm: remain migratetype in freed page
` [PATCH v3 3/4] memory-hotplug: bug fix race between isolation and allocation
` [PATCH v3 4/4] memory-hotplug: fix pages missed by race rather than failng

[PATCH v2 0/3] memory-hotplug: handle page race between allocation and isolation
 2012-09-07  3:47 UTC  (13+ 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] mm: Fix compile warning of mmotm-2012-09-06-16-46
 2012-09-07  0:57 UTC 

[PATCH 1/5] mm, slab: Remove silly function slab_buffer_size()
 2012-09-07  0:03 UTC  (18+ 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

mmotm 2012-09-06-16-46 uploaded
 2012-09-06 23:47 UTC 

[RFC 0/5] forced comounts for cgroups
 2012-09-06 22:45 UTC  (29+ messages)

[PATCH 0/7] Improve hugepage allocation success rates under load V5
 2012-09-06 22:36 UTC  (3+ messages)
` [PATCH 6/7] mm: vmscan: Scale number of pages reclaimed by reclaim/compaction based on failures

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

[PATCH v2 00/12] rbtree updates
 2012-09-06 20:47 UTC  (8+ messages)
` [PATCH v2 07/12] rbtree: adjust root color in rb_insert_color() only when necessary

[RFC] mm: add support for zsmalloc and zcache
 2012-09-06 20:37 UTC 

[PATCH V1 1/2] mm: Move all mmu notifier invocations to be done outside the PT lock
 2012-09-06 20:08 UTC  (5+ 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] slub: reduce failure of this_cpu_cmpxchg in put_cpu_partial() after unfreezing
 2012-09-06 18:08 UTC  (4+ messages)
` [PATCH 2/2] slub: remove one code path and reduce lock contention in __slab_free()

[PATCH 0/4] Small fixes for swap-over-network
 2012-09-06 18:05 UTC  (4+ messages)
` [PATCH 1/4] slab: do ClearSlabPfmemalloc() for all pages of slab

[patch] staging: ramster: fix range checks in zcache_autocreate_pool()
 2012-09-06 17:15 UTC  (5+ messages)

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

[PATCH] staging: ramster: fix build warnings
 2012-09-06 17:01 UTC 

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

[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)

[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  (15+ 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 1/2] mm: Fixup obsolete PG_buddy flag in error_states[]
 2012-09-06  9:09 UTC 

[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 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  (5+ 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

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

C14 [00/14] Sl[auo]b: Common code for cgroups V13
 2012-09-05  9:38 UTC  (3+ 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).