linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-03 22:55:47 to 2016-06-07 13:45:48 UTC [more...]

[PATCH] mm, oom_reaper: make sure that mmput_async is called only when memory was reaped
 2016-06-07 13:44 UTC  (5+ messages)

[PATCH] exit: clear TIF_MEMDIE after exit_task_work
 2016-06-07 12:50 UTC  (11+ messages)

[PATCH v2 0/3] Introduce the latent_entropy gcc plugin
 2016-06-07 12:19 UTC  (9+ messages)
` [PATCH v2 1/3] Add "
      ` [kernel-hardening] "

[RFC PATCH 0/2] mm: give GFP_REPEAT a better semantic
 2016-06-07 12:31 UTC  (5+ messages)
` [RFC PATCH 1/2] mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_HARD with more useful semantic
` [RFC PATCH 2/2] xfs: map KM_MAYFAIL to __GFP_RETRY_HARD

[RFC PATCH] mm, memcg: use consistent gfp flags during readahead
 2016-06-07 12:12 UTC 

mm: pages are not freed from lru_add_pvecs after process termination
 2016-06-07 11:19 UTC  (12+ messages)

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

[PATCH 00/10] mm: balance LRU lists based on relative thrashing
 2016-06-07  9:51 UTC  (29+ messages)
` [PATCH 01/10] mm: allow swappiness that prefers anon over file
` [PATCH 02/10] mm: swap: unexport __pagevec_lru_add()
` [PATCH 03/10] mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()
` [PATCH 04/10] mm: fix LRU balancing effect of new transparent huge pages
` [PATCH 05/10] mm: remove LRU balancing effect of temporary page isolation
` [PATCH 06/10] mm: remove unnecessary use-once cache bias from LRU balancing
` [PATCH 07/10] mm: base LRU balancing on an explicit cost model
` [PATCH 08/10] mm: deactivations shouldn't bias the LRU balance
` [PATCH 09/10] mm: only count actual rotations as LRU reclaim cost
` [PATCH 10/10] mm: balance LRU lists based on relative thrashing

undefined reference to `early_panic'
 2016-06-07  9:17 UTC  (5+ messages)
  ` tile: early_printk.o is always required

[PATCH] mm/zsmalloc: add trace events for zs_compact
 2016-06-07  8:56 UTC 

[PATCH 1/2] mm/debug: Add VM_WARN which maps to WARN()
 2016-06-07  8:36 UTC  (5+ messages)
` [PATCH 2/2] powerpc/mm: check for irq disabled() only if DEBUG_VM is enabled

[PATCH] mm: Cleanup - Reorganize the shrink_page_list code into smaller functions
 2016-06-07  8:21 UTC  (6+ messages)

[BUG] Possible silent data corruption in filesystems/page cache
 2016-06-07  7:36 UTC  (5+ messages)

[linux-next: Tree for Jun 1] __khugepaged_exit rwsem_down_write_failed lockup
 2016-06-07  7:34 UTC  (18+ messages)

[Bug 119641] New: hugetlbfs: disabling because there are no supported hugepage sizes
 2016-06-07  6:43 UTC  (2+ messages)

[PATCH 0/10 -v3] Handle oom bypass more gracefully
 2016-06-07  6:37 UTC  (17+ messages)
` [PATCH 06/10] mm, oom: kill all tasks sharing the mm
` [RFC PATCH 10/10] mm, oom: hide mm which is shared with kthread or global init

[RFC PATCH 0/6] hugetlb support for userfaultfd
 2016-06-07  6:27 UTC  (8+ messages)
` [RFC PATCH 1/6] mm/memory: add copy_huge_page_from_user for hugetlb userfaultfd support
` [RFC PATCH 2/6] mm/hugetlb: add hugetlb_mcopy_atomic_pte for "
` [RFC PATCH 3/6] mm/userfaultfd: add __mcopy_atomic_hugetlb for huge page UFFDIO_COPY
` [RFC PATCH 4/6] mm/hugetlb: add userfaultfd hugetlb hook
` [RFC PATCH 5/6] fs/userfaultfd: allow registration of ranges containing huge pages
` [RFC PATCH 6/6] selftests/userfaultfd: add userfaultfd_hugetlb test

linux-next: Tree for Jun 6 (mm/slub.c)
 2016-06-07  5:11 UTC 

zsmalloc: support compaction
 2016-06-07  4:51 UTC  (2+ messages)

mm: add NR_ZSMALLOC to vmstat
 2016-06-07  2:21 UTC  (2+ messages)

Re: [RESEND][PATCH] drivers: of: of_reserved_mem: fixup the CMA alignment not to affect dma-coherent
 2016-06-07  2:17 UTC 

[PATCH] mm: add NR_ZSMALLOC to vmstat
 2016-06-07  1:43 UTC  (5+ messages)

mmotm 2016-06-06-16-15 uploaded
 2016-06-06 23:16 UTC 

[PATCH] mm/page_owner: avoid null pointer dereference
 2016-06-06 21:37 UTC 

[mmotm:master 152/178] include/linux/kexec.h:356:9: error: implicit declaration of function 'phys_to_virt'
 2016-06-06 21:21 UTC  (3+ messages)

[PATCH] oom_reaper: avoid pointless atomic_inc_not_zero usage
 2016-06-06 21:13 UTC  (3+ messages)

mm: reorganize SLAB freelist randomization
 2016-06-06 20:12 UTC  (4+ messages)

[PATCH] x86/mm: Change barriers before TLB flushes to smp_mb__after_atomic
 2016-05-28  3:16 UTC 

[v2 PATCH] arm64: kasan: instrument user memory access API
 2016-06-06 17:07 UTC  (3+ messages)

[PATCH v2 1/7] mm/compaction: split freepages without holding the zone lock
 2016-06-06 15:21 UTC  (15+ messages)
` [PATCH v2 2/7] mm/page_owner: initialize page owner "
` [PATCH v2 3/7] mm/page_owner: copy last_migrate_reason in copy_page_owner()
` [PATCH v2 6/7] mm/page_owner: use stackdepot to store stacktrace
` [PATCH v2 7/7] mm/page_alloc: introduce post allocation processing on page allocator

[PATCH 1/1] mm/kasan: use {READ,WRITE}_MODE not true,false
 2016-06-06 14:33 UTC  (4+ messages)

[PATCHv8 00/32] THP-enabled tmpfs/shmem using compound pages
 2016-06-06 13:51 UTC  (3+ messages)

[linux-next: Tree for Jun 1] __khugepaged_exit rwsem_down_write_failed lockup
 2016-06-06 13:05 UTC  (3+ messages)
` [PATCH] mm, thp: fix locking inconsistency in collapse_huge_page

Xfs lockdep warning with for-dave-for-4.6 branch
 2016-06-06 12:20 UTC  (11+ messages)

Hugepages for tmpfs
 2016-06-06 10:05 UTC  (3+ messages)

[PATCH] tmpfs: don't undo fallocate past its last page
 2016-06-06  4:05 UTC  (4+ messages)

[PATCH v2] mm: Introduce dedicated WQ_MEM_RECLAIM workqueue to do lru_add_drain_all
 2016-06-05 18:41 UTC  (2+ messages)

arch/ia64/kernel/entry.S:621: Error: Operand 2 of `adds' should be a 14-bit integer (-8192-8191)
 2016-06-05 11:35 UTC 

undefined reference to `printk'
 2016-06-05  0:43 UTC 

{standard input}:122: Error: number (0x9000000080000000) larger than 32 bits
 2016-06-04 23:54 UTC 

[PATCH v3 1/3] mm/hugetlb: Simplify hugetlb unmap
 2016-06-04 14:06 UTC  (3+ messages)
` [PATCH v3 2/3] mm: Change the interface for __tlb_remove_page
` [PATCH v3 3/3] mm/mmu_gather: Track page size with mmu gather and force flush if page size change

[mmotm:master 152/178] include/asm-generic/io.h:732:22: error: conflicting types for 'phys_to_virt'
 2016-06-04 10:45 UTC  (2+ messages)

[mmotm:master 86/178] include/asm-generic/tlb.h:133:3: error: implicit declaration of function '__tlb_adjust_range'
 2016-06-04  0:55 UTC 

mmotm 2016-06-03-15-55 uploaded
 2016-06-03 22:55 UTC 


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