messages from 2025-07-24 18:17:35 to 2025-07-25 16:44:03 UTC [more...]
[PATCH v9 00/14] khugepaged: mTHP support
2025-07-25 16:43 UTC (5+ messages)
` [PATCH v9 01/14] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v9 05/14] khugepaged: generalize __collapse_huge_page_* for mTHP support
[PATCH 00/11] riscv: fine grained hardware assisted kernel control-flow integrity
2025-07-25 16:42 UTC (28+ messages)
` [PATCH 01/11] riscv: add landing pad for asm routines
` [PATCH 02/11] riscv: update asm call site in `call_on_irq_stack` to setup correct label
` [PATCH 03/11] riscv: indirect jmp in asm that's static in nature to use sw guarded jump
` [PATCH 04/11] riscv: exception handlers can be software guarded transfers
` [PATCH 05/11] riscv: enable landing pad enforcement
` [PATCH 06/11] mm: Introduce ARCH_HAS_KERNEL_SHADOW_STACK
` [PATCH 07/11] scs: place init shadow stack in .shadowstack section
` [PATCH 08/11] riscv/mm: prepare shadow stack for init task
` [PATCH 09/11] riscv: scs: add hardware shadow stack support to scs
` [PATCH 10/11] scs: generic scs code updated to leverage hw assisted shadow stack
` [PATCH 11/11] riscv: Kconfig & Makefile for riscv kernel control flow integrity
[PATCH v16 00/22] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
2025-07-25 16:40 UTC (29+ messages)
` [PATCH v16 04/22] KVM: x86: Select TDX's KVM_GENERIC_xxx dependencies iff CONFIG_KVM_INTEL_TDX=y
` [PATCH v16 05/22] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATE
` [PATCH v16 10/22] KVM: guest_memfd: Add plumbing to host to map guest_memfd pages
` [PATCH v16 13/22] KVM: x86/mmu: Hoist guest_memfd max level/order helpers "up" in mmu.c
` [PATCH v16 14/22] KVM: x86/mmu: Enforce guest_memfd's max order when recovering hugepages
` [PATCH v16 15/22] KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
` [PATCH v16 22/22] KVM: selftests: guest_memfd mmap() test when mmap is supported
[PATCH v9 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-07-25 16:36 UTC (3+ messages)
` [PATCH v9 2/2] ras: mem: Add memory ACPI RAS2 driver
[PATCH] mm/damon/vaddr: Skip isolating folios already in destination nid
2025-07-25 16:33 UTC
[PATCH 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-07-25 16:30 UTC (9+ messages)
` [PATCH 05/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH 10/10] vfio/pci: Add dma-buf export support for MMIO regions
[PATCH POC] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
2025-07-25 16:26 UTC (6+ messages)
[PATCH 0/5] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
2025-07-25 16:22 UTC (6+ messages)
` [PATCH 1/5] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
` [PATCH 2/5] mm/huge_memory: convert "tva_flags" to "enum tva_type" for thp_vma_allowable_order*()
` [PATCH 3/5] mm/huge_memory: treat MADV_COLLAPSE as an advise with PR_THP_DISABLE_EXCEPT_ADVISED
` [PATCH 4/5] selftests: prctl: introduce tests for disabling THPs completely
` [PATCH 5/5] selftests: prctl: introduce tests for disabling THPs except for madvise
[PATCH v3 0/5] mseal cleanups, fixup MAP_PRIVATE file-backed case
2025-07-25 16:22 UTC (38+ messages)
` [PATCH v3 1/5] mm/mseal: always define VM_SEALED
` [PATCH v3 2/5] mm/mseal: update madvise() logic
` [PATCH v3 3/5] mm/mseal: small cleanups
` [PATCH v3 4/5] mm/mseal: Simplify and rename VMA gap check
` [PATCH v3 5/5] mm/mseal: rework mseal apply logic
[PATCH] RDMA/siw: Fix the sendmsg byte count in siw_tcp_sendpages
2025-07-25 16:09 UTC (5+ messages)
[PATCH v4 2/5] vfio/type1: optimize vfio_pin_pages_remote()
2025-07-25 15:58 UTC (4+ messages)
` [FIXUP] vfio/type1: correct logic of vfio_find_vpfn()
[PATCH] mm/rmap: Add anon_vma lifetime debug check
2025-07-25 15:58 UTC (20+ messages)
[PATCH v2 0/3] hold PTL for several .hugetlb_entry callbacks
2025-07-25 15:48 UTC (5+ messages)
` [PATCH] mm/memory-failure: hold PTL in hwpoison_hugetlb_range
[PATCH v1] mm/readahead: Optimize nr_to_read boundary check
2025-07-25 15:45 UTC (2+ messages)
[tip:locking/futex] [futex] 56180dd20c: BUG:sleeping_function_called_from_invalid_context_at_kernel/nsproxy.c
2025-07-25 15:45 UTC (4+ messages)
[PATCH v2] mm/rmap: Add anon_vma lifetime debug check
2025-07-25 15:40 UTC (5+ messages)
[PATCH v2] mm: remove mm/io-mapping.c
2025-07-25 14:38 UTC (2+ messages)
[RFC PATCH] mm/page_alloc: Add PCP list for THP CMA
2025-07-25 14:27 UTC (4+ messages)
[PATCH] mm: remove io-mapping
2025-07-25 14:23 UTC (5+ messages)
[PATCH 0/3] selftests/mm: assert rmap behave as expected
2025-07-25 13:34 UTC (6+ messages)
` [PATCH 3/3] "
[PATCH v13 0/4] support large align and nid in Rust allocators
2025-07-25 10:00 UTC (7+ messages)
` [PATCH v13 2/4] mm/slub: allow to set node and align in k[v]realloc
[PATCH v2 0/5] *** GPU Direct RDMA (P2P DMA) for Device Private Pages ***
2025-07-25 9:51 UTC (11+ messages)
` [PATCH v2 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
[RFC PATCH 0/9] introduce PGTY_mgt_entry page_type
2025-07-25 9:26 UTC (6+ messages)
regression - mm: shmem: add large folio support for tmpfs affect GPU performance
2025-07-25 9:17 UTC (5+ messages)
[PATCH v4 0/5] mseal cleanups
2025-07-25 8:29 UTC (6+ messages)
` [PATCH v4 1/5] mm/mseal: always define VM_SEALED
` [PATCH v4 2/5] mm/mseal: update madvise() logic
` [PATCH v4 3/5] mm/mseal: small cleanups
` [PATCH v4 4/5] mm/mseal: simplify and rename VMA gap check
` [PATCH v4 5/5] mm/mseal: rework mseal apply logic
[PATCH v2 0/9] mm: vm_normal_page*() improvements
2025-07-25 8:07 UTC (7+ messages)
` [PATCH v2 1/9] mm/huge_memory: move more common code into insert_pmd()
` [PATCH v2 2/9] mm/huge_memory: move more common code into insert_pud()
` [PATCH v2 3/9] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
[PATCH 0/3] drop hugetlb_free_pgd_range()
2025-07-25 7:50 UTC (2+ messages)
[PATCH] mm, page_pool: introduce a new page type for page pool in page type
2025-07-25 6:50 UTC (6+ messages)
[PATCH RFC v3] mm: memory-tiering: Fix PGPROMOTE_CANDIDATE counting
2025-07-25 6:39 UTC (6+ messages)
Realtime threads delayed due to kcompactd0
2025-07-25 5:30 UTC
[PATCH v5 0/8] mm/shmem, swap: bugfix and improvement of mTHP swap in
2025-07-25 4:54 UTC (6+ messages)
` [PATCH v5 1/8] mm/shmem, swap: improve cached mTHP handling and fix potential hung
[PATCH v4] arm64: Enable permission change on arm64 kernel block mappings
2025-07-25 4:23 UTC (5+ messages)
[PATCH] mm: slub: fix dereference invalid pointer in alloc_consistency_checks
2025-07-25 4:01 UTC
[PATCH] powerpc/thp: tracing: Hide hugepage events under CONFIG_PPC_BOOK3S_64
2025-07-25 3:15 UTC (3+ messages)
[RFC PATCH] mm/damon: add full LPAE support for memory monitoring above 4GB
2025-07-25 3:15 UTC (2+ messages)
[RFC v2 0/4] add static huge zero folio support
2025-07-25 2:52 UTC (3+ messages)
` [RFC v2 1/4] mm: rename huge_zero_page_shrinker to huge_zero_folio_shrinker
[GIT PULL] hotfixes for 6.16
2025-07-25 2:50 UTC (2+ messages)
[PATCHv9 02/16] x86/alternatives: Disable LASS when patching kernel alternatives
2025-07-25 2:35 UTC (2+ messages)
[PATCH v16 00/42] DEPT(DEPendency Tracker)
2025-07-25 2:09 UTC (2+ messages)
[PATCH v1 net-next 13/13] net-memcg: Allow decoupling memcg from global protocol memory accounting
2025-07-25 1:49 UTC (13+ messages)
[PATCH v3 mm-hotfixes 0/5] mm, arch: a more robust approach to sync top level kernel page tables
2025-07-25 1:21 UTC (6+ messages)
` [PATCH v3 mm-hotfixes 1/5] mm: move page table sync declarations to linux/pgtable.h
` [PATCH v3 mm-hotfixes 2/5] mm: introduce and use {pgd,p4d}_populate_kernel()
` [PATCH v3 mm-hotfixes 3/5] x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()
` [PATCH v3 mm-hotfixes 4/5] x86/mm/64: convert p*d_populate{,_init} to _kernel variants
` [PATCH v3 mm-hotfixes 5/5] x86/mm: drop unnecessary calls to sync_global_pgds() and fold into its sole user
[PATCH v3] memcg: expose socket memory pressure in a cgroup
2025-07-25 0:44 UTC (11+ messages)
[PATCH v6 0/3] Add support for long task name
2025-07-24 23:50 UTC (7+ messages)
` [PATCH v6 1/3] exec: Remove obsolete comments
` [PATCH v6 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v6 3/3] include: Set tsk->comm length to 64 bytes
[PATCH 00/16] MAINTAINERS: Include GDB scripts under their relevant subsystems
2025-07-24 21:27 UTC (9+ messages)
` [PATCH 01/16] MAINTAINERS: Include clk.py under COMMON CLK FRAMEWORK entry
` [PATCH 08/16] MAINTAINERS: Include GDB scripts under MEMORY MANAGEMENT entry
` [PATCH 12/16] MAINTAINERS: Include dmesg.py under PRINTK entry
[PATCH v5 0/7] Optimize mprotect() for large folios
2025-07-24 19:55 UTC (3+ messages)
` [PATCH v5 6/7] mm: Optimize mprotect() by PTE batching
next-20250721 arm64 16K and 64K page size WARNING fs fuse file.c at fuse_iomap_writeback_range
2025-07-24 19:14 UTC (6+ messages)
[PATCH v2 0/3] rust: xarray: add `insert` and `reserve`
2025-07-24 18:50 UTC (2+ 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).