linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-26 10:49:50 to 2012-11-28 04:54:47 UTC [more...]

[PATCH v2 0/5] Add movablecore_map boot option
 2012-11-28  4:53 UTC  (32+ messages)
` [PATCH v2 5/5] page_alloc: Bootmem limit with movablecore_map

[PATCH v6 0/6] solve deadlock caused by memory allocation with I/O
 2012-11-28  4:34 UTC  (10+ messages)
` [PATCH v6 2/6] PM / Runtime: introduce pm_runtime_set_memalloc_noio()
` [PATCH v6 5/6] PM / Runtime: force memory allocation with no I/O during Runtime PM callbcack

[PATCH 1/2] zram: force disksize setting before using zram
 2012-11-28  4:26 UTC  (8+ messages)
` [PATCH 2/2] zram: allocate metadata when disksize is set up

Fwd: Re: Changelog New
 2012-11-28  4:22 UTC 

[RFC, PATCH 00/19] Numa aware LRU lists and shrinkers
 2012-11-28  3:17 UTC  (22+ messages)
` [PATCH 01/19] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH 02/19] dentry: move to per-sb LRU locks
` [PATCH 03/19] dcache: remove dentries from LRU before putting on dispose list
` [PATCH 04/19] mm: new shrinker API
` [PATCH 05/19] shrinker: convert superblock shrinkers to new API
` [PATCH 06/19] list: add a new LRU list type
` [PATCH 07/19] inode: convert inode lru list to generic lru list code
` [PATCH 08/19] dcache: convert to use new lru list infrastructure
` [PATCH 09/19] list_lru: per-node "
` [PATCH 10/19] shrinker: add node awareness
` [PATCH 11/19] fs: convert inode and dentry shrinking to be node aware
` [PATCH 12/19] xfs: convert buftarg LRU to generic code
` [PATCH 13/19] xfs: Node aware direct inode reclaim
` [PATCH 14/19] xfs: use generic AG walk for background "
` [PATCH 15/19] xfs: convert dquot cache lru to list_lru
` [PATCH 16/19] fs: convert fs shrinkers to new scan/count API
` [PATCH 17/19] drivers: convert shrinkers to new count/scan API
` [PATCH 18/19] shrinker: convert remaining shrinkers to "
` [PATCH 19/19] shrinker: Kill old ->shrink API

[PATCH 1/3] zram: force disksize setting before using zram
 2012-11-28  2:35 UTC  (3+ messages)
` [PATCH 2/3] zram: give up lazy initialization of zram metadata
` [PATCH 3/3] zram: get rid of lockdep warning

[PATCH] mm: fix balloon_page_movable() page->flags check
 2012-11-28  1:30 UTC  (6+ messages)

[Patch v4 00/12] memory-hotplug: hot-remove physical memory
 2012-11-28  0:43 UTC  (16+ messages)
` [Patch v4 01/12] memory-hotplug: try to offline the memory twice to avoid dependence
` [Patch v4 02/12] memory-hotplug: check whether all memory blocks are offlined or not when removing memory
` [Patch v4 03/12] memory-hotplug: remove redundant codes
` [Patch v4 04/12] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [Patch v4 05/12] memory-hotplug: introduce new function arch_remove_memory() for removing page table depends on architecture
` [Patch v4 06/12] memory-hotplug: unregister memory section on SPARSEMEM_VMEMMAP
` [Patch v4 07/12] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [Patch v4 08/12] memory-hotplug: remove memmap "
` [Patch v4 09/12] memory-hotplug: remove page table of x86_64 architecture
` [Patch v4 10/12] memory-hotplug: memory_hotplug: clear zone when removing the memory
` [Patch v4 11/12] memory-hotplug: remove sysfs file of node
` [Patch v4 12/12] memory-hotplug: free node_data when a node is offlined

[memcg:since-3.6 365/437] warning: (BALLOON_COMPACTION && TRANSPARENT_HUGEPAGE) selects COMPACTION which has unmet direct dependencies (MMU)
 2012-11-28  0:15 UTC  (7+ messages)
` [patch] mm: introduce a common interface for balloon pages mobility fix

kernel BUG at mm/huge_memory.c:212!
 2012-11-27 23:47 UTC  (2+ messages)

[RFC PATCH v3 0/3] acpi: Introduce prepare_remove device operation
 2012-11-27 23:41 UTC  (13+ messages)
` [RFC PATCH v3 1/3] acpi: Introduce prepare_remove operation in acpi_device_ops
` [RFC PATCH v3 3/3] acpi_memhotplug: Allow eject to proceed on rebind scenario

kswapd craziness in 3.7
 2012-11-27 23:19 UTC  (9+ messages)
` [patch] mm: vmscan: fix kswapd endless loop on higher order allocation

[PATCH] mm, soft offline: split thp at the beginning of soft_offline_page()
 2012-11-27 22:42 UTC  (5+ messages)

[PATCH] mm,vmscan: free pages if compaction_suitable tells us to
 2012-11-27 22:35 UTC  (8+ messages)
      ` [PATCH] mm,vmscan: only loop back if compaction would fail in all zones

[PATCH v2] enable all tmem backends to be built and loaded as modules
 2012-11-27 21:26 UTC  (6+ messages)
` [PATCH 2/8] mm: frontswap: lazy initialization to allow tmem backends to build/run "

3.7-rc6 soft lockup in kswapd0
 2012-11-27 21:25 UTC  (6+ messages)

[PATCH 1/1] mm: Export a function to get vm committed memory
 2012-11-27 21:12 UTC  (3+ messages)

memory-cgroup bug
 2012-11-27 20:59 UTC  (28+ messages)
                  ` [PATCH -mm] memcg: do not trigger OOM from add_to_page_cache_locked
                    ` [PATCH for 3.2.34] "
                        ` [PATCH -v2 -mm] "

BUG_ON(inode->i_blocks);
 2012-11-27 18:27 UTC 

[PATCH v2 0/3] introduce static_vm for ARM-specific static mapped area
 2012-11-27 16:28 UTC  (4+ messages)
` [PATCH v2 1/3] ARM: vmregion: remove vmregion code entirely
` [PATCH v2 2/3] ARM: static_vm: introduce an infrastructure for static mapped area
` [PATCH v2 3/3] ARM: mm: use static_vm for managing static mapped areas

O_DIRECT on tmpfs (again)
 2012-11-27 16:03 UTC 

[PATCH v2 0/5] minor clean-up and optimize highmem related code
 2012-11-27 15:01 UTC  (12+ messages)
` [PATCH v2 4/5] mm, highmem: makes flush_all_zero_pkmaps() return index of first flushed entry

[PATCH v11 0/7] make balloon pages movable by compaction
 2012-11-27 11:59 UTC  (5+ messages)
` [PATCH v11 4/7] mm: introduce compaction and migration for ballooned pages

kswapd0: excessive CPU usage
 2012-11-27 11:12 UTC  (11+ messages)
      ` [PATCH] Revert "mm: remove __GFP_NO_KSWAPD"

[PATCH] [3.7-rc] fix incorrect NR_FREE_PAGES accounting (appears like memory leak)
 2012-11-27 11:07 UTC  (4+ messages)
` [PATCH] mm: compaction: Fix return value of capture_free_page

mm/vmemmap: fix wrong use of virt_to_page
 2012-11-27  8:47 UTC  (5+ messages)

[PATCH v3 00/12] memory-hotplug: hot-remove physical memory
 2012-11-27  7:14 UTC  (9+ messages)
` [PATCH v3 08/12] memory-hotplug: remove memmap of sparse-vmemmap
` [PATCH v3 11/12] memory-hotplug: remove sysfs file of node

[PATCH 0/3] fix missing rb_subtree_gap updates on vma insert/erase
 2012-11-27  4:55 UTC  (4+ messages)

[Bug 50981] generic_file_aio_read ?: No locking means DATA CORRUPTION read and write on same 4096 page range
 2012-11-27  4:27 UTC  (12+ messages)

mmotm 2012-11-26-17-32 uploaded
 2012-11-27  1:33 UTC 

another allocation livelock with zram
 2012-11-27  1:00 UTC  (7+ messages)

[RFC v3 0/3] vmpressure_fd: Linux VM pressure notifications
 2012-11-26 21:35 UTC  (11+ messages)

[PATCH 00/33] Latest numa/core release, v17
 2012-11-26 20:32 UTC  (5+ messages)
` [PATCH 19/33] sched: Add adaptive NUMA affinity support
` Comparison between three trees (was: Latest numa/core release, v17)

mmap_sem contention issues
 2012-11-26 20:12 UTC 

rework mem_cgroup iterator
 2012-11-26 18:47 UTC  (7+ messages)
` [patch v2 1/6] memcg: synchronize per-zone iterator access by a spinlock
` [patch v2 2/6] memcg: keep prev's css alive for the whole mem_cgroup_iter
` [patch v2 3/6] memcg: rework mem_cgroup_iter to use cgroup iterators
` [patch v2 4/6] memcg: simplify mem_cgroup_iter
` [patch v2 5/6] memcg: further "
` [patch v2 6/6] cgroup: remove css_get_next

[PATCH v12 0/7] make balloon pages movable by compaction
 2012-11-26 15:57 UTC  (11+ messages)
` [PATCH v12 4/7] mm: introduce compaction and migration for ballooned pages

[PATCH 00/40] Automatic NUMA Balancing V5
 2012-11-26 14:58 UTC  (2+ messages)
` [PATCH 00/41] Automatic NUMA Balancing V6

[PATCH] dma-mapping: fix dma_common_get_sgtable() conditional compilation
 2012-11-26 13:41 UTC 

[PATCH 0/5] cpu-hotplug,memory-hotplug: bug fix for offlining node
 2012-11-26 10:20 UTC  (3+ messages)
` [PATCH 1/5] cpu_hotplug: clear apicid to node when the cpu is hotremoved
` [PATCH 5/5] Do not use cpu_to_node() to find an offlined cpu's node


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