messages from 2015-05-14 17:10:36 to 2015-05-19 15:25:40 UTC [more...]
[PATCH] mm, memcg: Optionally disable memcg by default using Kconfig
 2015-05-19 15:27 UTC  (9+ messages)
[PATCHv5 00/28] THP refcounting redesign
 2015-05-19 14:37 UTC  (67+ messages)
` [PATCHv5 01/28] mm, proc: adjust PSS calculation
` [PATCHv5 02/28] rmap: add argument to charge compound page
` [PATCHv5 03/28] memcg: adjust to support new THP refcounting
` [PATCHv5 04/28] mm, thp: adjust conditions when we can reuse the page on WP fault
` [PATCHv5 05/28] mm: adjust FOLL_SPLIT for new refcounting
` [PATCHv5 06/28] mm: handle PTE-mapped tail pages in gerneric fast gup implementaiton
` [PATCHv5 07/28] thp, mlock: do not allow huge pages in mlocked area
` [PATCHv5 08/28] khugepaged: ignore pmd tables with THP mapped with ptes
` [PATCHv5 09/28] thp: rename split_huge_page_pmd() to split_huge_pmd()
` [PATCHv5 10/28] mm, vmstats: new THP splitting event
` [PATCHv5 13/28] mm: drop tail page refcounting
` [PATCHv5 14/28] futex, thp: remove special case for THP in get_futex_key
` [PATCHv5 15/28] ksm: prepare to new THP semantics
` [PATCHv5 16/28] mm, thp: remove compound_lock
` [PATCHv5 17/28] mm, thp: remove infrastructure for handling splitting PMDs
` [PATCHv5 19/28] mm: store mapcount for compound page separately
` [PATCHv5 20/28] mm: differentiate page_mapped() from page_mapcount() for compound pages
` [PATCHv5 22/28] thp: implement split_huge_pmd()
` [PATCHv5 23/28] thp: add option to setup migration entiries during PMD split
` [PATCHv5 24/28] thp, mm: split_huge_page(): caller need to lock page
` [PATCHv5 25/28] thp: reintroduce split_huge_page()
` [PATCHv5 26/28] thp: introduce deferred_split_huge_page()
[PATCH v5 0/6] mtrr, mm, x86: Enhance MTRR checks for huge I/O mapping
 2015-05-19 13:47 UTC  (19+ messages)
` [PATCH v5 1/6] mm, x86: Simplify conditions of HAVE_ARCH_HUGE_VMAP
` [PATCH v5 2/6] mtrr, x86: Fix MTRR lookup to handle inclusive entry
` [PATCH v5 3/6] mtrr, x86: Fix MTRR state checks in mtrr_type_lookup()
` [PATCH v5 4/6] mtrr, x86: Define MTRR_TYPE_INVALID for mtrr_type_lookup()
` [PATCH v5 5/6] mtrr, x86: Clean up mtrr_type_lookup()
` [PATCH v5 6/6] mtrr, mm, x86: Enhance MTRR checks for KVA huge page mapping
[PATCH v4 0/3] Sanitizing freed pages
 2015-05-19 13:56 UTC  (13+ messages)
` [PATCH v4 1/3] PM / Hibernate: prepare for SANITIZE_FREED_PAGES
` [PATCH v4 2/3] mm/page_alloc.c: add config option to sanitize freed pages
linux-next: Tree for May 18 (mm/memory-failure.c)
 2015-05-19 13:46 UTC  (4+ messages)
[PATCHSET cgroup/for-4.2] cgroup: make multi-process migration atomic
 2015-05-19 13:10 UTC  (12+ messages)
` [PATCH 1/7] cpuset: migrate memory only for threadgroup leaders
` [PATCH 2/7] memcg: restructure mem_cgroup_can_attach()
` [PATCH 3/7] memcg: immigrate charges only when a threadgroup leader is moved
` [PATCH 4/7] cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()
` [PATCH 5/7] reorder cgroup_migrate()'s parameters
` [PATCH 6/7] cgroup: separate out taskset operations from cgroup_migrate()
` [PATCH 7/7] cgroup: make cgroup_update_dfl_csses() migrate all target processes atomically
[PATCH 1/3] mm/page_alloc: don't break highest order freepage if steal
 2015-05-19  8:04 UTC  (13+ messages)
` [PATCH 2/3] mm/page_alloc: stop fallback allocation if we already get some freepage
` [RFC PATCH 3/3] mm: support active anti-fragmentation algorithm
[Ext4][Bug] Deadlock in ext4 with memcg enabled
 2015-05-19  7:17 UTC 
[PATCHv2 0/3] Find mirrored memory, use for boot time allocations
 2015-05-19  6:37 UTC  (4+ messages)
[PATCH] mm: nommu: convert kenter/kleave/kdebug macros to use pr_devel()
 2015-05-19  5:20 UTC  (4+ messages)
[RFC] Refactor kenter/kleave/kdebug macros
 2015-05-18 18:35 UTC  (10+ messages)
[PATCH] mm: nommu: convert kenter/kleave/kdebug macros to use pr_devel()
 2015-05-18 18:32 UTC 
mm: nommu: convert kenter/kleave/kdebug macros to use pr_devel()
 2015-05-18 18:28 UTC 
mm: nommu: convert kenter/kleave/kdebug macros to use pr_devel()
 2015-05-18 18:27 UTC 
[PATCH 0/2] alloc_huge_page/hugetlb_reserve_pages race
 2015-05-18 17:49 UTC  (3+ messages)
` [PATCH 1/2] mm/hugetlb: compute/return the number of regions added by region_add()
` [PATCH 2/2] mm/hugetlb: handle races in alloc_huge_page and hugetlb_reserve_pages
[RFC 0/3] Mirrored memory support for boot time allocations
 2015-05-18 17:42 UTC  (3+ messages)
    ` [RFC 3/3] x86, mirror: x86 enabling - find mirrored memory ranges and tell memblock
[PATCH 00/23] userfaultfd v4
 2015-05-18 14:24 UTC  (28+ messages)
` [PATCH 01/23] userfaultfd: linux/Documentation/vm/userfaultfd.txt
` [PATCH 02/23] userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key
` [PATCH 03/23] userfaultfd: uAPI
` [PATCH 04/23] userfaultfd: linux/userfaultfd_k.h
` [PATCH 05/23] userfaultfd: add vm_userfaultfd_ctx to the vm_area_struct
` [PATCH 06/23] userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP
` [PATCH 07/23] userfaultfd: call handle_userfault() for userfaultfd_missing() faults
` [PATCH 08/23] userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx
` [PATCH 09/23] userfaultfd: prevent khugepaged to merge if userfaultfd is armed
` [PATCH 10/23] userfaultfd: add new syscall to provide memory externalization
` [PATCH 11/23] userfaultfd: Rename uffd_api.bits into .features
` [PATCH 12/23] userfaultfd: Rename uffd_api.bits into .features fixup
` [PATCH 13/23] userfaultfd: change the read API to return a uffd_msg
` [PATCH 14/23] userfaultfd: wake pending userfaults
` [PATCH 15/23] userfaultfd: optimize read() and poll() to be O(1)
` [PATCH 16/23] userfaultfd: allocate the userfaultfd_ctx cacheline aligned
` [PATCH 17/23] userfaultfd: solve the race between UFFDIO_COPY|ZEROPAGE and read
` [PATCH 18/23] userfaultfd: buildsystem activation
` [PATCH 19/23] userfaultfd: activate syscall
` [PATCH 20/23] userfaultfd: UFFDIO_COPY|UFFDIO_ZEROPAGE uAPI
` [PATCH 21/23] userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE preparation
` [PATCH 22/23] userfaultfd: avoid mmap_sem read recursion in mcopy_atomic
` [PATCH 23/23] userfaultfd: UFFDIO_COPY and UFFDIO_ZEROPAGE
[PATCH v1 00/15] decouple pagefault_disable() from preempt_disable()
 2015-05-18 13:04 UTC  (4+ messages)
[PATCH 0/2] man-pages: clarify MAP_LOCKED semantic
 2015-05-18  9:12 UTC  (4+ messages)
` [PATCH 2/2] mmap2: clarify MAP_POPULATE
[PATCH v2 0/5] KASan for arm64
 2015-05-18  8:34 UTC  (9+ messages)
` [PATCH v2 1/5] kasan, x86: move KASAN_SHADOW_OFFSET to the arch Kconfig
` [PATCH v2 2/5] x86: kasan: fix types in kasan page tables declarations
` [PATCH v2 3/5] x86: kasan: generalize populate_zero_shadow() code
` [PATCH v2 4/5] kasan, x86: move populate_zero_shadow() out of arch directory
` [PATCH v2 5/5] arm64: add KASan support
[PATCH 1/2 V3] memory-hotplug: fix BUG_ON in move_freepages()
 2015-05-18  8:16 UTC  (4+ messages)
mm: BUG_ON with NUMA_BALANCING (kernel BUG at include/linux/swapops.h:131!)
 2015-05-18  8:18 UTC  (6+ messages)
[RFC] rmap: fix "race" between do_wp_page and shrink_active_list
 2015-05-17 12:44 UTC  (4+ messages)
[PATCH] radix-tree: replace preallocated node array with linked list
 2015-05-17 12:38 UTC  (2+ messages)
[PATCH V5 0/3] THP related cleanups
 2015-05-15 15:54 UTC  (5+ messages)
` [PATCH V5 1/3] mm/thp: Split out pmd collpase flush into a separate functions
` [PATCH V5 2/3] powerpc/mm: Use generic version of pmdp_clear_flush
` [PATCH V5 3/3] mm: Clarify that the function operates on hugepage pte
[PATCH 0/3] Allow user to request memory to be locked on page fault
 2015-05-15 15:35 UTC  (6+ messages)
[RESEND Patch V3 00/15] xen: support pv-domains larger than 512GB
 2015-05-15 12:17 UTC  (2+ messages)
[PATCH RFC 0/3] pagemap: make useable for non-privilege users
 2015-05-15  9:39 UTC  (8+ messages)
` [PATCH v2 1/3] pagemap: add mmap-exclusive bit for marking pages mapped only here
Without questions.Your personal discount uv-2558
 2015-05-15  1:51 UTC 
[PATCH v9 0/10] Support Write-Through mapping on x86
 2015-05-14 22:20 UTC  (4+ messages)
` [PATCH v9 10/10] drivers/block/pmem: Map NVDIMM with ioremap_wt()
[PATCH 00/11] mm: debug: formatting memory management structs
 2015-05-14 20:26 UTC  (12+ messages)
` [PATCH 03/11] mm: debug: dump VMA into a string rather than directly on screen
` [PATCH 04/11] mm: debug: dump struct MM "
` [PATCH 05/11] mm: debug: dump page "
` [PATCH 06/11] mm: debug: clean unused code
` [PATCH 07/11] mm: debug: VM_BUG()
` [PATCH 08/11] mm: debug: kill VM_BUG_ON_PAGE
` [PATCH 09/11] mm: debug: kill VM_BUG_ON_VMA
` [PATCH 10/11] mm: debug: kill VM_BUG_ON_MM
` [PATCH 11/11] mm: debug: use VM_BUG() to help with debug output
[mmotm:master 120/255] include/asm-generic/pgtable.h:206:2: warning: (near initialization for '(anonymous).pmd')
 2015-05-14 19:52 UTC  (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).