linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-23 18:14:45 to 2023-02-26 03:53:26 UTC [more...]

[GIT PULL] MM updates for 6.3-rc1
 2023-02-26  3:53 UTC  (28+ messages)
` [RFC][PATCH] cifs: Fix cifs_writepages_region()
        ` [EXTERNAL] "
` [RFC][PATCH] cifs, afs: Revert changes to {cifs,afs}_writepages_region()
` [RFC][PATCH] cifs: Improve use of filemap_get_folios_tag()

[PATCHv2 0/6] zsmalloc: fine-grained fullness and new compaction algorithm
 2023-02-26  3:50 UTC  (14+ messages)
` [PATCHv2 1/6] zsmalloc: remove insert_zspage() ->inuse optimization
` [PATCHv2 2/6] zsmalloc: remove stat and fullness enums
` [PATCHv2 3/6] zsmalloc: fine-grained inuse ratio based fullness grouping
` [PATCHv2 4/6] zsmalloc: rework compaction algorithm
` [PATCHv2 5/6] zsmalloc: extend compaction statistics

[PATCH AUTOSEL 6.1 17/21] entry, kasan, x86: Disallow overriding mem*() functions
 2023-02-26  3:42 UTC 

[PATCH AUTOSEL 6.2 17/21] entry, kasan, x86: Disallow overriding mem*() functions
 2023-02-26  3:41 UTC 

[LSF/MM/BPF TOPIC] Flexible orders for anonymous folios
 2023-02-26  2:34 UTC  (4+ messages)

[PATCH v2 0/7] make slab shrink lockless
 2023-02-25 21:28 UTC  (26+ messages)
` [PATCH v2 1/7] mm: vmscan: add a map_nr_max field to shrinker_info
` [PATCH v2 2/7] mm: vmscan: make global slab shrink lockless

[linux-next:master] BUILD REGRESSION 8232539f864ca60474e38eb42d451f5c26415856
 2023-02-25 21:02 UTC  (2+ messages)

[GIT PULL] Compute Express Link (CXL) for 6.3
 2023-02-25 17:33 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 133600336ba4c05411c39e9e3a43b42551ae0471
 2023-02-25 17:27 UTC 

[PATCH 3/6] locking/rwsem: Rework writer wakeup
 2023-02-25 10:15 UTC  (2+ messages)
  ` [PATCH 4/6] locking/rwsem: Split out rwsem_reader_wake()

[PATCH v10 0/6] Implement IOCTL to get and/or the clear info about PTEs
 2023-02-25  9:38 UTC  (7+ messages)
` [PATCH v10 3/6] fs/proc/task_mmu: "

[LSF/MM/BPF TOPIC] Make bpf memory allocator more robust
 2023-02-25  6:23 UTC 

[PATCH v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping
 2023-02-25  0:09 UTC  (24+ messages)
` [PATCH v2 07/46] mm: add VM_HUGETLB_HGM VMA flag
` [PATCH v2 08/46] hugetlb: add HugeTLB HGM enablement helpers
` [PATCH v2 09/46] mm: add MADV_SPLIT to enable HugeTLB HGM
` [PATCH v2 11/46] hugetlb: add hugetlb_pte to track HugeTLB page table entries
` [PATCH v2 22/46] hugetlb: add HGM support to copy_hugetlb_page_range
` [PATCH v2 35/46] hugetlb: add check to prevent refcount overflow via HGM
` [PATCH v2 46/46] selftests/mm: add HGM UFFDIO_CONTINUE and hwpoison tests

[PATCH] mm/mprotect: Fix successful vma_merge() of next in do_mprotect_pkey()
 2023-02-24 22:53 UTC  (2+ messages)

[PATCH] dmapool: push new blocks in ascending order
 2023-02-24 22:28 UTC  (6+ messages)

[PATCH] psi: reduce min window size to 50ms
 2023-02-24 21:07 UTC  (10+ messages)

[PATCH 0/5] batched remove rmap in try_to_unmap_one()
 2023-02-24 19:21 UTC  (8+ messages)
` [PATCH 1/5] rmap: move hugetlb try_to_unmap to dedicated function

[PATCH v6 00/41] Shadow stacks for userspace
 2023-02-24 18:39 UTC  (18+ messages)
` [PATCH v6 28/41] x86: Introduce userspace API for shadow stack
` [PATCH v6 29/41] x86/shstk: Add user-mode shadow stack support
` [PATCH v6 33/41] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v6 37/41] selftests/x86: Add shadow stack test

[Bug 216646] having TRANSPARENT_HUGEPAGE enabled hangs some applications (supervisor read access in kernel mode)
 2023-02-24 18:08 UTC  (10+ messages)

[linux-next:master] BUILD REGRESSION 4d6d7ce9baaf9e67a85a53afc69a36af716f7670
 2023-02-24 17:58 UTC 

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-02-24 16:22 UTC  (12+ messages)
` [PATCH RFC v8 34/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH RFC v8 35/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH RFC v8 41/56] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH RFC v8 45/56] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation "

[PATCH v3 00/35] Per-VMA locks
 2023-02-24 16:19 UTC  (16+ messages)
` [PATCH v3 17/35] mm/mmap: write-lock VMA before shrinking or expanding it
` [PATCH v3 23/35] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
` [PATCH v3 24/35] mm: introduce vma detached flag

[PATCH] mm/memcontrol: add memory.peak in cgroup root
 2023-02-24 15:45 UTC  (8+ messages)

[PATCH v2] Add tests for memblock_alloc_node()
 2023-02-24 14:52 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] reducing direct map fragmentation
 2023-02-24 14:45 UTC  (5+ messages)

[PATCH 0/3] migrate_pages: fix deadlock in batched synchronous migration
 2023-02-24 14:11 UTC  (4+ messages)
` [PATCH 1/3] migrate_pages: fix deadlock in batched migration
` [PATCH 2/3] migrate_pages: move split folios processing out of migrate_pages_batch()
` [PATCH 3/3] migrate_pages: try migrate in batch asynchronously firstly

[ammarfaizi2-block:akpm/mm/mm-unstable 592/601] drivers/block/zram/zram_drv.c:1236:23: error: incompatible pointer types passing 'atomic_long_t *' (aka 'atomic_t *') to parameter of type 'const atomic64_t *'
 2023-02-24 10:47 UTC 

[PATCH RFC] ipc/mqueue: introduce msg cache
 2023-02-24 10:47 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS ab98cc06b6836ebf9707a06c75bab739786d1f7b
 2023-02-24 10:04 UTC 

[PATCH 1/2] docs/mm: Physical Memory: fix a reference to a file that doesn't exist
 2023-02-24 10:03 UTC  (2+ messages)
` [PATCH 2/2] docs/mm: hugetlbfs_reserv: "

[RFC 00/11] cleanup vma_merge and improve mergeability tests
 2023-02-24 10:00 UTC  (12+ messages)
` [RFC 01/11] mm/mremap: fix dup_anon_vma() in vma_merge() case 4
` [RFC 02/11] mm/mmap/vma_merge: use only primary pointers for preparing merge
` [RFC 03/11] mm/mmap/vma_merge: use the proper vma pointer in case 3
` [RFC 04/11] mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6
` [RFC 05/11] mm/mmap/vma_merge: use the proper vma pointer in case 4
` [RFC 06/11] mm/mmap/vma_merge: initialize mid and next in natural order
` [RFC 07/11] mm/mmap/vma_merge: set mid to NULL if not applicable
` [RFC 08/11] mm/mmap/vma_merge: rename adj_next to adj_start
` [RFC 09/11] mm/mmap/vma_merge: convert mergeability checks to return bool
` [RFC 10/11] mm/mmap: start distinguishing if vma can be removed in mergeability test
` [RFC 11/11] mm/mremap: simplify vma expansion again

[RFC PATCH 1/2] mm: restrictedmem: Allow userspace to specify mount_path for memfd_restricted
 2023-02-24  9:36 UTC  (3+ messages)

[PATCH v5 1/4] kasan: Emit different calls for instrumentable memintrinsics
 2023-02-24  8:59 UTC  (4+ messages)
` [PATCH v5 2/4] kasan: Treat meminstrinsic as builtins in uninstrumented files
` [PATCH v5 3/4] kasan: test: Fix test for new meminstrinsic instrumentation
` [PATCH v5 4/4] kasan, x86: Don't rename memintrinsics in uninstrumented files

[syzbot] KMSAN: uninit-value in ondemand_readahead
 2023-02-24  8:32 UTC  (2+ messages)
` [syzbot] [fs?] [mm?] "

LSF/MM/BPF 2023 IOMAP conversion status update
 2023-02-24  7:01 UTC  (4+ messages)

[PATCH] kasan: remove PG_skip_kasan_poison flag
 2023-02-24  6:51 UTC 

[PATCH v3 1/3] kasan: switch kunit tests to console tracepoints
 2023-02-24  6:45 UTC  (7+ messages)

[PATCH] Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"
 2023-02-24  6:15 UTC 

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-24  5:42 UTC  (5+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

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

[RFC PATCH 0/5] Memory access profiler(IBS) driven NUMA balancing
 2023-02-24  3:36 UTC  (10+ messages)

[PATCH v2 00/11] fold per-CPU vmstats remotely
 2023-02-24  2:34 UTC  (3+ messages)

[GIT PULL] Non MM updates for 6.3-rc1
 2023-02-24  2:05 UTC  (2+ messages)

[PATCH] mm: hugetlb_vmemmap: simplify hugetlb_vmemmap_init() a bit
 2023-02-24  0:52 UTC  (2+ messages)

[RFC PATCH 00/25] mm/zsmalloc: Split zsdesc from struct page
 2023-02-24  0:01 UTC  (2+ messages)

[GIT PULL] slab updates for 6.3-rc1
 2023-02-23 22:20 UTC  (2+ messages)

[Bug 217061] commit 2286a6914c776ec34cd97e4573b1466d055cb9de breaks do_mprotect_pkey
 2023-02-23 22:02 UTC  (3+ messages)

[PATCH] mm, page_alloc: batch cma update on pcp buffer refill
 2023-02-23 21:48 UTC  (3+ messages)

[PATCH mm-unstable v1 0/5] mm/kvm: lockless accessed bit harvest
 2023-02-23 21:12 UTC  (25+ messages)
` [PATCH mm-unstable v1 1/5] mm/kvm: add mmu_notifier_test_clear_young()
` [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young()

[stable:linux-5.15.y 1485/9999] <instantiation>:5:8: error: expected relocatable expression
 2023-02-23 19:43 UTC 

[RFC v2 0/5] tmpfs: add the option to disable swap
 2023-02-23 19:43 UTC  (6+ messages)
` [RFC v2 5/5] shmem: add support to ignore swap

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-02-23 19:09 UTC  (5+ messages)
` [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings

[PATCH v2 0/5] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP
 2023-02-23 19:08 UTC  (5+ messages)
` [PATCH v2 3/5] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments

[PATCH 14/19] mm: Introduce a cgroup for pinned memory
 2023-02-23 18:22 UTC  (15+ messages)


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