messages from 2015-04-21 10:41:37 to 2015-04-24 15:20:12 UTC [more...]
[RFC PATCH 0/14] Parallel struct page initialisation v5r4
2015-04-24 15:20 UTC (19+ messages)
` [PATCH 01/13] memblock: Introduce a for_each_reserved_mem_region iterator
` [PATCH 02/13] mm: meminit: Move page initialization into a separate function
` [PATCH 03/13] mm: meminit: Only set page reserved in the memblock region
` [PATCH 04/13] mm: page_alloc: Pass PFN to __free_pages_bootmem
` [PATCH 05/13] mm: meminit: Make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid
` [PATCH 06/13] mm: meminit: Inline some helper functions
` [PATCH 07/13] mm: meminit: Only a subset of struct pages if CONFIG_DEFERRED_STRUCT_PAGE_INIT is set
` [PATCH 08/13] mm: meminit: Initialise remaining struct pages in parallel with kswapd
` [PATCH 09/13] mm: meminit: Minimise number of pfn->page lookups during initialisation
` [PATCH 10/13] x86: mm: Enable deferred struct page initialisation on x86-64
` [PATCH 11/13] mm: meminit: Free pages in large chunks where possible
` [PATCH 12/13] mm: meminit: Reduce number of times pageblocks are set during struct page init
` [PATCH 13/13] mm: meminit: Remove mminit_verify_page_links
[RFC PATCH 0/6] TLB flush multiple pages with a single IPI v3
2015-04-24 15:16 UTC (8+ messages)
` [PATCH 3/6] mm: Defer TLB flush after unmap as long as possible
` [PATCH 5/6] mm, migrate: Batch TLB flushing when unmapping pages for migration
` [PATCH 6/6] mm: Gather more PFNs before sending a TLB to flush unmapped pages
Interacting with coherent memory on external devices
2015-04-24 15:09 UTC (54+ messages)
[PATCH v3] mm/slab_common: Support the slub_debug boot option on specific object size
2015-04-24 14:36 UTC (6+ messages)
about bootmem allocation/freeing flow
2015-04-24 12:51 UTC (2+ messages)
[patch] mm: vmscan: invoke slab shrinkers from shrink_zone()
2015-04-24 11:47 UTC (6+ messages)
[PATCH 0/9 v2] Helper to abstract vma handling in media layer
2015-04-24 11:07 UTC (5+ messages)
[RFC PATCH v2 00/11] an introduction of library operating system for Linux (LibOS)
2015-04-24 9:50 UTC (9+ messages)
` [RFC PATCH v3 00/10] "
` [RFC PATCH v3 09/10] lib: libos build scripts and documentation
mmotm 2015-04-23-16-38 uploaded
2015-04-24 8:20 UTC (2+ messages)
[PATCH] mm: soft-offline: fix num_poisoned_pages counting on concurrent events
2015-04-24 0:42 UTC (2+ messages)
[PATCH 1/2] mm/hwpoison-inject: fix refcounting in no-injection case
2015-04-24 0:42 UTC (4+ messages)
` [PATCH 2/2] mm/hwpoison-inject: check PageLRU of hpage
[PATCH] mm/hugetlb: reduce arch dependent code about huge_pmd_unshare
2015-04-23 22:41 UTC (4+ messages)
[RFC v2 PATCH 0/5] hugetlbfs: add fallocate support
2015-04-23 22:13 UTC (6+ messages)
` [RFC v2 PATCH 1/5] hugetlbfs: truncate_hugepages() takes a range of pages
` [RFC v2 PATCH 2/5] hugetlbfs: remove region_truncte() as region_del() can be used
` [RFC v2 PATCH 3/5] hugetlbfs: New huge_add_to_page_cache helper routine
` [RFC v2 PATCH 4/5] hugetlbfs: add hugetlbfs_fallocate()
` [RFC v2 PATCH 5/5] mm: madvise allow remove operation for hugetlbfs
[PATCHv5 00/28] THP refcounting redesign
2015-04-23 21:04 UTC (29+ messages)
` [PATCHv5 01/28] mm, proc: adjust PSS calculation
` [PATCHv5 02/28] rmap: add argument to charge compound page
` [PATCHv5 03/28] memcg: adjust to support new THP refcounting
` [PATCHv5 04/28] mm, thp: adjust conditions when we can reuse the page on WP fault
` [PATCHv5 05/28] mm: adjust FOLL_SPLIT for new refcounting
` [PATCHv5 06/28] mm: handle PTE-mapped tail pages in gerneric fast gup implementaiton
` [PATCHv5 07/28] thp, mlock: do not allow huge pages in mlocked area
` [PATCHv5 08/28] khugepaged: ignore pmd tables with THP mapped with ptes
` [PATCHv5 09/28] thp: rename split_huge_page_pmd() to split_huge_pmd()
` [PATCHv5 10/28] mm, vmstats: new THP splitting event
` [PATCHv5 11/28] mm: temporally mark THP broken
` [PATCHv5 12/28] thp: drop all split_huge_page()-related code
` [PATCHv5 13/28] mm: drop tail page refcounting
` [PATCHv5 14/28] futex, thp: remove special case for THP in get_futex_key
` [PATCHv5 15/28] ksm: prepare to new THP semantics
` [PATCHv5 16/28] mm, thp: remove compound_lock
` [PATCHv5 17/28] mm, thp: remove infrastructure for handling splitting PMDs
` [PATCHv5 18/28] x86, "
` [PATCHv5 19/28] mm: store mapcount for compound page separately
` [PATCHv5 20/28] mm: differentiate page_mapped() from page_mapcount() for compound pages
` [PATCHv5 21/28] mm, numa: skip PTE-mapped THP on numa fault
` [PATCHv5 22/28] thp: implement split_huge_pmd()
` [PATCHv5 23/28] thp: add option to setup migration entiries during PMD split
` [PATCHv5 24/28] thp, mm: split_huge_page(): caller need to lock page
` [PATCHv5 25/28] thp: reintroduce split_huge_page()
` [PATCHv5 26/28] thp: introduce deferred_split_huge_page()
` [PATCHv5 27/28] mm: re-enable THP
` [PATCHv5 28/28] thp: update documentation
[PATCH 0/13] Parallel struct page initialisation v3
2015-04-23 16:30 UTC (17+ messages)
` [PATCH 01/13] memblock: Introduce a for_each_reserved_mem_region iterator
` [PATCH 02/13] mm: meminit: Move page initialization into a separate function
` [PATCH 03/13] mm: meminit: Only set page reserved in the memblock region
` [PATCH 04/13] mm: page_alloc: Pass PFN to __free_pages_bootmem
` [PATCH 05/13] mm: meminit: Make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid
` [PATCH 06/13] mm: meminit: Inline some helper functions
` [PATCH 07/13] mm: meminit: Initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PAGE_INIT is set
` [PATCH 08/13] mm: meminit: Initialise remaining struct pages in parallel with kswapd
` [PATCH 09/13] mm: meminit: Minimise number of pfn->page lookups during initialisation
` [PATCH 10/13] x86: mm: Enable deferred struct page initialisation on x86-64
` [PATCH 11/13] mm: meminit: Free pages in large chunks where possible
` [PATCH 12/13] mm: meminit: Reduce number of times pageblocks are set during struct page init
` [PATCH 13/13] mm: meminit: Remove mminit_verify_page_links
kernel BUG at mm/swap.c:134! - page dumped because: VM_BUG_ON_PAGE(page_mapcount(page) != 0)
2015-04-23 16:23 UTC (11+ messages)
[PATCH] linux/slab.h: fix three off-by-one typos in comment
2015-04-23 13:58 UTC (2+ messages)
[PATCH v2] mm/slab_common: Support the slub_debug boot option on specific object size
2015-04-23 11:15 UTC (8+ messages)
[PATCH] mm/hugetlb: use pmd_page() in follow_huge_pmd()
2015-04-23 7:46 UTC (5+ messages)
[PATCH 0/3] UserfaultFD: Extension for non cooperative uffd usage
2015-04-23 6:34 UTC (6+ messages)
` [PATCH 2/3] uffd: Introduce the v2 API
[RFC v7 2/2] mm: swapoff prototype: frontswap handling added
2015-04-22 19:01 UTC (2+ messages)
[RFC v7 1/2] mm: prototype: rid swapoff of quadratic complexity
2015-04-22 18:58 UTC (2+ messages)
[PATCH] mm: fix mprotect() behaviour on VM_LOCKED VMAs
2015-04-22 18:55 UTC (2+ messages)
[PATCH 1/2 V3] memory-hotplug: fix BUG_ON in move_freepages()
2015-04-22 14:43 UTC (5+ messages)
[PATCH v2 0/2] zram, zsmalloc: remove obsolete DEBUGs
2015-04-22 9:18 UTC (4+ messages)
` [PATCH v2 1/2] zram: remove obsolete ZRAM_DEBUG option
` [PATCH v2 2/2] zsmalloc: remove obsolete ZSMALLOC_DEBUG
[PATCH] kasan: Remove duplicate definition of the macro KASAN_FREE_PAGE
2015-04-22 7:02 UTC (2+ messages)
[PATCH 2/2 V3] memory-hotplug: remove reset_node_managed_pages() and reset_node_managed_pages() in hotadd_new_pgdat()
2015-04-22 6:27 UTC (2+ messages)
[PATCH] mm, hwpoison: Add comment describing when to add new cases
2015-04-21 23:32 UTC (4+ messages)
[PATCH] mm, hwpoison: Add comment describing when to add new cases
2015-04-21 23:35 UTC
[PATCHSET 1/3 v3 block/for-4.1/core] writeback: cgroup writeback support
2015-04-21 15:05 UTC (9+ messages)
` [PATCH 12/49] writeback: move backing_dev_info->bdi_stat[] into bdi_writeback
` [PATCH 20/49] bdi: separate out congested state into a separate struct
mempolicy ref-counting question
2015-04-21 14:41 UTC (2+ messages)
[PATCH] mm/slab_common: Support the slub_debug boot option on specific object size
2015-04-21 14:06 UTC (4+ 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).