Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-10 20:44:06 to 2023-07-11 17:57:48 UTC [more...]

[PATCH v2 00/32] mm: allow pte_offset_map[_lock]() to fail
 2023-07-11 17:57 UTC  (20+ messages)
` [PATCH v2 04/32] mm/pgtable: "
` [PATCH v2 05/32] mm/filemap: allow pte_offset_map_lock() "
` [PATCH v2 06/32] mm/page_vma_mapped: delete bogosity in page_vma_mapped_walk()
` [PATCH v2 07/32] mm/page_vma_mapped: reformat map_pte() with less indentation
` [PATCH v2 12/32] mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()

[PATCH 0/3] zram: use frontswap for zram swap usecase
 2023-07-11 17:52 UTC  (8+ messages)
` [PATCH 1/3] frontswap: support backing_dev
` [PATCH 2/3] zram: support frontswap
` [PATCH 3/3] zram: remove swap_slot_free_notify

[PATCH] mm/mlock: Fix vma iterator conversion of apply_vma_lock_flags()
 2023-07-11 17:50 UTC 

[PATCH v1] mm/memory_hotplug: document the signal_pending() check in offline_pages()
 2023-07-11 17:40 UTC 

[akpm-mm:mm-unstable 86/125] drivers/irqchip/irq-al-fic.c:281:2: error: call to undeclared function 'iounmap'; ISO C99 and later do not support implicit function declarations
 2023-07-11 17:20 UTC  (3+ messages)

[PATCH v3 0/7] Add support for memmap on memory feature on ppc64
 2023-07-11 17:19 UTC  (21+ messages)
` [PATCH v3 1/7] mm/hotplug: Simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfig
` [PATCH v3 2/7] mm/hotplug: Allow memmap on memory hotplug request to fallback
` [PATCH v3 3/7] mm/hotplug: Allow architecture to override memmap on memory support check
` [PATCH v3 4/7] mm/hotplug: Allow pageblock alignment via altmap reservation
` [PATCH v3 5/7] powerpc/book3s64/memhotplug: Enable memmap on memory for radix
` [PATCH v3 6/7] dax/kmem: Always enroll hotplugged memory for memmap_on_memory
` [PATCH v3 7/7] mm/hotplug: Embed vmem_altmap details in memory block

[PATCH 0/8] Make several Kconfig options depend on HAS_IOMEM
 2023-07-11 17:17 UTC  (4+ messages)
` [PATCH 5/8] net: altera-tse: make ALTERA_TSE "
` (subset) [PATCH 0/8] Make several Kconfig options "

[PATCH v4 00/33] Per-VMA locks
 2023-07-11 17:14 UTC  (18+ messages)
` [PATCH v4 29/33] x86/mm: try VMA lock-based page fault handling first

[PATCH v3 0/4] Improve hugetlbfs read on HWPOISON hugepages
 2023-07-11 17:05 UTC  (9+ messages)
` [PATCH v3 2/4] mm/hwpoison: check if a subpage of a hugetlb folio is raw HWPOISON

[PATCH] mm/mmap: move vmKirill A. Shutemov <kirill@shutemov.name>a operations to mm_struct out of the critical section of file mapping lock
 2023-07-11 17:20 UTC  (2+ messages)
` [PATCH v2] mm/mmap: move vma "

[PATCH v5 00/38] New page table range API
 2023-07-11 16:52 UTC  (48+ messages)
` [PATCH v5 01/38] minmax: Add in_range() macro
` [PATCH v5 02/38] mm: Convert page_table_check_pte_set() to page_table_check_ptes_set()
` [PATCH v5 03/38] mm: Add generic flush_icache_pages() and documentation
` [PATCH v5 04/38] mm: Add folio_flush_mapping()
` [PATCH v5 05/38] mm: Remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
` [PATCH v5 06/38] mm: Add default definition of set_ptes()
` [PATCH v5 12/38] hexagon: Implement the new page table range API
` [PATCH v5 15/38] m68k: "
` [PATCH v5 16/38] microblaze: "
` [PATCH v5 18/38] nios2: "
` [PATCH v5 19/38] openrisc: "
` [PATCH v5 20/38] parisc: "
` [PATCH v5 21/38] powerpc: "
` [PATCH v5 22/38] riscv: "
` [PATCH v5 23/38] s390: "
` [PATCH v5 24/38] sh: "
` [PATCH v5 25/38] sparc32: "
` [PATCH v5 26/38] sparc64: "
` [PATCH v5 27/38] um: "
` [PATCH v5 28/38] x86: "
` [PATCH v5 29/38] xtensa: "
` [PATCH v5 30/38] mm: Remove page_mapping_file()
` [PATCH v5 31/38] mm: Rationalise flush_icache_pages() and flush_icache_page()
` [PATCH v5 32/38] mm: Tidy up set_ptes definition
` [PATCH v5 33/38] mm: Use flush_icache_pages() in do_set_pmd()
` [PATCH v5 34/38] filemap: Add filemap_map_folio_range()
` [PATCH v5 35/38] rmap: add folio_add_file_rmap_range()
` [PATCH v5 36/38] mm: Convert do_set_pte() to set_pte_range()
` [PATCH v5 37/38] filemap: Batch PTE mappings
` [PATCH v5 38/38] mm: Call update_mmu_cache_range() in more page fault handling paths

[BUG]: bad usercopy in kvm_stats_read in mm/usercopy.c
 2023-07-11 16:26 UTC  (4+ messages)

[PATCH 1/2] mm/slub: remove redundant kasan_reset_tag() from freelist_ptr calculations
 2023-07-11 16:21 UTC  (4+ messages)
` [PATCH 2/2] mm/slub: remove freelist_dereference()

[PATCH] fs: binfmt_elf_efpic: fix personality for fdpic ELF
 2023-07-11 16:11 UTC  (2+ messages)

[PATCH v2 0/2] riscv: support ELF format binaries in nommu mode
 2023-07-11 15:53 UTC  (5+ messages)
` [PATCH v2 1/2] binfmt_elf_fdpic: support 64-bit systems
` [PATCH v2 2/2] riscv: support the elf-fdpic binfmt loader

[PATCH v4 00/49] VMA tree type safety and remove __vma_adjust()
 2023-07-11 15:30 UTC  (5+ messages)
` [PATCH v4 18/49] mlock: Convert mlock to vma iterator

[PATCH] mm:vmscan: fix inaccurate reclaim during proactive reclaim
 2023-07-11 15:28 UTC  (2+ messages)

[PATCH 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-07-11 15:21 UTC  (5+ messages)
` [PATCH 3/3] dax/kmem: Always enroll hotplugged memory for memmap_on_memory

[PATCH] selftests/arm64: fix build failure during the "emit_tests" step
 2023-07-11 14:57 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 8e4b7f2f3d6071665b1dfd70786229c8a5d6c256
 2023-07-11 14:41 UTC 

[linux-next:master 754/1391] /bin/bash: line 1: 50431 Segmentation fault LLVM_OBJCOPY="llvm-objcopy" pahole -J --btf_gen_floats -j --lang_exclude=rust --skip_encoding_btf_inconsistent_proto --btf_gen_optimized --btf_base vmlinux drivers/pcmcia/pcmcia_core.ko
 2023-07-11 13:51 UTC 

[PATCH v24 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-07-11 12:52 UTC  (6+ messages)
` [PATCH v24 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v24 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v24 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v24 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v24 5/5] selftests: mm: add pagemap ioctl tests

[PATCH RESEND net-next 1/2] net-memcg: Scopify the indicators of sockmem pressure
 2023-07-11 12:41 UTC  (2+ messages)
` [PATCH RESEND net-next 2/2] net-memcg: Remove redundant tcpmem_pressure

[PATCH v12 00/22] TDX host kernel support
 2023-07-11 12:27 UTC  (8+ messages)
` [PATCH v12 09/22] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v12 12/22] x86/virt/tdx: Allocate and set up PAMTs for TDMRs

[linux-next:pending-fixes] BUILD SUCCESS 920076ec8e23cfc65583baab127a8cb151bb908e
 2023-07-11 12:14 UTC 

[PATCH] dma-contiguous: support numa CMA for specified node
 2023-07-11 11:54 UTC  (2+ messages)

[PATCH 1/2] binfmt_elf_fdpic: support 64-bit systems
 2023-07-11 11:53 UTC  (3+ messages)

[PATCH] hugetlbfs: Fix integer overflow check in hugetlbfs_file_mmap()
 2023-07-11 11:49 UTC  (2+ messages)

[RFC 0/2] mm: PCP high auto-tuning
 2023-07-11 11:19 UTC  (5+ messages)
` [RFC 1/2] mm: add framework for "
` [RFC 2/2] mm: alloc/free depth based "

[PATCH v2] dma-contiguous: support numa CMA for specified node
 2023-07-11 11:08 UTC 

[PATCH v2 0/8] Improve the validation for maple tree and some cleanup
 2023-07-11 10:10 UTC  (10+ messages)
` [PATCH v2 1/8] maple_tree: set the node limit when creating a new root node
` [PATCH v2 2/8] maple_tree: don't use MAPLE_ARANGE64_META_MAX to indicate no gap
` [PATCH v2 3/8] maple_tree: make mas_validate_gaps() to check metadata
` [PATCH v2 4/8] maple_tree: fix mas_validate_child_slot() to check last missed slot
` [PATCH v2 5/8] maple_tree: make mas_validate_limits() check root node and node limit
` [PATCH v2 6/8] maple_tree: update mt_validate()
` [PATCH v2 7/8] maple_tree: replace mas_logical_pivot() with mas_safe_pivot()
` [PATCH v2 8/8] maple_tree: drop mas_first_entry()

[PATCH v2] mm/slub: refactor freelist to use custom type
 2023-07-11  9:57 UTC  (2+ messages)

[PATCH] mm:vmscan: fix inaccurate reclaim during proactive reclaim
 2023-07-11  9:43 UTC 

RFC: Faster memtest (possibly bypassing data cache)
 2023-07-11  9:01 UTC  (2+ messages)

[PATCH v2 0/8] A few fixup and cleanup patches for memory-failure
 2023-07-11  9:00 UTC  (10+ messages)
` [PATCH v2 1/8] mm: memory-failure: remove unneeded PageHuge() check
` [PATCH v2 2/8] mm: memory-failure: ensure moving HWPoison flag to the raw error pages
` [PATCH v2 3/8] mm: memory-failure: Don't account hwpoison_filter() filtered pages
` [PATCH v2 4/8] mm: memory-failure: use local variable huge to check hugetlb page
` [PATCH v2 5/8] mm: memory-failure: remove unneeded header files
` [PATCH v2 6/8] mm: memory-failure: minor cleanup for comments and codestyle
` [PATCH v2 7/8] mm: memory-failure: fetch compound head after extra page refcnt is held
` [PATCH v2 8/8] mm: memory-failure: fix race window when trying to get hugetlb folio

[PATCH v9 23/42] Documentation/x86: Add CET shadow stack description
 2023-07-11  8:08 UTC  (13+ messages)

[PATCH 0/4] riscv: tlb flush improvements
 2023-07-11  7:54 UTC  (5+ messages)
` [PATCH 1/4] riscv: Improve flush_tlb()
` [PATCH 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
` [PATCH 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
` [PATCH 4/4] riscv: Improve flush_tlb_kernel_range()

[bug report] mm/pgtable: allow pte_offset_map[_lock]() to fail
 2023-07-11  7:25 UTC 

[bug report] mm: replace vma->vm_flags direct modifications with modifier calls
 2023-07-11  7:21 UTC 

[akpm-mm:mm-nonmm-unstable 7/20] kernel/signal.c: linux/file.h is included more than once
 2023-07-11  6:53 UTC 

[linux-next:master 1208/1391] arch/s390/include/asm/io.h:29:17: error: implicit declaration of function 'iounmap'; did you mean 'vunmap'?
 2023-07-11  6:43 UTC  (2+ messages)

[PATCH] mm/memory: pass folio into do_page_mkwrite()
 2023-07-11  5:35 UTC 

[PATCH v4 00/36] New page table range API
 2023-07-11  4:40 UTC  (13+ messages)
` [PATCH v4 17/36] nios2: Implement the new "
` [PATCH v4 20/36] powerpc: "

[PATCH v4 00/13] Add support for DAX vmemmap optimization for ppc64
 2023-07-11  4:27 UTC  (10+ messages)
` [PATCH v4 03/13] mm/vmemmap: Improve vmemmap_can_optimize and allow architectures to override
` [PATCH v4 04/13] mm/vmemmap: Allow architectures to override how vmemmap optimization works
` [PATCH v4 05/13] mm: Add __HAVE_ARCH_PUD_SAME similar to __HAVE_ARCH_P4D_SAME

[linux-next:master 698/1391] drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:868:1: error: the frame size of 1168 bytes is larger than 1024 bytes
 2023-07-11  4:22 UTC 

[PATCH v2 0/5] variable-order, large folios for anonymous memory
 2023-07-11  1:56 UTC  (21+ messages)
` [PATCH v2 2/5] mm: Allow deferred splitting of arbitrary large anon folios
` [PATCH v2 4/5] mm: FLEXIBLE_THP for improved performance

[Invitation] Linux MM Alignment Session on mshare on Wednesday
 2023-07-11  0:58 UTC 

Expensive memory.stat + cpu.stat reads
 2023-07-11  0:44 UTC  (6+ messages)

[PATCH 1/2] mm: compaction: use the correct type of list for free pages
 2023-07-11  0:37 UTC  (5+ messages)
` [PATCH 2/2] mm: compaction: skip the memory hole rapidly when isolating "

[PATCH v2 0/1] change ->index to PAGE_SIZE for hugetlb pages
 2023-07-10 23:04 UTC  (2+ messages)
` [PATCH v2 1/1] mm/filemap: remove hugetlb special casing in filemap.c

[PATCH v4 0/8] add UFFDIO_POISON to simulate memory poisoning with UFFD
 2023-07-10 21:59 UTC  (5+ messages)
` [PATCH v4 1/8] mm: make PTE_MARKER_SWAPIN_ERROR more general


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 read-only IMAP folder(s) and NNTP newsgroup(s).