[PATCHv8 00/11] Linear Address Masking enabling
2022-08-30 1:01 UTC (8+ messages)
` [PATCHv8 01/11] x86/mm: Fix CR3_ADDR_MASK
` [PATCHv8 02/11] x86: CPUID and CR3/CR4 flags for Linear Address Masking
` [PATCHv8 03/11] mm: Pass down mm_struct to untagged_addr()
` [PATCHv8 04/11] x86/mm: Handle LAM on context switch
` [PATCHv8 06/11] x86/mm: Provide arch_prctl() interface for LAM
` [PATCHv8 07/11] x86: Expose untagging mask in /proc/$PID/arch_status
` [PATCHv8 09/11] selftests/x86/lam: Add mmap and SYSCALL test cases for linear-address masking
[PATCH] hugetlb: simplify hugetlb handling in follow_page_mask
2022-08-29 23:40 UTC
[PATCH v4 bpf-next 00/15] bpf: BPF specific memory allocator
2022-08-29 23:13 UTC (18+ messages)
` [PATCH v4 bpf-next 01/15] bpf: Introduce any context "
` [PATCH v4 bpf-next 06/15] bpf: Optimize element count in non-preallocated hash map
` [PATCH v4 bpf-next 15/15] bpf: Introduce sysctl kernel.bpf_force_dyn_alloc
[PATCH 0/7] begin converting hugetlb code to folios
2022-08-29 23:00 UTC (8+ messages)
` [PATCH 1/7] mm/hugetlb: add folio support to hugetlb specific flag macros
` [PATCH 2/7] mm: add private field of first tail to struct page and struct folio
` [PATCH 3/7] mm/hugetlb: add hugetlb_folio_subpool() helper
` [PATCH 4/7] mm/hugetlb: add hugetlb_set_folio_subpool() helper
` [PATCH 5/7] mm/hugetlb: convert hugetlb_delete_from_page_cache() to use folios
` [PATCH 6/7] mm/hugetlb add folio_hstate()
` [PATCH 7/7] mm/migrate: use folio_hstate() in alloc_migration_target()
[PATCH 0/8] hugetlb: Use new vma mutex for huge pmd sharing synchronization
2022-08-29 22:37 UTC (10+ messages)
` [PATCH 4/8] hugetlb: handle truncate racing with page faults
` [PATCH 6/8] hugetlb: add vma based lock for pmd sharing
` [PATCH 7/8] hugetlb: create hugetlb_unmap_file_folio to unmap single file folio
[syzbot] BUG: unable to handle kernel NULL pointer dereference in set_page_dirty
2022-08-29 22:16 UTC (6+ messages)
[RFC PATCH 00/28] per-VMA locks proposal
2022-08-29 21:25 UTC (29+ messages)
` [RFC PATCH 01/28] mm: introduce CONFIG_PER_VMA_LOCK
` [RFC PATCH 02/28] mm: rcu safe VMA freeing
` [RFC PATCH 03/28] mm: introduce __find_vma to be used without mmap_lock protection
` [RFC PATCH 04/28] mm: move mmap_lock assert function definitions
` [RFC PATCH 05/28] mm: add per-VMA lock and helper functions to control it
` [RFC PATCH 06/28] mm: mark VMA as locked whenever vma->vm_flags are modified
` [RFC PATCH 07/28] kernel/fork: mark VMAs as locked before copying pages during fork
` [RFC PATCH 08/28] mm/khugepaged: mark VMA as locked while collapsing a hugepage
` [RFC PATCH 09/28] mm/mempolicy: mark VMA as locked when changing protection policy
` [RFC PATCH 10/28] mm/mmap: mark VMAs as locked in vma_adjust
` [RFC PATCH 11/28] mm/mmap: mark VMAs as locked before merging or splitting them
` [RFC PATCH 12/28] mm/mremap: mark VMA as locked while remapping it to a new address range
` [RFC PATCH 13/28] mm: conditionally mark VMA as locked in free_pgtables and unmap_page_range
` [RFC PATCH 14/28] mm: mark VMAs as locked before isolating them
` [RFC PATCH 15/28] mm/mmap: mark adjacent VMAs as locked if they can grow into unmapped area
` [RFC PATCH 16/28] kernel/fork: assert no VMA readers during its destruction
` [RFC PATCH 17/28] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
` [RFC PATCH 18/28] mm: add FAULT_FLAG_VMA_LOCK flag
` [RFC PATCH 19/28] mm: disallow do_swap_page to handle page faults under VMA lock
` [RFC PATCH 20/28] mm: introduce per-VMA lock statistics
` [RFC PATCH 21/28] mm: introduce find_and_lock_anon_vma to be used from arch-specific code
` [RFC PATCH 22/28] x86/mm: try VMA lock-based page fault handling first
` [RFC PATCH 23/28] x86/mm: define ARCH_SUPPORTS_PER_VMA_LOCK
` [RFC PATCH 24/28] arm64/mm: try VMA lock-based page fault handling first
` [RFC PATCH 25/28] arm64/mm: define ARCH_SUPPORTS_PER_VMA_LOCK
` [RFC PATCH 26/28] powerc/mm: try VMA lock-based page fault handling first
` [RFC PATCH 27/28] powerpc/mm: define ARCH_SUPPORTS_PER_VMA_LOCK
` [RFC PATCH 28/28] kernel/fork: throttle call_rcu() calls in vm_area_free
[PATCH] fs/proc/kcore.c: Pass a pointer to virt_addr_valid()
2022-08-29 21:03 UTC (3+ messages)
[PATCH v2] mm/demotion: Expose memory tier details via sysfs
2022-08-29 21:00 UTC (2+ messages)
[RFC 0/3] THP Shrinker
2022-08-29 20:49 UTC (11+ messages)
` [RFC 1/3] mm: add thp_utilization metrics to debugfs
` [RFC 2/3] mm: changes to split_huge_page() to free zero filled tail pages
` [RFC 3/3] mm: THP low utilization shrinker
DAMON Beer/Coffee/Tea chat series
2022-08-29 20:15 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION b27a3ca08ba7abcf1a8af4dc3dce3e5221d91212
2022-08-29 20:04 UTC (2+ messages)
[PATCH 0/6] convert most filesystems to pin_user_pages_fast()
2022-08-29 19:59 UTC (19+ messages)
` [PATCH 1/6] mm/gup: introduce pin_user_page()
` [PATCH 2/6] block: add dio_w_*() wrappers for pin, unpin user pages
` [PATCH 5/6] NFS: direct-io: convert to FOLL_PIN pages
[PATCH 0/7] add common struct mm_slot and use it in THP and KSM
2022-08-29 19:51 UTC (9+ messages)
` [PATCH 1/7] mm: introduce common struct mm_slot
` [PATCH 2/7] mm: thp: convert to use "
` [PATCH 3/7] ksm: remove redundant declarations in ksm.h
` [PATCH 4/7] ksm: add the ksm prefix to the names of the ksm private structures
` [PATCH 5/7] ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_node
` [PATCH 6/7] ksm: convert ksm_mm_slot.link to ksm_mm_slot.hash
` [PATCH 7/7] ksm: convert to use common struct mm_slot
[PATCH v5 00/44] Add KernelMemorySanitizer infrastructure
2022-08-29 19:24 UTC (5+ messages)
` [PATCH v5 04/44] x86: asm: instrument usercopy in get_user() and put_user()
[PATCH v3] mm/slab_common: Deleting kobject in kmem_cache_destroy() without holding slab_mutex/cpu_hotplug_lock
2022-08-29 18:47 UTC (3+ messages)
[PATCH v2 1/5] mm/hugetlb: fix races when looking up a CONT-PTE size hugetlb page
2022-08-29 18:30 UTC (11+ messages)
[PATCH RFC 0/2] coding-style.rst: document BUG() and WARN() rules
2022-08-29 17:19 UTC (12+ messages)
` [PATCH RFC 1/2] coding-style.rst: document BUG() and WARN() rules ("do not crash the kernel")
[PATCH] mm/damon: get the hotness from damon_hot_score() in damon_pageout_score()
2022-08-29 17:02 UTC (2+ messages)
[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
2022-08-29 16:19 UTC (8+ messages)
` [PATCHv7 02/14] mm: Add "
[PATCH RFC] mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context
2022-08-29 15:48 UTC
[PATCH] mm: simplify size2index conversion of __kmalloc_index
2022-08-29 15:37 UTC (6+ messages)
` 回复: "
[PATCH] mm/migrate_device.c: Fix a misleading and out-dated comment
2022-08-29 15:30 UTC (8+ messages)
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-29 15:21 UTC (9+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
[PATCH v7] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2022-08-29 14:49 UTC (4+ messages)
[linux-next:master 1350/3682] drivers/thermal/thermal_of.c:1297:1-23: WARNING: Function "for_each_child_of_node" should have of_node_put() before break around line 1300. (fwd)
2022-08-29 14:43 UTC
[PATCH 0/5] arm64/mm: remap crash kernel with base pages even if rodata_full disabled
2022-08-29 14:31 UTC (5+ messages)
[RFC PATCH 0/7] Try to free empty and zero user PTE page table pages
2022-08-29 14:00 UTC (3+ messages)
[PATCH -next v4 0/6] Delay the initializaton of zswap
2022-08-29 13:23 UTC (6+ messages)
` [PATCH -next v4 1/6] Revert "frontswap: remove support for multiple ops"
` [PATCH -next v4 2/6] Revert "mm: mark swap_lock and swap_active_head static"
` [PATCH -next v4 3/6] Revert "frontswap: simplify frontswap_register_ops"
` [PATCH -next v4 4/6] mm/zswap: replace zswap_init_{started/failed} with zswap_init_state
` [PATCH -next v4 5/6] mm/zswap: delay the initializaton of zswap until the first enablement
[linux-next:pending-fixes] BUILD SUCCESS a3808083c780a90a460eefa45b60889a405bdbb2
2022-08-29 12:53 UTC
[PATCH] mm: skip reserved page for kmem leak scanning
2022-08-29 12:18 UTC (3+ messages)
[PATCH V5] mm: fix use-after free of page_ext after race with memory-offline
2022-08-29 10:44 UTC (3+ messages)
[PATCH] mm/thp: simplify has_transparent_hugepage by using IS_BUILTIN
2022-08-29 9:57 UTC (2+ messages)
One of reviewers and maintainers for checkpatch is inactive
2022-08-29 8:53 UTC (3+ messages)
[PATCH 2/2] tools/testing/memblock: define pr_warn_ratelimited
2022-08-29 8:45 UTC (4+ messages)
[PATCH 1/2] tools/libs/slab.c: fix compiling mistakes of uatomic_inc/uatomic_dec
2022-08-29 8:23 UTC (3+ messages)
[PATCH v2 00/11] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
2022-08-29 8:19 UTC (33+ messages)
` [PATCH v2 01/11] mm/ioremap: change the return value of io[re|un]map_allowed and rename
` [PATCH v2 02/11] mm: ioremap: fixup the physical address and page prot
` [PATCH v2 05/11] hexagon: mm: Convert to GENERIC_IOREMAP
` [PATCH v2 06/11] ia64: "
` [PATCH v2 07/11] openrisc: "
[PATCH v4] page_ext: introduce boot parameter 'early_page_ext'
2022-08-29 8:18 UTC (2+ messages)
[PATCH RESEND rdma-rc] IB/core: Fix a nested dead lock as part of ODP flow
2022-08-29 8:15 UTC (2+ messages)
[PATCH 4.9-stable -- 5.19-stable] mm/hugetlb: fix hugetlb not supporting softdirty tracking
2022-08-29 8:13 UTC (2+ messages)
[PATCH v2] mm: deduplicate cacheline padding code
2022-08-29 8:00 UTC (3+ messages)
[PATCH v4 0/4] mm/slub: some debug enhancements for kmalloc objects
2022-08-29 7:56 UTC (5+ messages)
` [PATCH v4 1/4] mm/slub: enable debugging memory wasting of kmalloc
` [PATCH v4 2/4] mm/slub: only zero the requested size of buffer for kzalloc
` [PATCH v4 3/4] mm: kasan: Add free_meta size info in struct kasan_cache
` [PATCH v4 4/4] mm/slub: extend redzone check to cover extra allocated kmalloc space than requested
[linux-next:master 331/3266] drivers/gpu/drm/vc4/vc4_hdmi.c:1459:2-8: preceding lock on line 1456 (fwd)
2022-08-29 7:42 UTC (2+ messages)
[PATCH -next v3 0/5] Delay the initializaton of zswap
2022-08-29 6:11 UTC (12+ messages)
` [PATCH -next v3 1/5] frontswap: skip frontswap_ops init if zswap init failed
` [PATCH -next v3 2/5] frontswap: invoke ops->init for online swap device in frontswap_register_ops
` [PATCH -next v3 3/5] mm/zswap: replace zswap_init_{started/failed} with zswap_init_state
` [PATCH -next v3 4/5] mm/zswap: delay the initializaton of zswap until the first enablement
[PATCH 0/4] mm, xfs, dax: Fixes for memory_failure() handling
2022-08-29 5:42 UTC (5+ messages)
` [PATCH 3/4] mm/memory-failure: Fix detection of memory_failure() handlers
` [PATCH 4/4] mm/memory-failure: Fall back to vma_address() when ->notify_failure() fails
[RFC PATCH 1/2] mm/slub: perform free consistency checks before call_rcu
2022-08-29 2:54 UTC (4+ messages)
` [RFC PATCH 2/2] mm/sl[au]b: rearrange struct slab fields to allow larger rcu_head
[PATCH v2] mm: fix null-ptr-deref in kswapd_is_running()
2022-08-29 1:38 UTC (3+ messages)
[GIT PULL] hotfixes for 6.0-rc3
2022-08-28 22:18 UTC (2+ messages)
[PATCH RESEND v2 1/2] mm: drop oom code from exit_mmap
2022-08-28 19:50 UTC (10+ messages)
` [PATCH RESEND v2 2/2] mm: delete unused MMF_OOM_VICTIM flag
[PATCH v4 0/2] ksm: count allocated rmap_items and update documentation
2022-08-28 18:42 UTC (3+ messages)
` [PATCH v4 1/2] ksm: count allocated ksm rmap_items for each process
[PATCH v2] mm: re-allow pinning of zero pfns (again)
2022-08-28 17:16 UTC (5+ messages)
[linux-next:master 2760/3682] include/trace/events/kmem.h:54:1: sparse: sparse: restricted gfp_t degrades to integer
2022-08-28 16:30 UTC
[RFC PATCH 1/2] mm/demotion: Expose memory type details via sysfs
2022-08-28 16:20 UTC (7+ messages)
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-08-28 4:18 UTC (9+ messages)
` [PATCH Part2 v6 02/49] iommu/amd: Introduce function to check SEV-SNP support
[PATCH v3 0/8] memblock tests: update and extend memblock simulator
2022-08-28 2:45 UTC (2+ messages)
[PATCH 0/2] arm64, kdump: enforce to take 4G as the crashkernel low memory end
2022-08-28 1:57 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] arm64: remove unneed defer_reserve_crashkernel() and crash_mem_map
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