linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-22 19:00:42 to 2022-12-27 19:22:40 UTC [more...]

[PATCH] mm/page_reporting: replace rcu_access_pointer() with rcu_dereference_protected()
 2022-12-27 19:21 UTC 

[PATCHv13 00/16] Linear Address Masking enabling
 2022-12-27 19:10 UTC  (18+ messages)
` [PATCHv13 01/16] x86: Allow atomic MM_CONTEXT flags setting
` [PATCHv13 02/16] x86: CPUID and CR3/CR4 flags for Linear Address Masking
` [PATCHv13 03/16] x86/mm: Handle LAM on context switch
` [PATCHv13 04/16] mm: Introduce untagged_addr_remote()
` [PATCHv13 05/16] x86/uaccess: Provide untagged_addr() and remove tags before address check
` [PATCHv13 06/16] x86/mm: Provide arch_prctl() interface for LAM
` [PATCHv13 07/16] x86/mm: Reduce untagged_addr() overhead until the first LAM user
` [PATCHv13 08/16] mm: Expose untagging mask in /proc/$PID/status
` [PATCHv13 09/16] iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()
` [PATCHv13 10/16] x86/mm/iommu/sva: Make LAM and SVA mutually exclusive
` [PATCHv13 11/16] selftests/x86/lam: Add malloc and tag-bits test cases for linear-address masking
` [PATCHv13 12/16] selftests/x86/lam: Add mmap and SYSCALL "
` [PATCHv13 13/16] selftests/x86/lam: Add io_uring "
` [PATCHv13 14/16] selftests/x86/lam: Add inherit "
` [PATCHv13 15/16] selftests/x86/lam: Add ARCH_FORCE_TAGGED_SVA "
` [PATCHv13 16/16] selftests/x86/lam: Add test cases for LAM vs thread creation

[PATCH -next v2 0/7] mm: convert page_idle/damon to use folios
 2022-12-27 18:14 UTC  (9+ messages)
` [PATCH -next v2 1/7] mm: page_idle: Convert page idle "
` [PATCH -next v2 2/7] mm: damon: introduce damon_get_folio()
` [PATCH -next v2 3/7] mm: damon: convert damon_ptep/pmdp_mkold() to use folios
` [PATCH -next v2 4/7] mm: damon: paddr: convert damon_pa_*() "
` [PATCH -next v2 5/7] mm: damon: vaddr: convert damon_young_pmd_entry() to use folio
` [PATCH -next v2 6/7] mm: damon: remove unneed damon_get_page()
` [PATCH -next v2 7/7] mm: damon: vaddr: convert hugetlb related function to use folios

[RFC PATCH v2 33/47] userfaultfd: add UFFD_FEATURE_MINOR_HUGETLBFS_HGM
 2022-12-27 17:02 UTC  (12+ messages)

[RFC PATCH v2 00/47] hugetlb: introduce HugeTLB high-granularity mapping
 2022-12-27 16:39 UTC  (7+ messages)
` [RFC PATCH v2 34/47] hugetlb: userfaultfd: add support for high-granularity UFFDIO_CONTINUE
` [RFC PATCH v2 35/47] userfaultfd: require UFFD_FEATURE_EXACT_ADDRESS when using HugeTLB HGM

[PATCH v5 4/4] x86: re-enable rng seeding via SetupData
 2022-12-27 13:36 UTC  (4+ messages)

[PATCH v4 00/39] Shadow stacks for userspace
 2022-12-27 13:26 UTC  (5+ messages)
` [PATCH v4 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v4 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW

[PATCH v12 0/6] Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped
 2022-12-27 12:11 UTC  (7+ messages)
` [PATCH v12 1/6] mm/vmstat: Add CPU-specific variable to track a vmstat discrepancy
` [PATCH v12 2/6] mm/vmstat: Use vmstat_dirty to track CPU-specific vmstat discrepancies
` [PATCH v12 3/6] mm/vmstat: manage per-CPU stats from CPU context when NOHZ full
` [PATCH v12 4/6] tick/nohz_full: Ensure quiet_vmstat() is called on exit to user-mode when the idle tick is stopped
` [PATCH v12 5/6] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
` [PATCH v12 6/6] mm/vmstat: avoid queueing work item if cpu stats are clean

[PATCH v3 0/5] update mlock to use folios
 2022-12-27  9:38 UTC  (7+ messages)
` [PATCH v3 1/5] mm: pagevec: add folio_batch_reinit()
` [PATCH v3 2/5] mm: mlock: use folios and a folio batch internally
` [PATCH v3 3/5] m68k/mm/motorola: specify pmd_page() type
` [PATCH v3 4/5] mm: mlock: update the interface to use folios
` [PATCH v3 5/5] Documentation/mm: Update references to __m[un]lock_page() to *_folio()

[PATCH RFC] arm64/vmalloc: use module region only for module_alloc() if CONFIG_RANDOMIZE_BASE is set
 2022-12-27  9:26 UTC 

[PATCH 0/4] return EINVAL for illegal user memory range
 2022-12-27  7:18 UTC  (2+ messages)

[syzbot] [nilfs2?] kernel BUG in folio_end_writeback
 2022-12-27  3:42 UTC 

[PATCHv8 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-12-27  3:18 UTC  (8+ messages)
` [PATCHv8 02/14] mm: Add "

[PATCH v3 00/14] Introduce Copy-On-Write to Page Table
 2022-12-27  2:40 UTC  (6+ messages)
` [PATCH v3 04/14] mm/rmap: Break COW PTE in rmap walking

[PATCH 0/8] migrate_pages(): batch TLB flushing
 2022-12-27  0:28 UTC  (9+ messages)
` [PATCH 1/8] migrate_pages: organize stats with struct migrate_pages_stats
` [PATCH 2/8] migrate_pages: separate hugetlb folios migration
` [PATCH 3/8] migrate_pages: restrict number of pages to migrate in batch
` [PATCH 4/8] migrate_pages: split unmap_and_move() to _unmap() and _move()
` [PATCH 5/8] migrate_pages: batch _unmap and _move
` [PATCH 6/8] migrate_pages: move migrate_folio_done() and migrate_folio_unmap()
` [PATCH 7/8] migrate_pages: share more code between _unmap and _move
` [PATCH 8/8] migrate_pages: batch flushing TLB

[linux-next:pending-fixes] BUILD SUCCESS 81c29d2c46006bd519ee3b94342b6f3fc3823737
 2022-12-26 17:01 UTC 

[linux-next:master] BUILD REGRESSION c76083fac3bae1a87ae3d005b5cb1cbc761e31d5
 2022-12-26 16:54 UTC 

[PATCH] fs/ntfs3: fix wrong cast in xattr.c
 2022-12-26 15:07 UTC  (2+ messages)

[PATCH v4 3/6] ksm: count all zero pages placed by KSM
 2022-12-26  9:20 UTC  (3+ messages)

[PATCH v2 0/4] update mlock to use folios
 2022-12-26  8:19 UTC  (7+ messages)
` [PATCH v2 1/4] mm: pagevec: add folio_batch_reinit()
` [PATCH v2 2/4] mm: mlock: use folios and a folio batch internally
` [PATCH v2 3/4] mm: mlock: update the interface to use folios
` [PATCH v2 4/4] Documentation/mm: Update references to __m[un]lock_page() to *_folio()

[PATCH 0/4] update mlock to use folios
 2022-12-26  6:53 UTC  (7+ messages)
` [PATCH 1/4] mm: pagevec: add folio_batch_reinit()
` [PATCH 2/4] mm: mlock: use folios and a folio batch internally
` [PATCH 3/4] mm: mlock: update the interface to use folios
` [PATCH 4/4] Documentation/mm: Update references to __m[un]lock_page() to *_folio()

[PATCH v4 6/6] selftest: add testing unsharing and counting ksm zero pages
 2022-12-26  2:08 UTC 

[PATCH v4 5/6] ksm: add zero_pages_sharing documentation
 2022-12-26  2:07 UTC 

[PATCH v4 4/6] ksm: count zero pages for each process
 2022-12-26  2:05 UTC 

[PATCH v4 2/6] ksm: support unsharing zero pages placed by KSM
 2022-12-26  2:02 UTC 

[PATCH v4 1/6] ksm: abstract the function try_to_get_old_rmap_item
 2022-12-26  2:01 UTC 

[PATCH v4 0/6] ksm: support tracking KSM-placed zero-pages
 2022-12-26  1:59 UTC 

[syzbot] [hfs?] possible deadlock in list_lru_add
 2022-12-25 10:28 UTC 

[PATCH] maple_tree: should get pivots boundary by type
 2022-12-25  6:16 UTC  (2+ messages)

[linux-next:master 6558/15568] ERROR: modpost: "input_ff_create_memless" [drivers/hid/hid-betopff.ko] undefined!
 2022-12-25  0:51 UTC 

[PATCH v1 0/2] mm: uffd-wp + change_protection() cleanups
 2022-12-24 17:01 UTC  (7+ messages)
` [PATCH v1 1/2] mm/userfaultfd: rely on vma->vm_page_prot in uffd_wp_range()
` [PATCH v1 2/2] mm/mprotect: drop pgprot_t parameter from change_protection()

[linux-next:master 14028/15568] drivers/mtd/ubi/build.c:1259:33-38: WARNING: conversion to bool not needed here
 2022-12-24 15:06 UTC 

[PATCHv2 00/11] dmapool enhancements
 2022-12-24 14:55 UTC  (24+ messages)
` [PATCHv2 02/11] dmapool: remove checks for dev == NULL
` [PATCHv2 03/11] dmapool: use sysfs_emit() instead of scnprintf()
` [PATCHv2 04/11] dmapool: cleanup integer types
` [PATCHv2 05/11] dmapool: speedup DMAPOOL_DEBUG with init_on_alloc
` [PATCHv2 06/11] dmapool: move debug code to own functions
` [PATCHv2 07/11] dmapool: rearrange page alloc failure handling
` [PATCHv2 08/11] dmapool: consolidate page initialization
` [PATCHv2 09/11] dmapool: simplify freeing
` [PATCHv2 10/11] dmapool: don't memset on free twice
` [PATCHv2 11/11] dmapool: link blocks across pages

[PATCH v3 1/2] mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested end
 2022-12-24  8:20 UTC  (2+ messages)
` [PATCH v3 2/2] mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSE

[PATCH v2 1/2] mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested end
 2022-12-24  8:12 UTC  (2+ messages)
` [PATCH v2 2/2] mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSE

[syzbot] INFO: task hung in gfs2_jhead_process_page
 2022-12-24  4:03 UTC  (2+ messages)
` [syzbot] [gfs2?] "

[PATCH] virtio_balloon: high order allocation
 2022-12-24  3:26 UTC  (3+ messages)

[PATCH] string.c: test *cmp for all possible 1-character strings
 2022-12-23 22:34 UTC  (2+ messages)

[RFC PATCH] mm: remove zap_page_range and change callers to use zap_vma_page_range
 2022-12-23 21:22 UTC  (3+ messages)

[PATCH] mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested end
 2022-12-23 20:51 UTC  (6+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-12-23 20:33 UTC  (7+ messages)
` [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
` [PATCH RFC v7 11/64] KVM: SEV: Support private pages in LAUNCH_UPDATE_DATA

[GIT PULL] hotfixes for 6.2-rc1
 2022-12-23 19:23 UTC  (2+ messages)

[PATCH v6 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-23 18:06 UTC  (12+ messages)

[PATCH 0/2] mm/kmemleak: Simplify kmemleak_cond_resched() & fix UAF
 2022-12-23 17:50 UTC  (7+ messages)
` [PATCH 2/2] mm/kmemleak: Fix UAF bug in kmemleak_scan()

[PATCH v3 1/3] mm: vmalloc: Avoid calling __find_vmap_area() twice in __vunmap()
 2022-12-23 16:43 UTC  (10+ messages)
` [PATCH v3 2/3] mm: vmalloc: Switch to find_unlink_vmap_area() in vm_unmap_ram()
` [PATCH v3 3/3] mm: vmalloc: Replace BUG_ON() by WARN_ON_ONCE()

revert dma-mapping and vmap API abuse in qcom_q6v5_mss
 2022-12-23 15:51 UTC  (10+ messages)
` [PATCH 1/2] Revert "remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after use"
` [PATCH 2/2] vmalloc: reject vmap with VM_FLUSH_RESET_PERMS

[PATCH v5 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2022-12-23 15:31 UTC  (3+ messages)
` [PATCH v5 3/3] mm: Make filemap_release_folio() better inform shrink_folio_list()

[PATCH v11 0/6] Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped
 2022-12-23 14:41 UTC  (3+ messages)
` [PATCH v11 3/6] mm/vmstat: manage per-CPU stats from CPU context when NOHZ full

[RFC PATCH] mm/thp: check and bail out if page in deferred queue already
 2022-12-23 13:52 UTC 

[PATCH linux-next] selftests/vm: ksm_functional_tests: fix a typo in comment
 2022-12-23 11:36 UTC  (2+ messages)

[stable:linux-5.15.y 3221/9999] arch/s390/kernel/vtime.c:132:2: error: expected absolute expression
 2022-12-23 10:38 UTC 

[syzbot] kernel BUG in collapse_file (2)
 2022-12-23  9:18 UTC 

[linux-next:master 5565/8605] drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c:258:2-8: preceding lock on line 251 (fwd)
 2022-12-23  8:47 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 137/175] mm/khugepaged.c:2038:27-31: ERROR: invalid reference to the index variable of the iterator on line 2026 (fwd)
 2022-12-23  8:45 UTC 

[linux-next:master 448/6614] drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:116:6-9: WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays) (fwd)
 2022-12-23  8:39 UTC 

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-23  8:24 UTC  (13+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH for v6.1 regression] mm, mremap: fix mremap() expanding vma with addr inside vma
 2022-12-23  8:08 UTC  (2+ messages)
` [PATCH for v6.1 regression] mm, mremap: fix mremap() expanding vma with addr inside vma #forregzbot

[f2fs-dev] [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
 2022-12-23  8:07 UTC  (6+ messages)
` [RFC PATCH] "

[linus:master] [mm] 0ba09b1733: will-it-scale.per_thread_ops -21.1% regression in mmap1 benchmark
 2022-12-23  6:27 UTC  (8+ messages)

[PATCH v2 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2022-12-23  4:14 UTC  (4+ messages)
` [PATCH v2 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area

[PATCH v4 0/4] Convert deactivate_page() to folio_deactivate()
 2022-12-23  1:04 UTC  (3+ messages)
` [PATCH v4 4/4] mm/swap: "

[PATCH] mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSE
 2022-12-23  0:38 UTC 

[PATCH v1 0/2] mm/hugetlb: uffd-wp fixes for hugetlb_change_protection()
 2022-12-22 23:20 UTC  (7+ messages)
` [PATCH v1 1/2] mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()
` [PATCH v1 2/2] mm/hugetlb: fix uffd-wp handling for migration entries "

[linux-next:master 15112/15174] drivers/rtc/rtc-ds1307.c:1717:35: error: call to undeclared function 'i2c_client_get_device_id'; ISO C99 and later do not support implicit function declarations
 2022-12-22 22:18 UTC  (4+ messages)

[PATCH v4 0/4] cachestat: a new syscall for page cache state of files
 2022-12-22 21:50 UTC  (4+ messages)
` [PATCH v4 3/4] cachestat: implement cachestat syscall

[PATCH 1/2] mm: add vma_has_locality()
 2022-12-22 21:37 UTC  (7+ messages)
` [PATCH 2/2] mm: support POSIX_FADV_NOREUSE for generic fadvise handler

[PATCH] mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
 2022-12-22 20:41 UTC 


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