linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-06 22:51:27 to 2016-04-11 11:05:49 UTC [more...]

[PATCH 00/31] huge tmpfs: THPagecache implemented by teams
 2016-04-11 11:05 UTC  (9+ messages)
` [PATCH 01/31] huge tmpfs: prepare counts in meminfo, vmstat and SysRq-m
` [PATCH 12/31] huge tmpfs: extend get_user_pages_fast to shmem pmd
` [PATCH 23/31] huge tmpfs recovery: framework for reconstituting huge pages

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

[PATCH 00/11] oom detection rework v5
 2016-04-11 11:02 UTC  (3+ messages)
` [PATCH 05/11] mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPED

[PATCH 00/10] mm: easy preliminaries to THPagecache
 2016-04-11 10:35 UTC  (7+ messages)
` [PATCH 07/10] huge mm: move_huge_pmd does not need new_vma
` [PATCH 08/10] huge pagecache: extend mremap pmd rmap lockout to files
` [PATCH 09/10] huge pagecache: mmap_sem is unlocked when truncation splits pmd

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

[PATCH 00/21] Optimise page alloc/free fast paths
 2016-04-11  8:18 UTC  (23+ messages)
` [PATCH 01/22] mm, page_alloc: Only check PageCompound for high-order pages
` [PATCH 02/22] mm, page_alloc: Use new PageAnonHead helper in the free page fast path
` [PATCH 03/22] mm, page_alloc: Reduce branches in zone_statistics
` [PATCH 04/22] mm, page_alloc: Inline zone_statistics
` [PATCH 05/22] mm, page_alloc: Inline the fast path of the zonelist iterator
` [PATCH 06/22] mm, page_alloc: Use __dec_zone_state for order-0 page allocation
` [PATCH 07/22] mm, page_alloc: Avoid unnecessary zone lookups during pageblock operations
` [PATCH 08/22] mm, page_alloc: Convert alloc_flags to unsigned
` [PATCH 09/22] mm, page_alloc: Convert nr_fair_skipped to bool
` [PATCH 10/22] mm, page_alloc: Remove unnecessary local variable in get_page_from_freelist
` [PATCH 11/22] mm, page_alloc: Remove unnecessary initialisation "
` [PATCH 12/22] mm, page_alloc: Remove unnecessary initialisation from __alloc_pages_nodemask()
` [PATCH 13/22] mm, page_alloc: Remove redundant check for empty zonelist
` [PATCH 14/22] mm, page_alloc: Simplify last cpupid reset
` [PATCH 15/22] mm, page_alloc: Move might_sleep_if check to the allocator slowpath
` [PATCH 16/22] mm, page_alloc: Move __GFP_HARDWALL modifications out of the fastpath
` [PATCH 17/22] mm, page_alloc: Reduce cost of fair zone allocation policy retry
` [PATCH 18/22] mm, page_alloc: Shortcut watermark checks for order-0 pages
` [PATCH 19/22] mm, page_alloc: Avoid looking up the first zone in a zonelist twice
` [PATCH 20/22] mm, page_alloc: Check multiple page fields with a single branch
` [PATCH 21/22] cpuset: use static key better and convert to new API

[PATCH v2 0/4] reduce latency of direct async compaction
 2016-04-11  8:17 UTC  (6+ messages)
` [PATCH v2 4/4] mm, compaction: direct freepage allocation for async direct compaction

[PATCH v7 0/7] SLAB support for KASAN
 2016-04-11  7:44 UTC  (3+ messages)
` [PATCH v7 5/7] mm, kasan: Stackdepot implementation. Enable stackdepot for SLAB

[PATCH] mm: memcontrol: let v2 cgroups follow changes in system swappiness
 2016-04-11  7:31 UTC  (3+ messages)

Best watches. Pre-summer sale!
 2016-04-11  6:20 UTC 

[PATCH 0/2] oom detection rework followups
 2016-04-11  6:45 UTC  (3+ messages)
` [PATCH 1/2] vmscan: consider classzone_idx in compaction_ready
` [PATCH 2/2] mm, oom, compaction: prevent from should_compact_retry looping for ever for costly orders

[PATCH 00/10] Enable HugeTLB page migration on POWER
 2016-04-11  6:10 UTC  (20+ 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

[PATCH v3 00/16] Support non-lru page migration
 2016-04-11  4:35 UTC  (20+ messages)
` [PATCH v3 02/16] mm/compaction: support non-lru movable "
` [PATCH v3 03/16] mm: add non-lru movable page support document
` [PATCH v3 04/16] mm/balloon: use general movable page feature into balloon
` [PATCH v3 13/16] zsmalloc: migrate head page of zspage

[PATCH] mm: put activate_page_pvecs and others pagevec together
 2016-04-11  1:36 UTC 

[PATCH] mm: put activate_page_pvecs and others pagevec together
 2016-04-11  1:16 UTC 

[PATCH] mm: put activate_page_pvecs and others pagevec together
 2016-04-11  1:16 UTC 

[RFC PATCH v2 1/5] bpf: add PHYS_DEV prog type for early driver filter
 2016-04-10 18:09 UTC  (12+ messages)

[PATCH v2 0/2] lib: lz4: fix for big endian and cleanup
 2016-04-10  2:41 UTC  (5+ messages)
` [PATCH v2 1/2] lib: lz4: fixed zram with lz4 on big endian machines
` [PATCH v2 2/2] lib: lz4: cleanup unaligned access efficiency detection

[PATCH 0/6] preparation for merging the OOM reaper
 2016-04-09 14:04 UTC  (5+ messages)
` [PATCH 5/6] mm,oom: Re-enable OOM killer using timers

[PATCH 0/3] oom reaper follow ups v1
 2016-04-09  4:39 UTC  (12+ messages)
` [PATCH 2/3] oom, oom_reaper: Try to reap tasks which skip regular OOM killer path
        ` [PATCH 2/3] oom, oom_reaper: Try to reap tasks which skipregular "
` [PATCH 3/3] mm, oom_reaper: clear TIF_MEMDIE for all tasks queued for oom_reaper

[PATCH v6 0/2] mm, thp: Fix unnecessarry resource consuming in swapin
 2016-04-08 23:01 UTC  (3+ messages)
` [PATCH v6 1/2] mm, vmstat: calculate particular vm event
` [PATCH v6 2/2] mm, thp: avoid unnecessary swapin in khugepaged

[PATCH] lib: lz4: fixed zram with lz4 on big endian machines
 2016-04-08 20:05 UTC  (4+ messages)

[RFC v2] mm: SLAB freelist randomization
 2016-04-08 18:03 UTC 

[PATCH 0/3] mm/mmap.c: don't unmap the overlapping VMA(s)
 2016-04-08 15:32 UTC  (7+ messages)

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

[PATCH] memory failure: replace 'MCE' with 'Memory failure'
 2016-04-08 13:41 UTC 

[PATCH] mm fix commmets: If SPARSEMEM, pgdata doesn't have page_ext
 2016-04-08  5:17 UTC 

[RFC v1] mm: SLAB freelist randomization
 2016-04-08  2:31 UTC  (7+ messages)
  ` [kernel-hardening] "

[PATCH] x86 get_unmapped_area: Add PMD alignment for DAX PMD mmap
 2016-04-07 21:20 UTC  (5+ messages)

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

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

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

[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  (5+ messages)

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

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

[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


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