[PATCH v3 1/3] mm: vmalloc: Avoid calling __find_vmap_area() twice in __vunmap()
2022-12-31 9:17 UTC (8+ messages)
` [PATCH v3 2/3] mm: vmalloc: Switch to find_unlink_vmap_area() in vm_unmap_ram()
[PATCH v4 3/4] cachestat: implement cachestat syscall
2022-12-31 8:35 UTC (3+ messages)
[PATCHv13 00/16] Linear Address Masking enabling
2022-12-31 0:42 UTC (20+ 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
[linux-stable-rc:linux-4.19.y 2814/4990] include/linux/nodemask.h:380:20: error: comparison of unsigned expression in '>= 0' is always true
2022-12-31 0:15 UTC
[PATCH 1/2] mm: add vma_has_locality()
2022-12-30 21:59 UTC (5+ messages)
[PATCH mm-unstable v2 1/2] mm: add vma_has_recency()
2022-12-30 21:52 UTC (2+ messages)
` [PATCH mm-unstable v2 2/2] mm: support POSIX_FADV_NOREUSE
[PATCH v2] mm: huge_memory: convert split_huge_pages_all() to use a folio
2022-12-30 21:45 UTC (2+ messages)
[PATCH] scripts/gdb: add mm introspection utils
2022-12-30 21:37 UTC (3+ messages)
[linux-stable-rc:linux-4.9.y 1768/3087] include/linux/nodemask.h:370:13: error: comparison of unsigned expression >= 0 is always true
2022-12-30 20:02 UTC
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-12-30 15:19 UTC (8+ messages)
` [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table
[PATCH 0/3] crypto: x86/ghash cleanups
2022-12-30 15:15 UTC (5+ messages)
` [PATCH 3/3] crypto: x86/ghash - add comment and fix broken link
[tip:sched/core] [sched] af7f588d8f: WARNING:at_kernel/sched/core.c:#sched_mm_cid_after_execve
2022-12-30 13:46 UTC (2+ messages)
[PATCH v12 0/6] Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped
2022-12-30 13:21 UTC (8+ 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 RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2022-12-30 11:53 UTC (7+ messages)
` [PATCH RFC v7 04/64] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v7 05/64] KVM: x86: Add 'update_mem_attr' "
` [PATCH RFC v7 06/64] KVM: x86: Add platform hooks for private memory invalidations
[PATCH] mm: huge_memory: convert split_huge_pages_all() to use a folio
2022-12-30 9:03 UTC (5+ messages)
[PATCH 0/10] crypto: Driver conversions for DMA alignment
2022-12-30 7:31 UTC (8+ messages)
` [PATCH] crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment padding
` [PATCH] crypto: caam "
` [PATCH] crypto: talitos "
[PATCH -next v4 0/8] mm: convert page_idle/damon to use folios
2022-12-30 7:08 UTC (9+ messages)
` [PATCH -next v4 1/8] mm: memcg: Add folio_memcg_check()
` [PATCH -next v4 2/8] mm: page_idle: convert page idle to use a folio
` [PATCH -next v4 3/8] mm/damon: introduce damon_get_folio()
` [PATCH -next v4 4/8] mm/damon: convert damon_ptep/pmdp_mkold() to use a folio
` [PATCH -next v4 5/8] mm/damon/paddr: convert damon_pa_*() "
` [PATCH -next v4 6/8] mm/damon/vaddr: convert damon_young_pmd_entry() "
` [PATCH -next v4 7/8] mm/damon: remove unneeded damon_get_page()
` [PATCH -next v4 8/8] mm/damon/vaddr: convert hugetlb related functions to use a folio
[PATCH -next v3 0/7] mm: convert page_idle/damon to use folios
2022-12-30 6:40 UTC (19+ messages)
` [PATCH -next v3 1/7] mm: page_idle: convert page idle "
` [PATCH -next v3 2/7] mm/damon: introduce damon_get_folio()
` [PATCH -next v3 3/7] mm/damon: convert damon_ptep/pmdp_mkold() to use folios
` [PATCH -next v3 4/7] mm/damon/paddr: convert damon_pa_*() "
` [PATCH -next v3 5/7] mm/damon/vaddr: convert damon_young_pmd_entry() to use folio
` [PATCH -next v3 6/7] mm/damon: remove unneed damon_get_page()
` [PATCH -next v3 7/7] mm/damon/vaddr: convert hugetlb related function to use folios
[PATCH linux-next] swap_state: update shadow_nodes for anonymous page
2022-12-30 1:36 UTC (3+ messages)
[PATCH v5 6/6] selftest: add testing unsharing and counting ksm zero page
2022-12-30 1:18 UTC
[PATCH v5 5/6] ksm: add zero_pages_sharing documentation
2022-12-30 1:17 UTC
[PATCH v5 4/6] ksm: count zero pages for each process
2022-12-30 1:16 UTC
[PATCH v5 3/6] ksm: count all zero pages placed by KSM
2022-12-30 1:15 UTC
[PATCH v5 2/6] ksm: support unsharing zero pages placed by KSM
2022-12-30 1:13 UTC
[PATCH v5 1/6] ksm: abstract the function try_to_get_old_rmap_item
2022-12-30 1:12 UTC
[PATCH v5 0/6] ksm: support tracking KSM-placed zero-pages
2022-12-30 1:11 UTC
[syzbot] INFO: task hung in __unmap_and_move (4)
2022-12-30 0:55 UTC (4+ messages)
[PATCH v2] arch: rename all internal names __xchg to __arch_xchg
2022-12-29 23:00 UTC
[syzbot] WARNING in do_mkdirat
2022-12-29 21:17 UTC (8+ messages)
[QUESTION] about the maple tree and current status of mmap_lock scalability
2022-12-29 17:31 UTC (9+ messages)
Looking back DAMON development in 2022
2022-12-29 17:12 UTC
[RFC PATCH] mm: remove zap_page_range and change callers to use zap_vma_page_range
2022-12-29 16:22 UTC (2+ messages)
remove generic_writepages
2022-12-29 16:10 UTC (7+ messages)
` [PATCH 1/6] fs: remove an outdated comment on mpage_writepages
` [PATCH 2/6] ntfs3: stop using generic_writepages
` [PATCH 3/6] ntfs3: remove ->writepage
` [PATCH 4/6] jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2
` [PATCH 5/6] ocfs2: use filemap_fdatawrite_wbc instead of generic_writepages
` [PATCH 6/6] mm: remove generic_writepages
[patch] mm, slab: periodically resched in drain_freelist()
2022-12-29 13:41 UTC (2+ messages)
[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
2022-12-29 13:36 UTC (7+ messages)
` [RFC][PATCH 04/12] types: Introduce [us]128
` [RFC][PATCH 07/12] percpu: Wire up cmpxchg128
` [RFC][PATCH 09/12] x86,amd_iommu: Replace cmpxchg_double()
[RFC v3 0/4] move PG_slab flag to page_type
2022-12-29 13:35 UTC (13+ messages)
` [RFC v3 1/4] mm/hwpoison: remove MF_MSG_SLAB from action_page_types
` [RFC v3 3/4] mm, printk: introduce new format %pGt for page_type
[PATCH] mm/page_alloc.c: Remove function return value
2022-12-29 12:34 UTC (3+ messages)
[PATCH 0/4] return EINVAL for illegal user memory range
2022-12-29 7:48 UTC (5+ messages)
` [PATCH 1/4] mm/mlock: return EINVAL for illegal user memory range in mlock
[PATCH] virtio_balloon: high order allocation
2022-12-29 6:27 UTC (5+ messages)
[RFC PATCH] mm/thp: check and bail out if page in deferred queue already
2022-12-29 1:29 UTC (9+ messages)
[PATCH 0/8] migrate_pages(): batch TLB flushing
2022-12-28 23:22 UTC (5+ messages)
` [PATCH 2/8] migrate_pages: separate hugetlb folios migration
` [PATCH 5/8] migrate_pages: batch _unmap and _move
[PATCH 1/1] mm: fix vma->anon_name memory leak for anonymous shmem VMAs
2022-12-28 19:42 UTC
[PATCH v3] mm/page_reporting: replace rcu_access_pointer() with rcu_dereference_protected()
2022-12-28 17:59 UTC
Purchase our email list of bloggers
2022-12-28 17:32 UTC
[PATCH v1 1/1] uuid: Decouple guid_t and uuid_le types and respective macros
2022-12-28 16:43 UTC (2+ messages)
[PATCH v5 4/4] x86: re-enable rng seeding via SetupData
2022-12-28 14:39 UTC (6+ messages)
[PATCH v4 0/3] mm/mprotect: Fix soft-dirty checks
2022-12-28 14:14 UTC (8+ messages)
` [PATCH v4 1/3] mm/mprotect: Fix soft-dirty check in can_change_pte_writable()
[linux-next:master] [module] 7d3c2434c7: stress-ng.af-alg.ops_per_sec 975.8% improvement
2022-12-28 12:19 UTC
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2022-12-28 8:28 UTC (3+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
[PATCH] cma:tracing: Print alloc result in trace_cma_alloc_finish
2022-12-28 8:17 UTC (3+ messages)
[PATCH v2] mm/page_reporting: replace rcu_access_pointer() with rcu_dereference_protected()
2022-12-28 6:47 UTC (5+ messages)
[PATCH -next v2 0/7] mm: convert page_idle/damon to use folios
2022-12-28 2:06 UTC (16+ 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
[PATCH V2] mm/slab: remove unused slab_early_init
2022-12-28 1:46 UTC (2+ messages)
[PATCH v4 00/39] Shadow stacks for userspace
2022-12-27 23:31 UTC (7+ 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
mm/kasan/report.c:122:6: sparse: sparse: symbol 'kasan_kunit_executing' was not declared. Should it be static?
2022-12-27 22:42 UTC
[PATCHv2 00/11] dmapool enhancements
2022-12-27 20:21 UTC (4+ messages)
` [PATCHv2 09/11] dmapool: simplify freeing
[PATCH] mm/page_reporting: replace rcu_access_pointer() with rcu_dereference_protected()
2022-12-27 19:56 UTC (3+ messages)
[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 v3 0/5] update mlock to use folios
2022-12-27 9:38 UTC (3+ messages)
` [PATCH v3 3/5] m68k/mm/motorola: specify pmd_page() type
[PATCH RFC] arm64/vmalloc: use module region only for module_alloc() if CONFIG_RANDOMIZE_BASE is set
2022-12-27 9:26 UTC
[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 (4+ messages)
` [PATCHv8 02/14] mm: Add "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox