[PATCH v6 00/33] Split ptdesc from struct page
2023-06-27 3:14 UTC (29+ messages)
` [PATCH v6 01/33] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v6 02/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v6 03/33] pgtable: Create struct ptdesc
` [PATCH v6 04/33] mm: add utility functions for ptdesc
` [PATCH v6 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v6 06/33] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v6 07/33] mm: Convert ptlock_ptr() "
` [PATCH v6 08/33] mm: Convert pmd_ptlock_init() "
` [PATCH v6 09/33] mm: Convert ptlock_init() "
` [PATCH v6 10/33] mm: Convert pmd_ptlock_free() "
` [PATCH v6 11/33] mm: Convert ptlock_free() "
` [PATCH v6 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v6 13/33] powerpc: Convert various functions to use ptdescs
` [PATCH v6 14/33] x86: "
` [PATCH v6 15/33] s390: Convert various gmap "
` [PATCH v6 16/33] s390: Convert various pgalloc "
` [PATCH v6 17/33] mm: Remove page table members from struct page
` [PATCH v6 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH v6 19/33] arm: "
` [PATCH v6 20/33] arm64: "
` [PATCH v6 21/33] csky: Convert __pte_free_tlb() "
` [PATCH v6 22/33] hexagon: "
` [PATCH v6 23/33] loongarch: Convert various functions "
` [PATCH v6 24/33] m68k: "
` [PATCH v6 25/33] mips: "
` [PATCH v6 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH v6 27/33] openrisc: "
` [PATCH v6 28/33] riscv: Convert alloc_{pmd, pte}_late() "
[PATCH v1 00/10] variable-order, large folios for anonymous memory
2023-06-27 3:06 UTC (20+ messages)
` [PATCH v1 01/10] mm: Expose clear_huge_page() unconditionally
` [PATCH v1 02/10] mm: pass gfp flags and order to vma_alloc_zeroed_movable_folio()
` [PATCH v1 03/10] mm: Introduce try_vma_alloc_movable_folio()
` [PATCH v1 04/10] mm: Implement folio_add_new_anon_rmap_range()
` [PATCH v1 05/10] mm: Implement folio_remove_rmap_range()
` [PATCH v1 06/10] mm: Allow deferred splitting of arbitrary large anon folios
` [PATCH v1 07/10] mm: Batch-zap large anonymous folio PTE mappings
` [PATCH v1 08/10] mm: Kconfig hooks to determine max anon folio allocation order
` [PATCH v1 09/10] arm64: mm: Declare support for large anonymous folios
` [PATCH v1 10/10] mm: Allocate large folios for anonymous memory
[PATCH v2 00/16] Reduce preallocations for maple tree
2023-06-27 1:58 UTC (14+ messages)
` [PATCH v2 14/16] maple_tree: Refine mas_preallocate() node calculations
[PATCH v21 0/5] Implement IOCTL to get and optionally clear info about PTEs
2023-06-27 1:46 UTC (7+ messages)
` [PATCH v21 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v21 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v21 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v21 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v21 5/5] selftests: mm: add pagemap ioctl tests
[linux-next:master] BUILD REGRESSION 60e7c4a25da68cd826719b685babbd23e73b85b0
2023-06-27 1:22 UTC
[linux-next:pending-fixes] BUILD SUCCESS d779731ecfed1a8f72b58b61041e2d62ecc7a43e
2023-06-27 1:20 UTC
[PATCH v10 00/25] DEPT(Dependency Tracker)
2023-06-27 0:27 UTC (28+ messages)
` [PATCH v10 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v10 02/25] dept: Implement Dept(Dependency Tracker)
` [PATCH v10 03/25] dept: Add single event dependency tracker APIs
` [PATCH v10 04/25] dept: Add lock "
` [PATCH v10 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v10 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v10 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v10 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v10 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v10 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v10 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v10 12/25] dept: Distinguish each syscall context from another
` [PATCH v10 13/25] dept: Distinguish each work "
` [PATCH v10 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v10 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v10 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v10 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v10 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v10 19/25] dept: Apply timeout consideration to swait
` [PATCH v10 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v10 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v10 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v10 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v10 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v10 25/25] dept: Track the potential waits of PG_{locked,writeback}
[PATCH] memblock: Introduce memblock_reserve_node()
2023-06-27 0:13 UTC (5+ messages)
[syzbot] possible deadlock in page_cache_ra_unbounded
2023-06-26 23:27 UTC (2+ messages)
` [syzbot] [reiserfs?] "
[PATCH drm-next v5 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
2023-06-26 22:38 UTC (13+ messages)
` [PATCH drm-next v5 03/14] drm: manager to keep track of GPUs VA mappings
[PATCH 3/4] openrisc: Support floating point user api
2023-06-26 21:38 UTC (2+ messages)
[PATCH v12 00/22] TDX host kernel support
2023-06-26 21:21 UTC (24+ messages)
` [PATCH v12 01/22] x86/tdx: Define TDX supported page sizes as macros
` [PATCH v12 02/22] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v12 03/22] x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APIC
` [PATCH v12 04/22] x86/cpu: Detect TDX partial write machine check erratum
` [PATCH v12 05/22] x86/virt/tdx: Add SEAMCALL infrastructure
` [PATCH v12 06/22] x86/virt/tdx: Handle SEAMCALL running out of entropy error
` [PATCH v12 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v12 08/22] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v12 09/22] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v12 10/22] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v12 11/22] x86/virt/tdx: Fill out "
` [PATCH v12 12/22] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v12 13/22] x86/virt/tdx: Designate reserved areas for all TDMRs
` [PATCH v12 14/22] x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID
` [PATCH v12 15/22] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v12 16/22] x86/virt/tdx: Initialize all TDMRs
` [PATCH v12 17/22] x86/kexec: Flush cache of TDX private memory
` [PATCH v12 18/22] x86/virt/tdx: Keep TDMRs when module initialization is successful
` [PATCH v12 19/22] x86/kexec(): Reset TDX private memory on platforms with TDX erratum
` [PATCH v12 20/22] x86/virt/tdx: Allow SEAMCALL to handle #UD and #GP
` [PATCH v12 21/22] x86/mce: Improve error log of kernel space TDX #MC due to erratum
` [PATCH v12 22/22] Documentation/x86: Add documentation for TDX host support
[PATCH 1/3] mm: change vma_start_read to fail if VMA got detached from under it
2023-06-26 20:51 UTC (2+ messages)
[PATCH] mm/mprotect: allow unfaulted VMAs to be unaccounted on mprotect()
2023-06-26 20:46 UTC
[PATCH v3 0/8] mm/gup: Unify hugetlb, speed up thp
2023-06-26 20:40 UTC (9+ messages)
` [PATCH v3 2/8] mm/hugetlb: Prepare hugetlb_follow_page_mask() for FOLL_PIN
` [PATCH v3 7/8] selftests/mm: Add -a to run_vmtests.sh
[PATCH net-next 1/2] net-memcg: Scopify the indicators of sockmem pressure
2023-06-26 19:58 UTC (2+ messages)
[PATCH v1 0/2] udmabuf: Add back support for mapping hugetlb pages
2023-06-26 19:04 UTC (12+ messages)
[PATCH 0/2] Restrict address space for sv39,sv48,sv57
2023-06-26 18:36 UTC (3+ messages)
` [PATCH 1/2] RISC-V: mm: "
` [PATCH 2/2] RISC-V: mm: Update documentation and include test
[PATCH v4 0/3] shmemfs stable directory offsets
2023-06-26 18:21 UTC (4+ messages)
` [PATCH v4 1/3] libfs: Add directory operations for stable offsets
` [PATCH v4 2/3] shmem: Refactor shmem_symlink()
` [PATCH v4 3/3] shmem: stable directory offsets
[PATCH v2 00/12] mm: jit/text allocator
2023-06-26 17:48 UTC (15+ messages)
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
[PATCH 00/12] Convert write_cache_pages() to an iterator
2023-06-26 17:35 UTC (13+ messages)
` [PATCH 01/12] writeback: Factor out writeback_finish()
` [PATCH 02/12] writeback: Factor writeback_get_batch() out of write_cache_pages()
` [PATCH 03/12] writeback: Factor should_writeback_folio() "
` [PATCH 04/12] writeback: Simplify the loops in write_cache_pages()
` [PATCH 05/12] pagevec: Add ability to iterate a queue
` [PATCH 06/12] writeback: Use the folio_batch queue iterator
` [PATCH 07/12] writeback: Factor writeback_iter_init() out of write_cache_pages()
` [PATCH 08/12] writeback: Factor writeback_get_folio() "
` [PATCH 09/12] writeback: Factor writeback_iter_next() "
` [PATCH 10/12] writeback: Add for_each_writeback_folio()
` [PATCH 11/12] iomap: Convert iomap_writepages() to use for_each_writeback_folio()
` [PATCH 12/12] writeback: Remove a use of write_cache_pages() from do_writepages()
[PATCHv2 0/3] zsmalloc: small compaction improvements
2023-06-26 17:14 UTC (7+ messages)
` [PATCHv2 1/3] zsmalloc: do not scan for allocated objects in empty zspage
` [PATCHv2 2/3] zsmalloc: move migration destination zspage inuse check
` [PATCHv2 3/3] zsmalloc: remove zs_compact_control
[PATCH 1/3] mm/lru_gen: Move some code around so that next patch is simpler
2023-06-26 17:04 UTC (6+ messages)
` [PATCH 3/3] mm/lru_gen: Don't build multi-gen LRU page table walk code on architecture not supported
[PATCH net-next v5 03/16] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
2023-06-26 17:01 UTC (12+ messages)
` [PATCH net-next v5 04/16] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
[GIT PULL] non-MM updates for 6.5-rc1
2023-06-26 15:50 UTC
[GIT PULL] MM updates for 6.5-rc1
2023-06-26 15:50 UTC
[linux-next:master 11546/12162] drivers/mfd/max77541.c:176:18: warning: cast to smaller integer type 'enum max7754x_ids' from 'const void *'
2023-06-26 15:34 UTC (5+ messages)
[PATCH v2 0/2] send tlb_remove_table_smp_sync IPI only to necessary CPUs
2023-06-26 15:23 UTC (7+ messages)
` [PATCH v2 2/2] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to MM CPUs
[PATCH v3 3/3] shmem: stable directory offsets
2023-06-26 15:22 UTC (7+ messages)
` [PATCH v3 1/3] libfs: Add directory operations for stable offsets
[syzbot] [mm?] possible deadlock in f2fs_file_write_iter
2023-06-26 15:10 UTC
[PATCH v2 0/2] seqlock,mm: lockdep annotation + write_seqlock_irqsave()
2023-06-26 14:44 UTC (18+ messages)
` [PATCH v2 1/2] seqlock: Do the lockdep annotation before locking in do_write_seqcount_begin_nested()
` [PATCH v2 2/2] mm/page_alloc: Use write_seqlock_irqsave() instead write_seqlock() + local_irq_save()
` [PATCH v3 "
[PATCH] mm: madvise: fix uneven accounting of psi
2023-06-26 14:31 UTC (5+ messages)
[PATCH] mm/vmalloc: do not output a spurious warning when huge vmalloc() fails
2023-06-26 14:09 UTC (6+ messages)
[PATCH v9 23/42] Documentation/x86: Add CET shadow stack description
2023-06-26 14:08 UTC (11+ messages)
[PATCH v9 00/42] Shadow stacks for userspace
2023-06-26 12:45 UTC (8+ messages)
` [PATCH v9 16/42] mm: Add guard pages around a shadow stack
[linux-next:master 5616/12689] net/bluetooth/hci_conn.c:1884:7-14: WARNING opportunity for kmemdup
2023-06-26 12:16 UTC
[PATCH] memory tier: Use helper function destroy_memory_type()
2023-06-26 12:10 UTC
[PATCH] mm: memory-failure: remove unneeded 'inline' annotation
2023-06-26 11:43 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox