messages from 2016-05-10 17:49:20 to 2016-05-13 14:14:58 UTC [more...]
[PATCH] mm: add config option to select the initial overcommit mode
2016-05-13 14:14 UTC (18+ messages)
[RFC 00/13] make direct compaction more deterministic
2016-05-13 13:38 UTC (27+ messages)
` [RFC 01/13] mm, compaction: don't isolate PageWriteback pages in MIGRATE_SYNC_LIGHT mode
` [RFC 02/13] mm, page_alloc: set alloc_flags only once in slowpath
` [RFC 03/13] mm, page_alloc: don't retry initial attempt "
` [RFC 04/13] mm, page_alloc: restructure direct compaction handling "
` [RFC 05/13] mm, page_alloc: make THP-specific decisions more generic
` [RFC 06/13] mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations
` [RFC 07/13] mm, compaction: introduce direct compaction priority
` [RFC 08/13] mm, compaction: simplify contended compaction handling
` [RFC 09/13] mm, compaction: make whole_zone flag ignore cached scanner positions
` [RFC 11/13] mm, compaction: add the ultimate direct compaction priority
[PATCH 1/4] kasan/tests: add tests for user memory access functions
2016-05-13 12:18 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
mm: pages are not freed from lru_add_pvecs after process termination
2016-05-13 12:05 UTC (14+ messages)
[PATCH] zram: introduce per-device debug_stat sysfs node
2016-05-13 8:06 UTC (9+ messages)
why the count nr_file_pages is not equal to nr_inactive_file + nr_active_file ?
2016-05-13 7:31 UTC (3+ messages)
[PATCH 0/19] get rid of superfluous __GFP_REPEAT
2016-05-13 6:58 UTC (4+ messages)
[PATCH 0/2] oom detection fixups
2016-05-13 4:05 UTC (5+ messages)
` [PATCH 1/2] mmotm: mm-oom-rework-oom-detection-fix
` [PATCH 2/2] mm, oom: protect !costly allocations some more for !CONFIG_COMPACTION
[PATCH 1/3] mm: thp: calculate the mapcount correctly for THP pages during WP faults
2016-05-12 18:48 UTC (5+ messages)
` [PATCH 1/1] "
` [1/1] "
[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
2016-05-12 18:20 UTC (5+ messages)
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear
Use after free in workingset LRU handling
2016-05-12 17:27 UTC
[PATCH v7 0/6] dax: handling media errors (clear-on-zero only)
2016-05-12 17:06 UTC (10+ messages)
` [PATCH v7 1/6] dax: fallback from pmd to pte on error
` [PATCH v7 2/6] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v7 3/6] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v7 4/6] dax: export a low-level __dax_zero_page_range helper
` [PATCH v7 5/6] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v7 6/6] dax: fix a comment in dax_zero_page_range and dax_truncate_page
[PATCH v5] mm: Add memory allocation watchdog kernel thread
2016-05-12 16:38 UTC (3+ messages)
[PATCH] writeback: Avoid exhausting allocation reserves under memory pressure
2016-05-12 16:08 UTC (5+ messages)
[PATCH] Documentation/memcg: remove restriction of setting kmem limit
2016-05-12 16:03 UTC (6+ messages)
` [PATCH] Documentation/memcg: update kmem limit doc as codes behavior
[Question] Missing data after DMA read transfer - mm issue with transparent huge page?
2016-05-12 15:57 UTC (15+ messages)
[PATCHv8 00/32] THP-enabled tmpfs/shmem using compound pages
2016-05-12 15:41 UTC (33+ messages)
` [PATCHv8 01/32] thp, mlock: update unevictable-lru.txt
` [PATCHv8 02/32] mm: do not pass mm_struct into handle_mm_fault
` [PATCHv8 03/32] mm: introduce fault_env
` [PATCHv8 04/32] mm: postpone page table allocation until we have page to map
` [PATCHv8 05/32] rmap: support file thp
` [PATCHv8 06/32] mm: introduce do_set_pmd()
` [PATCHv8 07/32] thp, vmstats: add counters for huge file pages
` [PATCHv8 08/32] thp: support file pages in zap_huge_pmd()
` [PATCHv8 09/32] thp: handle file pages in split_huge_pmd()
` [PATCHv8 10/32] thp: handle file COW faults
` [PATCHv8 11/32] thp: skip file huge pmd on copy_huge_pmd()
` [PATCHv8 12/32] thp: prepare change_huge_pmd() for file thp
` [PATCHv8 13/32] thp: run vma_adjust_trans_huge() outside i_mmap_rwsem
` [PATCHv8 14/32] thp: file pages support for split_huge_page()
` [PATCHv8 15/32] thp, mlock: do not mlock PTE-mapped file huge pages
` [PATCHv8 16/32] vmscan: split file huge pages before paging them out
` [PATCHv8 17/32] page-flags: relax policy for PG_mappedtodisk and PG_reclaim
` [PATCHv8 18/32] radix-tree: implement radix_tree_maybe_preload_order()
` [PATCHv8 19/32] filemap: prepare find and delete operations for huge pages
` [PATCHv8 20/32] truncate: handle file thp
` [PATCHv8 21/32] mm, rmap: account shmem thp pages
` [PATCHv8 22/32] shmem: prepare huge= mount option and sysfs knob
` [PATCHv8 23/32] shmem: get_unmapped_area align huge page
` [PATCHv8 24/32] shmem: add huge pages support
` [PATCHv8 25/32] shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings
` [PATCHv8 26/32] thp: update Documentation/vm/transhuge.txt
` [PATCHv8 27/32] thp: extract khugepaged from mm/huge_memory.c
` [PATCHv8 28/32] khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()
` [PATCHv8 29/32] shmem: make shmem_inode_info::lock irq-safe
` [PATCHv8 30/32] khugepaged: add support of collapse for tmpfs/shmem pages
` [PATCHv8 31/32] thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE
` [PATCHv8 32/32] shmem: split huge pages beyond i_size under memory pressure
[PATCH] mm, compaction: avoid uninitialized variable use
2016-05-12 12:04 UTC (8+ messages)
[PATCH] mm: fix pfn spans two sections in has_unmovable_pages()
2016-05-12 12:05 UTC (7+ messages)
[PATCH 0/6] mm/page_owner: use tackdepot to store stacktrace
2016-05-12 11:57 UTC (10+ messages)
` [PATCH 1/6] mm/compaction: split freepages without holding the zone lock
` [PATCH 3/6] mm/page_owner: copy last_migrate_reason in copy_page_owner()
` [PATCH 6/6] mm/page_owner: use stackdepot to store stacktrace
UBIFS and page migration (take 3)
2016-05-12 11:49 UTC (5+ messages)
` [PATCH 1/2] mm: Export migrate_page_move_mapping and migrate_page_copy
` [PATCH 2/2] UBIFS: Implement ->migratepage()
[PATCH 0.14] oom detection rework v6
2016-05-12 10:59 UTC (10+ messages)
[RFC v3] [PATCH 0/18] DAX page fault locking
2016-05-12 7:58 UTC (13+ messages)
` [PATCH 16/18] dax: New "
[next-20160506 mm,smp] hang up at csd_lock_wait() from drain_all_pages()
2016-05-11 21:56 UTC (11+ messages)
` x86_64 Question: Are concurrent IPI requests safe?
[PATCH 0/3] memory-hotplug: improve rezoning capability
2016-05-11 19:23 UTC (6+ messages)
` [PATCH 2/3] memory-hotplug: more general validation of zone during online
[PATCH v6 0/5] dax: handling media errors (clear-on-zero only)
2016-05-11 18:39 UTC (11+ messages)
` [PATCH v6 1/5] dax: fallback from pmd to pte on error
` [PATCH v6 2/5] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v6 3/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v6 4/5] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v6 5/5] dax: fix a comment in dax_zero_page_range and dax_truncate_page
Getting rid of dynamic TASK_SIZE (on x86, at least)
2016-05-11 18:08 UTC (11+ messages)
[PATCH v9] mm: kasan: Initial memory quarantine implementation
2016-05-11 17:18 UTC
[PATCH] mm-kasan-initial-memory-quarantine-implementation-v8-fix
2016-05-11 15:33 UTC (5+ messages)
[PATCH] mm: unhide vmstat_text definition for CONFIG_SMP
2016-05-11 15:32 UTC (2+ messages)
[PATCH] vmstat: Get rid of the ugly cpu_stat_off variable V2
2016-05-11 12:19 UTC (2+ messages)
[PATCH 0/2] man-pages: clarify MAP_LOCKED semantic
2016-05-11 11:32 UTC (5+ messages)
` [PATCH 1/2] mmap.2: "
[PATCH v6 00/20] kthread: Use kthread worker API more widely
2016-05-11 10:52 UTC (3+ messages)
[PATCH] mm/zsmalloc: avoid unnecessary iteration in get_pages_per_zspage()
2016-05-11 9:34 UTC (8+ messages)
[v2,2/2] powerpc/mm: Ensure "special" zones are empty
2016-05-11 9:22 UTC (3+ messages)
` [PATCH v2] "
[PATCH v8 0/7] SLAB support for KASAN
2016-05-11 9:04 UTC (6+ messages)
` [PATCH v8 7/7] mm: kasan: Initial memory quarantine implementation
mmotm 2016-05-10-16-31 uploaded
2016-05-10 23:31 UTC
[PATCH v2 1/2] powerpc/mm: define TOP_ZONE as a constant
2016-05-10 21:48 UTC (2+ messages)
` [v2,1/2] "
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).