linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCHv2 0/4] zsmalloc: make zspage chain size configurable
 2023-01-14 21:34 UTC  (15+ 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 v3 00/26] Split netmem from struct page
 2023-01-14 17:58 UTC  (8+ messages)
` [PATCH v3 08/26] page_pool: Convert pp_alloc_cache to contain netmem

[PATCH 0/3] mm: replace atomic_t with percpu_ref in mempolicy
 2023-01-14 16:52 UTC  (6+ messages)
    ` [External] "

[GIT PULL] memblock: fix release of deferred pages in memblock_free_late()
 2023-01-14 16:21 UTC  (2+ messages)

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

[ammarfaizi2-block:akpm/mm/mm-unstable 289/353] mm/debug_vm_pgtable.c:814:43: error: implicit declaration of function 'generic_max_swapfile_size'
 2023-01-14 15:40 UTC  (2+ messages)

[PATCH v5] selftest/vm: add mremap expand merge offset test
 2023-01-14 13:16 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 307/353] mm/debug_vm_pgtable.c:814:36: error: call to undeclared function 'generic_max_swapfile_size'; ISO C99 and later do not support implicit function declarations
 2023-01-14 12:24 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 313/353] mm/debug_vm_pgtable.c:814:43: error: implicit declaration of function 'generic_max_swapfile_size'
 2023-01-14 12:24 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 289/353] mm/debug_vm_pgtable.c:814:36: error: implicit declaration of function 'generic_max_swapfile_size' is invalid in C99
 2023-01-14 11:54 UTC 

[PATCH 2/3] rcu: Equip sleepable RCU with lockdep dependency graph checks
 2023-01-14 10:26 UTC  (7+ messages)

BUG: Regression: A Problem with /sys/kernel/debug/kmemleak output: backtrace not printed since 6.2.0-rc1
 2023-01-14  9:32 UTC  (11+ messages)
` [BISECTED] "
  ` INFO: [BISECTED] "
      ` 答复: "
          ` 答复: "

[PATCH for 6.1 regression] Revert "mm/compaction: fix set skip in fast_find_migrateblock"
 2023-01-14  8:08 UTC  (3+ messages)

[PATCH v3 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2023-01-14  7:57 UTC  (9+ messages)
` [PATCH v3 1/7] mm/vmalloc.c: add used_map into vmap_block to track space of vmap_block
` [PATCH v3 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area
` [PATCH v3 3/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
` [PATCH v3 4/7] mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfo
` [PATCH v3 5/7] mm/vmalloc: skip the uninitilized vmalloc areas
` [PATCH v3 6/7] powerpc: mm: add VM_IOREMAP flag to the vmalloc area
` [PATCH v3 7/7] sh: mm: set "

[QUESTION] Linux memory model: control dependency with bitfield
 2023-01-14  4:15 UTC  (9+ messages)

[PATCH v4] scripts/gdb: add mm introspection utils
 2023-01-14  4:03 UTC  (3+ messages)
` [PATCH v5] "

fs/dax.c:1087:23: sparse: sparse: Using plain integer as NULL pointer
 2023-01-14  3:39 UTC 

[RFC PATCH] mm: populate multiple PTEs if file page is large folio
 2023-01-14  0:58 UTC  (3+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-14  0:37 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 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 v10 8/9] KVM: Handle page fault for private memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH 1/2] mm/khugepaged: Introduce release_pte_folio() to replace release_pte_page()
 2023-01-14  0:15 UTC  (2+ messages)
` [PATCH 2/2] mm/khugepaged: Convert release_pte_pages() to use folios

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-13 23:49 UTC  (30+ messages)
` [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
` [PATCH RFC v7 04/64] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v7 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
` [PATCH RFC v7 08/64] KVM: Move kvm_for_each_memslot_in_hva_range() to be used in SVM
` [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
` [PATCH RFC v7 23/64] x86/fault: Add support to dump RMP entry on fault
` [PATCH RFC v7 29/64] crypto: ccp: Handle the legacy SEV command when SNP is enabled

Coverity: check_empty_area_window(): Error handling issues
 2023-01-13 23:46 UTC 

[PATCH mm-unstable v3 0/8] continue hugetlb folio conversion
 2023-01-13 22:30 UTC  (9+ messages)
` [PATCH mm-unstable v3 1/8] mm/hugetlb: convert isolate_hugetlb to folios
` [PATCH mm-unstable v3 2/8] mm/hugetlb: convert __update_and_free_page() "
` [PATCH mm-unstable v3 3/8] mm/hugetlb: convert dequeue_hugetlb_page functions "
` [PATCH mm-unstable v3 4/8] mm/hugetlb: convert alloc_surplus_huge_page() "
` [PATCH mm-unstable v3 5/8] mm/hugetlb: increase use of folios in alloc_huge_page()
` [PATCH mm-unstable v3 6/8] mm/hugetlb: convert alloc_migrate_huge_page to folios
` [PATCH mm-unstable v3 7/8] mm/hugetlb: convert restore_reserve_on_error() "
` [PATCH mm-unstable v3 8/8] mm/hugetlb: convert demote_free_huge_page "

[PATCH -next 0/7] mm: remove cgroup_throttle_swaprate() completely
 2023-01-13 22:16 UTC  (15+ messages)
` [PATCH -next 1/7] mm: huge_memory: make __do_huge_pmd_anonymous_page() to take a folio
` [PATCH -next 2/7] mm: memory: convert do_anonymous_page() to use "
` [PATCH -next 3/7] mm: memory: convert do_cow_fault to use folios
` [PATCH -next 5/7] mm: memory: convert wp_page_copy() "
` [PATCH -next 7/7] mm: swap: remove unneeded cgroup_throttle_swaprate()

[PATCH v4 0/3] Secure prandom_u32 invocations
 2023-01-13 21:37 UTC  (2+ messages)
` [PATCH v4 2/3] slab_allocator: mm/slab_common.c: Replace invocation of weak PRNG

[PATCH] mm/khugepaged: Fix ->anon_vma race
 2023-01-13 19:36 UTC  (8+ messages)

[PATCH] mm: remove PageMovable export
 2023-01-13 19:17 UTC  (2+ messages)

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-01-13 18:06 UTC  (2+ messages)

another use-after-free in ep_remove_wait_queue()
 2023-01-13 17:52 UTC  (3+ messages)

Stalls in qemu with host running 6.1 (everything stuck at mmap_read_lock())
 2023-01-13 17:27 UTC  (8+ messages)

[PATCH v3] mm/compaction: fix set skip in fast_find_migrateblock
 2023-01-13 17:13 UTC  (8+ messages)

[linux-next:master] BUILD REGRESSION 6b31ffe9c8b9947d6d3552d6e10752fd96d0f80f
 2023-01-13 17:10 UTC 

Failure during Stack Depot allocating hash table of 1048576 entries with kvcalloc
 2023-01-13 16:10 UTC  (3+ messages)

[PATCH mm-unstable 0/8] convert hugepage memory failure functions to folios
 2023-01-13 16:06 UTC  (3+ messages)

[PATCH] Add tests for memblock_alloc_node()
 2023-01-13 16:01 UTC 

[PATCH v3] mm/page_ext: Do not allocate space for page_ext->flags if not needed
 2023-01-13 15:42 UTC 

[PATCH mm-unstable v2 0/8] continue hugetlb folio conversion
 2023-01-13 15:16 UTC  (5+ messages)
` [PATCH mm-unstable v2 8/8] mm/hugetlb: convert demote_free_huge_page to folios

[PATCH v2] mm/page_ext: Do not allocate space for page_ext->flags if not needed
 2023-01-13 14:44 UTC  (3+ messages)

[syzbot] linux-next boot error: general protection fault in _compound_head
 2023-01-13 14:13 UTC 

[PATCH linux-next v2] swap_state: update shadow_nodes for anonymous page
 2023-01-13 13:59 UTC  (3+ messages)

[PATCH v3 0/3] docs/mm: start filling out new structure
 2023-01-13 13:35 UTC  (6+ messages)
` [PATCH v3 3/3] docs/mm: Physical Memory: add structure, introduction and nodes description

[PATCH 0/6 v3] Discard __GFP_ATOMIC
 2023-01-13 13:06 UTC  (9+ messages)
` [PATCH 1/6] mm/page_alloc: Rename ALLOC_HIGH to ALLOC_MIN_RESERVE
` [PATCH 2/6] mm/page_alloc: Treat RT tasks similar to __GFP_HIGH
` [PATCH 3/6] mm/page_alloc: Explicitly record high-order atomic allocations in alloc_flags
` [PATCH 4/6] mm/page_alloc: Explicitly define what alloc flags deplete min reserves
` [PATCH 5/6] mm/page_alloc: Explicitly define how __GFP_HIGH non-blocking allocations accesses reserves
` [PATCH 6/6] mm: discard __GFP_ATOMIC

[linux-next:pending-fixes] BUILD SUCCESS b8bb47ae576b7f1b93a2807af8d501634544fafc
 2023-01-13 12:01 UTC 

[RFC PATCH bpf-next v2 00/11] mm, bpf: Add BPF into /proc/meminfo
 2023-01-13 11:53 UTC  (3+ messages)

[PATCH V2] mm/slab.c: Delete the if statement
 2023-01-13 11:20 UTC  (2+ messages)

[PATCH 0/6 v2] Discard __GFP_ATOMIC
 2023-01-13 11:09 UTC  (6+ messages)
` [PATCH 2/7] mm/page_alloc: Treat RT tasks similar to __GFP_HIGH

[PATCH linux-next v3] swap_state: update shadow_nodes for anonymous page
 2023-01-13  9:36 UTC 

[PATCH v5 0/3] cachestat: a new syscall for page cache state of files
 2023-01-13  9:35 UTC  (3+ messages)
` [PATCH v5 2/3] cachestat: implement cachestat syscall

[PATCH] kasan: infer the requested size by scanning shadow memory
 2023-01-13  9:28 UTC  (5+ messages)

[PATCH 0/3] Some small improvements for memblock
 2023-01-13  8:26 UTC  (4+ messages)
` [PATCH 1/3] memblock: Make a boundary tighter in memblock_add_range()
` [PATCH 2/3] memblock: Make finding index faster when modify regions
` [PATCH 3/3] memblock: Avoid useless checks in memblock_merge_regions()

[PATCH -v2 0/9] migrate_pages(): batch TLB flushing
 2023-01-13  5:39 UTC  (10+ messages)

[PATCH v5 0/9] iov_iter: Add extraction helpers
 2023-01-13  5:26 UTC  (4+ messages)
` [PATCH v5 4/9] iov_iter: Add a function to extract a page list from an iterator

[PATCH v2 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2023-01-13  3:55 UTC  (5+ messages)
` [PATCH v2 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-01-13  3:03 UTC  (4+ messages)
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()

[PATCH] mm: fix khugepaged with shmem_enabled=advise
 2023-01-13  2:30 UTC 

[PATCH rcu v2 18/20] mm: Remove "select SRCU"
 2023-01-13  0:11 UTC 

[LSF/MM/BPF TOPIC] tracing mapped pages for quicker boot performance
 2023-01-12 22:30 UTC  (5+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox