linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-07 11:01:13 to 2016-06-09 17:06:07 UTC [more...]

[PATCH] mm: fix build warnings in <linux/compaction.h>
 2016-06-09 17:06 UTC 

[PATCH] mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB
 2016-06-09 16:45 UTC  (5+ messages)

[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
 2016-06-09 16:16 UTC  (11+ messages)
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear

[PATCH v2] mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB
 2016-06-09 16:04 UTC 

[PATCH 0/10 -v4] Handle oom bypass more gracefully
 2016-06-09 15:41 UTC  (15+ messages)
` [PATCH 01/10] proc, oom: drop bogus task_lock and mm check
` [PATCH 02/10] proc, oom: drop bogus sighand lock
` [PATCH 03/10] proc, oom_adj: extract oom_score_adj setting into a helper
` [PATCH 04/10] mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj
` [PATCH 05/10] mm, oom: skip vforked tasks from being selected
` [PATCH 06/10] mm, oom: kill all tasks sharing the mm
` [PATCH 07/10] mm, oom: fortify task_will_free_mem
` [PATCH 08/10] mm, oom: task_will_free_mem should skip oom_reaped tasks
` [PATCH 09/10] mm, oom_reaper: do not attempt to reap a task more than twice
` [PATCH 10/10] mm, oom: hide mm which is shared with kthread or global init

[PATCH 1/1] mm/swap.c: flush lru_add pvecs on compound page arrival
 2016-06-09 15:41 UTC  (9+ messages)

[PATCH] mm: kasan: don't touch metadata in kasan_[un]poison_element()
 2016-06-09 15:20 UTC  (4+ messages)
  ` [PATCH] mm: mempool: kasan: don't poot mempool objects in quarantine

[PATCH v8 00/12] kthread: Kthread worker API improvements
 2016-06-09 15:07 UTC  (14+ messages)
` [PATCH v8 01/12] kthread: Rename probe_kthread_data() to kthread_probe_data()
` [PATCH v8 02/12] kthread: Kthread worker API cleanup
` [PATCH v8 03/12] kthread/smpboot: Do not park in kthread_create_on_cpu()
` [PATCH v8 04/12] kthread: Allow to call __kthread_create_on_node() with va_list args
` [PATCH v8 05/12] kthread: Add kthread_create_worker*()
` [PATCH v8 06/12] kthread: Add kthread_drain_worker()
` [PATCH v8 07/12] kthread: Add kthread_destroy_worker()
` [PATCH v8 08/12] kthread: Detect when a kthread work is used by more workers
` [PATCH v8 09/12] kthread: Initial support for delayed kthread work
` [PATCH v8 10/12] kthread: Allow to cancel "
` [PATCH v8 11/12] kthread: Allow to modify delayed "
` [PATCH v8 12/12] kthread: Better support freezable kthread workers

[PATCH 00/10] mm: balance LRU lists based on relative thrashing
 2016-06-09 13:33 UTC  (48+ 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

[PATCH 04/21] fs: Replace CURRENT_TIME with current_fs_time() for inode timestamps
 2016-06-09 13:05 UTC 

[PATCH 00/21] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-06-09 10:28 UTC  (5+ messages)
` [PATCH 04/21] fs: Replace CURRENT_TIME with current_fs_time() for inode timestamps

[PATCH 0/10 -v3] Handle oom bypass more gracefully
 2016-06-09  6:46 UTC  (18+ messages)
` [PATCH 06/10] mm, oom: kill all tasks sharing the mm

[PATCH] mm: Cleanup - Reorganize the shrink_page_list code into smaller functions
 2016-06-09  4:40 UTC  (8+ messages)

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

[PATCH] zram: add zpool support
 2016-06-09  1:43 UTC  (4+ messages)

[PATCH] mm: add NR_ZSMALLOC to vmstat
 2016-06-09  1:40 UTC  (6+ messages)

[PATCH 0/9] [v3] System Calls for Memory Protection Keys
 2016-06-09  0:01 UTC  (10+ messages)
` [PATCH 1/9] x86, pkeys: add fault handling for PF_PK page fault bit
` [PATCH 2/9] mm: implement new pkey_mprotect() system call
` [PATCH 3/9] x86, pkeys: make mprotect_key() mask off additional vm_flags
` [PATCH 4/9] x86: wire up mprotect_key() system call
` [PATCH 5/9] x86, pkeys: allocation/free syscalls
` [PATCH 6/9] x86, pkeys: add pkey set/get syscalls
` [PATCH 7/9] generic syscalls: wire up memory protection keys syscalls
` [PATCH 8/9] pkeys: add details of system call use to Documentation/
` [PATCH 9/9] x86, pkeys: add self-tests

[PATCH] oom_reaper: avoid pointless atomic_inc_not_zero usage
 2016-06-08 22:27 UTC  (4+ messages)

mmotm 2016-06-08-15-25 uploaded
 2016-06-08 22:25 UTC 

[v3 PATCH] arm64: kasan: instrument user memory access API
 2016-06-08 21:40 UTC 

[PATCHv8 00/32] THP-enabled tmpfs/shmem using compound pages
 2016-06-08 18:43 UTC  (4+ messages)

[PATCH 0/9] [v2] System Calls for Memory Protection Keys
 2016-06-08 17:35 UTC  (13+ messages)
` [PATCH 1/9] x86, pkeys: add fault handling for PF_PK page fault bit
` [PATCH 2/9] mm: implement new pkey_mprotect() system call
` [PATCH 3/9] x86, pkeys: make mprotect_key() mask off additional vm_flags
` [PATCH 4/9] x86: wire up mprotect_key() system call
` [PATCH 5/9] x86, pkeys: allocation/free syscalls
` [PATCH 6/9] x86, pkeys: add pkey set/get syscalls
` [PATCH 7/9] generic syscalls: wire up memory protection keys syscalls
` [PATCH 8/9] pkeys: add details of system call use to Documentation/
` [PATCH 9/9] x86, pkeys: add self-tests

[PATCH] mm: memcontrol: remove BUG_ON in uncharge_list
 2016-06-08 15:06 UTC  (4+ messages)

[PATCH] mm: memcontrol: fix documentation for compound parameter
 2016-06-08 14:59 UTC  (3+ messages)

[PATCH 1/2] mm: oom: add memcg to oom_control
 2016-06-08 14:46 UTC  (8+ messages)
` [PATCH 2/2] mm: oom: deduplicate victim selection code for memcg and global oom

[PATCH] mm/zsmalloc: add trace events for zs_compact
 2016-06-08 14:10 UTC  (6+ messages)

[RFC PATCH] mm, memcg: use consistent gfp flags during readahead
 2016-06-08 14:10 UTC  (3+ messages)

[PATCHv9 0/2] mremap vDSO for 32-bit
 2016-06-08 11:41 UTC  (6+ messages)
` [PATCHv9 2/2] selftest/x86: add mremap vdso test

[BUG] Page allocation failures with newest kernels
 2016-06-08 10:09 UTC  (13+ messages)

mm: pages are not freed from lru_add_pvecs after process termination
 2016-06-08  8:51 UTC  (12+ messages)

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

[linux-next: Tree for Jun 1] __khugepaged_exit rwsem_down_write_failed lockup
 2016-06-08  8:19 UTC  (8+ messages)

linux-next: Tree for Jun 6 (mm/slub.c)
 2016-06-07 23:31 UTC  (4+ messages)

undefined reference to `early_panic'
 2016-06-07 20:56 UTC  (4+ messages)
` tile: early_printk.o is always required
    ` [PATCH] tile: allow disabling CONFIG_EARLY_PRINTK

[RFC PATCH 0/6] hugetlb support for userfaultfd
 2016-06-07 16:35 UTC  (4+ messages)
` [RFC PATCH 3/6] mm/userfaultfd: add __mcopy_atomic_hugetlb for huge page UFFDIO_COPY

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

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

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

[PATCHv9 00/32] THP-enabled tmpfs/shmem using compound pages
 2016-06-07 11:00 UTC  (27+ messages)
` [PATCHv9-rebased "
  ` [PATCHv9-rebased 06/32] mm: introduce do_set_pmd()
  ` [PATCHv9-rebased 07/32] thp, vmstats: add counters for huge file pages
  ` [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 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


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