linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-17 08:31:22 to 2023-05-18 07:01:05 UTC [more...]

[RESEND PATCH v9 0/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration
 2023-05-18  6:59 UTC  (3+ messages)
` [RESEND PATCH v9 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [RESEND PATCH v9 2/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration

[PATCH] tee: add FOLL_LONGTERM for CMA case when alloc shm
 2023-05-18  6:40 UTC  (11+ messages)
              ` FOLL_LONGTERM vs FOLL_EPHEMERAL "

[PATCH v2 00/10] Clean ups for maple tree
 2023-05-18  6:10 UTC  (17+ messages)
` [PATCH v2 01/10] maple_tree: Rework mtree_alloc_{range,rrange}()
` [PATCH v2 02/10] maple_tree: Drop mas_{rev_}alloc() and mas_fill_gap()
` [PATCH v2 03/10] maple_tree: Fix the arguments to __must_hold()
` [PATCH v2 04/10] maple_tree: Simplify mas_is_span_wr()
` [PATCH v2 05/10] maple_tree: Make the code symmetrical in mas_wr_extend_null()
` [PATCH v2 06/10] maple_tree: Add mas_wr_new_end() to calculate new_end accurately
` [PATCH v2 07/10] maple_tree: Add comments and some minor cleanups to mas_wr_append()
` [PATCH v2 08/10] maple_tree: Rework mas_wr_slot_store() to be cleaner and more efficient
` [PATCH v2 09/10] maple_tree: Simplify and clean up mas_wr_node_store()
` [PATCH v2 10/10] maple_tree: Relocate the declaration of mas_empty_area_rev()

[PATCH v2] memblock: Add flags and nid info in memblock debugfs
 2023-05-18  5:58 UTC  (5+ messages)

[PATCH v4 0/2] memcontrol: support cgroup level OOM protection
 2023-05-18  5:12 UTC  (4+ messages)

[PATCH 0/2] SPDX conversion for UDF
 2023-05-18  4:17 UTC  (5+ messages)
` [PATCH 1/2] fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier
` [PATCH 2/2] fs: udf: udftime: Replace LGPL boilerplate "

[PATCH RFC 0/4] Optimize mremap during mutual alignment within PMD
 2023-05-18  4:12 UTC  (6+ messages)
` [PATCH RFC 1/4] mm/mremap: Optimize the start addresses in move_page_tables()
` [PATCH RFC 2/4] selftests: mm: Fix failure case when new remap region was not found
` [PATCH RFC 3/4] selftests: mm: Add a test for mutually aligned moves > PMD size
` [PATCH RFC 4/4] selftests: mm: Add a test for remapping to area immediately after existing mapping

[PATCH 00/14] mm/init/kernel: missing-prototypes warnings
 2023-05-18  3:54 UTC  (21+ messages)
` [PATCH 01/14] mm: percpu: unhide pcpu_embed_first_chunk prototype
` [PATCH 02/14] mm: page_poison: always declare __kernel_map_pages() function
` [PATCH 03/14] mm: sparse: mark populate_section_memmap() static
` [PATCH 04/14] audit: avoid missing-prototype warnings
  ` [PATCH 4/14] "
` [PATCH 05/14] lib: devmem_is_allowed: include linux/io.h
` [PATCH 06/14] locking: add lockevent_read() prototype
` [PATCH 07/14] panic: hide unused global functions
` [PATCH 08/14] panic: make function declarations visible
` [PATCH 09/14] kunit: include debugfs header file
` [PATCH 10/14] suspend: add a arch_resume_nosmt() prototype
` [PATCH 11/14] init: consolidate prototypes in linux/init.h
` [PATCH 12/14] init: move cifs_root_data() prototype into linux/mount.h
` [PATCH 13/14] thread_info: move function declarations to linux/thread_info.h
` [PATCH 14/14] time_namespace: always provide arch_get_vdso_data() prototype for vdso

[PATCH v5 RESEND 00/17] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-05-18  3:45 UTC  (24+ messages)
` [PATCH v5 RESEND 04/17] mm/ioremap: Define generic_ioremap_prot() and generic_iounmap()
` [PATCH v5 RESEND 05/17] mm: ioremap: allow ARCH to have its own ioremap method definition
` [PATCH v5 RESEND 06/17] mm/ioremap: add slab availability checking in ioremap_prot
` [PATCH v5 RESEND 07/17] arc: mm: Convert to GENERIC_IOREMAP
` [PATCH v5 RESEND 08/17] ia64: "
` [PATCH v5 RESEND 11/17] sh: "
` [PATCH v5 RESEND 16/17] arm64 : mm: add wrapper function ioremap_prot()
` [PATCH v5 RESEND 17/17] mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowed

[RFC PATCH 0/5] Prototype for direct map awareness in page allocator
 2023-05-18  3:35 UTC  (3+ messages)
` [RFC PATCH 1/5] mm: intorduce __GFP_UNMAPPED and unmapped_alloc()

[PATCH -next v2 00/13] mm: page_alloc: misc cleanup and refector
 2023-05-18  2:10 UTC  (5+ messages)
` [PATCH v2 08/13] mm: page_alloc: split out DEBUG_PAGEALLOC

[PATCH] x86/mce: set MCE_IN_KERNEL_COPYIN for all MC-Safe Copy
 2023-05-18  2:03 UTC  (2+ messages)

[PATCH v3] mm, compaction: Skip all non-migratable pages during scan
 2023-05-18  1:21 UTC  (5+ messages)

[PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
 2023-05-18  0:43 UTC  (7+ messages)

[PATCH v2] mm: userfaultfd: avoid passing an invalid range to vma_merge()
 2023-05-18  0:38 UTC  (11+ messages)

[PATCH v1 0/3] Improve hugetlbfs read on HWPOISON hugepages
 2023-05-17 23:53 UTC  (6+ messages)
` [PATCH v1 1/3] mm/hwpoison: find subpage in hugetlb HWPOISON list
` [PATCH v1 2/3] hugetlbfs: improve read HWPOISON hugepage
` [PATCH v1 3/3] selftests/mm: add tests for HWPOISON hugetlbfs read

[PATCH 0/6] Memory Mapping (VMA) protection using PKU - set 1
 2023-05-17 23:48 UTC  (14+ messages)
` [PATCH 1/6] PKEY: Introduce PKEY_ENFORCE_API flag

Excessive TLB flush ranges
 2023-05-17 23:14 UTC  (39+ messages)

[PATCH] mm: kfence: Fix false positives on big endian
 2023-05-17 22:20 UTC  (3+ messages)

[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-17 21:50 UTC  (6+ messages)
` [PATCH 15/23] s390: allow pte_offset_map_lock() "
` [PATCH 16/23] s390: gmap use pte_unmap_unlock() not spin_unlock()

[PATCH] decompressor: provide missing prototypes
 2023-05-17 20:49 UTC  (2+ messages)

[PATCH v3] watchdog: Allow nmi watchdog to use "ref-cycles" event
 2023-05-17 20:48 UTC  (2+ messages)

[PATCH v2 0/2] mm/uffd: Fix vma merge/split
 2023-05-17 20:37 UTC  (5+ messages)
` [PATCH v2 1/2] mm/uffd: Fix vma operation where start addr cuts part of vma
` [PATCH v2 2/2] mm/uffd: Allow vma to merge as much as possible

[akpm-mm:mm-unstable 111/127] include/linux/stackdepot.h:116:26: error: declaration of 'struct seq_file' will not be visible outside of this function
 2023-05-17 20:00 UTC  (2+ messages)

[bug report] mm/gup: remove vmas parameter from get_user_pages_remote()
 2023-05-17 19:29 UTC  (3+ messages)

[PATCH v6 0/6] remove the vmas parameter from GUP APIs
 2023-05-17 19:25 UTC  (7+ messages)
` [PATCH v6 1/6] mm/gup: remove unused vmas parameter from get_user_pages()
` [PATCH v6 2/6] mm/gup: remove unused vmas parameter from pin_user_pages_remote()
` [PATCH v6 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
` [PATCH v6 4/6] io_uring: rsrc: delegate VMA file-backed check to GUP
` [PATCH v6 5/6] mm/gup: remove vmas parameter from pin_user_pages()
` [PATCH v6 6/6] mm/gup: remove vmas array from internal GUP functions

[PATCH 0/2] mm/uffd: Fix vma merge/split
 2023-05-17 19:03 UTC  (12+ messages)
` [PATCH 1/2] mm/uffd: Fix vma operation where start addr cuts part of vma
` [PATCH 2/2] mm/uffd: Allow vma to merge as much as possible

[PATCH 0/7] riscv: Memory Hot(Un)Plug support
 2023-05-17 18:53 UTC  (3+ messages)

[PATCHv11 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
 2023-05-17 18:50 UTC  (10+ messages)
` [PATCHv11 4/9] x86/boot/compressed: Handle "
` [PATCHv11 6/9] efi/unaccepted: Avoid load_unaligned_zeropad() stepping into "

[PATCH v4 0/7] arm64: untag user pointers passed to the kernel
 2023-05-17 18:39 UTC 

[linux-next:master] BUILD REGRESSION 065efa589871e93b6610c70c1e9de274ef1f1ba2
 2023-05-17 17:28 UTC 

[PATCH net-next 1/2] net: Keep sk->sk_forward_alloc as a proper size
 2023-05-17 17:04 UTC  (10+ messages)

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-17 15:59 UTC  (13+ messages)
` [PATCH 07/32] mm: Bring back vmalloc_exec

[PATCHv11 5/9] efi: Provide helpers for unaccepted memory
 2023-05-17 15:58 UTC  (3+ messages)
` [PATCHv11.1 5/9] efi: Add unaccepted memory support

next: qemu-arm64: kernel BUG at fs/inode.c:1763!
 2023-05-17 15:08 UTC  (2+ messages)

[PATCH v2 0/5] MDWE without inheritance
 2023-05-17 15:03 UTC  (6+ messages)
` [PATCH v2 1/5] kselftest: vm: Fix tabs/spaces inconsistency in the mdwe test
` [PATCH v2 2/5] kselftest: vm: Fix mdwe's mmap_FIXED test case
` [PATCH v2 3/5] mm: Make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long
` [PATCH v2 4/5] mm: Add a NO_INHERIT flag to the PR_SET_MDWE prctl
` [PATCH v2 5/5] kselftest: vm: Add tests for no-inherit memory-deny-write-execute

[PATCH v3 0/3] mm: Fix bug affecting swapping in MTE tagged pages
 2023-05-17 14:59 UTC  (10+ messages)
` [PATCH v3 1/3] mm: Call arch_swap_restore() from do_swap_page()
` [PATCH v3 2/3] mm: Call arch_swap_restore() from unuse_pte()
` [PATCH v3 3/3] arm64: mte: Simplify swap tag restoration logic

[linux-next:master 2420/3030] ld.lld: error: undefined symbol: __udivdi3
 2023-05-17 14:41 UTC  (2+ messages)

[RFC v2 PATCH 00/17] variable-order, large folios for anonymous memory
 2023-05-17 13:58 UTC  (8+ messages)

next: arm64: build/gcc-12-lkftconfig-64k_page_size - error: call to '__compiletime_assert_494' declared with attribute error: BUILD_BUG_ON failed: (((16 - 3) * (4 - (2)) + 3)-16) > 10
 2023-05-17 13:26 UTC 

[PATCH v5 0/6] remove the vmas parameter from GUP APIs
 2023-05-17 13:04 UTC  (3+ messages)
` [PATCH v5 5/6] mm/gup: remove vmas parameter from pin_user_pages()

[linux-next:pending-fixes] BUILD SUCCESS 58bd8c0e6d69120ef25027b2de2885ca6943c6b4
 2023-05-17 12:31 UTC 

[PATCH V4 0/6] shmem: Add user and group quota support for tmpfs
 2023-05-17 12:22 UTC  (4+ messages)

[PATCH V7 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
 2023-05-17 11:32 UTC  (5+ messages)
` [PATCH V7 2/2] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem

Disabling CONFIG_COMPACTION
 2023-05-17 10:02 UTC  (2+ messages)

[PATCH v2] ntfs: Add myself as a reviewer
 2023-05-17  9:28 UTC  (4+ messages)

[PATCH 0/3] mm: Fix bug affecting swapping in MTE tagged pages
 2023-05-17  8:34 UTC  (10+ messages)
` [PATCH 1/3] mm: Move arch_do_swap_page() call to before swap_free()


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