linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-17 02:02:40 to 2018-04-18 08:08:08 UTC [more...]

[PATCH 0/7] docs/vm: start moving files do Documentation/admin-guide`
 2018-04-18  8:07 UTC  (3+ messages)
` [PATCH 1/7] docs/vm: hugetlbpage: minor improvements
` [PATCH 2/7] docs/vm: hugetlbpage: move section about kernel development to hugetlbfs_reserv

[v4 PATCH] mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct
 2018-04-18  8:05 UTC  (6+ messages)

[PATCH] mm:memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create
 2018-04-18  7:54 UTC  (8+ messages)

[patch] mm, oom: fix concurrent munlock and oom reaper unmap
 2018-04-18  7:50 UTC  (9+ messages)
    ` [patch v2] "

[PATCH 00/35 v5] PTI support for x32
 2018-04-18  7:35 UTC  (5+ messages)

[PATCH 11/24] x86/mm: Give each mm TLB flush generation a unique ID
 2018-04-18  3:18 UTC 

[PATCH] iomap: add a swapfile activation function
 2018-04-18  2:50 UTC 

[PATCH 0/3] Interface for higher order contiguous allocations
 2018-04-18  1:39 UTC  (7+ messages)
` [PATCH 1/3] mm: change type of free_contig_range(nr_pages) to unsigned long
` [PATCH 2/3] mm: add find_alloc_contig_pages() interface
` [PATCH 3/3] mm/hugetlb: use find_alloc_contig_pages() to allocate gigantic pages

[PATCH 00/21] mm, THP, swap: Swapout/swapin THP as a whole
 2018-04-18  0:39 UTC  (26+ messages)
` [PATCH -mm 01/21] mm, THP, swap: Enable PMD swap operations for CONFIG_THP_SWAP
` [PATCH -mm 02/21] mm, THP, swap: Make CONFIG_THP_SWAP depends on CONFIG_SWAP
` [PATCH -mm 03/21] mm, THP, swap: Support PMD swap mapping in swap_duplicate()
` [PATCH -mm 04/21] mm, THP, swap: Support PMD swap mapping in swapcache_free_cluster()
` [PATCH -mm 05/21] mm, THP, swap: Support PMD swap mapping in free_swap_and_cache()/swap_free()
` [PATCH -mm 06/21] mm, THP, swap: Support PMD swap mapping when splitting huge PMD
` [PATCH -mm 07/21] mm, THP, swap: Support PMD swap mapping in split_swap_cluster()
` [PATCH -mm 08/21] mm, THP, swap: Support to read a huge swap cluster for swapin a THP
` [PATCH -mm 09/21] mm, THP, swap: Swapin a THP as a whole
` [PATCH -mm 10/21] mm, THP, swap: Support to count THP swapin and its fallback
` [PATCH -mm 11/21] mm, THP, swap: Add sysfs interface to configure THP swapin
` [PATCH -mm 12/21] mm, THP, swap: Support PMD swap mapping in swapoff
` [PATCH -mm 13/21] mm, THP, swap: Support PMD swap mapping in madvise_free()
` [PATCH -mm 14/21] mm, cgroup, THP, swap: Support to move swap account for PMD swap mapping
` [PATCH -mm 15/21] mm, THP, swap: Support to copy PMD swap mapping when fork()
` [PATCH -mm 16/21] mm, THP, swap: Free PMD swap mapping when zap_huge_pmd()
` [PATCH -mm 17/21] mm, THP, swap: Support PMD swap mapping for MADV_WILLNEED
` [PATCH -mm 18/21] mm, THP, swap: Support PMD swap mapping in mincore()
` [PATCH -mm 19/21] mm, THP, swap: Support PMD swap mapping in common path
` [PATCH -mm 20/21] mm, THP, swap: create PMD swap mapping when unmap the THP
` [PATCH -mm 21/21] mm, THP: Avoid to split THP when reclaim MADV_FREE THP

[PATCH] mm/page_alloc: remove realsize in free_area_init_core()
 2018-04-17 23:55 UTC  (2+ messages)

[PATCH v4 0/3] restructure memfd code
 2018-04-17 23:42 UTC  (5+ messages)
` [PATCH v4 2/3] mm/shmem: update file sealing comments and file checking
` [PATCH v4 3/3] mm: restructure memfd code

[RFC PATCH] fs: introduce ST_HUGE flag and set it to tmpfs and hugetlbfs
 2018-04-17 23:37 UTC  (5+ messages)

[PATCH 1/2] x86, pti: fix boot problems from Global-bit setting
 2018-04-17 21:56 UTC  (3+ messages)
` [PATCH 2/2] x86, pti: fix boot warning "

[PATCH v10 00/62] Convert page cache to XArray
 2018-04-17 21:49 UTC  (5+ messages)

[PATCH] slab: introduce the flag SLAB_MINIMIZE_WASTE
 2018-04-17 21:42 UTC  (31+ messages)
      `  "
                ` [PATCH RESEND] "

repeatable boot randomness inside KVM guest
 2018-04-17 21:40 UTC  (10+ messages)

[RFC PATCH] mm: correct status code which move_pages() returns for zero page
 2018-04-17 20:09 UTC  (6+ messages)

centralize SWIOTLB config symbol and misc other cleanups
 2018-04-17 19:55 UTC  (9+ messages)
` [PATCH 01/12] iommu-common: move to arch/sparc
` [PATCH 11/12] swiotlb: move the SWIOTLB config symbol to lib/Kconfig

[PATCH v3 1/4] mm: rename page_counter's count/limit into usage/max
 2018-04-17 19:00 UTC  (6+ messages)
` [PATCH v3 3/4] mm: treat memory.low value inclusive

[PATCH AUTOSEL for 4.14 015/161] printk: Add console owner and waiter logic to load balance console writes
 2018-04-17 18:28 UTC  (57+ messages)

[PATCH v10 00/25] Speculative page faults
 2018-04-17 16:51 UTC  (27+ messages)
` [PATCH v10 01/25] mm: introduce CONFIG_SPECULATIVE_PAGE_FAULT
` [PATCH v10 02/25] x86/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v10 03/25] powerpc/mm: set ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v10 04/25] mm: prepare for FAULT_FLAG_SPECULATIVE
` [PATCH v10 05/25] mm: introduce pte_spinlock "
` [PATCH v10 06/25] mm: make pte_unmap_same compatible with SPF
` [PATCH v10 07/25] mm: introduce INIT_VMA()
` [PATCH v10 08/25] mm: VMA sequence count
` [PATCH v10 09/25] mm: protect VMA modifications using "
` [PATCH v10 10/25] mm: protect mremap() against SPF hanlder
` [PATCH v10 11/25] mm: protect SPF handler against anon_vma changes
` [PATCH v10 12/25] mm: cache some VMA fields in the vm_fault structure
` [PATCH v10 13/25] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page()
` [PATCH v10 14/25] mm: introduce __lru_cache_add_active_or_unevictable
` [PATCH v10 15/25] mm: introduce __vm_normal_page()
` [PATCH v10 16/25] mm: introduce __page_add_new_anon_rmap()
` [PATCH v10 17/25] mm: protect mm_rb tree with a rwlock
` [PATCH v10 18/25] mm: provide speculative fault infrastructure
` [PATCH v10 19/25] mm: adding speculative page fault failure trace events
` [PATCH v10 20/25] perf: add a speculative page fault sw event
` [PATCH v10 21/25] perf tools: add support for the SPF perf event
` [PATCH v10 22/25] mm: speculative page fault handler return VMA
` [PATCH v10 23/25] mm: add speculative page fault vmstats
` [PATCH v10 24/25] x86/mm: add speculative pagefault handling
` [PATCH v10 25/25] powerpc/mm: add speculative page fault

[PATCH v2 00/12] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-04-17 18:54 UTC  (13+ messages)
` [PATCH v2 01/12] mm: Assign id to every memcg-aware shrinker
` [PATCH v2 02/12] memcg: Refactoring in mem_cgroup_alloc()
` [PATCH v2 03/12] memcg: Refactoring in alloc_mem_cgroup_per_node_info()
` [PATCH v2 04/12] mm: Assign memcg-aware shrinkers bitmap to memcg
` [PATCH v2 05/12] fs: Propagate shrinker::id to list_lru
` [PATCH v2 06/12] list_lru: Add memcg argument to list_lru_from_kmem()
` [PATCH v2 07/12] list_lru: Pass dst_memcg argument to memcg_drain_list_lru_node()
` [PATCH v2 08/12] list_lru: Pass lru "
` [PATCH v2 09/12] mm: Set bit in memcg shrinker bitmap on first list_lru item apearance
` [PATCH v2 10/12] mm: Iterate only over charged shrinkers during memcg shrink_slab()
` [PATCH v2 11/12] mm: Add SHRINK_EMPTY shrinker methods return value
` [PATCH v2 12/12] mm: Clear shrinker bit if there are no objects related to memcg

[PATCH 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-04-17 15:10 UTC  (11+ messages)
` [PATCH 02/11] ACPI / APEI: Generalise the estatus queue's add/remove and notify code

[LSF/MM TOPIC] CMA and larger page sizes
 2018-04-17 15:01 UTC  (3+ messages)

[PATCH] kasan: add no_sanitize attribute for clang builds
 2018-04-17 12:27 UTC  (5+ messages)

[PATCH v2] kasan: add no_sanitize attribute for clang builds
 2018-04-17 12:26 UTC 

[PATCH RFC 0/8] mm: online/offline 4MB chunks controlled by device driver
 2018-04-17 11:50 UTC  (4+ messages)
` [PATCH RFC 2/8] mm: introduce PG_offline

[PATCH 0/3] indirectly reclaimable memory
 2018-04-17 11:24 UTC  (13+ messages)
` [PATCH 3/3] dcache: account external names as "

[PATCH] mm: allow to decrease swap.max below actual swap usage
 2018-04-17 11:06 UTC  (3+ messages)

[PATCH v2 0/2] vunmap and debug objects
 2018-04-17 10:43 UTC  (3+ messages)
` [PATCH v2 1/2] mm: vmalloc: Avoid racy handling of debugobjects in vunmap
` [PATCH v2 2/2] mm: vmalloc: Pass proper vm_start into debugobjects

[RFC PATCH 0/1] mm: Support multiple kswapd threads per node
 2018-04-17  9:03 UTC  (7+ messages)
` [RFC PATCH 1/1] vmscan: "

[PATCH] mmap.2: MAP_FIXED is okay if the address range has been reserved
 2018-04-17  6:23 UTC  (11+ messages)

[PATCH 0/2] vunmap and debug objects
 2018-04-17  5:10 UTC  (6+ messages)
` [PATCH 2/2] mm: vmalloc: Pass proper vm_start into debugobjects

[PATCH v3 0/9] trace_uprobe: Support SDT markers having reference count (semaphore)
 2018-04-17  4:32 UTC  (10+ messages)
` [PATCH v3 1/9] Uprobe: Export vaddr <-> offset conversion functions
` [PATCH v3 2/9] mm: Prefix vma_ to vaddr_to_offset() and offset_to_vaddr()
` [PATCH v3 3/9] Uprobe: Move mmput() into free_map_info()
` [PATCH v3 4/9] Uprobe: Rename map_info to uprobe_map_info
` [PATCH v3 5/9] Uprobe: Export uprobe_map_info along with uprobe_{build/free}_map_info()
` [PATCH v3 6/9] trace_uprobe: Support SDT markers having reference count (semaphore)
` [PATCH v3 7/9] trace_uprobe/sdt: Fix multiple update of same reference counter
` [PATCH v3 8/9] trace_uprobe/sdt: Document about "
` [PATCH v3 9/9] perf probe: Support SDT markers having reference counter (semaphore)

[PATCH] dax: Change return type to vm_fault_t
 2018-04-17  4:08 UTC  (4+ messages)

[PATCH 0/8] Various PageFlags cleanups
 2018-04-16 12:54 UTC  (6+ messages)
` [PATCH 6/8] mm: Turn page policies into functions
` [PATCH 7/8] mm: Always check PagePolicyNoCompound


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