messages from 2025-06-13 18:53:30 to 2025-06-16 14:58:25 UTC [more...]
[RFC v2 00/16] Live Update Orchestrator
2025-06-16 14:57 UTC (13+ messages)
` [RFC v2 08/16] luo: luo_files: add infrastructure for FDs
` [RFC v2 09/16] luo: luo_files: implement file systems callbacks
[PATCH v4 00/13] x86/mm: Add multi-page clearing
2025-06-16 14:50 UTC (19+ messages)
` [PATCH v4 01/13] perf bench mem: Remove repetition around time measurement
` [PATCH v4 02/13] perf bench mem: Defer type munging of size to float
` [PATCH v4 03/13] perf bench mem: Move mem op parameters into a structure
` [PATCH v4 04/13] perf bench mem: Pull out init/fini logic
` [PATCH v4 05/13] perf bench mem: Switch from zalloc() to mmap()
` [PATCH v4 06/13] perf bench mem: Allow mapping of hugepages
` [PATCH v4 07/13] perf bench mem: Allow chunking on a memory region
` [PATCH v4 08/13] perf bench mem: Refactor mem_options
` [PATCH v4 09/13] perf bench mem: Add mmap() workloads
` [PATCH v4 10/13] x86/mm: Simplify clear_page_*
` [PATCH v4 11/13] x86/clear_page: Introduce clear_pages()
` [PATCH v4 12/13] mm: memory: allow arch override for folio_zero_user()
` [PATCH v4 13/13] x86/folio_zero_user: Add multi-page clearing
[PATCH 0/5] Misc rework on hugetlb_fault
2025-06-16 14:41 UTC (10+ messages)
` [PATCH 2/5] mm,hugetlb: Document the reason to lock the folio in the faulting path
[PATCH 6.1] Mm/uffd: fix vma operation where start addr cuts part of vma
2025-06-16 14:36 UTC (2+ messages)
[PATCH v7 00/11] Implement numa node notifier
2025-06-16 14:32 UTC (15+ messages)
` [PATCH v7 01/11] mm,slub: Do not special case N_NORMAL nodes for slab_nodes
` [PATCH v7 02/11] mm,memory_hotplug: Remove status_change_nid_normal and update documentation
` [PATCH v7 03/11] mm,memory_hotplug: Implement numa node notifier
` [PATCH v7 04/11] mm,slub: Use node-notifier instead of memory-notifier
` [PATCH v7 05/11] mm,memory-tiers: "
` [PATCH v7 06/11] drivers,cxl: "
` [PATCH v7 07/11] drivers,hmat: "
` [PATCH v7 08/11] kernel,cpuset: "
` [PATCH v7 09/11] mm,mempolicy: "
` [PATCH v7 10/11] mm,page_ext: Derive the node from the pfn
` [PATCH v7 11/11] mm,memory_hotplug: Drop status_change_nid parameter from memory_notify
[RFC PATCH 0/4] mm/damon: Add DAMOS action to interleave data across nodes
2025-06-16 14:26 UTC (13+ messages)
` [RFC PATCH 1/4] mm/mempolicy: Expose policy_nodemask() in include/linux/mempolicy.h
[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-06-16 14:25 UTC (17+ messages)
` [PATCH v12 04/18] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v12 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v12 10/18] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
[RFC PATCH v1 0/4] Kernel thread based async batch migration
2025-06-16 14:05 UTC (6+ messages)
` [RFC PATCH v1 1/4] mm: migrate: Allow misplaced migration without VMA too
` [RFC PATCH v1 2/4] migrate: implement migrate_misplaced_folios_batch
` [RFC PATCH v1 3/4] mm: kmigrated - Async kernel migration thread
` page_ext and memdescs
` [RFC PATCH v1 4/4] mm: sched: Batch-migrate misplaced pages
[PATCH] secretmem: Remove uses of struct page
2025-06-16 13:56 UTC (3+ messages)
[PATCH 0/2] Use guest mem inodes instead of anonymous inodes
2025-06-16 13:00 UTC (8+ messages)
` [PATCH 1/2] fs: Provide function that allocates a secure anonymous inode
[PATCH v6 00/10] Implement numa node notifier
2025-06-16 12:55 UTC (12+ messages)
` [PATCH v6 03/10] mm,memory_hotplug: "
[PATCH 0/5] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
2025-06-16 12:26 UTC (25+ messages)
` [PATCH 1/5] mm: Deduplicate mm_get_unmapped_area()
` [PATCH 2/5] mm/hugetlb: Remove prepare_hugepage_range()
` [PATCH 3/5] mm: Rename __thp_get_unmapped_area to mm_get_unmapped_area_aligned
` [PATCH 5/5] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings
[PATCH v9 0/6] Make MIGRATE_ISOLATE a standalone bit
2025-06-16 12:10 UTC (7+ messages)
` [PATCH v9 1/6] mm/page_alloc: pageblock flags functions clean up
` [PATCH v9 2/6] mm/page_isolation: make page isolation a standalone bit
` [PATCH v9 3/6] mm/page_alloc: add support for initializing pageblock as isolated
` [PATCH v9 4/6] mm/page_isolation: remove migratetype from move_freepages_block_isolate()
` [PATCH v9 5/6] mm/page_isolation: remove migratetype from undo_isolate_page_range()
` [PATCH v9 6/6] mm/page_isolation: remove migratetype parameter from more functions
[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-16 11:58 UTC (15+ messages)
` [PATCH v2 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v2 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v2 03/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH v2 04/14] mm: Remove remaining uses of PFN_DEV
` [PATCH v2 05/14] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH v2 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v2 07/14] mm: Remove redundant pXd_devmap calls
` [PATCH v2 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH v2 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH v2 10/14] fs/dax: Remove FS_DAX_LIMITED config option
` [PATCH v2 11/14] mm: Remove devmap related functions and page table bits
` [PATCH v2 12/14] mm: Remove PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH v2 13/14] mm: Remove callers of pfn_t functionality
` [PATCH v2 14/14] mm/memremap: Remove unused devmap_managed_key
[PATCH v6 0/5] KVM: arm64: Map GPU device memory as cacheable
2025-06-16 11:37 UTC (7+ messages)
` [PATCH v6 3/5] kvm: arm64: New memslot flag to indicate cacheable mapping
[PATCH] mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_list
2025-06-16 11:34 UTC (16+ messages)
[PATCH v3 0/5] Optimize mprotect() for large folios
2025-06-16 11:24 UTC (7+ messages)
` [PATCH v3 2/5] mm: Add batched versions of ptep_modify_prot_start/commit
` [PATCH v3 3/5] mm: Optimize mprotect() by PTE batching
[RFC PATCH] PM: Optionally block user fork during freeze to improve performance
2025-06-16 11:24 UTC (9+ messages)
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-06-16 11:15 UTC (5+ messages)
` [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use
[RFC PATCH] mm/slab: save memory by allocating slabobj_ext array from leftover
2025-06-16 11:00 UTC (4+ messages)
[PATCH 0/5] add STATIC_PMD_ZERO_PAGE config option
2025-06-16 10:49 UTC (14+ messages)
` [PATCH 4/5] mm: add mm_get_static_huge_zero_folio() routine
[PATCH 0/4] selftests/mm/uffd: refactor global variables
2025-06-16 10:04 UTC (5+ messages)
` [PATCH v4 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
` [PATCH v5 "
[PATCH v3 0/2] mm: Restrict the static definition of the per-CPU variable _shared_alloc_tag to s390 and alpha architectures only
2025-06-16 8:55 UTC (7+ messages)
` [PATCH v3 1/2] mm: Optimize the ARCH_NEEDS_WEAK_PER_CPU logic for s390/alpha architectures
` [PATCH v3 2/2] mm/alloc_tag: add the CONFIG_ARCH_NEEDS_WEAK_PER_CPU macro when statically defining the percpu variable _shared_alloc_tag
[PATCH net-next 0/9] Split netmem from struct page
2025-06-16 7:45 UTC (10+ messages)
` [PATCH net-next 1/9] netmem: introduce struct netmem_desc mirroring "
[PATCH v17 00/27] riscv control-flow integrity for usermode
2025-06-16 7:31 UTC (3+ messages)
` [PATCH v17 15/27] riscv/traps: Introduce software check exception and uprobe handling
[PATCH v2 00/11] Various slab improvements
2025-06-16 7:24 UTC (4+ messages)
` [PATCH v2 11/11] slab: Update MAINTAINERS entry
[PATCH v4 0/4] Implement dmabuf direct I/O via copy_file_range
2025-06-16 5:25 UTC (15+ messages)
[PATCH V2 3/5] sys_info: add help to translate sys_info string to bitmap
2025-06-16 4:25 UTC
[PATCH v7 00/12] khugepaged: mTHP support
2025-06-16 3:51 UTC (2+ messages)
[PATCH] mm: Add Kcompressd for accelerated memory compression
2025-06-16 3:41 UTC (2+ messages)
[RFC PATCH 0/3] Clean up locking in hugetlb faulting code
2025-06-16 3:21 UTC (2+ messages)
[linus:master] [alloc_tag] 780138b123: Oops:general_protection_fault,probably_for_non-canonical_address#:#[##]SMP_KASAN
2025-06-16 2:21 UTC
[PATCH v12 0/6] rust: reduce `as` casts, enable related lints
2025-06-15 20:55 UTC (7+ messages)
` [PATCH v12 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v12 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v12 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v12 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v12 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v12 6/6] rust: enable `clippy::ref_as_ptr` lint
[PATCH v11 0/6] rust: reduce `as` casts, enable related lints
2025-06-15 20:41 UTC (3+ messages)
[PATCH] mm: huge_memory: fix the check for allowed huge orders in shmem
2025-06-15 11:14 UTC (3+ messages)
[syzbot] [mm?] [squashfs?] WARNING in vma_merge_existing_range (2)
2025-06-15 9:26 UTC (2+ messages)
mm/kmsan/hooks.c:269:14: sparse: sparse: cast removes address space '__user' of expression
2025-06-15 8:11 UTC (2+ messages)
[PATCH v3 0/2] Enable permission change on arm64 kernel block mappings
2025-06-15 7:32 UTC (6+ messages)
` [PATCH v3 1/2] arm64: pageattr: Use pagewalk API to change memory permissions
[Hypervisor Live Update] Notes from June 2, 2025
2025-06-15 3:18 UTC
[akpm-mm:mm-new 130/130] ERROR: modpost: "__vmalloc_node_noprof" [mm/zblock.ko] undefined!
2025-06-14 20:29 UTC
[GIT PULL] hotfixes for 6.16-rc2
2025-06-14 18:10 UTC (2+ messages)
[PATCH 1/4] lib/test_vmalloc.c: Replace RWSEM to SRCU for setup
2025-06-14 15:35 UTC (8+ messages)
` [PATCH 2/4] lib/test_vmalloc.c: Allow built-in execution
[PATCH 4/5] vfio: Introduce vfio_device_ops.get_unmapped_area hook
2025-06-14 14:46 UTC (2+ messages)
[PATCH v6 0/4] mm: introduce THP deferred setting
2025-06-14 11:25 UTC (3+ messages)
` [PATCH v6 1/4] mm: defer THP insertion to khugepaged
page type is 0, migratetype passed is 2 (nr=256)
2025-06-14 8:24 UTC (7+ messages)
[PATCH 01/14] xfs: tracing; Remove unused event xfs_reflink_cow_found
2025-06-13 23:52 UTC
[RFC PATCH v2 23/51] mm: hugetlb: Refactor out hugetlb_alloc_folio()
2025-06-13 22:07 UTC (2+ messages)
[RFC PATCH v2 22/51] mm: hugetlb: Refactor hugetlb allocation functions
2025-06-13 22:03 UTC (2+ messages)
[PATCH v4 0/7] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
2025-06-13 20:36 UTC (6+ messages)
` [PATCH v4 7/7] mm/maps: execute PROCMAP_QUERY ioctl under per-vma locks
[PATCH v3 0/2] x86/mm: Improve alloc handling of phys_*_init()
2025-06-13 20:17 UTC (8+ messages)
` [PATCH v3 1/2] x86/mm: Handle alloc failure in phys_*_init()
[PATCH v4 0/4] x86/mm: Improve alloc handling of phys_*_init()
2025-06-13 20:12 UTC (5+ messages)
` [PATCH v4 1/4] x86/mm: Update mapped addresses in phys_{pmd,pud}_init()
` [PATCH v4 2/4] x86/mm: Allow error returns from phys_*_init()
` [PATCH v4 3/4] x86/mm: Handle alloc failure in phys_*_init()
` [PATCH v4 4/4] x86/mm: Use GFP_KERNEL for alloc_low_pages() after boot
[PATCH 0/5] Remove zero_user()
2025-06-13 20:04 UTC (4+ messages)
[PATCH] highmem: Remove a use of folio->page
2025-06-13 19:48 UTC
[PATCH v2 0/3] mm: Restrict the static definition of the per-CPU variable _shared_alloc_tag to s390 and alpha architectures only
2025-06-13 19:21 UTC (4+ messages)
` [PATCH v2 3/3] mm/alloc_tag: add the CONFIG_ARCH_NEEDS_WEAK_PER_CPU macro when statically defining the percpu variable _shared_alloc_tag
[linux-next:master] BUILD REGRESSION bc6e0ba6c9bafa6241b05524b9829808056ac4ad
2025-06-13 18:53 UTC
[PATCH v8 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-06-13 18:53 UTC (5+ messages)
` [PATCH v8 1/2] ACPI:RAS2: Add ACPI RAS2 driver
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).