linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-06 03:17:42 to 2022-12-07 09:39:58 UTC [more...]

[RFC PATCH v1 0/2] ACPI: APEI: Make synchronization errors call
 2022-12-07  9:39 UTC  (3+ messages)
` [RFC PATCH v1 1/2] ACPI: APEI: Make memory_failure() triggered by synchronization errors execute in the current context
` [RFC PATCH v1 2/2] ACPI: APEI: fix reboot caused by synchronous error loop because of memory_failure() failed

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-07  8:13 UTC  (23+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 4/9] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v10 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed

[PATCH v2] [mm-unstable] mm: Fix memcg reclaim on memory tiered systems
 2022-12-07  8:07 UTC  (2+ messages)

[PATCH v1 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2022-12-07  8:03 UTC  (4+ messages)
` [PATCH v1 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area

[PATCH] mm/highmem: Add notes about conversions from kmap{,_atomic}()
 2022-12-07  8:00 UTC  (5+ messages)

[PATCH] mm: fix typo in struct pglist_data code comment
 2022-12-07  7:40 UTC 

[PATCH v3 11/12] ext4: Stop providing .writepage hook
 2022-12-07  7:38 UTC  (3+ messages)

[linux-next:master 11514/13282] net/rxrpc/local_object.c:365 rxrpc_unuse_local() warn: variable dereferenced before check 'local' (see line 362)
 2022-12-07  6:52 UTC 

[PATCH v2] mm/gup: fix gup_pud_range() for dax
 2022-12-07  6:00 UTC 

[linux-next:master] [mm] 5df397dec7: will-it-scale.per_thread_ops -53.3% regression
 2022-12-07  5:54 UTC  (7+ messages)

[PATCH] mm/gup: fix gup_pud_range() for dax
 2022-12-07  5:40 UTC  (3+ messages)

[PATCH mm-unstable v5 00/10] convert core hugetlb functions to folios
 2022-12-07  4:11 UTC  (14+ messages)
` [PATCH mm-unstable v5 01/10] mm: add folio dtor and order setter functions
` [PATCH mm-unstable v5 02/10] mm/hugetlb: convert destroy_compound_gigantic_page() to folios
` [PATCH mm-unstable v5 03/10] mm/hugetlb: convert dissolve_free_huge_page() "
` [PATCH mm-unstable v5 04/10] mm/hugetlb: convert remove_hugetlb_page() "
` [PATCH mm-unstable v5 05/10] mm/hugetlb: convert update_and_free_page() "

[PATCH v2.2 1/8] fsdax: introduce page->share for fsdax in reflink mode
 2022-12-07  2:49 UTC 

[PATCH 0/3] Convert deactivate_page() to deactivate_folio()
 2022-12-07  2:43 UTC  (7+ messages)
` [PATCH 1/3] madvise: Convert madvise_cold_or_pageout_pte_range() to use folios
` [PATCH 2/3] damon: Convert damon_pa_mark_accessed_or_deactivate() "
` [PATCH 3/3] swap: Convert deactivate_page() to deactivate_folio()

[PATCH 00/10] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare
 2022-12-07  2:38 UTC  (17+ messages)
` [PATCH 08/10] mm/hugetlb: Make walk_hugetlb_range() safe to "
` [PATCH 09/10] mm/hugetlb: Make page_vma_mapped_walk() "

[PATCH] mm: memcontrol: speedup memory cgroup resize
 2022-12-07  2:31 UTC  (4+ messages)

[PATCH mm-unstable] ext4: Convert mext_page_double_lock() to mext_folio_double_lock()
 2022-12-07  2:22 UTC  (4+ messages)

[PATCH 1/2] mm: huge_memory: Convert madvise_free_huge_pmd to use a folio
 2022-12-07  2:34 UTC  (2+ messages)
` [PATCH 2/2] mm: swap: Convert mark_page_lazyfree() to mark_folio_lazyfree()

[PATCH v2 0/3] mm: push down lock_page_memcg()
 2022-12-07  1:58 UTC  (8+ messages)
` [PATCH 1/3] mm: memcontrol: skip moving non-present pages that are mapped elsewhere
` [PATCH 2/3] mm: rmap: remove lock_page_memcg()
` [PATCH 3/3] mm: memcontrol: deprecate charge moving

[PATCH v3] [mm-unstable] mm: Fix memcg reclaim on memory tiered systems
 2022-12-07  1:55 UTC  (11+ messages)

[PATCHv8 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-12-07  1:49 UTC  (15+ messages)
` [PATCHv8 01/14] x86/boot: Centralize __pa()/__va() definitions
` [PATCHv8 02/14] mm: Add support for unaccepted memory
` [PATCHv8 03/14] mm: Report unaccepted memory in meminfo
` [PATCHv8 04/14] efi/x86: Get full memory map in allocate_e820()
` [PATCHv8 05/14] x86/boot: Add infrastructure required for unaccepted memory support
` [PATCHv8 06/14] efi/x86: Implement support for unaccepted memory
` [PATCHv8 07/14] x86/boot/compressed: Handle "
` [PATCHv8 08/14] x86/mm: Reserve unaccepted memory bitmap
` [PATCHv8 09/14] x86/mm: Provide helpers for unaccepted memory
` [PATCHv8 10/14] x86/mm: Avoid load_unaligned_zeropad() stepping into "
` [PATCHv8 11/14] x86: Disable kexec if system has "
` [PATCHv8 12/14] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
` [PATCHv8 13/14] x86/tdx: Refactor try_accept_one()
` [PATCHv8 14/14] x86/tdx: Add unaccepted memory support

[PATCH v2 3/4] cachestat: implement cachestat syscall
 2022-12-07  1:42 UTC  (4+ messages)

[PATCH-next] block: fix null-deref in percpu_ref_put
 2022-12-07  1:05 UTC  (2+ messages)

[PATCH mm-unstable] mm/hugetlb: update alloc_and_dissolve_hugetlb_folio comments
 2022-12-06 23:35 UTC 

[PATCH v5 5/6] selftests/memfd: add tests for MFD_NOEXEC_SEAL MFD_EXEC
 2022-12-06 23:24 UTC  (7+ messages)
  ` [PATCH v5 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC

Low TCP throughput due to vmpressure with swap enabled
 2022-12-06 23:10 UTC  (11+ messages)

[RFC] vmscan: Scale file_is_tiny calculation based on priority
 2022-12-06 22:23 UTC 

[PATCH v2] mm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT on 32bit
 2022-12-06 22:12 UTC  (2+ messages)

[PATCH] mm: do not show ?? for VM_LOCKONFAULT pages
 2022-12-06 21:48 UTC  (2+ messages)

[PATCH RFC] mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMA
 2022-12-06 21:27 UTC  (13+ messages)
        ` [PATCH] mm/uffd: Always wr-protect pte in pte_mkuffd_wp()

[RFC] Improving userfaultfd scalability for live migration
 2022-12-06 20:41 UTC  (10+ messages)

[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
 2022-12-06 20:25 UTC  (7+ messages)

[PATCH v3 0/4] iov_iter: Add extraction helpers
 2022-12-06 18:40 UTC  (5+ messages)
` [PATCH v3 2/4] iov_iter: Add a function to extract a page list from an iterator

[syzbot] possible deadlock in filemap_fault
 2022-12-06 18:10 UTC  (2+ messages)

[linux-next:master 11911/13282] include/linux/signal.h:97:11: error: array index 3 is past the end of the array (that has type 'unsigned long[2]')
 2022-12-06 18:07 UTC 

[PATCH v9 0/5] Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-12-06 16:18 UTC  (6+ messages)
` [PATCH v9 1/5] mm/vmstat: Add CPU-specific variable to track a vmstat discrepancy
` [PATCH v9 2/5] mm/vmstat: Use vmstat_dirty to track CPU-specific vmstat discrepancies
` [PATCH v9 3/5] mm/vmstat: manage per-CPU stats from CPU context when NOHZ full
` [PATCH v9 4/5] tick/nohz_full: Ensure quiet_vmstat() is called on exit to user-mode when the idle tick is stopped
` [PATCH v9 5/5] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too

[PATCH v2] mmap: Fix do_brk_flags() modifying obviously incorrect VMAs
 2022-12-06 17:12 UTC  (6+ messages)

[linux-next:master] BUILD REGRESSION 5d562c48a21eeb029a8fd3f18e1b31fd83660474
 2022-12-06 16:06 UTC 

[PATCH 00/24] Split page pools from struct page
 2022-12-06 16:08 UTC  (7+ messages)
` [PATCH 25/26] netpool: Additional utility functions
` [PATCH 26/26] mlx5: Convert to netmem

[RFC PATCH 0/2] Add support for sharing page tables across processes (Previously mshare)
 2022-12-06 15:41 UTC  (3+ messages)
` [RFC PATCH 1/2] mm/ptshare: Add vm flag for shared PTE
` [RFC PATCH 2/2] mm/ptshare: Create a new mm for shared pagetables and add basic page table sharing support

[PATCH v2 0/4] cachestat: a new syscall for page cache state of files
 2022-12-06 15:22 UTC  (3+ messages)
` [PATCH v2 2/4] workingset: refactor LRU refault to expose refault recency check

[linux-next:master 11969/13282] drivers/net/thunderbolt.c:733:47: sparse: sparse: restricted __le32 degrades to integer
 2022-12-06 15:07 UTC  (2+ messages)

[linux-next:master 12241/13282] arch/riscv/kernel/crash_core.c:8:20: error: use of undeclared identifier 'VA_BITS'
 2022-12-06 14:55 UTC 

[PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2022-12-06 14:47 UTC  (27+ messages)
` [PATCH mm-unstable RFC 01/26] mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checks
` [PATCH mm-unstable RFC 02/26] alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 03/26] arc/mm: "
` [PATCH mm-unstable RFC 04/26] arm/mm: "
` [PATCH mm-unstable RFC 05/26] csky/mm: "
` [PATCH mm-unstable RFC 06/26] hexagon/mm: "
` [PATCH mm-unstable RFC 07/26] ia64/mm: "
` [PATCH mm-unstable RFC 08/26] loongarch/mm: "
` [PATCH mm-unstable RFC 09/26] m68k/mm: remove dummy __swp definitions for nommu
` [PATCH mm-unstable RFC 10/26] m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 11/26] microblaze/mm: "
` [PATCH mm-unstable RFC 12/26] mips/mm: "
` [PATCH mm-unstable RFC 13/26] nios2/mm: refactor swap PTE layout
` [PATCH mm-unstable RFC 14/26] nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 15/26] openrisc/mm: "
` [PATCH mm-unstable RFC 16/26] parisc/mm: "
` [PATCH mm-unstable RFC 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s
` [PATCH mm-unstable RFC 18/26] powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 19/26] riscv/mm: "
` [PATCH mm-unstable RFC 20/26] sh/mm: "
` [PATCH mm-unstable RFC 21/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit
` [PATCH mm-unstable RFC 22/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bit
` [PATCH mm-unstable RFC 23/26] um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 24/26] x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bit
` [PATCH mm-unstable RFC 25/26] xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 26/26] mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[PATCH] x86/boot: Check if the input parameter (buffer) of the function is a null pointer
 2022-12-06 12:59 UTC 

[PATCH v11 1/4] random: add vgetrandom_alloc() syscall
 2022-12-06 12:57 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 01ca8a2349c6c9a71c88d94082aa35b7ddc9820d
 2022-12-06 12:55 UTC 

[linux-next:master 5267/13282] hugetlb-madvise.c:20: warning: "__USE_GNU" redefined
 2022-12-06 11:33 UTC 

[PATCH v4 00/17] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-12-06 11:28 UTC  (7+ messages)
` [PATCH v4 12/17] mm: remember exclusively mapped anonymous pages with PG_anon_exclusive

[linux-next:master 12451/13282] arch/loongarch/kernel/asm-offsets.c:262:6: warning: no previous prototype for 'output_pbe_defines'
 2022-12-06 10:02 UTC 

[PATCH v1] mm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT on 32bit
 2022-12-06  9:16 UTC  (3+ messages)

kernel BUG at include/linux/swapops.h:497!
 2022-12-06  9:00 UTC  (7+ messages)

[linux-next:master 10375/13282] kismet: WARNING: unmet direct dependencies detected for MUX_MMIO when selected by SPI_DW_BT1
 2022-12-06  8:41 UTC 

[PATCH 0/10] crypto: Driver conversions for DMA alignment
 2022-12-06  8:34 UTC  (5+ messages)

[linux-next:master 2567/13282] tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c:131:14: warning: no previous prototype for 'bpf_testmod_fentry_test1'
 2022-12-06  5:09 UTC 

[linux-next:master 10375/13282] kismet: WARNING: unmet direct dependencies detected for MUX_MMIO when selected by PHY_AM654_SERDES
 2022-12-06  4:59 UTC 


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).