linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-17 17:53:07 to 2023-03-20 11:00:13 UTC [more...]

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

[PATCH v8 0/4] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-03-20 10:54 UTC  (4+ messages)
` [PATCH v8 2/4] mm: Introduce memblock_isolate_memory

[PATCH v4 0/4] Add overflow checks for several syscalls
 2023-03-20 10:54 UTC  (6+ messages)
` [PATCH v4 1/4] mm/mlock: return EINVAL if len overflows for mlock/munlock
` [PATCH v4 2/4] mm/mempolicy: return EINVAL for if len overflows for set_mempolicy_home_node
` [PATCH v4 3/4] mm/mempolicy: return EINVAL if len overflows for mbind
` [PATCH v4 4/4] mm/msync: return ENOMEM if len overflows for msync

[PATCH 00/15] mm: move core MM initialization to mm/mm_init.c
 2023-03-20 10:41 UTC  (31+ messages)
` [PATCH 01/15] mips: fix comment about pgtable_init()
` [PATCH 02/15] mm/cma: move init_cma_reserved_pages() to cma.c and make it static
` [PATCH 03/15] mm/page_alloc: add helper for checking if check_pages_enabled
` [PATCH 04/15] mm: move most of core MM initialization to mm/mm_init.c
` [PATCH 05/15] mm: handle hashdist initialization in mm/mm_init.c
` [PATCH 06/15] mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()
` [PATCH 07/15] init: fold build_all_zonelists() and page_alloc_init_cpuhp() to mm_init()
` [PATCH 08/15] init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()
` [PATCH 09/15] mm: move pgtable_init() to mm/mm_init.c and make it static
` [PATCH 10/15] mm: move init_mem_debugging_and_hardening() to mm/mm_init.c
` [PATCH 11/15] init,mm: fold late call to page_ext_init() to page_alloc_init_late()
` [PATCH 12/15] mm: move mem_init_print_info() to mm_init.c
` [PATCH 13/15] mm: move kmem_cache_init() declaration to mm/slab.h
` [PATCH 14/15] mm: move vmalloc_init() declaration to mm/internal.h
` [PATCH 15/15] MAINTAINERS: extend memblock entry to include MM initialization

[PATCH v4 0/2] mm/uffd: Add feature bit UFFD_FEATURE_WP_UNPOPULATED
 2023-03-20 10:25 UTC  (5+ messages)
` [PATCH v4 1/2] mm/uffd: UFFD_FEATURE_WP_UNPOPULATED
` [PATCH v4 2/2] selftests/mm: Smoke test UFFD_FEATURE_WP_UNPOPULATED

[PATCH v2 0/4] convert read_kcore(), vread() to use iterators
 2023-03-20  9:58 UTC  (15+ messages)
` [PATCH v2 1/4] fs/proc/kcore: Avoid bounce buffer for ktext data
` [PATCH v2 2/4] mm: vmalloc: use rwsem, mutex for vmap_area_lock and vmap_block->lock
` [PATCH v2 3/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
` [PATCH v2 4/4] mm: vmalloc: convert vread() to vread_iter()

[PATCH] mm/slub: Reduce memory consumption in extreme scenarios
 2023-03-20  9:12 UTC  (7+ messages)

[PATCH] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to MM CPUs
 2023-03-20  8:49 UTC  (2+ messages)

[linus:master] [swap_state] 5649d113ff: vm-scalability.throughput -33.1% regression
 2023-03-20  8:27 UTC 

[PATCH 0/4] convert read_kcore(), vread() to use iterators
 2023-03-20  8:30 UTC  (13+ messages)
` [PATCH 1/4] fs/proc/kcore: Avoid bounce buffer for ktext data
` [PATCH 2/4] mm: vmalloc: use rwsem, mutex for vmap_area_lock and vmap_block->lock
` [PATCH 3/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
` [PATCH 4/4] mm: vmalloc: convert vread() to vread_iter()

[linux-next:master 3778/4413] include/linux/mmzone.h:1749:2: error: #error Allocator MAX_ORDER exceeds SECTION_SIZE
 2023-03-20  8:06 UTC 

[linus:master] [migrate_pages] 7e12beb8ca: vm-scalability.throughput -3.4% regression
 2023-03-20  7:58 UTC  (2+ messages)

[syzbot] [btrfs?] possible deadlock in __btrfs_release_delayed_node (2)
 2023-03-20  7:43 UTC 

[PATCH v3] mm: memory-failure: Move memory failure sysctls to its own file
 2023-03-20  7:40 UTC 

[PATCH 0/3] selftests: Fix virtual address range for arm64
 2023-03-20  6:47 UTC  (4+ messages)
` [PATCH 3/3] selftests: Set overcommit_policy as OVERCOMMIT_ALWAYS

[LSF/MM/BPF TOPIC] Swap Abstraction / Native Zswap
 2023-03-20  6:25 UTC  (15+ messages)

[PATCH v11 0/7] Implement IOCTL to get and optionally clear info about PTEs
 2023-03-20  6:08 UTC  (8+ messages)
` [PATCH v11 4/7] fs/proc/task_mmu: "

[linux-next:master 2761/4036] drivers/net/wireless/legacy/ray_cs.c:628:17: warning: 'strncpy' specified bound 32 equals destination size
 2023-03-20  6:00 UTC  (2+ messages)

[PATCH 4/7] shmem: remove shmem_get_partial_folio
 2023-03-20  5:23 UTC  (2+ messages)
  ` [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp

[PATCH 0/1] Fix vmstat_percpu incorrect subtraction after reparent
 2023-03-20  3:06 UTC  (2+ messages)
` [PATCH 1/1] mm: memcontrol: fix vmstats_percpu state "

[PATCH] mm: kfence: fix PG_slab and memcg_data clearing
 2023-03-20  3:00 UTC 

[PATCH V3 1/2] mm: compaction: move compact_memory sysctl to its own file
 2023-03-19 20:54 UTC  (3+ messages)

[PATCH] mm: move get_page_from_free_area() to mm/page_alloc.c
 2023-03-19 20:52 UTC  (5+ messages)

[PATCH v2 0/6] tmpfs: add the option to disable swap
 2023-03-19 20:32 UTC  (3+ messages)

[PATCH v4 00/36] New page table range API
 2023-03-19 20:16 UTC  (12+ messages)
` [PATCH v4 16/36] mips: Implement the new "
` [PATCH v4 20/36] powerpc: "

[PATCH] maple_tree: remove unused maple_tree functions
 2023-03-19 19:42 UTC  (2+ messages)

[PATCH] mm: prefer xxx_page() alloc/free functions for order-0 pages
 2023-03-19 12:13 UTC  (3+ messages)

[PATCH] mm: Keep memory type same on DEVMEM Page-Fault
 2023-03-19  3:37 UTC 

[akpm-mm:mm-unstable 231/249] htmldocs: Documentation/admin-guide/kdump/vmcoreinfo.rst:193: WARNING: Title underline too short
 2023-03-19  2:16 UTC 

drivers/gpu/drm/nouveau/nouveau_dmem.c:205:13: sparse: sparse: incorrect type in assignment (different base types)
 2023-03-19  1:15 UTC 

[PATCH] cpuset: Clean up cpuset_node_allowed
 2023-03-18 21:30 UTC  (4+ messages)

[PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
 2023-03-18 17:40 UTC  (13+ messages)

[linux-next:master 3041/4413] drivers/gpu/drm/imx/lcdc/imx-lcdc.c:411:11: error: call to undeclared function 'devm_drm_of_get_bridge'; ISO C99 and later do not support implicit function declarations
 2023-03-18 17:33 UTC 

[linux-next:master 3041/4413] drivers/gpu/drm/imx/lcdc/imx-lcdc.c:411:18: error: implicit declaration of function 'devm_drm_of_get_bridge'
 2023-03-18 17:33 UTC 

THP backed thread stacks
 2023-03-18 12:58 UTC  (4+ messages)

[linux-next:master 1753/4413] kismet: WARNING: unmet direct dependencies detected for RISCV_ALTERNATIVE when selected by RISCV_ISA_SVNAPOT
 2023-03-18 11:36 UTC 

[PATCH 0/4] further cleanup of vma_merge()
 2023-03-18 11:13 UTC  (5+ messages)
` [PATCH 1/4] mm/mmap/vma_merge: further improve prev/next VMA naming
` [PATCH 2/4] mm/mmap/vma_merge: set next to NULL if not applicable
` [PATCH 3/4] mm/mmap/vma_merge: extend invariants, avoid invalid res, vma
` [PATCH 4/4] mm/mmap/vma_merge: be explicit about the non-mergeable case

[PATCH 0/2] memcg, cpuisol: do not interfere pcp cache charges draining with cpuisol workloads
 2023-03-18  8:08 UTC  (13+ messages)
` [PATCH 1/2] sched/isolation: Add cpu_is_isolated() API
` [PATCH 2/2] memcg: do not drain charge pcp caches on remote isolated cpus

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-03-18  5:13 UTC  (8+ messages)
` [PATCH RFC v8 01/56] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' "
` [PATCH RFC v8 03/56] KVM: x86: Add platform hooks for private memory invalidations

[PATCH v3, 0/4] mm, memcg: cgroup v1 and v2 tunable load/store tearing fixes
 2023-03-18  0:58 UTC  (3+ messages)

[PATCH 0/2] Refactor do_fault_around()
 2023-03-17 23:59 UTC  (6+ messages)
` [PATCH 1/2] mm: refactor do_fault_around()
` [PATCH 2/2] mm: pefer fault_around_pages to fault_around_bytes

[PATCH] Add results of early memtest to /proc/meminfo
 2023-03-17 23:56 UTC  (2+ messages)

[PATCH v4 0/7] introduce vm_flags modifier functions
 2023-03-17 23:04 UTC  (5+ messages)

[PATCH] mm/page_alloc: Make deferred page init free pages in MAX_ORDER blocks
 2023-03-17 20:08 UTC  (3+ messages)

[PATCH v7 00/41] Shadow stacks for userspace
 2023-03-17 19:26 UTC  (7+ messages)
` [PATCH v7 22/41] mm/mmap: Add shadow stack pages to memory accounting


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 NNTP newsgroup(s).