Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-17 11:07:29 to 2023-02-18 21:17:09 UTC [more...]

[PATCH v6 00/41] Shadow stacks for userspace
 2023-02-18 21:14 UTC  (42+ messages)
` [PATCH v6 01/41] Documentation/x86: Add CET shadow stack description
` [PATCH v6 02/41] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v6 03/41] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v6 04/41] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v6 05/41] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v6 06/41] x86/fpu: Add helper for modifying xstate
` [PATCH v6 07/41] x86: Move control protection handler to separate file
` [PATCH v6 08/41] x86/shstk: Add user control-protection fault handler
` [PATCH v6 09/41] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v6 10/41] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v6 11/41] mm: Introduce pte_mkwrite_kernel()
` [PATCH v6 12/41] s390/mm: Introduce pmd_mkwrite_kernel()
` [PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA
` [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v6 15/41] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY
` [PATCH v6 16/41] x86/mm: Start actually marking _PAGE_SAVED_DIRTY
` [PATCH v6 17/41] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v6 18/41] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v6 19/41] x86/mm: Check shadow stack page fault errors
` [PATCH v6 20/41] x86/mm: Teach pte_mkwrite() about stack memory
` [PATCH v6 21/41] mm: Add guard pages around a shadow stack
` [PATCH v6 22/41] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v6 23/41] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v6 24/41] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v6 25/41] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v6 26/41] mm: Warn on shadow stack memory in wrong vma
` [PATCH v6 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [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 30/41] x86/shstk: Handle thread shadow stack
` [PATCH v6 31/41] x86/shstk: Introduce routines modifying shstk
` [PATCH v6 32/41] x86/shstk: Handle signals for shadow stack
` [PATCH v6 33/41] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v6 34/41] x86/shstk: Support WRSS for userspace
` [PATCH v6 35/41] x86: Expose thread features in /proc/$PID/status
` [PATCH v6 36/41] x86/shstk: Wire in shadow stack interface
` [PATCH v6 37/41] selftests/x86: Add shadow stack test
` [PATCH v6 38/41] x86/fpu: Add helper for initing features
` [PATCH v6 39/41] x86: Add PTRACE interface for shadow stack
` [PATCH v6 40/41] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v6 41/41] x86/shstk: Add ARCH_SHSTK_STATUS

[PATCH v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping
 2023-02-18 19:49 UTC  (56+ messages)
` [PATCH v2 01/46] hugetlb: don't set PageUptodate for UFFDIO_CONTINUE
` [PATCH v2 02/46] hugetlb: remove mk_huge_pte; it is unused
` [PATCH v2 03/46] hugetlb: remove redundant pte_mkhuge in migration path
` [PATCH v2 04/46] hugetlb: only adjust address ranges when VMAs want PMD sharing
` [PATCH v2 05/46] rmap: hugetlb: switch from page_dup_file_rmap to page_add_file_rmap
` [PATCH v2 06/46] hugetlb: add CONFIG_HUGETLB_HIGH_GRANULARITY_MAPPING
` [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 10/46] hugetlb: make huge_pte_lockptr take an explicit shift argument
` [PATCH v2 11/46] hugetlb: add hugetlb_pte to track HugeTLB page table entries
` [PATCH v2 12/46] hugetlb: add hugetlb_alloc_pmd and hugetlb_alloc_pte
` [PATCH v2 13/46] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step
` [PATCH v2 14/46] hugetlb: split PTE markers when doing HGM walks
` [PATCH v2 15/46] hugetlb: add make_huge_pte_with_shift
` [PATCH v2 16/46] hugetlb: make default arch_make_huge_pte understand small mappings
` [PATCH v2 17/46] hugetlbfs: do a full walk to check if vma maps a page
` [PATCH v2 18/46] hugetlb: add HGM support to __unmap_hugepage_range
` [PATCH v2 19/46] hugetlb: add HGM support to hugetlb_change_protection
` [PATCH v2 20/46] hugetlb: add HGM support to follow_hugetlb_page
` [PATCH v2 21/46] hugetlb: add HGM support to hugetlb_follow_page_mask
` [PATCH v2 22/46] hugetlb: add HGM support to copy_hugetlb_page_range
` [PATCH v2 23/46] hugetlb: add HGM support to move_hugetlb_page_tables
` [PATCH v2 24/46] hugetlb: add HGM support to hugetlb_fault and hugetlb_no_page
` [PATCH v2 25/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range
` [PATCH v2 26/46] mm: rmap: provide pte_order in page_vma_mapped_walk
` [PATCH v2 27/46] mm: rmap: update try_to_{migrate,unmap} to handle mapcount for HGM
` [PATCH v2 28/46] mm: rmap: in try_to_{migrate,unmap}, check head page for hugetlb page flags
` [PATCH v2 29/46] hugetlb: update page_vma_mapped to do high-granularity walks
` [PATCH v2 30/46] hugetlb: add high-granularity migration support
` [PATCH v2 31/46] hugetlb: sort hstates in hugetlb_init_hstates
` [PATCH v2 32/46] hugetlb: add for_each_hgm_shift
` [PATCH v2 33/46] hugetlb: userfaultfd: add support for high-granularity UFFDIO_CONTINUE
` [PATCH v2 34/46] hugetlb: add MADV_COLLAPSE for hugetlb
` [PATCH v2 35/46] hugetlb: add check to prevent refcount overflow via HGM
` [PATCH v2 36/46] hugetlb: remove huge_pte_lock and huge_pte_lockptr
` [PATCH v2 37/46] hugetlb: replace make_huge_pte with make_huge_pte_with_shift
` [PATCH v2 38/46] mm: smaps: add stats for HugeTLB mapping size
` [PATCH v2 39/46] hugetlb: x86: enable high-granularity mapping for x86_64
` [PATCH v2 40/46] docs: hugetlb: update hugetlb and userfaultfd admin-guides with HGM info
` [PATCH v2 41/46] docs: proc: include information about HugeTLB HGM
` [PATCH v2 42/46] selftests/mm: add HugeTLB HGM to userfaultfd selftest
` [PATCH v2 43/46] KVM: selftests: add HugeTLB HGM to KVM demand paging selftest
` [PATCH v2 44/46] selftests/mm: add anon and shared hugetlb to migration test
` [PATCH v2 45/46] selftests/mm: add hugetlb HGM test to migration selftest
` [PATCH v2 46/46] selftests/mm: add HGM UFFDIO_CONTINUE and hwpoison tests

[PATCH v10 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-02-18 18:27 UTC  (7+ messages)
` [PATCH v10 1/3] xfs: fix the calculation of length and end
` [PATCH v10 2/3] fs: introduce super_drop_pagecache()
` [PATCH v10 3/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind

[PATCH 5.15] of: reserved_mem: Have kmemleak ignore dynamically allocated reserved mem
 2023-02-18 10:29 UTC  (2+ messages)

[PATCH v14 00/17] iov_iter: Improve page extraction (pin or just list)
 2023-02-18  9:25 UTC  (4+ messages)
` [PATCH v14 02/17] splice: Add a func to do a splice from a buffered file without ITER_PIPE

[PATCH v14 08/17] splice: Do splice read from a file without using ITER_PIPE
 2023-02-18  9:18 UTC  (8+ messages)

[QUESTION] ltp: mavise06 failed when the task scheduled to another cpu
 2023-02-18  5:49 UTC  (2+ messages)

[GIT PULL] hotfixes for 6.2
 2023-02-18  3:04 UTC  (2+ messages)

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-02-18  2:47 UTC  (25+ messages)
` [PATCH drm-next v2 01/16] drm: execution context for GEM buffers
` [PATCH drm-next v2 02/16] drm/exec: fix memory leak in drm_exec_prepare_obj()
` [PATCH drm-next v2 03/16] maple_tree: split up MA_STATE() macro
` [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 drm-next v2 06/16] drm: debugfs: provide infrastructure to dump a DRM GPU VA space
` [PATCH drm-next v2 07/16] drm/nouveau: new VM_BIND uapi interfaces
` [PATCH drm-next v2 08/16] drm/nouveau: get vmm via nouveau_cli_vmm()
` [PATCH drm-next v2 09/16] drm/nouveau: bo: initialize GEM GPU VA interface
` [PATCH drm-next v2 10/16] drm/nouveau: move usercopy helpers to nouveau_drv.h
` [PATCH drm-next v2 11/16] drm/nouveau: fence: fail to emit when fence context is killed
` [PATCH drm-next v2 12/16] drm/nouveau: chan: provide nouveau_channel_kill()
` [PATCH drm-next v2 13/16] drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm
` [PATCH drm-next v2 14/16] drm/nouveau: implement uvmm for user mode bindings
` [PATCH drm-next v2 15/16] drm/nouveau: implement new VM_BIND UAPI
` [PATCH drm-next v2 16/16] drm/nouveau: debugfs: implement DRM GPU VA debugfs

[RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall
 2023-02-18  0:43 UTC  (3+ messages)
` [RFC PATCH 1/2] mm: restrictedmem: "
` [RFC PATCH 2/2] selftests: restrictedmem: Add selftest for RMFD_HUGEPAGE

[PATCH v4 0/3] mm/khugepaged: fix khugepaged+shmem races
 2023-02-17 23:44 UTC  (3+ messages)
` [PATCH v4 1/3] mm/khugepaged: refactor collapse_file control flow

[PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE
 2023-02-17 23:10 UTC  (11+ messages)

[LSF/MM/BPF TOPIC] Using hardware counters to determine hot/cold pages
 2023-02-17 22:00 UTC  (4+ messages)

[PATCH -v5 0/9] migrate_pages(): batch TLB flushing
 2023-02-17 21:47 UTC  (2+ messages)

[PATCH] dax/kmem: Fix leak of memory-hotplug resources
 2023-02-17 21:19 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Scalable Pagefaults
 2023-02-17 20:13 UTC 

[PATCH v9 0/2] Memory poison recovery in khugepaged collapsing
 2023-02-17 19:49 UTC  (12+ messages)
` [PATCH v9 1/2] mm/khugepaged: recover from poisoned anonymous memory

[PATCH v3 00/35] Per-VMA locks
 2023-02-17 18:49 UTC  (15+ messages)
` [PATCH v3 21/35] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area
` [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set

[linux-next:master 12987/13499] include/linux/build_bug.h:78:41: error: static assertion failed: "SKB_WITH_OVERHEAD(TEST_XDP_FRAME_SIZE - XDP_PACKET_HEADROOM) == TEST_MAX_PKT_SIZE"
 2023-02-17 18:33 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] CXL Fabric Manager (FM) architecture
 2023-02-17 18:31 UTC  (10+ messages)
  ` [External] "

[PATCH RFC] ipc/mqueue: introduce msg cache
 2023-02-17 18:26 UTC  (3+ messages)

[PATCH 00/17] smb3: Use iov_iters down to the network transport and fix DIO page pinning
 2023-02-17 17:48 UTC  (5+ messages)
` [PATCH 14/17] cifs: Change the I/O paths to use an iterator rather than a page list

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

[PATCH v4 1/2] mm/userfaultfd: Support WP on multiple VMAs
 2023-02-17 17:35 UTC  (5+ messages)

[PATCH v5 00/39] Shadow stacks for userspace
 2023-02-17 16:53 UTC  (8+ messages)
` [PATCH v5 11/39] x86/mm: Update pte_modify for _PAGE_COW

[linux-next:master] BUILD REGRESSION c068f40300a0eaa34f7105d137a5560b86951aa9
 2023-02-17 16:39 UTC 

[PATCH mm-unstable v1 0/5] mm/kvm: lockless accessed bit harvest
 2023-02-17 16:27 UTC  (6+ messages)
` [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v1 3/5] kvm/arm64: "

[PATCH v2 1/2] mm/userfaultfd: Support WP on multiple VMAs
 2023-02-17 16:03 UTC  (11+ messages)

[PATCH v2 0/6] use canonical ftrace path whenever possible
 2023-02-17 15:40 UTC  (3+ messages)
` [PATCH v2 2/6] selftests: use canonical ftrace path

[PATCH] mm/vmalloc: fix unsafe dereference of potential null ptr in vmalloc_init()
 2023-02-17 15:35 UTC  (2+ messages)

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

[PATCH v4 00/16] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-02-17 14:35 UTC  (15+ messages)
` [PATCH v4 01/16] hexagon: mm: Convert to GENERIC_IOREMAP
` [PATCH v4 12/16] parisc: "

[PATCH] maple_tree: Remove some unused functions
 2023-02-17 14:10 UTC  (2+ messages)

[PATCH] mm, page_alloc: batch cma update on pcp buffer refill
 2023-02-17 12:05 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).