linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-11 14:15:49 to 2023-04-12 10:06:47 UTC [more...]

[PATCH] selftests/mm: Replace obsolete memalign() with posix_memalign()
 2023-04-12  9:35 UTC 

[PATCH v1 RESEND 0/6] mm: (pte|pmd)_mkdirty() should not unconditionally allow for write access
 2023-04-12  9:48 UTC  (9+ messages)
` [PATCH v1 RESEND 1/6] selftests/mm: reuse read_pmd_pagesize() in COW selftest
` [PATCH v1 RESEND 2/6] selftests/mm: mkdirty: test behavior of (pte|pmd)_mkdirty on VMAs without write permissions
` [PATCH v1 RESEND 3/6] sparc/mm: don't unconditionally set HW writable bit when setting PTE dirty on 64bit
` [PATCH v1 RESEND 4/6] mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on sparc64"
` [PATCH v1 RESEND 5/6] mm/huge_memory: revert "Partly revert "mm/thp: carry over dirty bit when thp splits on pmd""
` [PATCH v1 RESEND 6/6] mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() in __split_huge_pmd_locked()

find_get_page() VS pin_user_pages()
 2023-04-12  9:43 UTC  (6+ messages)

[RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-04-12  9:59 UTC  (3+ messages)

[PATCH 0/6] shmem: Add user and group quota support for tmpfs
 2023-04-12  9:44 UTC  (5+ messages)
` [PATCH 4/6] shmem: prepare shmem quota infrastructure

[PATCH v3] dma-buf/heaps: system_heap: avoid too much allocation
 2023-04-12  9:44 UTC  (5+ messages)

[linux-next:master 10168/10976] drivers/tty/serial/samsung_tty.c:2034:10: error: implicit declaration of function 'of_device_get_match_data' is invalid in C99
 2023-04-12  9:21 UTC 

[PATCHv2] selftests: damon: add config file
 2023-04-12  9:28 UTC 

[linux-next:master 10400/10976] arch/arm/vfp/entry.S:27: undefined reference to `vfp_entry'
 2023-04-12  8:50 UTC 

RFC for new feature to move pages from one vma to another without split
 2023-04-12  8:47 UTC  (5+ messages)

[PATCH] mm/rmap: convert __page_{set, check}_anon_rmap() to folios
 2023-04-12  8:43 UTC  (2+ messages)

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-04-12  8:43 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] BoF VM live migration over CXL memory​
 2023-04-12  8:38 UTC  (7+ messages)

[PATCH] mm: slub: annotate kmem_cache_node->list_lock as raw_spinlock
 2023-04-12  8:32 UTC  (12+ messages)

[PATCH] mm: huge_memory: Replace obsolete memalign() with posix_memalign()
 2023-04-12  8:27 UTC  (2+ messages)

[PATCH] selftests/mm: Replace obsolete memalign() with posix_memalign()
 2023-04-12  8:25 UTC  (2+ messages)

[PATCH 6.1 00/14] Backport of maple tree fixes for 6.1/6.2
 2023-04-12  8:13 UTC  (42+ messages)
` [PATCH 6.1 01/14] maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()
  ` Patch "maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()" has been added to the 6.2-stable tree
  ` Patch "maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()" has been added to the 6.1-stable tree
` [PATCH 6.1 02/14] maple_tree: fix potential rcu issue
  ` Patch "maple_tree: fix potential rcu issue" has been added to the 6.2-stable tree
  ` Patch "maple_tree: fix potential rcu issue" has been added to the 6.1-stable tree
` [PATCH 6.1 03/14] maple_tree: reduce user error potential
  ` Patch "maple_tree: reduce user error potential" has been added to the 6.2-stable tree
  ` Patch "maple_tree: reduce user error potential" has been added to the 6.1-stable tree
` [PATCH 6.1 04/14] maple_tree: fix handle of invalidated state in mas_wr_store_setup()
  ` Patch "maple_tree: fix handle of invalidated state in mas_wr_store_setup()" has been added to the 6.2-stable tree
  ` Patch "maple_tree: fix handle of invalidated state in mas_wr_store_setup()" has been added to the 6.1-stable tree
` [PATCH 6.1 05/14] maple_tree: fix mas_prev() and mas_find() state handling
  ` Patch "maple_tree: fix mas_prev() and mas_find() state handling" has been added to the 6.2-stable tree
  ` Patch "maple_tree: fix mas_prev() and mas_find() state handling" has been added to the 6.1-stable tree
` [PATCH 6.1 06/14] maple_tree: fix mas_skip_node() end slot detection
` [PATCH 6.1 07/14] maple_tree: be more cautious about dead nodes
  ` Patch "maple_tree: be more cautious about dead nodes" has been added to the 6.2-stable tree
  ` Patch "maple_tree: be more cautious about dead nodes" has been added to the 6.1-stable tree
` [PATCH 6.1 08/14] maple_tree: refine ma_state init from mas_start()
  ` Patch "maple_tree: refine ma_state init from mas_start()" has been added to the 6.2-stable tree
  ` Patch "maple_tree: refine ma_state init from mas_start()" has been added to the 6.1-stable tree
` [PATCH 6.1 09/14] maple_tree: detect dead nodes in mas_start()
  ` Patch "maple_tree: detect dead nodes in mas_start()" has been added to the 6.2-stable tree
  ` Patch "maple_tree: detect dead nodes in mas_start()" has been added to the 6.1-stable tree
` [PATCH 6.1 10/14] maple_tree: fix freeing of nodes in rcu mode
  ` Patch "maple_tree: fix freeing of nodes in rcu mode" has been added to the 6.2-stable tree
  ` Patch "maple_tree: fix freeing of nodes in rcu mode" has been added to the 6.1-stable tree
` [PATCH 6.1 11/14] maple_tree: remove extra smp_wmb() from mas_dead_leaves()
  ` Patch "maple_tree: remove extra smp_wmb() from mas_dead_leaves()" has been added to the 6.2-stable tree
  ` Patch "maple_tree: remove extra smp_wmb() from mas_dead_leaves()" has been added to the 6.1-stable tree
` [PATCH 6.1 12/14] maple_tree: add smp_rmb() to dead node detection
  ` Patch "maple_tree: add smp_rmb() to dead node detection" has been added to the 6.2-stable tree
  ` Patch "maple_tree: add smp_rmb() to dead node detection" has been added to the 6.1-stable tree
` [PATCH 6.1 13/14] maple_tree: add RCU lock checking to rcu callback functions
  ` Patch "maple_tree: add RCU lock checking to rcu callback functions" has been added to the 6.2-stable tree
  ` Patch "maple_tree: add RCU lock checking to rcu callback functions" has been added to the 6.1-stable tree
` [PATCH 6.1 14/14] mm: enable maple tree RCU mode by default
  ` Patch "mm: enable maple tree RCU mode by default." has been added to the 6.2-stable tree
  ` Patch "mm: enable maple tree RCU mode by default." has been added to the 6.1-stable tree

[PATCH RESEND] mm/vmscan: simplify shrink_node()
 2023-04-12  7:58 UTC  (2+ messages)

[PATCH 0/6] Avoid the mmap lock for fault-around
 2023-04-12  7:35 UTC  (6+ messages)
` [PATCH 6/6] mm: Run the fault-around code under the VMA lock

[PATCH] selftests/mm: Replace obsolete memalign() with posix_memalign()
 2023-04-12  6:58 UTC 

[PATCH] mm: Fixed incorrect comment for _kmem_cache_create function
 2023-04-12  6:17 UTC  (4+ messages)
` [PATCH v2] "
    ` 答复: "

[PATCH v2 10/18] lib/stackdepot: rename handle and pool constants
 2023-04-12  6:05 UTC 

[linux-next:master] [scsi] 1107c7b24e: BUG_sdebug_queued_cmd(Not_tainted):Objects_remaining_in_sdebug_queued_cmd_on__kmem_cache_shutdown()
 2023-04-12  5:37 UTC 

[PATCH v3 1/2] mm/vmemmap/devdax: Fix kernel crash when probing devdax devices
 2023-04-12  5:00 UTC  (2+ messages)
` [PATCH v3 2/2] mm/hugetlb_vmemmap: Rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH 00/17] sched: EEVDF using latency-nice
 2023-04-12  4:05 UTC  (4+ messages)

[PATCH v2 0/2] kmod: simplify with a semaphore
 2023-04-12  4:05 UTC  (4+ messages)
` [PATCH v2 1/2] Change DEFINE_SEMAPHORE() to take a number argument

[PATCH v5 1/2] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
 2023-04-12  4:05 UTC  (8+ messages)
` [PATCH v5 2/2] ACPI: APEI: handle synchronous exceptions in task work

[PATCH v2 1/2] mm/vmemmap/devdax: Fix kernel crash when probing devdax devices
 2023-04-12  3:43 UTC  (9+ messages)
` [PATCH v2 2/2] m/hugetlb: Rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
  ` [External] "

[linux-next:pending-fixes 146/186] ld.lld: error: undefined symbol: vfp_entry
 2023-04-12  3:35 UTC 

[PATCH v6 0/3] mm: process/cgroup ksm support
 2023-04-12  3:16 UTC  (4+ messages)
` [PATCH v6 1/3] mm: add new api to enable ksm per process
` [PATCH v6 2/3] mm: add new KSM process and sysfs knobs
` [PATCH v6 3/3] selftests/mm: add new selftests for KSM

[PATCH v2 1/2] mm: compaction: consider the number of scanning compound pages in isolate fail path
 2023-04-12  3:15 UTC  (3+ messages)

[PATCH -next v8 0/4]arm64: add machine check safe support
 2023-04-12  2:31 UTC  (4+ messages)
` [PATCH -next v8 4/4] arm64: add cow to machine check safe

[PATCH] mm,unmap: avoid flushing TLB in batch if PTE is inaccessible
 2023-04-12  1:50 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] HGM for hugetlbfs
 2023-04-12  1:44 UTC  (3+ messages)

[PATCH] memcg: page_cgroup_ino() get memcg from the page's folio
 2023-04-12  0:34 UTC 

[PATCH -next] mm: hwpoison: support recovery from HugePage copy-on-write faults
 2023-04-12  0:26 UTC  (2+ messages)

[PATCH V2] fs: perform the check when page without mapping but page->mapping contains junk or random bitscribble
 2023-04-12  0:15 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Reducing zombie memcgs
 2023-04-11 23:48 UTC  (2+ messages)

[RFC PATCH 0/3][RESEND] fs: opportunistic high-res file timestamps
 2023-04-11 23:13 UTC  (13+ messages)
` [RFC PATCH 1/3][RESEND] fs: add infrastructure for opportunistic high-res ctime/mtime updates
` [RFC PATCH 2/3][RESEND] shmem: mark for high-res timestamps on next update after getattr
` [RFC PATCH 3/3][RESEND] xfs: mark the inode for high-res timestamp update in getattr

[PATCH v5 0/3] mm: process/cgroup ksm support
 2023-04-11 23:03 UTC  (7+ messages)
` [PATCH v5 1/3] mm: add new api to enable ksm per process
` [PATCH v5 2/3] mm: add new KSM process and sysfs knobs

[linux-next:master] BUILD REGRESSION 009795d283d1f9f043e5a4ff97d4140cde17e2d3
 2023-04-11 22:15 UTC 

[PATCH] mm: compaction: optimize compact_memory to comply with the admin-guide
 2023-04-11 20:48 UTC  (2+ messages)

[PATCH 00/29] selftests/mm: Split / Refactor userfault test
 2023-04-11 20:09 UTC  (20+ messages)
` [PATCH 10/29] selftests/mm: Test UFFDIO_ZEROPAGE only when !hugetlb
` [PATCH 14/29] selftests/mm: uffd_[un]register()
` [PATCH 19/29] selftests/mm: Let uffd_handle_page_fault() takes wp parameter
` [PATCH 20/29] selftests/mm: Allow allocate_area() to fail properly
` [PATCH 21/29] selftests/mm: Add framework for uffd-unit-test

drivers/staging/rtl8712/rtl871x_cmd.c:670:27: sparse: sparse: incorrect type in assignment (different base types)
 2023-04-11 19:03 UTC 

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-04-11 18:27 UTC  (5+ messages)
` [PATCH RFC v8 17/56] x86/fault: Add support to handle the RMP fault for user address

[PATCH net-next v6 00/18] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-04-11 17:49 UTC  (23+ messages)
` [PATCH net-next v6 01/18] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v6 02/18] mm: Move the page fragment allocator from page_alloc.c into its own file
` [PATCH net-next v6 03/18] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH net-next v6 04/18] mm: Make the page_frag_cache allocator use per-cpu
` [PATCH net-next v6 05/18] net: Pass max frags into skb_append_pagefrags()
` [PATCH net-next v6 06/18] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v6 07/18] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v6 08/18] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v6 09/18] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v6 10/18] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v6 11/18] tls: "
` [PATCH net-next v6 12/18] siw: "
` [PATCH net-next v6 13/18] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v6 14/18] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v6 15/18] ip6, udp6: "
` [PATCH net-next v6 16/18] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v6 17/18] ip: Remove ip_append_page()
` [PATCH net-next v6 18/18] af_unix: Support MSG_SPLICE_PAGES

[PATCH v2 1/2] maple_tree: Fix a potential memory leak, OOB access, or other unpredictable bug
 2023-04-11 17:41 UTC  (2+ messages)

[PATCH v2 0/6] module: avoid userspace pressure on unwanted allocations
 2023-04-11 17:06 UTC  (4+ messages)
` [PATCH v2 1/6] module: fix kmemleak annotations for non init ELF sections

[PATCH mm-unstable RFC 0/5] cgroup: eliminate atomic rstat
 2023-04-11 16:59 UTC  (4+ messages)
` [PATCH mm-unstable RFC 3/5] memcg: calculate root usage from global state

[PATCH v4] mm: oom: introduce cpuset oom
 2023-04-11 15:08 UTC  (6+ messages)
  `  "

[RFC PATCH 0/3] fs: opportunistic high-res file timestamps
 2023-04-11 14:27 UTC  (4+ messages)
` [RFC PATCH 1/3] fs: add infrastructure for opportunistic high-res ctime/mtime updates
` [RFC PATCH 2/3] shmem: mark for high-res timestamps on next update after getattr
` [RFC PATCH 3/3] xfs: mark the inode for high-res timestamp update in getattr

[PATCH v2-updated 1/2] mm/vmemmap/devdax: Fix kernel crash when probing devdax devices
 2023-04-11 14:22 UTC  (2+ messages)
` [PATCH v2-updated 2/2] m/hugetlb: Rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH] mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() in __split_huge_pmd_locked()
 2023-04-11 14:18 UTC  (7+ messages)
` [PATCH v1 1/6] selftests/mm: reuse read_pmd_pagesize() in COW selftest
` [PATCH v1 2/6] selftests/mm: mkdirty: test behavior of (pte|pmd)_mkdirty on VMAs without write permissions
` [PATCH v1 3/6] sparc/mm: don't unconditionally set HW writable bit when setting PTE dirty on 64bit
` [PATCH v1 5/6] mm/huge_memory: revert "Partly revert "mm/thp: carry over dirty bit when thp splits on pmd""
` [PATCH v1 6/6] mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() in __split_huge_pmd_locked()


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