linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-10 13:55:52 to 2016-03-13 09:29:12 UTC [more...]

[PATCH v2 0/2] mm, thp: Fix unnecessarry resource consuming in swapin
 2016-03-13  9:28 UTC 

[PATCH] mm,writeback: Don't use ALLOC_NO_WATERMARKS for wb_start_writeback
 2016-03-13  5:32 UTC 

[PATCH 0/3] Make pfn_t suitable for placing in the radix tree
 2016-03-12 18:30 UTC  (6+ messages)
` [PATCH 1/3] pfn_t: Change the encoding
` [PATCH 2/3] pfn_t: Support for huge PFNs
` [PATCH 3/3] pfn_t: New functions pfn_t_add and pfn_t_cmp

[PATCH] mm/vmalloc: reuse PAGE_ALIGNED to check PAGE_SIZE aligned
 2016-03-12  7:55 UTC 

[PATCH 0/3] OOM detection rework v4
 2016-03-12  4:08 UTC  (26+ 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 3/3] mm, oom: protect !costly allocations some more

[PATCH v1 00/19] Support non-lru page migration
 2016-03-12  3:09 UTC  (26+ 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

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

[PATCH] x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem()
 2016-03-11 23:03 UTC  (3+ messages)

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

[PATCH v11 03/13] lru_add_drain_all: factor out lru_add_drain_needed
 2016-03-11 22:10 UTC 

[PATCH] android,lowmemorykiller: Don't abuse TIF_MEMDIE
 2016-03-11 22:01 UTC  (3+ messages)

[linux-next:master 11691/11963] mm/kasan/kasan.c:429:12: error: dereferencing pointer to incomplete type 'struct stack_trace'
 2016-03-11 20:26 UTC  (3+ messages)

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

[PATCH v4 0/7] SLAB support for KASAN
 2016-03-11 17:12 UTC  (16+ messages)
` [PATCH v5 2/7] mm, kasan: SLAB support
` [PATCH v5 5/7] mm, kasan: Stackdepot implementation. Enable stackdepot for SLAB
` [PATCH v5 7/7] mm: kasan: Initial memory quarantine implementation
` [PATCH v5 0/7] SLAB support for KASAN

Suspicious error for CMA stress test
 2016-03-11 17:07 UTC  (15+ messages)

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

[PATCH] mm: memcontrol: zap task_struct->memcg_oom_{gfp_mask,order}
 2016-03-11 15:52 UTC  (9+ messages)

[PATCH 15/18] uprobes: wait for mmap_sem for write killable
 2016-03-11 15:32 UTC  (4+ messages)
` [PATCH] "

[PATCH 0/18] change mmap_sem taken for write killable
 2016-03-11 15:29 UTC  (37+ messages)
` [PATCH 01/18] mm: Make mmap_sem for write waits killable for mm syscalls
` [PATCH 02/18] mm: make vm_mmap killable
` [PATCH 03/18] mm: make vm_munmap killable
` [PATCH 04/18] mm, aout: handle vm_brk failures
` [PATCH 05/18] mm, elf: handle vm_brk error
` [PATCH 06/18] mm: make vm_brk killable
` [PATCH 10/18] vdso: make arch_setup_additional_pages wait for mmap_sem for write killable
` [PATCH 11/18] coredump: make coredump_wait wait for mma_sem "
` [PATCH 12/18] aio: make aio_setup_ring killable
` [PATCH 13/18] exec: make exec path waiting for mmap_sem killable
` [PATCH 14/18] prctl: make PR_SET_THP_DISABLE wait "
` [PATCH 16/18] drm/i915: make i915_gem_mmap_ioctl "
` [PATCH 17/18] drm/radeon: make radeon_mn_get "
` [PATCH 18/18] drm/amdgpu: make amdgpu_mn_get "

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

[PATCH 09/18] ipc, shm: make shmem attach/detach wait for mmap_sem killable
 2016-03-11 11:18 UTC  (3+ messages)
` [PATCH] "

[PATCH 08/18] mm, fork: make dup_mmap wait for mmap_sem for write killable
 2016-03-11 11:12 UTC  (3+ messages)
` [PATCH] "

[PATCH 07/18] mm, proc: make clear_refs killable
 2016-03-11 10:59 UTC  (3+ messages)
` [PATCH] "

[PATCH] mm: memcontrol: zap oom_info_lock
 2016-03-11 10:29 UTC  (2+ 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] mm: memcontrol: clarify the uncharge_list() loop
 2016-03-11  8:19 UTC  (4+ messages)

[RFC 1/9] mm/hugetlb: Make GENERAL_HUGETLB functions PGD implementation aware
 2016-03-11  3:03 UTC  (6+ 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 qemu 0/4] A PV solution for live migration optimization
 2016-03-11  2:38 UTC  (7+ messages)

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

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

[PATCH] mm/mempool: Avoid KASAN marking mempool posion checks as use-after-free
 2016-03-10 13:55 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).