[PATCH -v5 0/9] migrate_pages(): batch TLB flushing
2023-02-28 5:59 UTC (5+ messages)
[PATCH V2 0/3] sched/numa: Enhance vma scanning
2023-02-28 4:59 UTC (5+ messages)
` [PATCH V2 2/3] sched/numa: Enhance vma scanning logic
[LSF/MM/BPF TOPIC] Swap Abstraction / Native Zswap
2023-02-28 4:54 UTC (11+ messages)
[PATCH V3 0/4] sched/numa: Enhance vma scanning
2023-02-28 4:50 UTC (5+ messages)
` [PATCH V3 1/4] sched/numa: Apply the scan delay to every new vma
` [PATCH V3 2/4] sched/numa: Enhance vma scanning logic
` [PATCH V3 3/4] sched/numa: implement access PID reset logic
` [PATCH V3 4/4] sched/numa: Use hash_32 to mix up PIDs accessing VMA
[LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
2023-02-28 4:35 UTC (3+ messages)
[PATCH v2 00/30] New page table range API
2023-02-28 3:17 UTC (36+ messages)
` [PATCH v2 01/30] mm: Convert page_table_check_pte_set() to page_table_check_ptes_set()
` [PATCH v2 02/30] mm: Add generic flush_icache_pages() and documentation
` [PATCH v2 03/30] mm: Add folio_flush_mapping()
` [PATCH v2 04/30] mm: Remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
` [PATCH v2 05/30] alpha: Implement the new page table range API
` [PATCH v2 06/30] arc: "
` [PATCH v2 07/30] arm64: "
` [PATCH v2 08/30] csky: "
` [PATCH v2 09/30] hexagon: "
` [PATCH v2 10/30] ia64: "
` [PATCH v2 11/30] loongarch: "
` [PATCH v2 12/30] m68k: "
` [PATCH v2 13/30] microblaze: "
` [PATCH v2 14/30] mips: "
` [PATCH v2 15/30] nios2: "
` [PATCH v2 16/30] openrisc: "
` [PATCH v2 17/30] parisc: "
` [PATCH v2 18/30] powerpc: "
` [PATCH v2 19/30] riscv: "
` [PATCH v2 20/30] s390: "
` [PATCH v2 21/30] superh: "
` [PATCH v2 22/30] sparc32: "
` [PATCH v2 23/30] sparc64: "
` [PATCH v2 24/30] um: "
` [PATCH v2 25/30] x86: "
` [PATCH v2 26/30] xtensa: "
` [PATCH v2 27/30] filemap: Add filemap_map_folio_range()
` [PATCH v2 28/30] rmap: add folio_add_file_rmap_range()
` [PATCH v2 29/30] mm: Convert do_set_pte() to set_pte_range()
` [PATCH v2 30/30] filemap: Batch PTE mappings
[PATCHv4 00/12] dmapool enhancements
2023-02-28 2:18 UTC (5+ messages)
` [PATCHv4 11/12] dmapool: link blocks across pages
[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
2023-02-28 2:17 UTC (15+ messages)
` [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE
` [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings
[PATCH] dmapool: push new blocks in ascending order
2023-02-28 2:14 UTC (5+ messages)
[RFC PATCH 00/25] mm/zsmalloc: Split zsdesc from struct page
2023-02-28 2:02 UTC (6+ messages)
` [RFC PATCH 02/25] mm/zsmalloc: add utility functions for zsdesc
[syzbot] [keyrings?] [lsm?] WARNING in __mod_timer
2023-02-28 1:59 UTC
[PATCH RFC] arm64/vmalloc: use module region only for module_alloc() if CONFIG_RANDOMIZE_BASE is set
2023-02-28 1:48 UTC (13+ messages)
[PATCH v5 00/23] Convert to filemap_get_folios_tag()
2023-02-28 1:01 UTC (2+ messages)
` [f2fs-dev] "
[PATCH v2] mm/uffd: UFFD_FEATURE_WP_UNPOPULATED
2023-02-28 0:36 UTC (2+ messages)
[linus:master] [mm] f1a7941243: unixbench.score -19.2% regression
2023-02-28 0:32 UTC (9+ messages)
[PATCH mm] kasan, powerpc: Don't rename memintrinsics if compiler adds prefixes
2023-02-27 23:09 UTC (3+ messages)
[PATCH v10 0/6] Implement IOCTL to get and/or the clear info about PTEs
2023-02-27 23:09 UTC (9+ messages)
` [PATCH v10 3/6] fs/proc/task_mmu: "
[PATCH v7 00/41] Shadow stacks for userspace
2023-02-27 22:54 UTC (43+ messages)
` [PATCH v7 01/41] Documentation/x86: Add CET shadow stack description
` [PATCH v7 02/41] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v7 03/41] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v7 04/41] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v7 05/41] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v7 06/41] x86/fpu: Add helper for modifying xstate
` [PATCH v7 07/41] x86: Move control protection handler to separate file
` [PATCH v7 08/41] x86/shstk: Add user control-protection fault handler
` [PATCH v7 09/41] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v7 10/41] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v7 11/41] mm: Introduce pte_mkwrite_kernel()
` [PATCH v7 12/41] s390/mm: Introduce pmd_mkwrite_kernel()
` [PATCH v7 13/41] mm: Make pte_mkwrite() take a VMA
` [PATCH v7 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v7 15/41] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY
` [PATCH v7 16/41] x86/mm: Start actually marking _PAGE_SAVED_DIRTY
` [PATCH v7 17/41] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v7 18/41] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v7 19/41] x86/mm: Check shadow stack page fault errors
` [PATCH v7 20/41] x86/mm: Teach pte_mkwrite() about stack memory
` [PATCH v7 21/41] mm: Add guard pages around a shadow stack
` [PATCH v7 22/41] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v7 23/41] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v7 24/41] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v7 25/41] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v7 26/41] mm: Warn on shadow stack memory in wrong vma
` [PATCH v7 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v7 28/41] x86: Introduce userspace API for shadow stack
` [PATCH v7 29/41] x86/shstk: Add user-mode shadow stack support
` [PATCH v7 30/41] x86/shstk: Handle thread shadow stack
` [PATCH v7 31/41] x86/shstk: Introduce routines modifying shstk
` [PATCH v7 32/41] x86/shstk: Handle signals for shadow stack
` [PATCH v7 33/41] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v7 34/41] x86/shstk: Support WRSS for userspace
` [PATCH v7 35/41] x86: Expose thread features in /proc/$PID/status
` [PATCH v7 36/41] x86/shstk: Wire in shadow stack interface
` [PATCH v7 37/41] selftests/x86: Add shadow stack test
` [PATCH v7 38/41] x86/fpu: Add helper for initing features
` [PATCH v7 39/41] x86: Add PTRACE interface for shadow stack
` [PATCH v7 40/41] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v7 41/41] x86/shstk: Add ARCH_SHSTK_STATUS
[PATCH v1] prctl: add flags to enable KSM at the process level
2023-02-27 22:02 UTC
[PATCH] mm/rmap: use atomic_try_cmpxchg in set_tlb_ubc_flush_pending
2023-02-27 21:42 UTC
LSF/MM/BPF 2023 IOMAP conversion status update
2023-02-27 21:02 UTC (9+ messages)
[PATCH] psi: reduce min window size to 50ms
2023-02-27 19:51 UTC (16+ messages)
[PATCH v3 0/8] make slab shrink lockless
2023-02-27 19:47 UTC (8+ messages)
[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
2023-02-27 19:46 UTC (7+ messages)
` [PATCH mm-unstable v1 11/26] microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
[PATCH v2 00/11] fold per-CPU vmstats remotely
2023-02-27 19:41 UTC (3+ messages)
[PATCH v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping
2023-02-27 19:31 UTC (7+ messages)
` [PATCH v2 09/46] mm: add MADV_SPLIT to enable HugeTLB HGM
` [PATCH v2 12/46] hugetlb: add hugetlb_alloc_pmd and hugetlb_alloc_pte
[GIT PULL] memblock: small optimizations
2023-02-27 18:18 UTC (2+ messages)
[PATCH] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
2023-02-27 18:15 UTC (3+ messages)
[PATCH v4 00/33] Per-VMA locks
2023-02-27 17:36 UTC (34+ messages)
` [PATCH v4 01/33] maple_tree: Be more cautious about dead nodes
` [PATCH v4 02/33] maple_tree: Detect dead nodes in mas_start()
` [PATCH v4 03/33] maple_tree: Fix freeing of nodes in rcu mode
` [PATCH v4 04/33] maple_tree: remove extra smp_wmb() from mas_dead_leaves()
` [PATCH v4 05/33] maple_tree: Fix write memory barrier of nodes once dead for RCU mode
` [PATCH v4 06/33] maple_tree: Add smp_rmb() to dead node detection
` [PATCH v4 07/33] maple_tree: Add RCU lock checking to rcu callback functions
` [PATCH v4 08/33] mm: Enable maple tree RCU mode by default
` [PATCH v4 09/33] mm: introduce CONFIG_PER_VMA_LOCK
` [PATCH v4 10/33] mm: rcu safe VMA freeing
` [PATCH v4 11/33] mm: move mmap_lock assert function definitions
` [PATCH v4 12/33] mm: add per-VMA lock and helper functions to control it
` [PATCH v4 13/33] mm: mark VMA as being written when changing vm_flags
` [PATCH v4 14/33] mm/mmap: move vma_prepare before vma_adjust_trans_huge
` [PATCH v4 15/33] mm/khugepaged: write-lock VMA while collapsing a huge page
` [PATCH v4 16/33] mm/mmap: write-lock VMAs in vma_prepare before modifying them
` [PATCH v4 17/33] mm/mremap: write-lock VMA while remapping it to a new address range
` [PATCH v4 18/33] mm: write-lock VMAs before removing them from VMA tree
` [PATCH v4 19/33] mm: conditionally write-lock VMA in free_pgtables
` [PATCH v4 20/33] kernel/fork: assert no VMA readers during its destruction
` [PATCH v4 21/33] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
` [PATCH v4 22/33] mm: introduce vma detached flag
` [PATCH v4 23/33] mm: introduce lock_vma_under_rcu to be used from arch-specific code
` [PATCH v4 24/33] mm: fall back to mmap_lock if vma->anon_vma is not yet set
` [PATCH v4 25/33] mm: add FAULT_FLAG_VMA_LOCK flag
` [PATCH v4 26/33] mm: prevent do_swap_page from handling page faults under VMA lock
` [PATCH v4 27/33] mm: prevent userfaults to be handled under per-vma lock
` [PATCH v4 28/33] mm: introduce per-VMA lock statistics
` [PATCH v4 29/33] x86/mm: try VMA lock-based page fault handling first
` [PATCH v4 30/33] arm64/mm: "
` [PATCH v4 31/33] powerc/mm: "
` [PATCH v4 32/33] mm/mmap: free vm_area_struct without call_rcu in exit_mmap
` [PATCH v4 33/33] mm: separate vma->lock from vm_area_struct
[PATCH v3 00/35] Per-VMA locks
2023-02-27 17:33 UTC (13+ messages)
` [PATCH v3 17/35] mm/mmap: write-lock VMA before shrinking or expanding it
[PATCH v3 0/3] mm: process/cgroup ksm support
2023-02-27 17:24 UTC (7+ messages)
` [PATCH v3 3/3] selftests/mm: add new selftests for KSM
[PATCH] kcov: improve documentation
2023-02-27 17:17 UTC
[RFC][PATCH v2] splice: Prevent gifting of multipage folios
2023-02-27 15:53 UTC (2+ messages)
[RFC][PATCH] splice: Prevent gifting of multipage folios
2023-02-27 15:24 UTC (3+ messages)
[PATCH 4/5] afs: Zero bytes after 'oldsize' if we're expanding the file
2023-02-27 14:49 UTC (6+ messages)
` [PATCH 0/5] Fix a minor POSIX conformance problem
[linux-next:master] BUILD REGRESSION 7f7a8831520f12a3cf894b0627641fad33971221
2023-02-27 13:57 UTC
[PATCH RFC 0/5] Writeback handling of pinned pages
2023-02-27 13:36 UTC (10+ messages)
` [PATCH 4/5] block: Add support for bouncing "
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