messages from 2013-04-11 03:37:43 to 2013-04-12 11:11:15 UTC [more...]
System freezes when RAM is full (64-bit)
2013-04-12 11:11 UTC (12+ messages)
[PATCH] memcg: Check more strictly to avoid ULLONG overflow by PAGE_ALIGN
2013-04-12 10:38 UTC (3+ messages)
Excessive stall times on ext4 in 3.9-rc2
2013-04-12 10:18 UTC (12+ messages)
[RFC PATCH 0/8] Reduce system disruption due to kswapd
2013-04-12 9:34 UTC (17+ messages)
` [PATCH 01/10] mm: vmscan: Limit the number of pages kswapd reclaims at each priority
` [PATCH 08/10] mm: vmscan: Have kswapd shrink slab only once per priority
[PATCH -V5 00/25] THP support for PPC64
2013-04-12 5:39 UTC (37+ messages)
` [PATCH -V5 04/25] powerpc: Reduce the PTE_INDEX_SIZE
` [PATCH -V5 09/25] powerpc: Fix hpte_decode to use the correct decoding for page sizes
` [PATCH -V5 10/25] powerpc: print both base and actual page size on hash failure
` [PATCH -V5 12/25] powerpc: Return all the valid pte ecndoing in KVM_PPC_GET_SMMU_INFO ioctl
` [PATCH -V5 13/25] powerpc: Update tlbie/tlbiel as per ISA doc
` [PATCH -V5 14/25] mm/THP: HPAGE_SHIFT is not a #define on some arch
` [PATCH -V5 15/25] mm/THP: Add pmd args to pgtable deposit and withdraw APIs
` [PATCH -V5 17/25] powerpc/THP: Implement transparent hugepages for ppc64
` [PATCH -V5 18/25] powerpc/THP: Double the PMD table size for THP
` [PATCH -V5 19/25] powerpc/THP: Differentiate THP PMD entries from HUGETLB PMD entries
` [PATCH -V5 21/25] powerpc: Handle hugepage in perf callchain
` [PATCH -V5 22/25] powerpc/THP: get_user_pages_fast changes
` [PATCH -V5 24/25] powerpc: Optimize hugepage invalidate
[LSF/MM TOPIC] Hardware initiated paging of user process pages, hardware access to the CPU page tables of user processes
2013-04-12 5:44 UTC (19+ messages)
` [Lsf-pc] "
[PATCH -V5 20/25] powerpc/THP: Add code to handle HPTE faults for large pages
2013-04-12 4:01 UTC (2+ messages)
[PATCH 0/10] Reduce system disruption due to kswapd V2
2013-04-12 2:56 UTC (22+ messages)
` [PATCH 02/10] mm: vmscan: Obey proportional scanning requirements for kswapd
` [PATCH 03/10] mm: vmscan: Flatten kswapd priority loop
` [PATCH 04/10] mm: vmscan: Decide whether to compact the pgdat based on reclaim progress
` [PATCH 06/10] mm: vmscan: Have kswapd writeback pages based on dirty pages encountered, not priority
` [PATCH 07/10] mm: vmscan: Block kswapd if it is encountering pages under writeback
` [PATCH 10/10] mm: vmscan: Move logic from balance_pgdat() to kswapd_shrink_zone()
[PATCH PART2 v2 0/7] staging: zcache/ramster: fix and ramster/debugfs improvement
2013-04-12 1:31 UTC (8+ messages)
` [PATCH PART2 v2 1/7] staging: ramster: decrease foregin pers pages when count < 0
` [PATCH PART2 v2 2/7] staging: ramster: Move debugfs code out of ramster.c file
` [PATCH PART2 v2 3/7] staging: ramster/debug: Use an array to initialize/use debugfs attributes
` [PATCH PART2 v2 4/7] staging: ramster: Add incremental accessory counters
` [PATCH PART2 v2 5/7] staging: ramster/debug: Add RAMSTER_DEBUG Kconfig entry
` [PATCH PART2 v2 6/7] staging: zcache/debug: fix coding style
` [PATCH PART2 v2 7/7] staging: ramster: add how-to for ramster
[RFC PATCH v2 00/25] Dynamic NUMA: Runtime NUMA memory layout reconfiguration
2013-04-12 1:13 UTC (26+ messages)
` [RFC PATCH v2 01/25] rbtree: add postorder iteration functions
` [RFC PATCH v2 02/25] rbtree: add rbtree_postorder_for_each_entry_safe() helper
` [RFC PATCH v2 03/25] mm/memory_hotplug: factor out zone+pgdat growth
` [RFC PATCH v2 04/25] memory_hotplug: export ensure_zone_is_initialized() in mm/internal.h
` [RFC PATCH v2 05/25] mm/memory_hotplug: use {pgdat,zone}_is_empty() when resizing zones & pgdats
` [RFC PATCH v2 06/25] mm: add nid_zone() helper
` [RFC PATCH v2 07/25] page_alloc: add return_pages_to_zone() when DYNAMIC_NUMA is enabled
` [RFC PATCH v2 08/25] page_alloc: in move_freepages(), skip pages instead of VM_BUG on node differences
` [RFC PATCH v2 09/25] page_alloc: when dynamic numa is enabled, don't check that all pages in a block belong to the same zone
` [RFC PATCH v2 10/25] page-flags dnuma: reserve a pageflag for determining if a page needs a node lookup
` [RFC PATCH v2 11/25] memory_hotplug: factor out locks in mem_online_cpu()
` [RFC PATCH v2 12/25] mm: add memlayout & dnuma to track pfn->nid & transplant pages between nodes
` [RFC PATCH v2 13/25] mm: memlayout+dnuma: add debugfs interface
` [RFC PATCH v2 14/25] page_alloc: use dnuma to transplant newly freed pages in __free_pages_ok()
` [RFC PATCH v2 15/25] page_alloc: use dnuma to transplant newly freed pages in free_hot_cold_page()
` [RFC PATCH v2 16/25] page_alloc: transplant pages that are being flushed from the per-cpu lists
` [RFC PATCH v2 17/25] x86: memlayout: add a arch specific inital memlayout setter
` [RFC PATCH v2 18/25] init/main: call memlayout_global_init() in start_kernel()
` [RFC PATCH v2 19/25] dnuma: memlayout: add memory_add_physaddr_to_nid() for memory_hotplug
` [RFC PATCH v2 20/25] x86/mm/numa: when dnuma is enabled, use memlayout to handle memory hotplug's physaddr_to_nid
` [RFC PATCH v2 21/25] mm/memory_hotplug: VM_BUG if nid is too large
` [RFC PATCH v2 22/25] mm/page_alloc: in page_outside_zone_boundaries(), avoid premature decisions
` [RFC PATCH v2 23/25] mm/page_alloc: make pr_err() in page_outside_zone_boundaries() more useful
` [RFC PATCH v2 24/25] mm/page_alloc: use manage_pages instead of present pages when calculating default_zonelist_order()
` [RFC PATCH v2 25/25] mm: add a early_param "extra_nr_node_ids" to increase nr_node_ids above the minimum by a percentage
[PATCH] mm/vmstat: add note on safety of drain_zonestat
2013-04-12 1:10 UTC
[PATCH 0/2] mm: vmemmap: add vmemmap_verify check for hot-add node/memory case
2013-04-12 1:13 UTC (5+ messages)
[patch]THP: add split tail pages to shrink page list in page reclaim
2013-04-12 1:02 UTC (3+ messages)
[LSF/MM TOPIC] Beyond NUMA
2013-04-12 0:29 UTC
[PATCH] resource: Update config option of release_mem_region_adjustable()
2013-04-11 23:50 UTC (5+ messages)
[PATCH 0/6] mm/hugetlb: gigantic hugetlb page pools shrink supporting
2013-04-11 23:29 UTC (3+ messages)
zsmalloc zbud hybrid design discussion?
2013-04-11 23:28 UTC (4+ messages)
[PATCH 00/10] staging: zcache/ramster: fix and ramster/debugfs improvement
2013-04-11 23:27 UTC (6+ messages)
` [PATCH 02/10] staging: zcache: remove zcache_freeze
` [PATCH 05/10] staging: ramster: Move debugfs code out of ramster.c file
[PATCH 02/10] staging: zcache: remove zcache_freeze
2013-04-11 23:22 UTC (7+ messages)
` [PATCH 00/10] staging: zcache/ramster: fix and ramster/debugfs improvement
[PATCH] mm/mmap: Check for RLIMIT_AS before unmapping
2013-04-11 22:57 UTC (2+ messages)
[PATCH v3 00/18] change invalidatepage prototype to accept length
2013-04-11 22:40 UTC (4+ messages)
` [PATCH v3 10/18] mm: teach truncate_inode_pages_range() to handle non page aligned ranges
[PATCH 0/5] mm: Ability to monitor task memory changes (v3)
2013-04-11 21:24 UTC (9+ messages)
` [PATCH 1/5] clear_refs: Sanitize accepted commands declaration
` [PATCH 2/5] clear_refs: Introduce private struct for mm_walk
` [PATCH 3/5] pagemap: Introduce pagemap_entry_t without pmshift bits
` [PATCH 4/5] pagemap: Introduce the /proc/PID/pagemap2 file
` [PATCH 5/5] mm: Soft-dirty bits for user memory changes tracking
[folded-merged] mm-reinititalise-user-and-admin-reserves-if-memory-is-added-or-removed-fix-fix.patch removed from -mm tree
2013-04-11 20:48 UTC
[folded-merged] mm-reinititalise-user-and-admin-reserves-if-memory-is-added-or-removed-fix.patch removed from -mm tree
2013-04-11 20:48 UTC
[folded-merged] mm-replace-hardcoded-3%-with-admin_reserve_pages-knob-fix.patch removed from -mm tree
2013-04-11 20:47 UTC
[folded-merged] mm-limit-growth-of-3%-hardcoded-other-user-reserve-fix.patch removed from -mm tree
2013-04-11 20:46 UTC
[PATCH v3 0/3] Support memory hot-delete to boot memory
2013-04-11 20:30 UTC (10+ messages)
` [PATCH v3 2/3] resource: Add release_mem_region_adjustable()
` [PATCH v3 3/3] mm: Change __remove_pages() to call release_mem_region_adjustable()
The pagecache unloved in zone NORMAL?
2013-04-11 20:30 UTC
[PATCH 0/10] Reduce system disruption due to kswapd V3
2013-04-11 19:57 UTC (11+ messages)
` [PATCH 01/10] mm: vmscan: Limit the number of pages kswapd reclaims at each priority
` [PATCH 02/10] mm: vmscan: Obey proportional scanning requirements for kswapd
` [PATCH 03/10] mm: vmscan: Flatten kswapd priority loop
` [PATCH 04/10] mm: vmscan: Decide whether to compact the pgdat based on reclaim progress
` [PATCH 05/10] mm: vmscan: Do not allow kswapd to scan at maximum priority
` [PATCH 06/10] mm: vmscan: Have kswapd writeback pages based on dirty pages encountered, not priority
` [PATCH 07/10] mm: vmscan: Block kswapd if it is encountering pages under writeback
` [PATCH 08/10] mm: vmscan: Have kswapd shrink slab only once per priority
` [PATCH 09/10] mm: vmscan: Check if kswapd should writepage once per pgdat scan
` [PATCH 10/10] mm: vmscan: Move logic from balance_pgdat() to kswapd_shrink_zone()
print out hardware name & modules list when we encounter bad page tables
2013-04-11 18:56 UTC
[RFC Patch 0/2] mm: Add parameters to make kernel behavior at memory error on dirty cache selectable
2013-04-11 18:10 UTC (9+ messages)
[PATCH] mm: remove compressed copy from zram in-memory
2013-04-11 17:56 UTC (14+ messages)
` zsmalloc defrag (Was: [PATCH] mm: remove compressed copy from zram in-memory)
[PATCH] mm: Print the correct method to disable automatic numa migration
2013-04-11 17:48 UTC (8+ messages)
mm: BUG in do_huge_pmd_wp_page
2013-04-11 15:14 UTC (6+ messages)
[PATCH 1/3] mm, vmscan: count accidental reclaimed pages failed to put into lru
2013-04-11 15:03 UTC (8+ messages)
` [PATCH 2/3] mm, slub: count freed pages via rcu as this task's reclaimed_slab
[RFC v7 00/11] Support vrange for anonymous page
2013-04-11 15:01 UTC (8+ messages)
[RFC Patch 2/2] mm: Add parameters to limit a rate of outputting memory error messages
2013-04-11 14:47 UTC (3+ messages)
[RFC 0/3] soft reclaim rework
2013-04-11 13:04 UTC (4+ messages)
How much memory kernel uses
2013-04-11 11:28 UTC (3+ messages)
[PATCH v2 02/28] vmscan: take at least one pass with shrinkers
2013-04-11 9:25 UTC (14+ messages)
[RFC Patch 1/2] mm: Add a parameter to force a kernel panic when memory error occurs on dirty cache
2013-04-11 7:14 UTC (2+ messages)
[RESEND][PATCH v5 0/3] fix hugepage coredump
2013-04-11 7:08 UTC (4+ messages)
` [RESEND][PATCH v5 2/3] fix hugetlb memory check in vma_dump_size()
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).