messages from 2025-05-22 07:12:59 to 2025-05-23 08:34:56 UTC [more...]
[PATCH v16 00/27] riscv control-flow integrity for usermode
2025-05-23 8:34 UTC (32+ messages)
` [PATCH v16 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v16 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v16 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v16 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v16 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v16 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v16 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v16 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v16 09/27] riscv mmu: write protect and shadow stack
` [PATCH v16 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v16 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v16 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v16 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v16 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v16 15/27] riscv/traps: Introduce software check exception
` [PATCH v16 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v16 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v16 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v16 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v16 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v16 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v16 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v16 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v16 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v16 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v16 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v16 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH] mm/hugetlb: remove redundant folio_test_hugetlb
2025-05-23 8:30 UTC (3+ messages)
[PATCH RFC] mm: make try_to_unmap_one support batched unmap for anon large folios
2025-05-23 8:25 UTC (2+ messages)
[PATCH] mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb folios
2025-05-23 8:07 UTC (15+ messages)
[PATCH] mm: fix copy_vma() error handling for hugetlb mappings
2025-05-23 7:56 UTC
[PATCH] mm/khugepaged: Fix race with folio splitting in hpage_collapse_scan_file()
2025-05-23 7:50 UTC (8+ messages)
[PATCH 00/18] Split netmem from struct page
2025-05-23 7:47 UTC (21+ messages)
` [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov
` [PATCH 02/18] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [PATCH 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [PATCH 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_large_netmem()
` [PATCH 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [PATCH 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH 07/18] page_pool: use netmem put API in page_pool_return_netmem()
` [PATCH 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [PATCH 10/18] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [PATCH 11/18] mlx4: use netmem descriptor and APIs for page pool
` [PATCH 12/18] page_pool: use netmem APIs to access page->pp_magic in page_pool_page_is_pp()
` [PATCH 13/18] mlx5: use netmem descriptor and APIs for page pool
` [PATCH 14/18] netmem: use _Generic to cover const casting for page_to_netmem()
` [PATCH 15/18] netmem: remove __netmem_get_pp()
` [PATCH 16/18] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [PATCH 17/18] netdevsim: use netmem descriptor and APIs for page pool
` [PATCH 18/18] mm, netmem: remove the page pool members in struct page
[PATCH v7 00/12] khugepaged: mTHP support
2025-05-23 6:55 UTC (9+ messages)
` [PATCH v7 03/12] khugepaged: generalize hugepage_vma_revalidate for "
` [PATCH v7 06/12] khugepaged: introduce khugepaged_scan_bitmap "
[RFC PATCH] mm: fix the inaccurate memory statistics issue for users
2025-05-23 5:47 UTC (3+ messages)
[PATCH v2 04/14] x86: Handle KCOV __init vs inline mismatches
2025-05-23 4:39 UTC
[PATCH v4 0/3] Add support for long task name
2025-05-23 3:48 UTC (9+ messages)
` [PATCH v4 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v4 3/3] exec: Add support for 64 byte 'tsk->comm_ext'
[PATCH] mmu_notifiers: remove leftover stub macros
2025-05-23 3:43 UTC (3+ messages)
reply: [RFC] pin_user_pages_fast failure count increased
2025-05-23 2:52 UTC (9+ messages)
[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
2025-05-23 2:39 UTC (7+ messages)
` [PATCH RFC 27/28] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
[PATCH 05/28] mm, swap: sanitize swap cache lookup convention
2025-05-23 2:29 UTC (8+ messages)
[linux-next:master] BUILD SUCCESS 460178e842c7a1e48a06df684c66eb5fd630bcf7
2025-05-23 1:46 UTC
[BUG]userfaultfd_move fails to move a folio when swap-in occurs concurrently with swap-out
2025-05-23 0:03 UTC (4+ messages)
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-05-22 23:12 UTC (5+ messages)
` [RFC PATCH v2 33/51] KVM: guest_memfd: Allocate and truncate from custom allocator
` [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use
[PATCH 0/4] Some randome fixes and cleanups to swapfile
2025-05-22 21:41 UTC (2+ messages)
[RFC PATCH 0/5] add process_madvise() flags to modify behaviour
2025-05-22 20:53 UTC (24+ messages)
` [RFC PATCH 1/5] mm: madvise: refactor madvise_populate()
[PATCH RFC v2] mm: add support for dropping LRU recency on process exit
2025-05-22 19:07 UTC (4+ messages)
[PATCH] selftests/mm: Deduplicate test names in madv_populate
2025-05-22 18:59 UTC (2+ messages)
[RFC PATCH v0 0/2] Batch migration for NUMA balancing
2025-05-22 18:52 UTC (4+ messages)
[RFC PATCH v0 0/2] Batch migration for NUMA balancing
2025-05-22 18:43 UTC (2+ messages)
` Apologies and clarifications on DAMON-disruptions (was Re: [RFC PATCH v0 0/2] Batch migration for NUMA balancing)
[PATCH v6] mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
2025-05-22 18:00 UTC (2+ messages)
[PATCH 0/4] selftests/mm: cow and gup_longterm cleanups
2025-05-22 17:38 UTC (5+ messages)
` [PATCH 1/4] selftests/mm: Use standard ksft_finished() in cow and gup_longterm
` [PATCH 2/4] selftest/mm: Add helper for logging test start and results
` [PATCH 3/4] selftests/mm: Report unique test names for each cow test
` [PATCH 4/4] selftests/mm: Fix test result reporting in gup_longterm
[RFC PATCH v0 0/2] Batch migration for NUMA balancing
2025-05-22 17:30 UTC (15+ messages)
` [RFC PATCH v0 1/2] migrate: implement migrate_misplaced_folio_batch
` [RFC PATCH v0 2/2] mm: sched: Batch-migrate misplaced pages
[PATCH] mm/damon: make region calculations more precise
2025-05-22 17:16 UTC (2+ messages)
[PATCH 1/2] mm/damon/Kconfig: set DAMON_{VADDR,PADDR,SYSFS} default to DAMON
2025-05-22 17:10 UTC (2+ messages)
[RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
2025-05-22 16:26 UTC (13+ messages)
[PATCH v3 0/5] Optimize mprotect() for large folios
2025-05-22 16:18 UTC (18+ messages)
` [PATCH v3 1/5] mm: Optimize mprotect() by batch-skipping PTEs
` [PATCH v3 2/5] mm: Add batched versions of ptep_modify_prot_start/commit
` [PATCH v3 4/5] arm64: Add batched version of ptep_modify_prot_start
` [PATCH v3 5/5] arm64: Add batched version of ptep_modify_prot_commit
[RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap
2025-05-22 15:18 UTC (7+ messages)
[RFC v2 PATCH 0/9] Intel RAR TLB invalidation
2025-05-22 15:10 UTC (3+ messages)
` [RFC v2 1/9] x86/mm: Introduce MSR_IA32_CORE_CAPABILITIES
[PATCH v7 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-05-22 14:58 UTC (2+ messages)
[PATCH v9 00/17] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-05-22 13:49 UTC (9+ messages)
` [PATCH v9 10/17] KVM: x86: Compute max_mapping_level with input from guest_memfd
[RFC v2 0/2] add THP_HUGE_ZERO_PAGE_ALWAYS config option
2025-05-22 13:34 UTC (10+ messages)
` [RFC v2 1/2] mm: "
` [RFC v2 2/2] block: use mm_huge_zero_folio in __blkdev_issue_zero_pages()
[PATCH] mm/cma: make detection of highmem_start more robust
2025-05-22 13:31 UTC (4+ messages)
[PATCH cgroup/for-6.16] cgroup: avoid per-cpu allocation of size zero rstat cpu locks
2025-05-22 13:22 UTC (2+ messages)
[PATCH 1/2] mm: slub: allocate slab object extensions non-contiguously
2025-05-22 12:42 UTC (8+ messages)
` [PATCH 2/2] mm: slub: only warn once when allocating slab obj extensions fails
[PATCH v5 1/4] drivers/base/node: Optimize memory block registration to reduce boot time
2025-05-22 12:29 UTC (12+ messages)
` [PATCH v5 2/4] drivers/base/node: remove register_mem_block_under_node_early()
` [PATCH v5 3/4] drivers/base/node: Remove register_memory_blocks_under_node() function call from register_one_node
` [PATCH v5 4/4] drivers/base/node : Rename register_memory_blocks_under_node() and remove context argument
[PATCH v3 0/7] prctl: introduce PR_SET/GET_THP_POLICY
2025-05-22 12:10 UTC (2+ messages)
[PATCH v9 09/17] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
2025-05-22 10:24 UTC (5+ messages)
[RFC] pin_user_pages_fast failure count increased
2025-05-22 9:27 UTC (5+ messages)
[PATCH] selftests/mm: Fix test result reporting in gup_longterm
2025-05-22 9:23 UTC (11+ messages)
[PATCH] Makefile.kcov: apply needed compiler option unconditionally in CFLAGS_KCOV
2025-05-22 8:18 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).