linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-03 05:23:03 to 2023-04-04 05:50:42 UTC [more...]

[PATCH] mm: check mapping addr is correct when dump page
 2023-04-04  5:50 UTC 

[PATCH drm-next v3 00/15] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-04-04  5:29 UTC  (18+ messages)
` [PATCH drm-next v3 01/15] drm: execution context for GEM buffers v3
` [PATCH drm-next v3 02/15] drm_exec: fix double dma_resv unlock
` [PATCH drm-next v3 03/15] maple_tree: split up MA_STATE() macro
` [PATCH drm-next v3 04/15] drm: manager to keep track of GPUs VA mappings
` [PATCH drm-next v3 05/15] drm: debugfs: provide infrastructure to dump a DRM GPU VA space
` [PATCH drm-next v3 06/15] drm/nouveau: new VM_BIND uapi interfaces
` [PATCH drm-next v3 07/15] drm/nouveau: get vmm via nouveau_cli_vmm()
` [PATCH drm-next v3 08/15] drm/nouveau: bo: initialize GEM GPU VA interface
` [PATCH drm-next v3 09/15] drm/nouveau: move usercopy helpers to nouveau_drv.h
` [PATCH drm-next v3 10/15] drm/nouveau: fence: separate fence alloc and emit
` [PATCH drm-next v3 11/15] drm/nouveau: fence: fail to emit when fence context is killed
` [PATCH drm-next v3 12/15] drm/nouveau: chan: provide nouveau_channel_kill()
` [PATCH drm-next v3 13/15] drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm
` [PATCH drm-next v3 14/15] drm/nouveau: implement new VM_BIND uAPI
` [PATCH drm-next v3 15/15] drm/nouveau: debugfs: implement DRM GPU VA debugfs

[PATCH v11 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-04-04  4:33 UTC  (2+ messages)

FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-04  4:27 UTC  (6+ messages)
  ` RE(2): "

[PATCH 0/6] shmem: Add user and group quota support for tmpfs
 2023-04-04  4:26 UTC  (13+ messages)
` [PATCH 1/6] shmem: make shmem_inode_acct_block() return error
` [PATCH 2/6] shmem: make shmem_get_inode() return ERR_PTR instead of NULL
` [PATCH 3/6] quota: Check presence of quota operation structures instead of ->quota_read and ->quota_write callbacks
` [PATCH 4/6] shmem: prepare shmem quota infrastructure
` [PATCH 5/6] shmem: quota support
` [PATCH 6/6] Add default quota limit mount options

[PATCH] selftests/mm: fix resource leaks in child_vmsplice_memcmp_fn
 2023-04-04  3:12 UTC 

[PATCH] selftests/mm: fix memory leak in child_memcmp_fn
 2023-04-04  3:12 UTC 

[PATCH 0/2] fix dying cpu compare race
 2023-04-04  2:50 UTC  (6+ messages)
` [PATCH 1/2] cpu/hotplug: introduce 'num_dying_cpus' to get dying CPUs count
` [PATCH 2/2] lib/percpu_counter: fix dying cpu compare race

[linus:master] [swap_state] 5649d113ff: vm-scalability.throughput -33.1% regression
 2023-04-04  2:36 UTC 

[PATCH] mm/page_alloc: don't check zonelist_update_seq from atomic allocations
 2023-04-04  2:11 UTC  (9+ messages)
                ` [PATCH] mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlock

[linux-stable-rc:linux-5.4.y 4610/22976] include/linux/compiler.h:350:45: error: call to '__compiletime_assert_253' declared with attribute error: FIELD_GET: mask is not constant
 2023-04-04  1:18 UTC 

[linux-next:master 932/8744] arch/mips/ar7/gpio.c:19:19: error: field has incomplete type 'struct gpio_chip'
 2023-04-04  0:58 UTC 

[PATCH v2] mm: khugepaged: Fix kernel BUG in hpage_collapse_scan_file
 2023-04-04  0:58 UTC  (3+ messages)

[v4 PATCH] fs/proc: task_mmu.c: don't read mapcount for migration entry
 2023-04-04  0:50 UTC  (9+ messages)

[PATCH v4 0/3] Ignore non-LRU-based reclaim in memcg reclaim
 2023-04-04  0:13 UTC  (4+ messages)
` [PATCH v4 1/3] mm: vmscan: move set_task_reclaim_state() after global_reclaim()
` [PATCH v4 2/3] mm: vmscan: refactor updating reclaimed pages in reclaim_state
` [PATCH v4 3/3] mm: vmscan: ignore non-LRU-based reclaim in memcg reclaim

[linux-next:master] BUILD REGRESSION 31bd35b66249699343d2416658f57e97314a433a
 2023-04-03 23:22 UTC 

[RFC PATCH 0/3] permit write-sealed memfd read-only shared mappings
 2023-04-03 22:28 UTC  (4+ messages)
` [RFC PATCH 1/3] mm: drop the assumption that VM_SHARED always implies writable
` [RFC PATCH 2/3] mm: update seal_check_[future_]write() to include F_SEAL_WRITE as well
` [RFC PATCH 3/3] mm: perform the mapping_map_writable() check after call_mmap()

[PATCH mm-unstable RFC 0/5] cgroup: eliminate atomic rstat
 2023-04-03 22:04 UTC  (7+ messages)
` [PATCH mm-unstable RFC 1/5] writeback: move wb_over_bg_thresh() call outside lock section
` [PATCH mm-unstable RFC 2/5] memcg: flush stats non-atomically in mem_cgroup_wb_stats()
` [PATCH mm-unstable RFC 3/5] memcg: calculate root usage from global state
` [PATCH mm-unstable RFC 4/5] memcg: remove mem_cgroup_flush_stats_atomic()
` [PATCH mm-unstable RFC 5/5] cgroup: remove cgroup_rstat_flush_atomic()

[PATCH v3 33/55] kcm: Support MSG_SPLICE_PAGES
 2023-04-03 22:04 UTC  (10+ messages)
` [PATCH v3 00/55] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
  ` [PATCH v3 15/55] ip, udp: Support MSG_SPLICE_PAGES
  ` Is AF_KCM functional?

[PATCH v2 0/5] remove page_endio()
 2023-04-03 21:19 UTC  (7+ messages)
    ` [PATCH v2 1/5] zram: always chain bio to the parent in read_from_bdev_async
    ` [PATCH v2 2/5] orangefs: use folios in orangefs_readahead
    ` [PATCH v2 3/5] mpage: split bi_end_io callback for reads and writes
    ` [PATCH v2 4/5] mpage: use folios in bio end_io handler
    ` [PATCH v2 5/5] filemap: remove page_endio()

[PATCH v2 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
 2023-04-03 20:39 UTC  (12+ messages)

[linux-next:master 3256/8744] drivers/platform/x86/apple-gmux.c:224:48: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-04-03 20:39 UTC 

[PATCH 00/29] selftests/mm: Split / Refactor userfault test
 2023-04-03 20:24 UTC  (40+ messages)
` [PATCH 01/29] Revert "userfaultfd: don't fail on unrecognized features"
` [PATCH 02/29] selftests/mm: Update .gitignore with two missing tests
` [PATCH 03/29] selftests/mm: Dump a summary in run_vmtests.sh
` [PATCH 04/29] selftests/mm: Merge util.h into vm_util.h
` [PATCH 05/29] selftests/mm: Use TEST_GEN_PROGS where proper
` [PATCH 06/29] selftests/mm: Link vm_util.c always
` [PATCH 07/29] selftests/mm: Merge default_huge_page_size() into one
` [PATCH 08/29] selftests/mm: Use PM_* macros in vm_utils.h
` [PATCH 09/29] selftests/mm: Reuse pagemap_get_entry() in vm_util.h
` [PATCH 10/29] selftests/mm: Test UFFDIO_ZEROPAGE only when !hugetlb
` [PATCH 11/29] selftests/mm: Drop test_uffdio_zeropage_eexist
` [PATCH 15/29] selftests/mm: uffd_open_{dev|sys}()
` [PATCH 16/29] selftests/mm: UFFDIO_API test

[PATCH 0/8] Fix VMA tree modification under mmap read lock
 2023-04-03 20:19 UTC  (7+ messages)

[PATCH v3 0/7] Split a folio to any lower order folios
 2023-04-03 20:18 UTC  (8+ messages)
` [PATCH v3 1/7] mm/memcg: use order instead of nr in split_page_memcg()
` [PATCH v3 2/7] mm/page_owner: use order instead of nr in split_page_owner()
` [PATCH v3 3/7] mm: memcg: make memcg huge page split support any order split
` [PATCH v3 4/7] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH v3 5/7] mm: thp: split huge page to any lower order pages
` [PATCH v3 6/7] mm: truncate: split huge page cache page to a non-zero order if possible
` [PATCH v3 7/7] mm: huge_memory: enable debugfs to split huge pages to any order

[PATCH] regmap: Use mas_walk() instead of mas_find()
 2023-04-03 20:10 UTC  (2+ messages)

[PATCH] regmap: Fix double unlock in the maple cache
 2023-04-03 20:02 UTC 

[PATCH v3 00/35] Per-VMA locks
 2023-04-03 19:49 UTC  (8+ messages)
` [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set

[PATCH v3 0/2] regmap: Add basic maple tree register cache
 2023-04-03 18:40 UTC  (8+ messages)
` [PATCH v3 2/2] regmap: Add maple tree based "

[PATCH v4 0/3] mm: process/cgroup ksm support
 2023-04-03 17:04 UTC  (14+ messages)
` [PATCH v4 1/3] mm: add new api to enable ksm per process

[PATCH] mm: Fix memcg writeback for rt tasks
 2023-04-03 16:57 UTC 

[RFC] vsprintf: compile error on %09pK
 2023-04-03 16:04 UTC  (6+ messages)

[PATCHv9 00/14] mm, x86/cc: Implement support for unaccepted memory
 2023-04-03 15:50 UTC  (18+ messages)
` [PATCHv9 02/14] mm: Add "
` [PATCHv9 03/14] mm/page_alloc: Fake "
` [PATCHv9 04/14] mm/page_alloc: Add sysfs handle to accept accept_memory
` [PATCHv9 11/14] x86/mm: Avoid load_unaligned_zeropad() stepping into unaccepted memory

Kernel Panic - V6.2 - Reseved memory issue
 2023-04-03 15:28 UTC 

[PATCH v6 0/6] ksm: support tracking KSM-placed zero-pages
 2023-04-03 15:20 UTC  (3+ messages)

[PATCH 0/2] Couple of trivial fixes for LAM vs. SVA interaction
 2023-04-03 14:46 UTC  (7+ messages)
` [PATCH 1/2] x86/mm/iommu/sva: Fix error code for LAM enabling failure due to SVA
` [PATCH 2/2] x86/mm/iommu/sva: Do not allow to set FORCE_TAGGED_SVA bit from outside

RFC: Filesystem metadata in HIGHMEM
 2023-04-03 14:22 UTC  (2+ messages)

[PATCH v2] mm: kfence: Improve the performance of __kfence_alloc() and __kfence_free()
 2023-04-03 12:27 UTC 

[PATCH RFC] Randomized slab caches for kmalloc()
 2023-04-03 12:06 UTC  (2+ messages)

[PATCH v2] mm: Take a page reference when removing device exclusive entries
 2023-04-03 12:02 UTC  (2+ messages)

MREMAP_FIXED unmaps dest on error
 2023-04-03 11:58 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 0a9d12dce512f0d32c57641ace34902b51c74bcd
 2023-04-03 11:41 UTC 

[PATCH -next v8 0/3] Delay the initialization of zswap
 2023-04-03 12:13 UTC  (4+ messages)
` [PATCH -next v8 1/3] mm/zswap: remove zswap_entry_cache_{create,destroy} helper function
` [PATCH -next v8 2/3] mm/zswap: replace zswap_init_{started/failed} with zswap_init_state
` [PATCH -next v8 3/3] mm/zswap: delay the initialization of zswap

[PATCH] mm: kfence: Improve the performance of __kfence_alloc() and __kfence_free()
 2023-04-03 11:10 UTC  (3+ messages)

[PATCHv16 00/17] Linear Address Masking enabling
 2023-04-03 10:27 UTC  (8+ messages)
` [PATCHv16 11/17] x86/mm/iommu/sva: Make LAM and SVA mutually exclusive

[PATCH 0/6] Simplify kfence code
 2023-04-03  8:59 UTC  (3+ messages)
` [PATCH 4/6] mm: kfence: remove useless check for CONFIG_KFENCE_NUM_OBJECTS

[linux-next:master] [splice] 3eb3c59b12: stress-ng.sendfile.ops_per_sec 8.4% improvement
 2023-04-03  8:43 UTC 

FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-03  8:34 UTC  (6+ messages)
  `  "

[RFC PATCH v2 37/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
 2023-04-03  8:32 UTC  (6+ messages)
  ` [RFC PATCH v2 00/48] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)

[RFC PATCH v3 0/2] Providing mount in memfd_restricted() syscall
 2023-04-03  8:24 UTC  (5+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
` [RFC PATCH v3 2/2] selftests: restrictedmem: Check hugepage-ness of shmem file backing restrictedmem fd

[PATCH] mm: mark folio as workingset in lru_deactivate_fn
 2023-04-03  8:18 UTC  (6+ messages)

[PATCH] mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
 2023-04-03  8:02 UTC  (3+ messages)

API/syscall to alleviate page/memory problem when quickly accessing memory?
 2023-04-03  6:30 UTC 

[PATCH 0/9] x86/clear_huge_page: multi-page clearing
 2023-04-03  5:22 UTC  (7+ messages)
` [PATCH 2/9] huge_page: get rid of {clear,copy}_subpage()
` [PATCH 4/9] x86/clear_page: parameterize clear_page*() to specify length
` [PATCH 6/9] mm/clear_huge_page: use multi-page clearing
` [PATCH 7/9] sched: define TIF_ALLOW_RESCHED
` [PATCH 8/9] irqentry: define irqentry_exit_allow_resched()
` [PATCH 9/9] x86/clear_huge_page: make clear_contig_region() preemptible


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