linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-22 16:43:31 to 2013-08-27 07:58:12 UTC [more...]

[PATCH v2 00/20] mm, hugetlb: remove a hugetlb_instantiation_mutex
 2013-08-27  7:58 UTC  (28+ messages)
` [PATCH v2 03/20] mm, hugetlb: fix subpool accounting handling
` [PATCH v2 12/20] mm, hugetlb: remove vma_has_reserves()
` [PATCH v2 13/20] mm, hugetlb: mm, hugetlb: unify chg and avoid_reserve to use_reserve
` [PATCH v2 14/20] mm, hugetlb: call vma_needs_reservation before entering alloc_huge_page()
` [PATCH v2 15/20] mm, hugetlb: remove a check for return value of alloc_huge_page()
` [PATCH v2 16/20] mm, hugetlb: move down outside_reserve check
` [PATCH v2 17/20] mm, hugetlb: move up anon_vma_prepare()
` [PATCH v2 18/20] mm, hugetlb: clean-up error handling in hugetlb_cow()

[PATCH v2 1/3] mm/hwpoison: fix bug triggered by unpoison empty zero page
 2013-08-27  7:37 UTC  (9+ messages)
` [PATCH v2 2/3] mm/hwpoison: change permission of corrupt-pfn/unpoison-pfn to 0200
` [PATCH v2 3/3] mm/hwpoison: fix return value of madvise_hwpoison

[trivial PATCH] treewide: Fix printks with 0x%#
 2013-08-27  6:00 UTC  (3+ messages)

unused swap offset / bad page map
 2013-08-27  5:44 UTC  (26+ messages)

[PATCH v4 1/10] mm/hwpoison: fix lose PG_dirty flag for errors on mlocked pages
 2013-08-27  1:48 UTC  (28+ messages)
` [PATCH v4 2/10] mm/hwpoison: don't need to hold compound lock for hugetlbfs page
` [PATCH v4 3/10] mm/hwpoison: fix race against poison thp
` [PATCH v4 4/10] mm/hwpoison: replacing atomic_long_sub() with atomic_long_dec()
` [PATCH v4 5/10] mm/hwpoison: don't set migration type twice to avoid hold heavy contend zone->lock
` [PATCH v4 6/10] mm/hwpoison: drop forward reference declarations __soft_offline_page()
` [PATCH v4 7/10] mm/hwpoison: add '#' to madvise_hwpoison
` [PATCH v4 8/10] mm/hwpoison: fix memory failure still hold reference count after unpoison empty zero page
` [PATCH v4 9/10] mm/hwpoison: change permission of corrupt-pfn/unpoison-pfn to 0400
` [PATCH v4 10/10] mm/hwpoison: fix bug triggered by unpoison empty zero page

[PATCH 1/3] mm/hwpoison: fix memory failure still hold reference count after unpoison empty zero page
 2013-08-27  1:30 UTC  (3+ messages)
` [PATCH 2/3] mm/hwpoison: change permission of corrupt-pfn/unpoison-pfn to 0200
` [PATCH 3/3] mm/hwpoison: fix bug triggered by unpoison empty zero page

[PATCH RESEND] mm/vmscan : use vmcan_swappiness( ) basing on MEMCG config to elimiate unnecessary runtime cost
 2013-08-27  0:13 UTC  (2+ messages)

[PATCH v2] [BUGFIX] drivers/base: fix show_mem_removable to handle missing sections
 2013-08-26 23:49 UTC  (3+ messages)

[guv v2 07/31] mm: Replace __get_cpu_var uses
 2013-08-26 20:44 UTC 

[PATCH 0/18] Basic scheduler support for automatic NUMA balancing V5
 2013-08-26 16:14 UTC  (5+ messages)
` [PATCH] mm, sched, numa: Create a per-task MPOL_INTERLEAVE policy

doing lots of disk writes causes oom killer to kill processes
 2013-08-26 13:51 UTC  (2+ messages)

[PATCH v7 0/5] zram/zsmalloc promotion
 2013-08-26  7:39 UTC  (6+ messages)

[PATCH] cpuset: mm: Reduce large amounts of memory barrier related damage v3
 2013-08-26  5:32 UTC  (4+ messages)

[PATCH v3 1/8] mm/hwpoison: fix lose PG_dirty flag for errors on mlocked pages
 2013-08-26  1:18 UTC  (8+ messages)
` [PATCH v3 2/8] mm/hwpoison: don't need to hold compound lock for hugetlbfs page
` [PATCH v3 3/8] mm/hwpoison: fix race against poison thp
` [PATCH v3 4/8] mm/hwpoison: replacing atomic_long_sub() with atomic_long_dec()
` [PATCH v3 5/8] mm/hwpoison: don't set migration type twice to avoid hold heavy contend zone->lock
` [PATCH v3 6/8] mm/hwpoison: drop forward reference declarations __soft_offline_page()
` [PATCH v3 7/8] mm/hwpoison: add '#' to madvise_hwpoison
` [PATCH v3 8/8] mm/hwpoison: fix memory failure still hold reference count after unpoison empty zero page

[PATCH v2 1/7] mm/hwpoison: fix lose PG_dirty flag for errors on mlocked pages
 2013-08-25 23:23 UTC  (12+ messages)
` [PATCH v2 2/7] mm/hwpoison: don't need to hold compound lock for hugetlbfs page
` [PATCH v2 3/7] mm/hwpoison: fix race against poison thp
` [PATCH v2 4/7] mm/hwpoison: replacing atomic_long_sub() with atomic_long_dec()
` [PATCH v2 5/7] mm/hwpoison: don't set migration type twice to avoid hold heavy contend zone->lock
` [PATCH v2 6/7] mm/hwpoison: drop forward reference declarations __soft_offline_page()
` [PATCH v2 7/7] mm/hwpoison: add '#' to madvise_hwpoison

[PATCH 1/4] zswap bugfix: memory leaks when re-swapon
 2013-08-25 12:00 UTC  (3+ messages)

zram: hang/deadlock when used as swap
 2013-08-24  0:19 UTC  (2+ messages)

[PATCH 0/8] x86, acpi: Move acpi_initrd_override() earlier
 2013-08-23 23:56 UTC  (39+ messages)

[PATCH 0/4] zswap bugfix: memory leaks and other problem
 2013-08-23 15:22 UTC  (2+ messages)

[BUG] ARM64: Create 4K page size mmu memory map at init time will trigger exception
 2013-08-23 17:16 UTC  (3+ messages)

[PATCH 00/16] slab: overload struct slab over struct page to reduce memory usage
 2013-08-23 16:12 UTC  (19+ messages)
` [PATCH 02/16] slab: change return type of kmem_getpages() to struct page
` [PATCH 04/16] slab: remove nodeid in struct slab
` [PATCH 05/16] slab: remove cachep in struct slab_rcu
` [PATCH 09/16] slab: use __GFP_COMP flag for allocating slab pages

Fwd: [PATCH V5 5/8] memcg: add per cgroup writeback pages accounting
 2013-08-23 16:11 UTC  (4+ messages)
` [PATCH 3/4] "

[PATCH] [BUGFIX] drivers/base: fix show_mem_removable section count
 2013-08-23 16:08 UTC  (6+ messages)

[PATCH 4/4] zswap: avoid unnecessary page scanning
 2013-08-23 11:14 UTC 

[PATCH 3/4] zswap bugfix: memory leaks when invalidate and reclaim occur simultaneously
 2013-08-23 11:11 UTC 

[PATCH 2/4] zswap: use GFP_NOIO instead of GFP_KERNEL
 2013-08-23 11:06 UTC 

[PATCH 00/02] swap: allowing a more flexible DISCARD policy V2
 2013-08-23 11:03 UTC  (3+ messages)
` [PATCH 02/02] swapon: allow a more flexible swap discard policy

[PATCH 0/4] zswap bugfix: memory leaks and other problem
 2013-08-23 10:12 UTC 

unused swap offset / bad page map
 2013-08-23  9:08 UTC 

[PATCH 0/2] fs: supply inode uid/gid setting interface
 2013-08-23  7:32 UTC  (6+ messages)
` [PATCH 1/2] fs: implement inode uid/gid setting function
` [PATCH 2/2] fs: use inode_set_user to set uid/gid of inode

[PATCH 1/6] mm/hwpoison: fix lose PG_dirty flag for errors on mlocked pages
 2013-08-23  4:24 UTC  (26+ messages)
` [PATCH 2/6] mm/hwpoison: don't need to hold compound lock for hugetlbfs page
` [PATCH 3/6] mm/hwpoison: fix num_poisoned_pages error statistics for thp
` [PATCH 4/6] mm/hwpoison: don't set migration type twice to avoid hold heavy contend zone->lock
` [PATCH 5/6] mm/hwpoison: drop forward reference declarations __soft_offline_page()
` [PATCH 6/6] mm/hwpoison: centralize set PG_hwpoison flag and increase num_poisoned_pages

[PATCH] hwpoison: always unset MIGRATE_ISOLATE before returning from soft_offline_page()
 2013-08-23  0:24 UTC  (3+ messages)

[BUG REPORT]kernel panic with kmemcheck config
 2013-08-22 16:45 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).