linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-06 06:14:04 to 2016-04-07 17:50:29 UTC [more...]

[PATCH v5 0/2] mm, thp: Fix unnecessarry resource consuming in swapin
 2016-04-07 17:48 UTC  (6+ messages)
` [PATCH v5 1/2] mm, vmstat: calculate particular vm event
` [PATCH v5 2/2] mm, thp: avoid unnecessary swapin in khugepaged

[PATCH] x86 get_unmapped_area: Add PMD alignment for DAX PMD mmap
 2016-04-07 17:41 UTC  (4+ messages)

[RFC v1] mm: SLAB freelist randomization
 2016-04-07 16:35 UTC  (7+ messages)
` [kernel-hardening] "
  ` [kernel-hardening] "

[PATCH 0/3] mm/mmap.c: don't unmap the overlapping VMA(s)
 2016-04-07 16:31 UTC  (6+ messages)

[LSF/MM TOPIC] Generic page-pool recycle facility?
 2016-04-07 16:14 UTC  (6+ messages)
  ` [Lsf-pc] "
    ` [Lsf] "
      ` [Lsf-pc] [Lsf] "

PG_reserved and compound pages
 2016-04-07 15:22 UTC  (5+ messages)
  `  "
      `  "

[PATCH 1/2] arm64: mem-model: add flatmem model for arm64
 2016-04-07 14:21 UTC  (5+ messages)
` [PATCH 2/2] arm64: mm: make pfn always valid with flat memory

[BUG] lib: zram lz4 compression/decompression still broken on big endian
 2016-04-07 14:07 UTC  (8+ messages)

[patch] mm, hugetlb_cgroup: round limit_in_bytes down to hugepage size
 2016-04-07 12:51 UTC  (6+ messages)
    ` [patch v2] "

[PATCH 0/3] oom reaper follow ups v1
 2016-04-07 11:55 UTC  (6+ messages)
` [PATCH 1/3] mm, oom: move GFP_NOFS check to out_of_memory
` [PATCH 2/3] oom, oom_reaper: Try to reap tasks which skip regular OOM killer path
` [PATCH 3/3] mm, oom_reaper: clear TIF_MEMDIE for all tasks queued for oom_reaper

[PATCH 00/10] Enable HugeTLB page migration on POWER
 2016-04-07  9:34 UTC  (16+ messages)
` [PATCH 01/10] mm/mmap: Replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoff
` [PATCH 02/10] mm/hugetlb: Add PGD based implementation awareness
` [PATCH 03/10] mm/hugetlb: Protect follow_huge_(pud|pgd) functions from race
` [PATCH 04/10] powerpc/hugetlb: Add ABI defines for MAP_HUGE_16MB and MAP_HUGE_16GB
` [PATCH 05/10] powerpc/hugetlb: Split the function 'huge_pte_alloc'
` [PATCH 06/10] powerpc/hugetlb: Split the function 'huge_pte_offset'
` [PATCH 07/10] powerpc/hugetlb: Prepare arch functions for ARCH_WANT_GENERAL_HUGETLB
` [PATCH 08/10] powerpc/hugetlb: Selectively enable ARCH_WANT_GENERAL_HUGETLB
` [PATCH 09/10] powerpc/hugetlb: Selectively enable ARCH_ENABLE_HUGEPAGE_MIGRATION
` [PATCH 10/10] selfttest/powerpc: Add memory page migration tests

[linux-next:master 3283/3365] include/linux/huge_mm.h:53:26: note: in expansion of macro 'HPAGE_PMD_ORDER'
 2016-04-07  9:23 UTC 

[PATCH 0/2] memory_hotplug: introduce config and command line options to set the default onlining policy
 2016-04-07  8:47 UTC  (7+ messages)
` [PATCH 1/2] memory_hotplug: introduce CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE
` [PATCH 2/2] memory_hotplug: introduce memhp_default_state= command line parameter

mmotm 2016-04-06-20-40 uploaded
 2016-04-07  3:41 UTC 

[PATCH 00/31] huge tmpfs: THPagecache implemented by teams
 2016-04-07  2:53 UTC  (12+ messages)
` [PATCH 12/31] huge tmpfs: extend get_user_pages_fast to shmem pmd
` [PATCH 17/31] kvm: teach kvm to map page teams as huge pages
` [PATCH 23/31] huge tmpfs recovery: framework for reconstituting "

zsmalloc: zs_compact refactoring
 2016-04-07  2:39 UTC  (2+ messages)

[PATCH v3 00/16] Support non-lru page migration
 2016-04-07  2:35 UTC  (24+ messages)
` [PATCH v3 01/16] mm: use put_page to free page instead of putback_lru_page
` [PATCH v3 02/16] mm/compaction: support non-lru movable page migration
` [PATCH v3 03/16] mm: add non-lru movable page support document
` [PATCH v3 13/16] zsmalloc: migrate head page of zspage

[PATCHv6 00/30] THP-enabled tmpfs/shmem using compound pages
 2016-04-06 22:51 UTC  (31+ messages)
` [PATCHv6 01/30] thp, mlock: update unevictable-lru.txt
` [PATCHv6 02/30] mm: do not pass mm_struct into handle_mm_fault
` [PATCHv6 03/30] mm: introduce fault_env
` [PATCHv6 04/30] mm: postpone page table allocation until we have page to map
` [PATCHv6 05/30] rmap: support file thp
` [PATCHv6 06/30] mm: introduce do_set_pmd()
` [PATCHv6 07/30] thp, vmstats: add counters for huge file pages
` [PATCHv6 08/30] thp: support file pages in zap_huge_pmd()
` [PATCHv6 09/30] thp: handle file pages in split_huge_pmd()
` [PATCHv6 10/30] thp: handle file COW faults
` [PATCHv6 11/30] thp: handle file pages in mremap()
` [PATCHv6 12/30] thp: skip file huge pmd on copy_huge_pmd()
` [PATCHv6 13/30] thp: prepare change_huge_pmd() for file thp
` [PATCHv6 14/30] thp: run vma_adjust_trans_huge() outside i_mmap_rwsem
` [PATCHv6 15/30] thp: file pages support for split_huge_page()
` [PATCHv6 16/30] thp, mlock: do not mlock PTE-mapped file huge pages
` [PATCHv6 17/30] vmscan: split file huge pages before paging them out
` [PATCHv6 18/30] page-flags: relax policy for PG_mappedtodisk and PG_reclaim
` [PATCHv6 19/30] radix-tree: implement radix_tree_maybe_preload_order()
` [PATCHv6 20/30] filemap: prepare find and delete operations for huge pages
` [PATCHv6 21/30] truncate: handle file thp
` [PATCHv6 22/30] mm, rmap: account shmem thp pages
` [PATCHv6 23/30] shmem: prepare huge= mount option and sysfs knob
` [PATCHv6 24/30] shmem: get_unmapped_area align huge page
` [PATCHv6 25/30] shmem: add huge pages support
` [PATCHv6 26/30] shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings
` [PATCHv6 27/30] thp: update Documentation/vm/transhuge.txt
` [PATCHv6 28/30] thp: extract khugepaged from mm/huge_memory.c
` [PATCHv6 29/30] khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()
` [PATCHv6 30/30] khugepaged: add support of collapse for tmpfs/shmem pages

RFC [PATCH 0/1] ksm: introduce ksm_max_page_sharing per page deduplication limit
 2016-04-06 22:02 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 00/10] mm: easy preliminaries to THPagecache
 2016-04-06 21:58 UTC  (8+ messages)
` [PATCH 03/10] mm: use __SetPageSwapBacked and dont ClearPageSwapBacked
` [PATCH 10/10] arch: fix has_transparent_hugepage()

[PATCH 00/30] Radix tree multiorder fixes
 2016-04-06 21:21 UTC  (31+ messages)
` [PATCH 01/30] radix-tree: Introduce radix_tree_empty
` [PATCH 02/30] radix tree test suite: Fix build
` [PATCH 03/30] radix tree test suite: Add tests for radix_tree_locate_item()
` [PATCH 04/30] radix tree test suite: Allow testing other fan-out values
` [PATCH 05/30] radix tree test suite: keep regression test runs short
` [PATCH 06/30] radix tree test suite: rebuild when headers change
` [PATCH 07/30] radix-tree: remove unused looping macros
` [PATCH 08/30] Introduce CONFIG_RADIX_TREE_MULTIORDER
` [PATCH 09/30] radix-tree: Add missing sibling entry functionality
` [PATCH 10/30] radix-tree: Fix sibling entry insertion
` [PATCH 11/30] radix-tree: Fix deleting a multi-order entry through an alias
` [PATCH 12/30] radix-tree: Remove restriction on multi-order entries
` [PATCH 13/30] radix-tree: Introduce radix_tree_load_root()
` [PATCH 14/30] radix-tree: Fix extending the tree for multi-order entries at offset 0
` [PATCH 15/30] radix-tree: Fix several shrinking bugs with multiorder entries
` [PATCH 16/30] radix tree test suite: Start adding multiorder tests
` [PATCH 17/30] radix-tree: Rewrite __radix_tree_lookup
` [PATCH 18/30] radix-tree: Fix multiorder BUG_ON in radix_tree_insert
` [PATCH 19/30] radix-tree: add support for multi-order iterating
` [PATCH 20/30] radix tree test suite: multi-order iteration test
` [PATCH 21/30] radix tree test suite: Add multiorder shrinking test
` [PATCH 22/30] radix-tree: Rewrite radix_tree_tag_set
` [PATCH 23/30] radix-tree: Rewrite radix_tree_tag_clear
` [PATCH 24/30] radix-tree: Rewrite radix_tree_tag_get
` [PATCH 25/30] radix-tree test suite: add multi-order tag test
` [PATCH 26/30] radix-tree: Fix radix_tree_create for sibling entries
` [PATCH 27/30] radix-tree: Rewrite radix_tree_locate_item
` [PATCH 28/30] radix-tree: Fix two bugs in radix_tree_range_tag_if_tagged()
` [PATCH 29/30] radix-tree: Fix radix_tree_dump() for multi-order entries
` [PATCH 30/30] radix-tree: Add copyright statements

[PATCH 00/11] oom detection rework v5
 2016-04-06 17:46 UTC  (9+ messages)
` [PATCH 09/11] mm, compaction: Abstract compaction feedback to helpers
` [PATCH 10/11] mm, oom: protect !costly allocations some more

[PATCH v6 0/5] Make cpuid <-> nodeid mapping persistent
 2016-04-06 14:29 UTC  (3+ messages)
` [PATCH v6 5/5] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting

[RFC PATCH] mm, oom: move GFP_NOFS check to out_of_memory
 2016-04-06 12:41 UTC  (4+ messages)

[PATCH] mm: slub: replace kick_all_cpus_sync with synchronize_sched in kmem_cache_shrink
 2016-04-06 11:56 UTC  (2+ messages)

[PATCH 1/1] powerpc/mm: Add memory barrier in __hugepte_alloc()
 2016-04-06 11:27 UTC  (4+ messages)

[PATCH 22/27] mm: Convert zone_reclaim to node_reclaim
 2016-04-06 11:22 UTC  (6+ messages)
` [PATCH 23/27] mm, vmscan: Add classzone information to tracepoints
` [PATCH 24/27] mm, page_alloc: Remove fair zone allocation policy
` [PATCH 25/27] mm: page_alloc: Cache the last node whose dirty limit is reached
` [PATCH 26/27] mm: vmstat: Replace __count_zone_vm_events with a zone id equivalent
` [PATCH 27/27] mm: vmstat: Account per-zone stalls and pages skipped during reclaim

[RFC PATCH 00/27] Move LRU page reclaim from zones to nodes v3
 2016-04-06 11:20 UTC  (22+ messages)
` [PATCH 01/27] mm, page_alloc: Use ac->classzone_idx instead of zone_idx(preferred_zone)
` [PATCH 02/27] mm, vmstat: Add infrastructure for per-node vmstats
` [PATCH 03/27] mm, vmscan: Move lru_lock to the node
` [PATCH 04/27] mm, vmscan: Move LRU lists to node
` [PATCH 05/27] mm, vmscan: Begin reclaiming pages on a per-node basis
` [PATCH 06/27] mm, vmscan: Have kswapd only scan based on the highest requested zone
` [PATCH 07/27] mm, vmscan: Make kswapd reclaim in terms of nodes
` [PATCH 08/27] mm, vmscan: Simplify the logic deciding whether kswapd sleeps
` [PATCH 09/27] mm, vmscan: By default have direct reclaim only shrink once per node
` [PATCH 10/27] mm, vmscan: Clear congestion, dirty and need for compaction on a per-node basis
` [PATCH 11/27] mm: vmscan: Do not reclaim from kswapd if there is any eligible zone
` [PATCH 12/27] mm, vmscan: Make shrink_node decisions more node-centric
` [PATCH 13/27] mm, memcg: Move memcg limit enforcement from zones to nodes
` [PATCH 14/27] mm, workingset: Make working set detection node-aware
` [PATCH 15/27] mm, page_alloc: Consider dirtyable memory in terms of nodes
` [PATCH 16/27] mm: Move page mapped accounting to the node
` [PATCH 17/27] mm: Rename NR_ANON_PAGES to NR_ANON_MAPPED
` [PATCH 18/27] mm: Move most file-based accounting to the node
` [PATCH 19/27] mm: Move vmscan writes and file write "
` [PATCH 20/27] mm, vmscan: Update classzone_idx if buffer_heads_over_limit
` [PATCH 21/27] mm, vmscan: Only wakeup kswapd once per node for the requested classzone

[PATCH] cpuset: use static key better and convert to new API
 2016-04-06  9:19 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/5] userfaultfd: extension for non cooperative uffd usage
 2016-04-06  6:14 UTC  (3+ messages)


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).