linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-09 22:54:44 to 2019-12-11 12:51:49 UTC [more...]

[PATCH RFC v3 00/36] Add KernelMemorySanitizer infrastructure
 2019-12-11 12:51 UTC  (12+ messages)
` [PATCH RFC v3 21/36] kmsan: disable KMSAN instrumentation for certain kernel parts
` [PATCH RFC v3 22/36] kmsan: mm: call KMSAN hooks from SLUB code
` [PATCH RFC v3 28/36] kmsan: enable KMSAN builds

[PATCH 00/17] Fixup page directory freeing
 2019-12-11 12:07 UTC  (17+ messages)
` [PATCH 01/17] sh/tlb: Fix PGTABLE_LEVELS > 2
` [PATCH 02/17] asm-gemeric/tlb: Remove stray function declarations
` [PATCH 03/17] asm-generic/tlb: Add missing CONFIG symbol
` [PATCH 04/17] asm-generic/tlb: Rename HAVE_RCU_TABLE_FREE
` [PATCH 05/17] asm-generic/tlb: Rename HAVE_RCU_TABLE_NO_INVALIDATE
` [PATCH 06/17] asm-generic/tlb: Rename HAVE_MMU_GATHER_PAGE_SIZE
` [PATCH 08/17] asm-generic/tlb: Provide MMU_GATHER_TABLE_FREE
` [PATCH 09/17] sh/tlb: Fix __pmd_free_tlb()
` [PATCH 10/17] sparc32/tlb: Fix __p*_free_tlb()
` [PATCH 11/17] parisc/tlb: "
` [PATCH 12/17] m68k/tlb: "
` [PATCH 13/17] mips/tlb: "
` [PATCH 14/17] ia64/tlb: "
` [PATCH 15/17] alpha/tlb: "
` [PATCH 16/17] nds32/tlb: "
` [PATCH 17/17] riscv/tlb: "

[RFC PATCH 0/4] x86/Hyper-V: Add Dynamic memory hot-remove function
 2019-12-11 12:07 UTC  (4+ messages)
` [RFC PATCH 1/4] mm/resource: Move child to new resource when release mem region
` [RFC PATCH 2/4] mm/hotplug: Expose is_mem_section_removable() and offline_pages()

[RFC 0/4] workqueue: fix selecting cpu for queuing work and cleanup
 2019-12-11 11:33 UTC  (5+ messages)
` [RFC 1/4] workqueue: fix selecting cpu for queuing work
` [RFC 2/4] workqueue: use smp_processor_id() on "
` [RFC 3/4] workqueue: reap dead pool workqueue "
` [RFC 4/4] workqueue: use integer for cpu "

[PATCH v3] virtio-balloon: fix managed page counts when migrating pages between zones
 2019-12-11 11:29 UTC  (2+ messages)

[PATCH v9 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-11 11:28 UTC  (28+ messages)
` [PATCH v9 01/25] mm/gup: factor out duplicate code from four routines
` [PATCH v9 02/25] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v9 03/25] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v9 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v9 05/25] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v9 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v9 07/25] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v9 08/25] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v9 09/25] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v9 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v9 11/25] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v9 12/25] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v9 13/25] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v9 14/25] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v9 15/25] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v9 16/25] net/xdp: "
` [PATCH v9 17/25] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v9 18/25] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v9 19/25] vfio, mm: "
` [PATCH v9 20/25] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v9 21/25] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v9 22/25] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
` [PATCH v9 23/25] mm/gup: track FOLL_PIN pages
` [PATCH v9 24/25] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v9 25/25] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[RFC PATCH v1 2/4] mm: also set VMA in khugepaged range invalidation
 2019-12-11  9:29 UTC 

[RFC PATCH v1 3/4] thp: fix huge page zapping for special PMDs
 2019-12-11  9:29 UTC 

[RFC PATCH v1 4/4] mm/gup: flag to limit follow_page() to transhuge pages
 2019-12-11  9:29 UTC 

[RFC PATCH v1 1/4] mm/remote_mapping: mirror a process address space
 2019-12-11  9:29 UTC 

[PATCH v2 0/4] KASAN for powerpc64 radix, plus generic mm change
 2019-12-11  8:57 UTC  (17+ messages)
` [PATCH v2 1/4] mm: define MAX_PTRS_PER_{PTE,PMD,PUD}
` [PATCH v2 2/4] kasan: use MAX_PTRS_PER_* for early shadow
` [PATCH v2 3/4] kasan: Document support on 32-bit powerpc
` [PATCH v2 4/4] powerpc: Book3S 64-bit "heavyweight" KASAN support

[PATCH 0/6] Allow setting caching mode in arch_add_memory() for P2PDMA
 2019-12-11  8:37 UTC  (14+ messages)
` [PATCH 5/6] mm, memory_hotplug: Provide argument for the pgprot_t in arch_add_memory()

[PATCH] sparc64: add support for folded p4d page tables
 2019-12-11  8:04 UTC  (4+ messages)

[PATCH v5 0/8] per lruvec lru_lock for memcg
 2019-12-11  3:51 UTC  (11+ messages)
` [PATCH v5 1/8] mm/vmscan: remove unnecessary lruvec adding
` [PATCH v5 2/8] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v5 3/8] mm/lru: introduce the relock_page_lruvec function
` [PATCH v5 4/8] mm/mlock: optimize munlock_pagevec by relocking
` [PATCH v5 5/8] mm/swap: only change the lru_lock iff page's lruvec is different
` [PATCH v5 6/8] mm/pgdat: remove pgdat lru_lock
` [PATCH v5 7/8] mm/lru: revise the comments of lru_lock
` [PATCH v5 8/8] mm/lru: debug checking for page memcg moving and lock_page_memcg

mmotm 2019-12-10-19-14 uploaded
 2019-12-11  3:14 UTC 

mmotm 2019-12-06-19-46 uploaded
 2019-12-11  2:04 UTC  (6+ messages)

[PATCH NOTFORMERGE 0/5] Extend remote madvise API to KSM hints
 2019-12-11  1:35 UTC  (3+ messages)

[PATCH 1/3] mm: add apply_to_existing_pages helper
 2019-12-11  1:31 UTC  (4+ messages)

[PATCHSET v2 0/5] Support for RWF_UNCACHED
 2019-12-11  1:14 UTC  (7+ messages)
` [PATCH 1/5] fs: add read support "
` [PATCH 2/5] mm: make generic_perform_write() take a struct kiocb
` [PATCH 3/5] mm: make buffered writes work with RWF_UNCACHED
` [PATCH 4/5] iomap: pass in the write_begin/write_end flags to iomap_actor
` [PATCH 5/5] iomap: support RWF_UNCACHED for buffered writes

[PATCH v8 00/26] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-11  0:49 UTC  (21+ messages)
` [PATCH v8 08/26] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v8 17/26] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v8 20/26] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v8 21/26] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v8 22/26] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
` [PATCH v8 23/26] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v8 24/26] mm/gup: track FOLL_PIN pages
` [PATCH v8 25/26] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v8 26/26] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[PATCHSET 0/5] Support for RWF_UNCACHED
 2019-12-11  0:28 UTC  (14+ messages)
` [PATCH 1/5] fs: add read support "
` [PATCH 2/5] mm: make generic_perform_write() take a struct kiocb
` [PATCH 3/5] mm: make buffered writes work with RWF_UNCACHED
` [PATCH 4/5] iomap: pass in the write_begin/write_end flags to iomap_actor
` [PATCH 5/5] iomap: support RWF_UNCACHED for buffered writes

[PATCH v1 0/3] mm: fix max_pfn not falling on section boundary
 2019-12-10 22:18 UTC  (5+ messages)
` [PATCH v1 1/3] mm: fix uninitialized memmaps on a partially populated last section

KASAN: slab-out-of-bounds Read in ip6_tnl_parse_tlv_enc_lim
 2019-12-10 22:11 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 128/130] mips: fix build when "48 bits virtual memory" is enabled
 2019-12-10 22:02 UTC 

[PATCH AUTOSEL 4.19 174/177] mips: fix build when "48 bits virtual memory" is enabled
 2019-12-10 21:32 UTC 

[PATCH AUTOSEL 5.4 336/350] mips: fix build when "48 bits virtual memory" is enabled
 2019-12-10 21:07 UTC 

[PATCH v2] mm: cleanup some useless code
 2019-12-10 21:04 UTC  (2+ messages)

lockdep warns: cpu_hotplug_lock.rw_sem --> slab_mutex --> kn->count#39
 2019-12-10 18:32 UTC  (5+ messages)

Splitting the mmap_sem
 2019-12-10 18:09 UTC  (5+ messages)

[PATCH v2] virtio-balloon: fix managed page counts when migrating pages between zones
 2019-12-10 15:36 UTC  (4+ messages)

[PATCH] mm/hotplug: Only respect mem= parameter during boot stage
 2019-12-10 14:19 UTC  (15+ messages)

[PATCH] mm: cleanup some useless code
 2019-12-10 14:07 UTC  (2+ messages)

[PATCH] virtio-balloon: fix managed page counts when migrating pages between zones
 2019-12-10 13:38 UTC  (3+ messages)

[PATCH v16 13/25] mm: pagewalk: Don't lock PTEs for walk_page_range_novma()
 2019-12-10 11:23 UTC  (2+ messages)

[PATCH v1 2/3] fs/proc/page.c: allow inspection of last section and fix end detection
 2019-12-10 10:53 UTC  (4+ messages)

[Patch v2] mm/hotplug: Only respect mem= parameter during boot stage
 2019-12-10 10:21 UTC  (11+ messages)

[PATCH] hugetlbfs: Disable IRQ when taking hugetlb_lock in set_max_huge_pages()
 2019-12-10  2:37 UTC  (4+ messages)

[PATCH] mm: fix hanging shrinker management on long do_shrink_slab
 2019-12-10  1:20 UTC  (5+ 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).