[PATCH v10 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
2019-12-12 8:19 UTC (17+ 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 12/25] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v10 14/25] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v10 16/25] net/xdp: set FOLL_PIN via pin_user_pages()
` [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 25/25] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
[PATCH v2 0/4] KASAN for powerpc64 radix, plus generic mm change
2019-12-12 7:42 UTC (7+ messages)
` [PATCH v2 4/4] powerpc: Book3S 64-bit "heavyweight" KASAN support
[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 (31+ 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
[PATCH 00/22] arm64: Memory Tagging Extension user-space support
2019-12-12 5:03 UTC (26+ 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
[PATCHSET v3 0/5] Support for RWF_UNCACHED
2019-12-12 2:47 UTC (33+ 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
[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 "
rmap for shmem pages
2019-12-11 23:51 UTC
[GIT PULL] Please pull hmm changes
2019-12-11 22:57 UTC (8+ messages)
[PATCH] mm/oom: fix pgtables units mismatch in Killed process message
2019-12-11 21:44 UTC (2+ 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
[PATCHSET 0/5] Support for RWF_UNCACHED
2019-12-11 14:39 UTC (5+ messages)
` [PATCH 3/5] mm: make buffered writes work with RWF_UNCACHED
[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)
[PATCH 00/17] Fixup page directory freeing
2019-12-11 13:19 UTC (19+ 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 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 (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)
[PATCH 0/6] Allow setting caching mode in arch_add_memory() for P2PDMA
2019-12-11 8:37 UTC (11+ 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 (4+ messages)
` [PATCH v5 2/8] mm/lru: replace pgdat lru_lock with lruvec lock
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)
[PATCH v8 00/26] mm/gup: track dma-pinned pages: FOLL_PIN
2019-12-11 0:49 UTC (11+ messages)
` [PATCH v8 20/26] powerpc: book3s64: convert to pin_user_pages() and put_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 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
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox