linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-04 15:24:23 to 2012-11-07 03:06:50 UTC [more...]

[PATCH v11 0/7] make balloon pages movable by compaction
 2012-11-07  3:05 UTC  (8+ messages)
` [PATCH v11 1/7] mm: adjust address_space_operations.migratepage() return code
` [PATCH v11 2/7] mm: redefine address_space.assoc_mapping
` [PATCH v11 3/7] mm: introduce a common interface for balloon pages mobility
` [PATCH v11 4/7] mm: introduce compaction and migration for ballooned pages
` [PATCH v11 5/7] virtio_balloon: introduce migration primitives to balloon pages
` [PATCH v11 6/7] mm: introduce putback_movable_pages()
` [PATCH v11 7/7] mm: add vm event counters for balloon pages compaction

[PATCH] mm: fix slab.c kernel-doc warnings
 2012-11-07  1:10 UTC 

Updated MMAP/SHMGET 1GB patchkit
 2012-11-07  0:39 UTC  (4+ messages)
` [PATCH] MM: Support more pagesizes for MAP_HUGETLB/SHM_HUGETLB v7

[RFC PATCH] zcache2 cleanups (s/int/bool + debugfs movement)
 2012-11-07  0:02 UTC 

shmem_getpage_gfp VM_BUG_ON triggered. [3.7rc2]
 2012-11-06 23:48 UTC  (11+ messages)
              ` [PATCH] tmpfs: fix shmem_getpage_gfp VM_BUG_ON

[PATCH v4 0/3] zram/zsmalloc promotion
 2012-11-06 23:32 UTC  (2+ messages)

[PATCH v4 0/6] solve deadlock caused by memory allocation with I/O
 2012-11-06 23:24 UTC  (8+ messages)
` [PATCH v4 1/6] mm: teach mm by current context info to not do I/O during memory allocation
` [PATCH v4 2/6] PM / Runtime: introduce pm_runtime_set_memalloc_noio()
` [PATCH v4 3/6] block/genhd.c: apply pm_runtime_set_memalloc_noio on block devices

[RFC PATCH 0/8][Sorted-buddy] mm: Linux VM Infrastructure to support Memory Power Management
 2012-11-06 23:03 UTC  (11+ messages)
` [RFC PATCH 1/8] mm: Introduce memory regions data-structure to capture region boundaries within node
` [RFC PATCH 2/8] mm: Initialize node memory regions during boot
` [RFC PATCH 3/8] mm: Introduce and initialize zone memory regions
` [RFC PATCH 4/8] mm: Add helpers to retrieve node region and zone region for a given page
` [RFC PATCH 5/8] mm: Add data-structures to describe memory regions within the zones' freelists
` [RFC PATCH 6/8] mm: Demarcate and maintain pageblocks in region-order in "
` [RFC PATCH 7/8] mm: Add an optimized version of del_from_freelist to keep page allocation fast
` [RFC PATCH 8/8] mm: Print memory region statistics to understand the buddy allocator behavior

[PATCH 0/2] HWPOISON: improve logging
 2012-11-06 22:52 UTC  (10+ messages)
` [PATCH 1/2 v2] HWPOISON: fix action_result() to print out dirty/clean
    ` [PATCH v3] HWPOISON: fix action_result() to print out dirty/clean (Re: [PATCH 1/2 v2] HWPOISON: fix action_result() to print out) dirty/clean
` [PATCH 2/2 v2] mm: print out information of file affected by memory error

[PATCH 00/16] mm: use augmented rbtrees for finding unmapped areas
 2012-11-06 22:48 UTC  (39+ messages)
` [PATCH 01/16] mm: add anon_vma_lock to validate_mm()
` [PATCH 02/16] mm: augment vma rbtree with rb_subtree_gap
` [PATCH 03/16] mm: check rb_subtree_gap correctness
` [PATCH 04/16] mm: rearrange vm_area_struct for fewer cache misses
` [PATCH 05/16] mm: vm_unmapped_area() lookup function
` [PATCH 06/16] mm: use vm_unmapped_area() on x86_64 architecture
` [PATCH 07/16] mm: fix cache coloring "
` [PATCH 08/16] mm: use vm_unmapped_area() in hugetlbfs
` [PATCH 09/16] mm: use vm_unmapped_area() in hugetlbfs on i386 architecture
` [PATCH 10/16] mm: use vm_unmapped_area() on mips architecture
` [PATCH 11/16] mm: use vm_unmapped_area() on arm architecture
` [PATCH 12/16] mm: use vm_unmapped_area() on sh architecture
` [PATCH 13/16] mm: use vm_unmapped_area() on sparc64 architecture
` [PATCH 14/16] mm: use vm_unmapped_area() in hugetlbfs "
` [PATCH 15/16] mm: use vm_unmapped_area() on sparc32 architecture
` [PATCH 16/16] mm: use vm_unmapped_area() in hugetlbfs on tile architecture

[PATCH] mm: fix NULL checking in dma_pool_create()
 2012-11-06 20:48 UTC  (5+ messages)

[PATCH] mm: fix a regression with HIGHMEM introduced by changeset 7f1290f2f2a4d
 2012-11-06 20:43 UTC  (3+ messages)

[RFC PATCH 00/19] Foundation for automatic NUMA balancing
 2012-11-06 19:56 UTC  (32+ messages)
` [PATCH 01/19] mm: compaction: Move migration fail/success stats to migrate.c
` [PATCH 02/19] mm: migrate: Add a tracepoint for migrate_pages
` [PATCH 03/19] mm: compaction: Add scanned and isolated counters for compaction
` [PATCH 04/19] mm: numa: define _PAGE_NUMA
` [PATCH 05/19] mm: numa: pte_numa() and pmd_numa()
` [PATCH 06/19] mm: numa: teach gup_fast about pmd_numa
` [PATCH 07/19] mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pte
` [PATCH 08/19] mm: numa: Create basic numa page hinting infrastructure
` [PATCH 09/19] mm: mempolicy: Make MPOL_LOCAL a real policy
` [PATCH 10/19] mm: mempolicy: Add MPOL_MF_NOOP
` [PATCH 11/19] mm: mempolicy: Check for misplaced page
` [PATCH 12/19] mm: migrate: Introduce migrate_misplaced_page()
` [PATCH 13/19] mm: mempolicy: Use _PAGE_NUMA to migrate pages
` [PATCH 14/19] mm: mempolicy: Add MPOL_MF_LAZY
` [PATCH 15/19] mm: numa: Add fault driven placement and migration
` [PATCH 16/19] mm: numa: Add pte updates, hinting and migration stats
` [PATCH 17/19] mm: numa: Migrate on reference policy
` [PATCH 18/19] mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate
` [PATCH 19/19] mm: sched: numa: Implement slow start for working set sampling

[RFC PATCH 00/10][Hierarchy] mm: Linux VM Infrastructure to support Memory Power Management
 2012-11-06 19:42 UTC  (11+ messages)
` [RFC PATCH 01/10] mm: Introduce the memory regions data structure
` [RFC PATCH 02/10] mm: Helper routines
` [RFC PATCH 03/10] mm: Init zones inside memory regions
` [RFC PATCH 04/10] mm: Refer to zones from "
` [RFC PATCH 05/10] mm: Create zonelists
` [RFC PATCH 06/10] mm: Verify zonelists
` [RFC PATCH 07/10] mm: Modify vmstat
` [RFC PATCH 08/10] mm: Modify vmscan
` [RFC PATCH 09/10] mm: Reflect memory region changes in zoneinfo
` [RFC PATCH 10/10] mm: Create memory regions at boot-up

[PATCH v6 00/29] kmem controller for memcg
 2012-11-06 19:25 UTC  (25+ messages)
` [PATCH v6 11/29] memcg: allow a memcg with kmem charges to be destructed
` [PATCH v6 18/29] Allocate memory for memcg caches whenever a new memcg appears
` [PATCH v6 19/29] memcg: infrastructure to match an allocation to the right cache
` [PATCH v6 20/29] memcg: skip memcg kmem allocations in specified code regions
` [PATCH v6 23/29] memcg: destroy memcg caches
` [PATCH v6 25/29] memcg/sl[au]b: shrink dead caches
` [PATCH v6 26/29] Aggregate memcg cache values in slabinfo
` [PATCH v6 28/29] slub: slub-specific propagation changes

[ACPIHP PATCH part1 0/4] introduce a framework for ACPI based system device hotplug
 2012-11-06 16:28 UTC  (7+ messages)
` [ACPIHP PATCH part1 1/4] ACPIHP: "
` [ACPIHP PATCH part1 2/4] ACPIHP: introduce acpihp_slot driver to enumerate hotplug slots

[PATCH] mm: memmap_init_zone() performance improvement
 2012-11-06 16:03 UTC  (7+ messages)

[PATCH 1/2] mm: Export vm_committed_as
 2012-11-06 14:46 UTC  (6+ messages)

zram OOM behavior
 2012-11-06 10:17 UTC  (7+ messages)

kswapd0: wxcessive CPU usage
 2012-11-06 10:15 UTC  (17+ messages)
      ` kswapd0: excessive "
                      ` [PATCH] Revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on failures"

mm: NULL ptr deref in anon_vma_interval_tree_verify
 2012-11-06  8:24 UTC  (9+ messages)

[PATCH RFC] mm/swap: automatic tuning for swapin readahead
 2012-11-06  5:36 UTC  (11+ messages)

[RFC v2] Support volatile range for anon vma
 2012-11-06  2:03 UTC  (7+ messages)

[PATCH] tmpfs: change final i_blocks BUG to WARNING
 2012-11-06  1:34 UTC 

[PATCH v3 0/3] acpi,memory-hotplug : implement framework for hot removing memory
 2012-11-06  0:00 UTC  (3+ messages)

CK5 [02/18] slab: Simplify bootstrap
 2012-11-05 21:52 UTC  (7+ messages)
` CK5 [03/18] create common functions for boot slab creation

[PATCH] mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()
 2012-11-05 21:44 UTC  (2+ messages)

[patch] mm: fix build warning for uninitialized value
 2012-11-05 21:36 UTC  (2+ messages)

zram on ARM
 2012-11-05 21:12 UTC  (6+ messages)

[PATCH 00/31] numa/core patches
 2012-11-05 17:11 UTC  (2+ messages)

[RFC PATCH] zcache2 cleanups (s/int/bool + debugfs movement)
 2012-11-05 14:37 UTC  (12+ messages)
` [PATCH 01/11] zcache2: s/int/bool/ on the various options
` [PATCH 02/11] zcache: Module license is defined twice
` [PATCH 03/11] zcache: Provide accessory functions for counter increase
` [PATCH 04/11] zcache: Provide accessory functions for counter decrease
` [PATCH 05/11] zcache: The last of the atomic reads has now an accessory function
` [PATCH 06/11] zcache: Fix compile warnings due to usage of debugfs_create_size_t
` [PATCH 07/11] zcache: Make the debug code use pr_debug
` [PATCH 08/11] zcache: Move debugfs code out of zcache-main.c file
` [PATCH 09/11] zcache: Use an array to initialize/use debugfs attributes
` [PATCH 10/11] zcache: Move the last of the debugfs counters out
` [PATCH 11/11] zcache: Coalesce all debug under CONFIG_ZCACHE2_DEBUG

[ACPIHP PATCH part4 0/9] enhance ACPI processor driver to support new hotplug framework
 2012-11-04 15:24 UTC  (10+ messages)
` [ACPIHP PATCH part4 1/9] ACPI/processor: remove dead code from processor_driver.c
` [ACPIHP PATCH part4 2/9] ACPIHP/processor: reorganize ACPI processor driver for new hotplug framework
` [ACPIHP PATCH part4 3/9] ACPIHP/processor: protect accesses to device->driver_data
` [ACPIHP PATCH part4 4/9] ACPIHP/processor: enhance processor driver to support new hotplug framework
` [ACPIHP PATCH part4 5/9] CPU: introduce busy flag to temporarily disable CPU online sysfs interface
` [ACPIHP PATCH part4 6/9] ACPIHP/processor: reject online/offline requests when doing processor hotplug
` [ACPIHP PATCH part4 7/9] ACPI/processor: cache parsed APIC ID in processor driver data structure
` [ACPIHP PATCH part4 8/9] ACPI/processor: serialize call to acpi_map/unmap_lsapic
` [ACPIHP PATCH part4 9/9] x86: simplify _acpi_map_lsapic() implementation


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