linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-11 08:57:48 to 2019-12-12 17:12:15 UTC [more...]

[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
 2019-12-12 17:11 UTC  (2+ messages)
` [PATCH RFC v4 01/13] ACPI: NUMA: export pxm_to_node

[PATCH] mm/memory.c: avoid repeated set_page_dirty in fault_dirty_shared_page
 2019-12-12 16:55 UTC  (3+ messages)

[PATCHSET v4 0/5] Support for RWF_UNCACHED
 2019-12-12 16:41 UTC 

[PATCH v3 0/3] KASAN for powerpc64 radix
 2019-12-12 15:55 UTC  (5+ messages)
` [PATCH v3 1/3] kasan: define and use MAX_PTRS_PER_* for early shadow tables
` [PATCH v3 2/3] kasan: Document support on 32-bit powerpc
` [PATCH v3 3/3] powerpc: Book3S 64-bit "heavyweight" KASAN support

[PATCHSET 0/5] Support for RWF_UNCACHED
 2019-12-12 15:52 UTC  (6+ messages)
` [PATCH 3/5] mm: make buffered writes work with RWF_UNCACHED

Splitting the mmap_sem
 2019-12-12 15:46 UTC  (4+ messages)

[PATCH v16 00/25] Generic page walk and ptdump
 2019-12-12 15:18 UTC  (7+ messages)
` [PATCH v16 11/25] mm: pagewalk: Add p4d_entry() and pgd_entry()

[PATCHSET v3 0/5] Support for RWF_UNCACHED
 2019-12-12 15:16 UTC  (35+ 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

rmap for shmem pages
 2019-12-12 14:43 UTC  (3+ messages)

[PATCH v2 0/4] KASAN for powerpc64 radix, plus generic mm change
 2019-12-12 13:41 UTC  (11+ messages)
` [PATCH v2 4/4] powerpc: Book3S 64-bit "heavyweight" KASAN support

[PATCH] mm/oom: fix pgtables units mismatch in Killed process message
 2019-12-12 10:41 UTC  (3+ messages)

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

[PATCH 00/22] arm64: Memory Tagging Extension user-space support
 2019-12-12  9:34 UTC  (27+ messages)
` [PATCH 01/22] mm: Reserve asm-generic prot flags 0x10 and 0x20 for arch use
` [PATCH 02/22] kbuild: Add support for 'as-instr' to be used in Kconfig files
` [PATCH 03/22] arm64: alternative: Allow alternative_insn to always issue the first instruction
` [PATCH 04/22] arm64: Use macros instead of hard-coded constants for MAIR_EL1
` [PATCH 05/22] arm64: mte: system register definitions
` [PATCH 06/22] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH 07/22] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH 08/22] arm64: mte: Assembler macros and default architecture for .S files
` [PATCH 09/22] arm64: mte: Tags-aware clear_page() implementation
` [PATCH 10/22] arm64: mte: Tags-aware copy_page() implementation
` [PATCH 11/22] arm64: Tags-aware memcmp_pages() implementation
` [PATCH 12/22] arm64: mte: Add specific SIGSEGV codes
` [PATCH 13/22] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH 14/22] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH 15/22] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH 16/22] mm: Introduce arch_validate_flags()
` [PATCH 17/22] arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
` [PATCH 18/22] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH 19/22] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH 20/22] arm64: mte: Allow user control of the excluded tags "
` [PATCH 21/22] arm64: mte: Kconfig entry
` [PATCH 22/22] arm64: mte: Add Memory Tagging Extension documentation

[PATCH 00/17] Fixup page directory freeing
 2019-12-12  9:32 UTC  (21+ 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 07/17] asm-generic/tlb: Rename HAVE_MMU_GATHER_NO_GATHER
` [PATCH 08/17] asm-generic/tlb: Provide MMU_GATHER_TABLE_FREE
  ` [PATCH mk-II "
` [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: "

[bug report] mm-add-apply_to_existing_pages-helper-fix
 2019-12-12  9:29 UTC 

[RFC] workqueue: fix detecting reentrance
 2019-12-12  9:15 UTC 

[PATCH v4 0/2] mm, drm/ttm: Fix pte insertion with customized protection
 2019-12-12  8:51 UTC  (4+ messages)
` [PATCH v4 1/2] mm: Add a vmf_insert_mixed_prot() function
` [PATCH v4 2/2] mm, drm/ttm: Fix vm page protection handling

[PATCH v2] hugetlbfs: Disable softIRQ when taking hugetlb_lock
 2019-12-12  6:30 UTC  (7+ messages)

[PATCH v9 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-12  5:53 UTC  (9+ messages)
` [PATCH v9 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v9 20/25] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v9 23/25] mm/gup: track FOLL_PIN pages

[RFC 0/4] workqueue: fix selecting cpu for queuing work and cleanup
 2019-12-12  2:28 UTC  (8+ 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 "

[GIT PULL] Please pull hmm changes
 2019-12-11 22:57 UTC  (8+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 7644f71e5db423959de292907924fa118fd29151
 2019-12-11 19:20 UTC 

[PATCH] mm/gup: Fix memory leak in __gup_benchmark_ioctl
 2019-12-11 17:46 UTC 

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

[RFC PATCH v1 4/4] mm/gup: flag to limit follow_page() to transhuge pages
 2019-12-11 17:13 UTC  (3+ messages)

[RFC PATCH v1 3/4] thp: fix huge page zapping for special PMDs
 2019-12-11 17:08 UTC  (3+ messages)

[RFC PATCH v1 1/4] mm/remote_mapping: mirror a process address space
 2019-12-11 17:04 UTC  (3+ messages)

[PATCH v2 0/3] mm: fix max_pfn not falling on section boundary
 2019-12-11 16:32 UTC  (4+ messages)
` [PATCH v2 1/3] mm: fix uninitialized memmaps on a partially populated last section
` [PATCH v2 2/3] fs/proc/page.c: allow inspection of last section and fix end detection
` [PATCH v2 3/3] mm: initialize memmap of unavailable memory directly

mmotm 2019-12-10-19-14 uploaded
 2019-12-11 16:31 UTC  (2+ messages)
` mmotm 2019-12-10-19-14 uploaded (objtool: func() falls through)

[RFC PATCH v1 2/4] mm: also set VMA in khugepaged range invalidation
 2019-12-11 16:16 UTC  (3+ messages)

[PATCHSET v2 0/5] Support for RWF_UNCACHED
 2019-12-11 14:44 UTC  (4+ messages)
` [PATCH 5/5] iomap: support RWF_UNCACHED for buffered writes

[PATCH RFC v3 00/36] Add KernelMemorySanitizer infrastructure
 2019-12-11 14:22 UTC  (9+ messages)
` [PATCH RFC v3 27/36] kmsan: hooks for copy_to_user() and friends
` [PATCH RFC v3 28/36] kmsan: enable KMSAN builds

[PATCH] mm/hotplug: Only respect mem= parameter during boot stage
 2019-12-11 13:20 UTC  (11+ messages)

[RFC PATCH 0/4] x86/Hyper-V: Add Dynamic memory hot-remove function
 2019-12-11 12:07 UTC  (3+ messages)
` [RFC PATCH 2/4] mm/hotplug: Expose is_mem_section_removable() and offline_pages()

[PATCH v3] virtio-balloon: fix managed page counts when migrating pages between zones
 2019-12-11 11:29 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).