linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 00/32] Separate struct slab from struct page
 2021-11-16  0:16 UTC  (30+ messages)
` [RFC PATCH 01/32] mm/slab: Dissolve slab_map_pages() in its caller
` [RFC PATCH 02/32] mm/slub: Make object_err() static
` [RFC PATCH 03/32] mm: Split slab into its own type
` [RFC PATCH 04/32] mm: Add account_slab() and unaccount_slab()
` [RFC PATCH 05/32] mm: Convert virt_to_cache() to use struct slab
` [RFC PATCH 06/32] mm: Convert __ksize() to "
` [RFC PATCH 07/32] mm: Use struct slab in kmem_obj_info()
` [RFC PATCH 08/32] mm: Convert check_heap_object() to use struct slab
` [RFC PATCH 09/32] mm/slub: Convert detached_freelist to use a "
` [RFC PATCH 10/32] mm/slub: Convert kfree() "
` [RFC PATCH 11/32] mm/slub: Convert __slab_lock() and __slab_unlock() to "
` [RFC PATCH 12/32] mm/slub: Convert print_page_info() to print_slab_info()
` [RFC PATCH 13/32] mm/slub: Convert alloc_slab_page() to return a struct slab
` [RFC PATCH 14/32] mm/slub: Convert __free_slab() to use "
` [RFC PATCH 15/32] mm/slub: Convert pfmemalloc_match() to take a "
` [RFC PATCH 16/32] mm/slub: Convert most struct page to struct slab by spatch
` [RFC PATCH 17/32] mm/slub: Finish struct page to struct slab conversion
` [RFC PATCH 18/32] mm/slab: Convert kmem_getpages() and kmem_freepages() to struct slab
` [RFC PATCH 19/32] mm/slab: Convert most struct page to struct slab by spatch
` [RFC PATCH 20/32] mm/slab: Finish struct page to struct slab conversion
` [RFC PATCH 21/32] mm: Convert struct page to struct slab in functions used by other subsystems
` [RFC PATCH 22/32] mm/memcg: Convert slab objcgs from struct page to struct slab
` [RFC PATCH 23/32] mm/slob: Convert SLOB to use "
` [RFC PATCH 24/32] mm/kasan: Convert to "
` [RFC PATCH 25/32] mm/kfence: Convert kfence_guarded_alloc() "
` [RFC PATCH 26/32] zsmalloc: Stop using slab fields in struct page
` [RFC PATCH 27/32] bootmem: Use page->index instead of page->freelist
` [RFC PATCH 28/32] iommu: Use put_pages_list
` [RFC PATCH 30/32] mm/sl*b: Differentiate struct slab fields by sl*b implementations

[PATCH] hugetlb: fix hugetlb cgroup refcounting during mremap
 2021-11-15 23:25 UTC  (4+ messages)

[PATCH] mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag
 2021-11-15 23:00 UTC  (2+ messages)

[PATCH] mm: slab: make slab iterator functions static
 2021-11-15 22:56 UTC  (2+ messages)

[PATCH v4] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-15 22:50 UTC  (5+ messages)

[PATCH v2] proc/vmcore: fix clearing user buffer by properly using clear_user()
 2021-11-15 22:04 UTC  (2+ messages)

[PATCH] dax: Kill DEV_DAX_PMEM_COMPAT
 2021-11-15 21:20 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3] mm/migrate.c: Rework migration_entry_wait() to not take a pageref
 2021-11-15 20:40 UTC  (4+ messages)

[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-15 20:17 UTC  (11+ messages)
` [PATCH v7 02/45] x86/sev: detect/setup SEV/SME features earlier in boot
` [PATCH v7 15/45] x86/compressed: Register GHCB memory when SEV-SNP is active

[PATCH v0.8 3/6] sched/umcg: implement UMCG syscalls
 2021-11-15 20:11 UTC  (2+ messages)

[PATCH v6] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-15 19:59 UTC  (10+ messages)

[RFC PATCH 0/3] Use pageblock_order for cma and alloc_contig_range alignment
 2021-11-15 19:37 UTC  (5+ messages)
` [RFC PATCH 1/3] mm: cma: alloc_contig_range: use pageblock_order as the single alignment
` [RFC PATCH 2/3] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size
` [RFC PATCH 3/3] arch: powerpc: adjust fadump alignment to be pageblock aligned
` [RFC PATCH 3/3] arch: powerpc: adjust fadump alignment to "

[PATCH v1 0/2] Remove extra ZONE_DEVICE page refcount
 2021-11-15 19:33 UTC  (3+ messages)
` [PATCH v1 1/2] ext4/xfs: add page refcount helper
` [PATCH v1 2/2] mm: remove extra ZONE_DEVICE struct page refcount

[PATCH v1 0/9] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2021-11-15 19:30 UTC  (10+ messages)
` [PATCH v1 1/9] mm: add zone device coherent type memory support
` [PATCH v1 2/9] mm: add device coherent vma selection for memory migration
` [PATCH v1 3/9] drm/amdkfd: add SPM support for SVM
` [PATCH v1 4/9] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH v1 5/9] lib: test_hmm add ioctl to get zone device type
` [PATCH v1 6/9] lib: test_hmm add module param for "
` [PATCH v1 7/9] lib: add support for device coherent type in test_hmm
` [PATCH v1 8/9] tools: update hmm-test to support device coherent type
` [PATCH v1 9/9] tools: update test_hmm script to support SP config

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-11-15 19:15 UTC  (38+ messages)

[PATCH v4 0/3] mm/hwpoison: fix unpoison_memory()
 2021-11-15 19:10 UTC  (5+ messages)
` [PATCH v4 1/3] mm/hwpoison: mf_mutex for soft offline and unpoison
` [PATCH v4 2/3] mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGE
` [PATCH v4 3/3] mm/hwpoison: fix unpoison_memory()

[PATCH v3] mm: migrate: Support multiple target nodes demotion
 2021-11-15 19:06 UTC  (4+ messages)

[RFC][PATCH 0/5] shmem/fsverity: Prepare for mandatory integrity enforcement
 2021-11-15 19:05 UTC  (11+ messages)
` [RFC][PATCH 2/5] fsverity: Revalidate built-in signatures at file open
` [RFC][PATCH 4/5] shmem: Avoid segfault in shmem_read_mapping_page_gfp()
` [RFC][PATCH 5/5] shmem: Add fsverity support

[UPDATE PATCH] mm: shmem: don't truncate page if memory failure happens
 2021-11-15 19:00 UTC  (4+ messages)

[PATCH v11 1/3] mm: rearrange madvise code to allow for reuse
 2021-11-15 18:59 UTC  (6+ messages)
` [PATCH v11 2/3] mm: add a field to store names for private anonymous memory

[PATCH v2 0/9] zsmalloc: remove bit_spin_lock
 2021-11-15 18:59 UTC  (10+ messages)
` [PATCH v2 1/9] zsmalloc: introduce some helper functions
` [PATCH v2 2/9] zsmalloc: rename zs_stat_type to class_stat_type
` [PATCH v2 3/9] zsmalloc: decouple class actions from zspage works
` [PATCH v2 4/9] zsmalloc: introduce obj_allocated
` [PATCH v2 5/9] zsmalloc: move huge compressed obj from page to zspage
` [PATCH v2 6/9] zsmalloc: remove zspage isolation for migration
` [PATCH v2 7/9] locking/rwlocks: introduce write_lock_nested
` [PATCH v2 8/9] zsmalloc: replace per zpage lock with pool->migrate_lock
` [PATCH v2 9/9] zsmalloc: replace get_cpu_var with local_lock

[PATCH v1 1/5] mm/shmem: support deterministic charging of tmpfs
 2021-11-15 17:53 UTC  (5+ messages)

[PATCH v3 2/4] mm/oom: handle remote ooms
 2021-11-15 17:32 UTC  (7+ messages)

[PATCH] selftests/uffd: Allow EINTR/EAGAIN
 2021-11-15 17:30 UTC  (2+ messages)

[PATCH v5 0/8] mm, dax: Introduce compound pages in devmap
 2021-11-15 16:49 UTC  (7+ messages)
` [PATCH v5 8/8] device-dax: compound devmap support

Summary of COW (Copy On Write) Related Issues in Upstream Linux
 2021-11-15 15:45 UTC 

[PATCH V4 0/4] mm/damon: Do some small changes
 2021-11-15 15:26 UTC  (5+ messages)
` [PATCH V4 1/4] mm/damon: Unified access_check function naming rules
` [PATCH V4 2/4] mm/damon: Add 'age' of region tracepoint support
` [PATCH V4 3/4] mm/damon/core: Using function abs() instead of diff_of()
` [PATCH V4 4/4] mm/damon: Remove some no need func definitions in damon.h file

[PATCH v1 1/1] printk: Remove printk.h inclusion in percpu.h
 2021-11-15 15:04 UTC  (8+ messages)

[PATCH V3 4/4] mm/damon: Remove some no need func definitions in damon.h file
 2021-11-15 14:52 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 09bd48c4acfa9069ca7517ea27fcc17689ad0f2e
 2021-11-15 14:29 UTC 

[PATCH RFC v2 0/2] mm: Rework zap ptes on swap entries
 2021-11-15 13:57 UTC  (4+ messages)
` [PATCH RFC v2 1/2] mm: Don't skip swap entry even if zap_details specified
` [PATCH RFC v2 2/2] mm: Rework swap handling of zap_pte_range

[PATCH v2] mm/kmemleak: Avoid scanning potential huge holes
 2021-11-15 13:51 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 86fd312d9a3085c29cd9d28bbb1e20e63efb92be
 2021-11-15 11:52 UTC 

[PATCH RFC 0/2] mm: Rework zap ptes on swap entries
 2021-11-15 11:37 UTC  (4+ messages)
` [PATCH RFC 2/2] mm: Rework swap handling of zap_pte_range

[RFC v1 0/4] Two alternatives for mm async teardown
 2021-11-15 10:43 UTC  (7+ messages)
` [RFC v1 2/4] kernel/fork.c: implement new process_mmput_async syscall

[syzbot] WARNING in __get_free_pages
 2021-11-15  8:15 UTC  (3+ messages)

[PATCH v6 00/23] userfaultfd-wp: Support shmem and hugetlbfs
 2021-11-15  8:04 UTC  (24+ messages)
` [PATCH v6 01/23] mm: Introduce PTE_MARKER swap entry
` [PATCH v6 02/23] mm: Teach core mm about pte markers
` [PATCH v6 03/23] mm: Check against orig_pte for finish_fault()
` [PATCH v6 04/23] mm/uffd: PTE_MARKER_UFFD_WP
` [PATCH v6 05/23] mm/shmem: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v6 06/23] mm/shmem: Handle uffd-wp special pte in page fault handler
` [PATCH v6 07/23] mm/shmem: Persist uffd-wp bit across zapping for file-backed
` [PATCH v6 08/23] mm/shmem: Allow uffd wr-protect none pte for file-backed mem
` [PATCH v6 09/23] mm/shmem: Allows file-back mem to be uffd wr-protected on thps
` [PATCH v6 10/23] mm/shmem: Handle uffd-wp during fork()
` [PATCH v6 11/23] mm/hugetlb: Introduce huge pte version of uffd-wp helpers
` [PATCH v6 12/23] mm/hugetlb: Hook page faults for uffd write protection
` [PATCH v6 13/23] mm/hugetlb: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v6 14/23] mm/hugetlb: Handle UFFDIO_WRITEPROTECT
` [PATCH v6 15/23] mm/hugetlb: Handle pte markers in page faults
` [PATCH v6 16/23] mm/hugetlb: Allow uffd wr-protect none ptes
` [PATCH v6 17/23] mm/hugetlb: Only drop uffd-wp special pte if required
` [PATCH v6 18/23] mm/hugetlb: Handle uffd-wp during fork()
` [PATCH v6 19/23] mm/khugepaged: Don't recycle vma pgtable if uffd-wp registered
` [PATCH v6 20/23] mm/pagemap: Recognize uffd-wp bit for shmem/hugetlbfs
` [PATCH v6 21/23] mm/uffd: Enable write protection for shmem & hugetlbfs
` [PATCH v6 22/23] mm: Enable PTE markers by default
` [PATCH v6 23/23] selftests/uffd: Enable uffd-wp for shmem/hugetlbfs

[PATCH 0/8] zsmalloc: remove bit_spin_lock
 2021-11-15  7:27 UTC  (4+ messages)
` [PATCH 8/8] zsmalloc: replace get_cpu_var with local_lock

[PATCH v4] mm: migrate: Support multiple target nodes demotion
 2021-11-15  6:08 UTC 

include/linux/compiler_types.h:276:27: error: expression in static assertion is not an integer
 2021-11-15  4:10 UTC 

[Resend PATCH] psi : calc cfs task memstall time more precisely
 2021-11-15  2:24 UTC  (5+ messages)

SH: error: implicit declaration of function 'init_cache_node_node'
 2021-11-14 22:19 UTC  (3+ messages)

[linux-next:master 13509/13751] drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:121:22: error: 'DP_SINK_DEVICE_STR_ID_2' defined but not used
 2021-11-14 17:01 UTC 

[PATCH v3 13/15] mm/pte_ref: free user PTE page table pages
 2021-11-14 14:43 UTC  (2+ messages)
` [mm/pte_ref] afcc9fb874: kernel_BUG_at_include/linux/pte_ref.h

lib/bitfield_kunit.c:60:20: warning: stack frame size (11256) exceeds limit (8192) in 'test_bitfields_constants'
 2021-11-14  3:13 UTC 

[PATCH] mm: shmem: do not call PageHWPoison on a ERR-page
 2021-11-14  3:10 UTC  (10+ messages)

[GIT PULL] netfs, 9p, afs, ceph: Use folios
 2021-11-13 19:44 UTC  (2+ messages)

drivers/video/fbdev/i740fb.c:743:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-11-13 18:27 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox