messages from 2013-02-16 03:20:48 to 2013-02-21 08:20:15 UTC [more...]
[PATCH 0/7] ksm: responses to NUMA review
2013-02-21 8:19 UTC (2+ messages)
` [PATCH 1/7] ksm: add some comments
[patch 1/4 v3]swap: change block allocation algorithm for SSD
2013-02-21 8:13 UTC (2+ messages)
[Bug fix PATCH 0/2] Make whatever node kernel resides in un-hotpluggable
2013-02-21 7:03 UTC (11+ messages)
` [Bug fix PATCH 1/2] acpi, movablemem_map: Exclude memblock.reserved ranges when parsing SRAT
` [Bug fix PATCH 2/2] acpi, movablemem_map: Make whatever nodes the kernel resides in un-hotpluggable
OOM triggered with plenty of memory free
2013-02-21 6:01 UTC (7+ messages)
What does the PG_swapbacked of page flags actually mean?
2013-02-21 2:25 UTC (3+ messages)
[patch 2/4 v3]swap: __swap_duplicate check bad swap entry
2013-02-21 2:22 UTC
[patch 4/4 v3]swap: make cluster allocation per-cpu
2013-02-21 2:18 UTC
[patch 3/4 v3]swap: make swap discard async
2013-02-21 2:18 UTC
[Bug 53501] New: Duplicated MemTotal with different values
2013-02-20 22:49 UTC (14+ messages)
` [PATCH 1/2] vm: add 'MemManaged' field to /proc/meminfo and /sys/.../nodex/meminfo
` [PATCH v2] mm: let /proc/meminfo report physical memory installed as "MemTotal"
` [PATCH 2/2] mm: protect si_meminfo() and si_meminfo_node() from memory hotplug operations
[PATCHv6 0/8] zswap: compressed swap caching
2013-02-20 22:04 UTC (9+ messages)
` [PATCHv6 1/8] zsmalloc: add to mm/
` [PATCHv6 2/8] zsmalloc: add documentation
` [PATCHv6 3/8] debugfs: add get/set for atomic types
` [PATCHv6 4/8] zswap: add to mm/
` [PATCHv6 5/8] mm: break up swap_writepage() for frontswap backends
` [PATCHv6 6/8] mm: allow for outstanding swap writeback accounting
` [PATCHv6 7/8] zswap: add swap page writeback support
` [PATCHv6 8/8] zswap: add documentation
[PATCHv5 0/8] zswap: compressed swap caching
2013-02-20 20:37 UTC (28+ messages)
` [PATCHv5 1/8] zsmalloc: add to mm/
` [PATCHv5 2/8] zsmalloc: add documentation
` [PATCHv5 4/8] zswap: add to mm/
` [PATCHv5 7/8] zswap: add swap page writeback support
[PATCH 1/2] tmpfs: fix use-after-free of mempolicy object
2013-02-20 21:06 UTC (5+ messages)
` [PATCH 2/2] tmpfs: fix mempolicy object leaks
mmotm 2013-02-19-17-20 uploaded
2013-02-20 16:41 UTC (2+ messages)
` since-3.8 branch opened for mm git tree (was: mmotm 2013-02-19-17-20 uploaded)
[patch] mm: mlock: document scary-looking stack expansion mlock chain
2013-02-20 14:24 UTC (4+ messages)
BUG root-caused: careless processing of pagevec causes "Bad page states"
2013-02-20 14:16 UTC
[PATCH V2 0/2] mm: hotplug: implement non-movable version of get_user_pages() to kill long-time pin pages
2013-02-20 12:39 UTC (6+ messages)
` [PATCH V2 1/2] mm: hotplug: implement non-movable version of get_user_pages() called get_user_pages_non_movable()
[patch] mm: shmem: use new radix tree iterator
2013-02-20 12:16 UTC (3+ messages)
[PATCH 0/2] mm: hotplug: implement non-movable version of get_user_pages() to kill long-time pin pages
2013-02-20 11:54 UTC (19+ messages)
` [PATCH 1/2] mm: hotplug: implement non-movable version of get_user_pages() called get_user_pages_non_movable()
[LSF/MM TOPIC][ATTEND] a few topics I'd like to discuss
2013-02-20 11:03 UTC (7+ messages)
` [Lsf-pc] "
[PATCH 0/7] memcg targeted shrinking
2013-02-20 7:46 UTC (5+ messages)
` [PATCH 2/7] memcg,list_lru: duplicate LRUs upon kmemcg creation
zcache+zram working together?
2013-02-20 6:21 UTC (9+ messages)
[PATCH] mm: cma: fix accounting of CMA pages placed in high memory
2013-02-20 5:31 UTC (6+ messages)
extra free kbytes tunable
2013-02-20 5:19 UTC (7+ messages)
` [PATCH] add "
Questin about swap_slot free and invalidate page
2013-02-20 2:03 UTC (7+ messages)
A noobish question on mm
2013-02-20 2:01 UTC (3+ messages)
[PATCH] ia64/mm: fix a bad_page bug when crash kernel booting
2013-02-20 1:38 UTC (7+ messages)
` [PATCH V2] "
` [PATCH V3] "
Should a swapped out page be deleted from swap cache?
2013-02-20 0:43 UTC (13+ messages)
[PATCH v2] memcg: Add memory.pressure_level events
2013-02-20 0:21 UTC (3+ messages)
behavior of zram stats, and zram allocation limit
2013-02-19 23:54 UTC (5+ messages)
[PATCH] IPVS: change type of netns_ipvs->sysctl_sync_qlen_max
2013-02-19 23:53 UTC
[PATCH] zsmalloc: Fix TLB coherency and build problem
2013-02-19 23:45 UTC (3+ messages)
[PATCH 0/2] Arch-specific user pgtables ceiling
2013-02-19 22:55 UTC (7+ messages)
` [PATCH 1/2] mm: Allow arch code to control the user page table ceiling
` [PATCH 2/2] arm: Set the page table freeing ceiling to TASK_SIZE
[LSF/MM TOPIC]swap improvements for fast SSD
2013-02-19 19:41 UTC (8+ messages)
[PATCH 78/81] x86/mm: Check if PUD is large when validating a kernel address
2013-02-19 18:49 UTC
slab: odd BUG on kzalloc
2013-02-19 18:32 UTC (5+ messages)
PAGE_CACHE_SIZE vs. PAGE_SIZE
2013-02-19 16:12 UTC (4+ messages)
[Bug fix PATCH 0/2] Bug fix for movablemem_map boot option
2013-02-19 13:16 UTC (4+ messages)
` [Bug fix PATCH 1/2] acpi, movablemem_map: Do not zero numa_meminfo in numa_init()
` [Bug fix PATCH 2/2] acpi, movablemem_map: Set numa_nodes_hotplug nodemask when using SRAT info
[PATCH] mm: fadvise: Drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all pages
2013-02-19 11:57 UTC (3+ messages)
[patch 1/2] mm: fincore()
2013-02-19 10:25 UTC (9+ messages)
kernel BUG at mm/slub.c:3409, 3.8.0-rc7
2013-02-19 1:32 UTC (3+ messages)
[PATCH] zsmalloc: Add Kconfig for enabling PTE method
2013-02-18 23:48 UTC (4+ messages)
[PATCH] net: fix functions and variables related to netns_ipvs->sysctl_sync_qlen_max
2013-02-18 21:57 UTC (8+ messages)
` [PATCH v2] "
[PATCH v2] zsmalloc: Add Kconfig for enabling PTE method
2013-02-18 18:08 UTC (4+ messages)
zram /proc/swaps accounting weirdness
2013-02-18 17:54 UTC (6+ messages)
[PATCH] mm: Limit pgd range freeing to mm->task_size
2013-02-18 15:49 UTC (4+ messages)
[PATCH v2] mm: break circular include from linux/mmzone.h
2013-02-18 6:27 UTC
[LSF/MM TOPIC][ATTEND] Volatile Ranges
2013-02-18 2:04 UTC (2+ messages)
kswapd craziness round 2
2013-02-17 22:02 UTC
Debian Squeeze Kernel 3.2 - Warnings!
2013-02-17 18:48 UTC
[PATCH] ia64: rename cache_show to topology_cache_show
2013-02-17 9:54 UTC (5+ messages)
[RFC] Reproducible OOM with just a few sleeps
2013-02-17 9:10 UTC (3+ messages)
[PATCH] mm: introduce __linear_page_index()
2013-02-17 7:39 UTC (3+ messages)
another allocation livelock with zram
2013-02-17 4:55 UTC (3+ messages)
zram, OOM, and speed of allocation
2013-02-17 2:49 UTC (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).