linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-09 00:23:54 to 2016-03-11 09:59:35 UTC [more...]

[PATCH 0/18] change mmap_sem taken for write killable
 2016-03-11  9:59 UTC  (11+ messages)
` [PATCH 01/18] mm: Make mmap_sem for write waits killable for mm syscalls
` [PATCH 02/18] mm: make vm_mmap killable
` [PATCH 09/18] ipc, shm: make shmem attach/detach wait for mmap_sem killable
  ` [PATCH] "

[PATCH] mm: memcontrol: reclaim when shrinking memory.high below usage
 2016-03-11  9:53 UTC  (6+ messages)

[PATCHv2 0/4] thp: simplify freeze_page() and unfreeze_page()
 2016-03-11  9:42 UTC  (3+ messages)
` [PATCHv2 4/4] thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkers

[PATCH] thp, mm: remove comments on serializion of THP split vs. gup_fast
 2016-03-11  9:22 UTC  (10+ messages)

[PATCH] mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage
 2016-03-11  9:19 UTC  (3+ messages)

[PATCH v1 00/19] Support non-lru page migration
 2016-03-11  8:35 UTC  (23+ messages)
` [PATCH v1 01/19] mm: use put_page to free page instead of putback_lru_page
` [PATCH v1 02/19] mm/compaction: support non-lru movable page migration
` [PATCH v1 03/19] fs/anon_inodes: new interface to create new inode
` [PATCH v1 04/19] mm/balloon: use general movable page feature into balloon
` [PATCH v1 05/19] zsmalloc: use first_page rather than page
` [PATCH v1 06/19] zsmalloc: clean up many BUG_ON
` [PATCH v1 07/19] zsmalloc: reordering function parameter
` [PATCH v1 08/19] zsmalloc: remove unused pool param in obj_free
` [PATCH v1 09/19] zsmalloc: keep max_object in size_class
` [PATCH v1 10/19] zsmalloc: squeeze inuse into page->mapping
` [PATCH v1 11/19] zsmalloc: squeeze freelist "
` [PATCH v1 12/19] zsmalloc: move struct zs_meta from mapping to freelist
` [PATCH v1 13/19] zsmalloc: factor page chain functionality out
` [PATCH v1 14/19] zsmalloc: separate free_zspage from putback_zspage
` [PATCH v1 15/19] zsmalloc: zs_compact refactoring
` [PATCH v1 16/19] zsmalloc: migrate head page of zspage
` [PATCH v1 17/19] zsmalloc: use single linked list for page chain
` [PATCH v1 18/19] zsmalloc: migrate tail pages in zspage
` [PATCH v1 19/19] zram: use __GFP_MOVABLE for memory allocation

[PATCH] mm: memcontrol: clarify the uncharge_list() loop
 2016-03-11  8:19 UTC  (4+ messages)

[RFC 0/2] New MAP_PMEM_AWARE mmap flag
 2016-03-11  6:44 UTC  (2+ messages)

[RFC 1/9] mm/hugetlb: Make GENERAL_HUGETLB functions PGD implementation aware
 2016-03-11  3:03 UTC  (20+ messages)
` [RFC 2/9] mm/hugetlb: Add follow_huge_pgd function
` [RFC 3/9] mm/gup: Make follow_page_mask function PGD implementation aware
` [RFC 4/9] powerpc/mm: Split huge_pte_alloc function for BOOK3S 64K
` [RFC 5/9] powerpc/mm: Split huge_pte_offset "
` [RFC 6/9] powerpc/hugetlb: Enable ARCH_WANT_GENERAL_HUGETLB "
` [RFC 7/9] powerpc/hugetlb: Change follow_huge_* routines "
` [RFC 8/9] powerpc/mm: Enable HugeTLB page migration
` [RFC 9/9] selfttest/powerpc: Add memory page migration tests

[RFC qemu 0/4] A PV solution for live migration optimization
 2016-03-11  2:38 UTC  (34+ messages)
    ` [Qemu-devel] "

[PATCH 00/11] x86/mm: Implement lockless pgd_alloc()/pgd_free()
 2016-03-11  1:52 UTC  (6+ messages)
` [PATCH 03/11] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()

[PATCH v5 00/14] Support for transparent PUD pages for DAX files
 2016-03-10 23:55 UTC  (15+ messages)
` [PATCH v5 01/14] mmdebug: Always evaluate the arguments to VM_BUG_ON_*
` [PATCH v5 02/14] mm: Convert an open-coded VM_BUG_ON_VMA
` [PATCH v5 03/14] mm,fs,dax: Change ->pmd_fault to ->huge_fault
` [PATCH v5 04/14] mm: Add support for PUD-sized transparent hugepages
` [PATCH v5 05/14] mincore: Add support for PUDs
` [PATCH v5 06/14] procfs: Add support for PUDs to smaps, clear_refs and pagemap
` [PATCH v5 07/14] x86: Unify native_*_get_and_clear !SMP case
` [PATCH v5 08/14] x86: Fix whitespace issues
` [PATCH v5 09/14] x86: Add support for PUD-sized transparent hugepages
` [PATCH v5 10/14] dax: Support for transparent PUD pages
` [PATCH v5 11/14] ext4: Support for PUD-sized transparent huge pages
` [PATCH v5 12/14] dax: Use vmf->gfp_mask
` [PATCH v5 13/14] dax: Remove unnecessary rechecking of i_size
` [PATCH v5 14/14] dax: Use vmf->pgoff in fault handlers

mmotm 2016-03-10-15-49 uploaded
 2016-03-10 23:50 UTC 

[PATCH] thp: fix deadlock in split_huge_pmd()
 2016-03-10 21:54 UTC  (4+ messages)

[PATCH v4 0/7] SLAB support for KASAN
 2016-03-10 20:14 UTC  (16+ messages)
` [PATCH v5 1/7] kasan: Modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()
` [PATCH v5 2/7] mm, kasan: SLAB support
` [PATCH v5 3/7] mm, kasan: Added GFP flags to KASAN API
` [PATCH v5 4/7] arch, ftrace: For KASAN put hard/soft IRQ entries into separate sections
` [PATCH v5 5/7] mm, kasan: Stackdepot implementation. Enable stackdepot for SLAB
` [PATCH v5 6/7] kasan: Test fix: Warn if the UAF could not be detected in kmalloc_uaf2
` [PATCH v5 7/7] mm: kasan: Initial memory quarantine implementation
` [PATCH v5 0/7] SLAB support for KASAN

mm: keep page cache radix tree nodes in check
 2016-03-10 19:35 UTC  (3+ messages)

[PATCH] x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem()
 2016-03-10 19:15 UTC 

[PATCH v4 0/7] SLAB support for KASAN
 2016-03-10 16:58 UTC  (7+ messages)
` [PATCH v4 5/7] mm, kasan: Stackdepot implementation. Enable stackdepot for SLAB

[PATCH] mm/mempool: Avoid KASAN marking mempool posion checks as use-after-free
 2016-03-10 13:55 UTC  (2+ messages)

[PATCH -mm 0/2] oom_reaper: missing parts
 2016-03-10 11:17 UTC  (9+ messages)
` [PATCH 2/2] oom-clear-tif_memdie-after-oom_reaper-managed-to-unmap-the-address-space-fix
            ` [PATCH 2/2]oom-clear-tif_memdie-after-oom_reaper-managed-to-unmap-the-address-space-fix

[PATCH] mm: memcontrol: drop unnecessary task_will_free_mem() check
 2016-03-10 11:15 UTC  (7+ messages)

[PATCH] mm: avoid unnecessary swapin in khugepaged
 2016-03-10  9:53 UTC  (2+ messages)

[PATCH] mm: slub: Ensure that slab_unlock() is atomic
 2016-03-10  9:10 UTC  (16+ messages)

[PATCH v2 0/5] introduce kcompactd and stop compacting in kswapd
 2016-03-10  8:38 UTC  (15+ messages)
` [PATCH v2 4/5] mm, kswapd: replace kswapd compaction with waking up kcompactd

[Qemu-devel] [RFC kernel 0/2]A PV solution for KVM live migration optimization
 2016-03-10  7:30 UTC  (3+ messages)

[PATCH 0/2] mm: Enable page parallel initialisation for Power
 2016-03-10  0:28 UTC  (10+ messages)
` [PATCH 2/2] powerpc/mm: Enable page parallel initialisation

[PATCH 0/9] System Calls for Memory Protection Keys
 2016-03-09 22:00 UTC  (8+ messages)
` [PATCH 3/9] mm: implement new pkey_mprotect() system call
` [PATCH 4/9] x86, pkeys: make mprotect_key() mask off additional vm_flags
` [PATCH 5/9] x86: wire up mprotect_key() system call
` [PATCH 6/9] x86, pkeys: allocation/free syscalls
` [PATCH 7/9] x86, pkeys: add pkey set/get syscalls
` [PATCH 8/9] pkeys: add details of system call use to Documentation/
` [PATCH 9/9] x86, pkeys: add self-tests

[PATCHv4 0/2] Sanitization of buddy pages
 2016-03-09 21:00 UTC  (2+ messages)

arch/ia64/kernel/entry.S:621: Error: Operand 2 of `adds' should be a 14-bit integer (-8192-8191)
 2016-03-09 16:03 UTC  (2+ messages)

[PATCH] mm,oom: Reduce needless dereference
 2016-03-09 14:55 UTC  (3+ messages)

[RFC PATCH 00/27] Move LRU page reclaim from zones to nodes v2
 2016-03-09 14:45 UTC  (8+ messages)
` [PATCH 02/27] mm, vmscan: Check if cpusets are enabled during direct reclaim
` [PATCH 08/27] mm, vmscan: Make kswapd reclaim in terms of nodes

[PATCH 0/3] OOM detection rework v4
 2016-03-09 14:07 UTC  (18+ messages)
        ` [PATCH] mm, oom: protect !costly allocations some more (was: Re: [PATCH 0/3] OOM detection rework v4)
          ` [PATCH 0/2] oom rework: high order enahncements
            ` [PATCH 1/3] mm, compaction: change COMPACT_ constants into enum
            ` [PATCH 2/3] mm, compaction: cover all compaction mode in compact_zone
            ` [PATCH 3/3] mm, oom: protect !costly allocations some more

[PATCH 0/5] oom reaper v5
 2016-03-09  8:26 UTC  (9+ messages)
` [PATCH 2/5] oom reaper: handle mlocked pages

[PATCH v1] tools/vm/page-types.c: remove memset() in walk_pfn()
 2016-03-09  5:22 UTC  (5+ messages)

Suspicious error for CMA stress test
 2016-03-09  2:18 UTC  (18+ messages)

[PATCH 0/3] RFC improvements to radix-tree related to DAX
 2016-03-09  2:13 UTC  (7+ messages)
` [PATCH 3/3] radix-tree: support locking of individual exception entries

[PATCH] mm: Refactor find_get_pages() & friends
 2016-03-09  1:16 UTC 

[PATCH] mm: fix 'size' alignment in devm_memremap_pages()
 2016-03-09  1:16 UTC  (2+ 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).