messages from 2016-05-03 11:03:37 to 2016-05-09 02:20:34 UTC [more...]
[PATCH v5 00/13] Support non-lru page migration
2016-05-09 2:20 UTC (7+ messages)
` [PATCH v5 01/12] mm: use put_page to free page instead of putback_lru_page
` [PATCH v5 03/12] mm: balloon: use general non-lru movable page feature
` [PATCH v5 04/12] zsmalloc: keep max_object in size_class
` [PATCH v5 05/12] zsmalloc: use bit_spin_lock
` [PATCH v5 06/12] zsmalloc: use accessor
` [PATCH v5 07/12] zsmalloc: factor page chain functionality out
[PATCH v5 0/5] dax: handling media errors (clear-on-zero only)
2016-05-08 18:46 UTC (9+ messages)
` [PATCH v5 1/5] dax: fallback from pmd to pte on error
` [PATCH v5 2/5] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v5 3/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v5 4/5] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v5 5/5] dax: fix a comment in dax_zero_page_range and dax_truncate_page
[PATCH v4 0/7] dax: handling media errors
2016-05-08 18:42 UTC (13+ messages)
` [PATCH v4 5/7] fs: prioritize and separate direct_io from dax_io
[PATCH] tmpfs: don't undo fallocate past its last page
2016-05-08 13:16 UTC
[PATCH v3] ksm: fix conflict between mmput and scan_get_next_rmap_item
2016-05-08 12:09 UTC (2+ messages)
[PATCH v4] ksm: fix conflict between mmput and scan_get_next_rmap_item
2016-05-08 12:00 UTC
[PATCH v2 1/2] mm, kasan: improve double-free detection
2016-05-08 9:17 UTC (4+ messages)
[PATCH] ksm: fix conflict between mmput and scan_get_next_rmap_item
2016-05-08 6:46 UTC (8+ messages)
[PATCH v2] ksm: fix conflict between mmput and scan_get_next_rmap_item
2016-05-08 6:03 UTC (3+ messages)
[PATCH v5] mm: Add memory allocation watchdog kernel thread
2016-05-07 14:16 UTC
[PATCH] kasan: improve double-free detection
2016-05-07 10:21 UTC (15+ messages)
[PATCH 1/4] kasan/tests: add tests for user memory access functions
2016-05-06 22:48 UTC (5+ messages)
` [PATCH 2/4] mm/kasan: print name of mem[set,cpy,move]() caller in report
` [PATCH 3/4] mm/kasan: add API to check memory regions
` [PATCH 4/4] x86/kasan: Instrument user memory access API
[PATCH 0/3] mm: thp: mapcount updates
2016-05-06 22:10 UTC (7+ messages)
` [PATCH 1/3] mm: thp: calculate the mapcount correctly for THP pages during WP faults
` [PATCH 2/3] mm: thp: microoptimize compound_mapcount()
` [PATCH 3/3] mm: thp: split_huge_pmd_address() comment improvement
[Bug 117731] New: Doing mprotect for PROT_NONE and then for PROT_READ|PROT_WRITE reduces CPU write B/W on buffer
2016-05-06 22:01 UTC
[PATCH] memcg: fix stale mem_cgroup_force_empty() comment
2016-05-06 21:45 UTC (2+ messages)
[RFC v3] [PATCH 0/18] DAX page fault locking
2016-05-06 20:33 UTC (5+ messages)
` [PATCH 16/18] dax: New "
[Question] Missing data after DMA read transfer - mm issue with transparent huge page?
2016-05-06 19:27 UTC (4+ messages)
[PATCH] vmstat: Get rid of the ugly cpu_stat_off variable V2
2016-05-06 18:09 UTC
mm: pages are not freed from lru_add_pvecs after process termination
2016-05-06 16:04 UTC (11+ messages)
[PATCH v2 2/2] kasan: add kasan_double_free() test
2016-05-06 11:50 UTC
[PATCH v2 0/2] KASAN double-free detection
2016-05-06 11:38 UTC
[next-20160506 mm,smp] hang up at csd_lock_wait() from drain_all_pages()
2016-05-06 10:58 UTC
[PATCH] mm/zsmalloc: avoid unnecessary iteration in get_pages_per_zspage()
2016-05-06 9:33 UTC (7+ messages)
[BUG] vfio device assignment regression with THP ref counting redesign
2016-05-06 7:29 UTC (17+ messages)
[PATCH 0/2] scop GFP_NOFS api
2016-05-06 3:20 UTC (18+ messages)
` [PATCH 2/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context
mmotm 2016-05-05-17-19 uploaded
2016-05-06 0:19 UTC
[PATCH] writeback: Avoid exhausting allocation reserves under memory pressure
2016-05-05 21:37 UTC (5+ messages)
[BUG] Null pointer dereference when freeing pages on 4.6-rc6
2016-05-05 21:13 UTC
[PATCH 0/7] mm: Improve swap path scalability with batched operations
2016-05-05 15:56 UTC (16+ messages)
` [PATCH 1/7] mm: Cleanup - Reorganize the shrink_page_list code into smaller functions
` [PATCH 2/7] mm: Group the processing of anonymous pages to be swapped in shrink_page_list
` [PATCH 3/7] mm: Add new functions to allocate swap slots in batches
` [PATCH 4/7] mm: Shrink page list batch allocates swap slots for page swapping
` [PATCH 5/7] mm: Batch addtion of pages to swap cache
` [PATCH 6/7] mm: Cleanup - Reorganize code to group handling of page
` [PATCH 7/7] mm: Batch unmapping of pages that are in swap cache
[dm-devel] [4.4, 4.5, 4.6] Regression: encrypted swap (dm-crypt) freezes system while under memory pressure and swapping
2016-05-05 15:54 UTC
[PATCH] include <asm/sections.h> instead of <asm-generic/sections.h>
2016-05-05 14:42 UTC
kmap_atomic and preemption
2016-05-05 12:37 UTC (9+ messages)
[PATCH] x86/vdso: add mremap hook to vm_special_mapping
2016-05-05 11:55 UTC (6+ messages)
` [PATCHv8 1/2] "
[PATCH] mm: slab: remove ZONE_DMA_FLAG
2016-05-05 11:49 UTC (2+ messages)
[PATCH] mm/numa/thp: fix assumptions of migrate_misplaced_transhuge_page()
2016-05-05 9:53 UTC (2+ messages)
[PATCH] Documentation/memcg: remove restriction of setting kmem limit
2016-05-05 8:32 UTC (2+ messages)
[RFC PATCH] mm/init: fix zone boundary creation
2016-05-05 7:57 UTC
[PATCH v2 1/2] powerpc/mm: define TOP_ZONE as a constant
2016-05-05 7:54 UTC (2+ messages)
` [PATCH v2 2/2] powerpc/mm: Ensure "special" zones are empty
[PATCH v3] z3fold: the 3-fold allocator for compressed pages
2016-05-04 22:44 UTC (2+ messages)
kcompactd hang during memory offlining
2016-05-04 21:23 UTC (4+ messages)
VDSO unmap and remap support for additional architectures
2016-05-04 21:21 UTC (8+ messages)
` [RFC 1/5] powerpc: Rename context.vdso_base to context.vdso
[PATCH 0/6] mm/page_owner: use tackdepot to store stacktrace
2016-05-04 19:41 UTC (12+ messages)
` [PATCH 6/6] mm/page_owner: use stackdepot "
[PATCH 0.14] oom detection rework v6
2016-05-04 19:22 UTC (24+ messages)
` [PATCH 01/14] vmscan: consider classzone_idx in compaction_ready
` [PATCH 12/14] mm, oom: protect !costly allocations some more
` [PATCH 14/14] mm, oom, compaction: prevent from should_compact_retry looping for ever for costly orders
[PATCH for v4.6] lib/stackdepot: avoid to return 0 handle
2016-05-04 15:17 UTC (3+ messages)
[PATCH] mm, page_alloc: Restore the original nodemask if the fast path allocation failed
2016-05-04 14:36 UTC
[PATCH v2 5/5] dax: handle media errors in dax_do_io
2016-05-04 5:05 UTC (20+ messages)
[PATCH mmotm] radix-tree: rewrite radix_tree_locate_item fix
2016-05-03 20:28 UTC (3+ messages)
` [PATCH] radix-tree: add test for radix_tree_locate_item()
[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
2016-05-03 15:59 UTC (6+ messages)
` [RFC PATCH v1 15/18] x86: Enable memory encryption on the APs
[PATCH 0/6] Optimise page alloc/free fast paths followup v2
2016-05-03 14:33 UTC (4+ messages)
[PATCH v2 00/29] Radix tree multiorder fixes
2016-05-03 14:24 UTC (3+ messages)
` [PATCH v2 01/29] radix-tree: Introduce radix_tree_empty
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).