linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-05 13:50:35 to 2018-11-06 20:51:58 UTC [more...]

[RFC PATCH v4 00/13] ktask: multithread CPU-intensive kernel work
 2018-11-06 20:51 UTC  (30+ messages)
` [RFC PATCH v4 01/13] ktask: add documentation
` [RFC PATCH v4 02/13] ktask: multithread CPU-intensive kernel work
` [RFC PATCH v4 03/13] ktask: add undo support
` [RFC PATCH v4 04/13] ktask: run helper threads at MAX_NICE
` [RFC PATCH v4 05/13] workqueue, ktask: renice helper threads to prevent starvation
` [RFC PATCH v4 06/13] vfio: parallelize vfio_pin_map_dma
` [RFC PATCH v4 07/13] mm: change locked_vm's type from unsigned long to atomic_long_t
` [RFC PATCH v4 08/13] vfio: remove unnecessary mmap_sem writer acquisition around locked_vm
` [RFC PATCH v4 09/13] vfio: relieve mmap_sem reader cacheline bouncing by holding it longer
` [RFC PATCH v4 10/13] mm: enlarge type of offset argument in mem_map_offset and mem_map_next
` [RFC PATCH v4 11/13] mm: parallelize deferred struct page initialization within each node
` [RFC PATCH v4 12/13] mm: parallelize clear_gigantic_page
` [RFC PATCH v4 13/13] hugetlbfs: parallelize hugetlbfs_fallocate with ktask

[PATCH 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-11-06 20:41 UTC  (11+ messages)
` [PATCH 4/6] mm: introduce page->dma_pinned_flags, _count

[PATCH] mm, memory_hotplug: check zone_movable in has_unmovable_pages
 2018-11-06 20:35 UTC  (3+ messages)

[PATCH v5 00/27] Control Flow Enforcement: Shadow Stack
 2018-11-06 20:21 UTC  (5+ messages)
` [PATCH v5 21/27] x86/cet/shstk: Introduce WRUSS instruction

[PATCH v6 1/2] memory_hotplug: Free pages as higher order
 2018-11-06 20:08 UTC  (6+ messages)
` [PATCH v6 2/2] mm/page_alloc: remove software prefetching in __free_pages_core

[PATCH] slab.h: Avoid using & for logical and of booleans
 2018-11-06 18:17 UTC  (12+ messages)

[PATCH v6] mm, drm/i915: mark pinned shmemfs pages as unevictable
 2018-11-06 18:12 UTC  (10+ messages)
` [PATCH v7] "

[PATCH v10 00/22] kasan: add software tag-based mode for arm64
 2018-11-06 17:30 UTC  (23+ messages)
` [PATCH v10 01/22] kasan, mm: change hooks signatures
` [PATCH v10 02/22] kasan, slub: handle pointer tags in early_kmem_cache_node_alloc
` [PATCH v10 03/22] kasan: move common generic and tag-based code to common.c
` [PATCH v10 04/22] kasan: rename source files to reflect the new naming scheme
` [PATCH v10 05/22] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
` [PATCH v10 06/22] kasan, arm64: adjust shadow size for tag-based mode
` [PATCH v10 07/22] kasan: initialize shadow to 0xff "
` [PATCH v10 08/22] kasan, arm64: untag address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v10 09/22] kasan: add tag related helper functions
` [PATCH v10 10/22] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v10 11/22] mm: move obj_to_index to include/linux/slab_def.h
` [PATCH v10 12/22] kasan, arm64: fix up fault handling logic
` [PATCH v10 13/22] kasan, arm64: enable top byte ignore for the kernel
` [PATCH v10 14/22] kasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v10 15/22] kasan: split out generic_report.c from report.c
` [PATCH v10 16/22] kasan: add bug reporting routines for tag-based mode
` [PATCH v10 17/22] kasan: add hooks implementation "
` [PATCH v10 18/22] kasan, arm64: add brk handler for inline instrumentation
` [PATCH v10 19/22] kasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v10 20/22] kasan: add __must_check annotations to kasan hooks
` [PATCH v10 21/22] kasan: update documentation
` [PATCH v10 22/22] kasan: add SPDX-License-Identifier mark to source files

[PATCH v2 0/4] mm: convert totalram_pages, totalhigh_pages and managed pages to atomic
 2018-11-06 16:21 UTC  (5+ messages)
` [PATCH v2 1/4] mm: Fix multiple evaluvations of totalram_pages and managed_pages
` [PATCH v2 2/4] mm: Convert zone->managed_pages to atomic variable
` [PATCH v2 3/4] mm: convert totalram_pages and totalhigh_pages variables to atomic
` [PATCH v2 4/4] mm: Remove managed_page_count spinlock

[PATCH] mm/slub: page is always non-NULL for node_match()
 2018-11-06 15:56 UTC  (2+ messages)

[PATCH v6 1/3] printk: Add line-buffered printk() API
 2018-11-06 14:35 UTC  (8+ messages)
` [PATCH 3/3] lockdep: Use line-buffered printk() for lockdep messages

[PATCH v2] mm/mmu_notifier: remove mmu_notifier_synchronize()
 2018-11-06 13:47 UTC 

NUMA memchr_inv() in mm/vmstat.c:need_update()?
 2018-11-06 13:37 UTC  (2+ messages)

[PATCH] mm/mmu_notifier: rename mmu_notifier_synchronize() to <...>_barrier()
 2018-11-06 13:34 UTC  (6+ messages)

[PATCH v2] mm: Create the new vm_fault_t type
 2018-11-06 13:27 UTC  (5+ messages)

[RFC PATCH 0/2] oom, memcg: do not report racy no-eligible OOM
 2018-11-06 12:42 UTC  (8+ messages)
` [RFC PATCH 2/2] memcg: do not report racy no-eligible OOM tasks

[PATCH v3] mm: Create the new vm_fault_t type
 2018-11-06 12:10 UTC  (2+ messages)

[PATCH 1/2] mm/page_alloc: free order-0 pages through PCP in page_frag_free()
 2018-11-06 12:06 UTC  (13+ messages)
` [PATCH 2/2] mm/page_alloc: use a single function to free page
  ` [PATCH v2 "
    ` [PATCH v3 "
` [PATCH v2 1/2] mm/page_alloc: free order-0 pages through PCP in page_frag_free()

Memory hotplug failed to offline on bare metal system of multiple nodes
 2018-11-06 10:00 UTC  (15+ messages)
` [PATCH] mm, memory_hotplug: teach has_unmovable_pages about of LRU migrateable pages

[PATCH] mm/thp: Correctly differentiate between mapped THP and PMD migration entry
 2018-11-06  9:51 UTC  (10+ messages)

[PATCH v11 00/26] Speculative page faults
 2018-11-06  9:28 UTC  (7+ messages)
` [PATCH v11 10/26] mm: protect VMA modifications using VMA sequence count

[PATCH v5] mm, drm/i915: mark pinned shmemfs pages as unevictable
 2018-11-06  9:19 UTC  (3+ messages)

[PATCH] mm, slab: remove unnecessary unlikely()
 2018-11-06  8:54 UTC  (4+ messages)

[PATCH v1 0/4]mm: convert totalram_pages, totalhigh_pages and managed pages to atomic
 2018-11-06  8:43 UTC  (6+ messages)

kstrdup_quotable_cmdline and gfp flags
 2018-11-06  8:22 UTC  (2+ messages)

[PATCH] z3fold: fix wrong handling of headless pages
 2018-11-06  7:48 UTC  (2+ messages)

[PATCH] mm: Create the new vm_fault_t type
 2018-11-06  6:29 UTC  (8+ messages)

[PATCH v5 1/2] memory_hotplug: Free pages as higher order
 2018-11-06  5:31 UTC  (12+ messages)

[PATCH -next 0/3] Add support for fast mremap
 2018-11-06  4:36 UTC  (6+ messages)

[PATCH] hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!
 2018-11-06  1:32 UTC  (4+ messages)

[PATCH v4] mm, drm/i915: mark pinned shmemfs pages as unevictable
 2018-11-06  0:04 UTC  (7+ messages)

[PATCH] z3fold: fix possible reclaim races
 2018-11-05 23:31 UTC  (2+ messages)

[mm PATCH v5 0/7] Deferred page init improvements
 2018-11-05 21:20 UTC  (8+ messages)
` [mm PATCH v5 1/7] mm: Use mm_zero_struct_page from SPARC on all 64b architectures
` [mm PATCH v5 2/7] mm: Drop meminit_pfn_in_nid as it is redundant
` [mm PATCH v5 3/7] mm: Implement new zone specific memblock iterator
` [mm PATCH v5 4/7] mm: Initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sections
` [mm PATCH v5 5/7] mm: Move hot-plug specific memory init into separate functions and optimize
` [mm PATCH v5 6/7] mm: Add reserved flag setting to set_page_links
` [mm PATCH v5 7/7] mm: Use common iterator for deferred_init_pages and deferred_free_pages

[PATCH v2 0/1] memory_hotplug: fix the panic when memory end is not
 2018-11-05 18:35 UTC  (3+ messages)
` [PATCH v2 1/1] memory_hotplug: fix the panic when memory end is not on the section boundary

[PATCH] mm/kvmalloc: do not confuse kmalloc with page order over MAX_ORDER
 2018-11-05 16:57 UTC  (6+ messages)
` [PATCH 2] mm/kvmalloc: do not call kmalloc for size > KMALLOC_MAX_SIZE

Creating compressed backing_store as swapfile
 2018-11-05 16:55 UTC  (8+ messages)

[PATCH] mm: don't break integrity writeback on ->writepage() error
 2018-11-05 16:36 UTC 

[PATCH] mm: fix uninitialized variable warnings
 2018-11-05 15:35 UTC  (3+ messages)

[PATCH 1/2] mm: use kvzalloc for swap_info_struct allocation
 2018-11-05 14:27 UTC  (4+ messages)
` [PATCH v2] "


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