[PATCH 00/11] Remove AS_EIO and AS_ENOSPC
2023-01-09 15:30 UTC (21+ messages)
` [PATCH 01/11] memory-failure: Remove comment referencing AS_EIO
` [PATCH 02/11] filemap: Remove filemap_check_and_keep_errors()
` [PATCH 03/11] f2fs: Convert f2fs_wait_on_node_pages_writeback() to errseq
` [PATCH 04/11] fuse: Convert fuse_flush() to use file_check_and_advance_wb_err()
` [PATCH 05/11] page-writeback: Convert folio_write_one() to use an errseq
` [PATCH 06/11] filemap: Convert filemap_write_and_wait_range() to use errseq
` [PATCH 07/11] filemap: Convert filemap_fdatawait_range() to errseq
` [PATCH 08/11] cifs: Remove call to filemap_check_wb_err()
` [PATCH 09/11] mm: Remove AS_EIO and AS_ENOSPC
` [PATCH 10/11] mm: Remove filemap_fdatawait_range_keep_errors()
` [PATCH 11/11] mm: Remove filemap_fdatawait_keep_errors()
[PATCH 0/6 v2] Discard __GFP_ATOMIC
2023-01-09 15:16 UTC (8+ messages)
` [PATCH 1/7] mm/page_alloc: Rename ALLOC_HIGH to ALLOC_MIN_RESERVE
` [PATCH 2/7] mm/page_alloc: Treat RT tasks similar to __GFP_HIGH
` [PATCH 3/7] mm/page_alloc: Explicitly record high-order atomic allocations in alloc_flags
` [PATCH 4/7] mm/page_alloc: Explicitly define what alloc flags deplete min reserves
` [PATCH 5/7] mm/page_alloc.c: Allow __GFP_NOFAIL requests deeper access to reserves
` [PATCH 6/7] mm/page_alloc: Give GFP_ATOMIC and non-blocking allocations "
` [PATCH 7/7] mm: discard __GFP_ATOMIC
[RFC PATCH 00/25] Upstream kvx Linux port
2023-01-09 15:11 UTC (4+ messages)
[PATCH v2 00/44] VMA tree type safety and remove __vma_adjust()
2023-01-09 15:10 UTC (3+ messages)
` [PATCH v2 06/44] mm/mmap: convert brk to use vma iterator
[PATCH] lib/scatterlist: Fix to calculate the last_pg properly
2023-01-09 14:47 UTC
[linux-next:master] BUILD REGRESSION 543b9b2fe10b2e12b8d773af65314d322f91e479
2023-01-09 14:38 UTC (2+ messages)
[PATCH v14 2/7] mm: add VM_DROPPABLE for designating always lazily freeable mappings
2023-01-09 14:28 UTC (17+ messages)
[linus:master] [mm, slub] 0af8489b02: kernel_BUG_at_include/linux/mm.h
2023-01-09 14:16 UTC (10+ messages)
[syzbot] WARNING in mbind_range
2023-01-09 14:15 UTC (2+ messages)
[PATCH 0/2] docs/mm: start filling out new structure
2023-01-09 14:03 UTC (7+ messages)
` [PATCH 2/2] docs/mm: Physical Memory: add structure, introduction and nodes description
[PATCH] mm/page_alloc: Repalce with deferred_pages_enabled() wherever applicable
2023-01-09 13:32 UTC (2+ messages)
[PATCH] mm/page_alloc: invert logic for early page initialisation checks
2023-01-09 13:31 UTC (2+ messages)
[RFC PATCH 0/4] Multiple consecutive page for anonymous mapping
2023-01-09 13:24 UTC (7+ messages)
` [RFC PATCH 1/4] mcpage: add size/mask/shift definition for multiple consecutive page
` [RFC PATCH 2/4] mcpage: anon page: Use mcpage for anonymous mapping
` [RFC PATCH 3/4] mcpage: add vmstat counters for mcpages
` [RFC PATCH 4/4] mcpage: get_unmapped_area return mcpage size aligned addr
[PATCH] mm/mmu_notifier: Remove unused mmu_notifier_range_update_to_read_only export
2023-01-09 13:11 UTC (3+ messages)
[PATCH v2 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
2023-01-09 12:49 UTC (8+ messages)
` [PATCH v2 3/7] "
[PATCH v2 00/24] Split netmem from struct page
2023-01-09 12:27 UTC (5+ messages)
` [PATCH v2 24/24] mlx5: Convert to netmem
[PATCH v8 00/16] TDX host kernel support
2023-01-09 11:48 UTC (28+ messages)
` [PATCH v8 02/16] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v8 04/16] x86/virt/tdx: Add skeleton to initialize TDX on demand
` [PATCH v8 05/16] x86/virt/tdx: Implement functions to make SEAMCALL
` [PATCH v8 06/16] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v8 07/16] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v8 10/16] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v8 11/16] x86/virt/tdx: Designate reserved areas for all TDMRs
` [PATCH v8 12/16] x86/virt/tdx: Designate the global KeyID and configure the TDX module
` [PATCH v8 13/16] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v8 14/16] x86/virt/tdx: Initialize all TDMRs
` [PATCH v8 15/16] x86/virt/tdx: Flush cache in kexec() when TDX is enabled
[PATCH linux-next] mm/damon/sysfs-schemes: use strscpy() to instead of strncpy()
2023-01-09 11:46 UTC
[PATCH] selftests: vm: Enable cross-compilation
2023-01-09 11:42 UTC
[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
2023-01-09 11:37 UTC (25+ messages)
` [PATCH RFC v7 01/23] llist: Move llist_{head,node} definition to types.h
` [PATCH RFC v7 02/23] dept: Implement Dept(Dependency Tracker)
` [PATCH RFC v7 03/23] dept: Add single event dependency tracker APIs
` [PATCH RFC v7 04/23] dept: Add lock "
` [PATCH RFC v7 05/23] dept: Tie to Lockdep and IRQ tracing
` [PATCH RFC v7 06/23] dept: Add proc knobs to show stats and dependency graph
` [PATCH RFC v7 07/23] dept: Apply sdt_might_sleep_strong() to wait_for_completion()/complete()
` [PATCH RFC v7 08/23] dept: Apply sdt_might_sleep_strong() to PG_{locked,writeback} wait
` [PATCH RFC v7 09/23] dept: Apply sdt_might_sleep_weak() to swait
` [PATCH RFC v7 10/23] dept: Apply sdt_might_sleep_weak() to waitqueue wait
` [PATCH RFC v7 11/23] dept: Apply sdt_might_sleep_weak() to hashed-waitqueue wait
` [PATCH RFC v7 12/23] dept: Distinguish each syscall context from another
` [PATCH RFC v7 13/23] dept: Distinguish each work "
` [PATCH RFC v7 14/23] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH RFC v7 15/23] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH RFC v7 16/23] dept: Apply sdt_might_sleep_strong() to dma fence wait
` [PATCH RFC v7 17/23] dept: Track timeout waits separately with a new Kconfig
` [PATCH RFC v7 18/23] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH RFC v7 19/23] dept: Apply timeout consideration to swait
` [PATCH RFC v7 20/23] dept: Apply timeout consideration to waitqueue wait
` [PATCH RFC v7 21/23] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH RFC v7 22/23] dept: Apply timeout consideration to dma fence wait
` [PATCH RFC v7 23/23] dept: Record the latest one out of consecutive waits of the same class
[PATCH 0/3] add folio_headpage() macro
2023-01-09 11:35 UTC (2+ messages)
[PATCH v4 00/45] Add KernelMemorySanitizer infrastructure
2023-01-09 9:51 UTC (6+ messages)
` [PATCH v4 10/45] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
[linux-next:pending-fixes] BUILD SUCCESS cf5f49e41cd4ea72bc12be377269bb9d0dc21ef6
2023-01-09 9:41 UTC
[PATCH] mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
2023-01-09 8:50 UTC (8+ messages)
[PATCH] mm/debug: use valid physical memory for pmd/pud tests
2023-01-09 8:48 UTC (4+ messages)
[PATCH 0/3] mm/uffd: Fix missing markers on hugetlb
2023-01-09 8:36 UTC (10+ messages)
` [PATCH 2/3] mm/mprotect: Use long for page accountings and retval
` [PATCH 3/3] mm/uffd: Detect pgtable allocation failures
[PATCH 0/10] crypto: Driver conversions for DMA alignment
2023-01-09 7:37 UTC (13+ messages)
` [PATCH] crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment padding
` [PATCH] crypto: caam "
` [PATCH] crypto: talitos "
[PATCH 0/8] migrate_pages(): batch TLB flushing
2023-01-09 7:23 UTC (12+ messages)
` [PATCH 2/8] migrate_pages: separate hugetlb folios migration
` [PATCH 4/8] migrate_pages: split unmap_and_move() to _unmap() and _move()
[PATCH] kasan: infer the requested size by scanning shadow memory
2023-01-09 6:51 UTC (4+ messages)
[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
2023-01-09 6:45 UTC (5+ messages)
` [PATCH v7 1/4] userfaultfd: Add UFFD WP Async support
` [PATCH v7 2/4] userfaultfd: split mwriteprotect_range()
` [PATCH v7 3/4] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs
` [PATCH v7 4/4] selftests: vm: add pagemap ioctl tests
[PATCHv2 0/4] zsmalloc: make zspage chain size configurable
2023-01-09 3:38 UTC (5+ messages)
` [PATCHv2 1/4] zsmalloc: rework zspage chain size selection
` [PATCHv2 2/4] zsmalloc: skip chain size calculation for pow_of_2 classes
` [PATCHv2 3/4] zsmalloc: make zspage chain size configurable
` [PATCHv2 4/4] zsmalloc: set default zspage chain size to 8
[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-01-09 3:33 UTC (3+ messages)
` [PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
another use-after-free in ep_remove_wait_queue()
2023-01-08 23:49 UTC (3+ messages)
remove write_one_page / folio_write_one
2023-01-08 21:31 UTC (12+ messages)
` [PATCH 1/7] btrfs: don't read the disk superblock for zoned devices in btrfs_scratch_superblocks
` [PATCH 2/7] btrfs: stop using write_one_page in btrfs_scratch_superblock
` [PATCH 3/7] minix: don't flush page immediately for DIRSYNC directories
` [PATCH 4/7] sysv: "
` [PATCH 5/7] ufs: "
` [PATCH 6/7] ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_page
` [PATCH 7/7] mm,jfs: move write_one_page/folio_write_one to jfs
[PATCH 09/17] mm: export access_remote_vm() symbol
2023-01-08 17:36 UTC (3+ messages)
[PATCH] mm: remove zap_page_range and create zap_vma_pages
2023-01-08 17:24 UTC (2+ messages)
[PATCHv3 00/12] dmapool enhancements
2023-01-08 17:09 UTC (11+ messages)
` [PATCHv3 06/12] dmapool: move debug code to own functions
` [PATCHv3 08/12] dmapool: consolidate page initialization
` [PATCHv3 09/12] dmapool: simplify freeing
` [PATCHv3 11/12] dmapool: link blocks across pages
` [PATCHv3 12/12] dmapool: create/destroy cleanup
[PATCH v3 1/1] mm: Always release pages to the buddy allocator in memblock_free_late()
2023-01-08 16:50 UTC (2+ messages)
[linus:master] [mm, slub] fa9b88e459: kernel_BUG_at_include/linux/page-flags.h
2023-01-08 16:28 UTC
[linux-next:master 689/3037] drivers/gpu/drm/vc4/vc4_dsi.c:1829:20: error: 'struct drm_bridge' has no member named 'of_node'
2023-01-08 13:41 UTC
[syzbot] INFO: task hung in freeze_super (3)
2023-01-08 12:07 UTC (3+ messages)
PROBLEM: selftest/vm/cow.c failed to compile (‘MADV_PAGEOUT’ undeclared)
2023-01-08 10:58 UTC
[GIT PULL] memblock fixes for v6.2-rc3
2023-01-08 10:57 UTC (2+ messages)
[PATCH v7 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
2023-01-08 10:48 UTC (4+ messages)
` [PATCH v7 2/2] "
[RFC PATCH 0/6] Discard __GFP_ATOMIC
2023-01-08 9:30 UTC (5+ messages)
` [PATCH 6/6] mm: discard __GFP_ATOMIC
[linux-next:master 1416/3037] drivers/vdpa/solidrun/snet_vdpa.h:193:6: warning: no previous prototype for 'psnet_create_hwmon'
2023-01-08 8:06 UTC (4+ messages)
[linux-next:master 401/3037] drivers/gpu/drm/rcar-du/rzg2l_mipi_dsi.c:650: undefined reference to `drm_bridge_remove'
2023-01-08 5:57 UTC
[PATCH mm-unstable] selftests/mm: convert missing vm->mm changes
2023-01-07 23:06 UTC
[PATCH mm-unstable 0/9] continue hugetlb folio conversions
2023-01-07 20:55 UTC (20+ messages)
` [PATCH mm-unstable 1/8] mm/hugetlb: convert isolate_hugetlb to folios
` [PATCH mm-unstable 2/8] mm/hugetlb: convert __update_and_free_page() "
` [PATCH mm-unstable 3/8] mm/hugetlb: convert dequeue_hugetlb_page_node functions "
` [PATCH mm-unstable 4/8] mm/hugetlb: convert alloc_surplus_huge_page() "
` [PATCH mm-unstable 5/8] mm/hugetlb: increase use of folios in alloc_huge_page()
` [PATCH mm-unstable 6/8] mm/hugetlb: convert alloc_migrate_huge_page to folios
` [PATCH mm-unstable 7/8] mm/hugetlb: convert restore_reserve_on_error() "
` [PATCH mm-unstable 8/8] mm/hugetlb: convert demote_free_huge_page "
[PATCHv13 00/16] Linear Address Masking enabling
2023-01-07 17:28 UTC (7+ messages)
` [PATCHv13 05/16] x86/uaccess: Provide untagged_addr() and remove tags before address check
[PATCH v5 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
2023-01-07 15:11 UTC (6+ messages)
` [PATCH v5 1/3] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [PATCH v5 3/3] mm: Make filemap_release_folio() better inform shrink_folio_list()
[PATCH] x86/boot: Check if the input parameter (buffer) of the function is a null pointer
2023-01-07 10:40 UTC (2+ messages)
[PATCH] mm: remove PageMovable export
2023-01-07 7:08 UTC (2+ messages)
[linux-next:pending-fixes] BUILD SUCCESS 7dcb1029a6d41f874e3edb104e37b12aef4d120b
2023-01-07 6:50 UTC
[PATCH v2 22/44] mmap: Pass through vmi iterator to __split_vma()
2023-01-07 2:39 UTC (3+ messages)
[ammarfaizi2-block:akpm/mm/mm-unstable 187/223] mm/nommu.c:547:6: warning: no previous prototype for function 'vma_mas_store'
2023-01-07 1:28 UTC (2+ messages)
[PATCH v4 0/7] iov_iter: Add extraction helpers
2023-01-07 0:33 UTC (2+ messages)
` [PATCH v4 4/7] iov_iter: Add a function to extract a page list from an iterator
[PATCH v13 0/6] Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped
2023-01-07 0:15 UTC (4+ messages)
` [PATCH v13 3/6] mm/vmstat: manage per-CPU stats from CPU context when NOHZ full
[PATCH] mm: update mmap_sem comments to refer to mmap_lock
2023-01-07 0:00 UTC
[PATCH mm-unstable] mm: introduce folio_is_pfmemalloc
2023-01-06 23:23 UTC (3+ messages)
[syzbot] WARNING in __kfence_free (2)
2023-01-06 22:34 UTC
[PATCH v3 0/1] Pages not released from memblock to the buddy allocator
2023-01-06 22:22 UTC
[LSF/MM/BPF BoF] Session for CXL memory
2023-01-06 22:20 UTC (2+ messages)
[PATCH] Docs/admin-guide/mm/zswap: remove zsmalloc's lack of writeback warning
2023-01-06 22:03 UTC (2+ messages)
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