linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-13 19:29:39 to 2023-01-16 19:25:07 UTC [more...]

[PATCH 0/2] Writeback folio conversions
 2023-01-16 19:25 UTC  (3+ messages)
` [PATCH 1/2] mm/fs: Convert inode_attach_wb() to take a folio
` [PATCH 2/2] mm: Convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()

[PATCH 0/5] Convert various functions in memory.c to use folios
 2023-01-16 19:18 UTC  (6+ messages)
` [PATCH 1/5] mm: Add vma_alloc_zeroed_movable_folio()
` [PATCH 2/5] mm: Convert do_anonymous_page() to use a folio
` [PATCH 3/5] mm: Convert wp_page_copy() to use folios
` [PATCH 4/5] mm: Use a folio in copy_pte_range()
` [PATCH 5/5] mm: Use a folio in copy_present_pte()

[PATCH v3 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2023-01-16 19:01 UTC  (25+ 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 "

[PATCHv2 0/4] zsmalloc: make zspage chain size configurable
 2023-01-16 18:34 UTC  (19+ messages)
` [PATCHv2 4/4] zsmalloc: set default zspage chain size to 8

[PATCH mm v2] mm: hugetlb: Add checks for NULL for vma returned from find_vma
 2023-01-16 18:30 UTC 

[PATCH v13 0/6] Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped
 2023-01-16 16:11 UTC  (10+ messages)
` [PATCH v13 2/6] mm/vmstat: Use vmstat_dirty to track CPU-specific vmstat discrepancies

[linux-next:pending-fixes] BUILD SUCCESS 1ab337b63ead788901ed1fadb16f15cc28ea810a
 2023-01-16 18:13 UTC 

[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
 2023-01-16 18:00 UTC  (2+ messages)

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

[PATCH] mm/damon/core: skip apply schemes if empty
 2023-01-16 17:31 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION c12e2e5b76b2e739ccdf196bee960412b45d5f85
 2023-01-16 17:20 UTC 

[PATCH] mm: do not try to migrate lru_gen if it's not associated with a memcg
 2023-01-16 17:09 UTC  (5+ messages)
` [PATCH v2] "

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

[PATCH][next] mm/secretmem: remove redundant initiialization of pointer file
 2023-01-16 16:43 UTC 

hugetlb-madvise.c:20: warning: "__USE_GNU" redefined
 2023-01-16 16:39 UTC  (2+ messages)

[PATCH V1] lib/scatterlist: Fix to calculate the last_pg properly
 2023-01-16 16:10 UTC  (2+ messages)

kmemleak: KASAN: use-after-free in __lock_acquire (coming from kmemleak_scan())
 2023-01-16 16:02 UTC 

[PATCH mm] mm: hugetlb: Add checks for NULL for vma returned from find_vma. find_vma may return NULL, that's why its return value is usually checked for NULL
 2023-01-16 15:21 UTC  (5+ messages)

[PATCH 00/41] Per-VMA locks
 2023-01-16 14:06 UTC  (4+ messages)
` [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock

[PATCH AUTOSEL 4.14] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2023-01-16 14:05 UTC 

[PATCH AUTOSEL 4.19] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2023-01-16 14:05 UTC 

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-16 13:48 UTC  (24+ 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] mm/khugepaged: Fix ->anon_vma race
 2023-01-16 13:47 UTC  (11+ messages)

[PATCHv8 00/14] mm, x86/cc: Implement support for unaccepted memory
 2023-01-16 13:04 UTC  (3+ messages)
` [PATCHv8 02/14] mm: Add "

[PATCH] mm: Functions used internally should not be put into slub_def.h
 2023-01-16 11:59 UTC  (2+ messages)

[PATCH v2 0/4] Add overflow checks for several syscalls
 2023-01-16 11:58 UTC  (5+ messages)
` [PATCH v2 1/4] mm/mlock: return EINVAL if len overflows for mlock/munlock
` [PATCH v2 2/4] mm/mempolicy: return EINVAL for if len overflows for set_mempolicy_home_node
` [PATCH v2 3/4] mm/mempolicy: return EINVAL if len overflows for mbind
` [PATCH v2 4/4] mm/msync: return ENOMEM if len overflows for msync

[PATCH -next 0/7] mm: remove cgroup_throttle_swaprate() completely
 2023-01-16 11:37 UTC  (13+ 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 7/7] mm: swap: remove unneeded cgroup_throttle_swaprate()

[PATCH -next 5/7] mm: memory: convert wp_page_copy() to use folios
 2023-01-16 11:35 UTC  (3+ messages)

[PATCH -mm 0/2] mm: page_ext: split page_ext flags
 2023-01-16 10:58 UTC  (2+ messages)

[PATCH v3] mm/page_ext: Do not allocate space for page_ext->flags if not needed
 2023-01-16 10:53 UTC  (4+ messages)

[PATCH 0/6 v2] Discard __GFP_ATOMIC
 2023-01-16 10:29 UTC  (6+ messages)
` [PATCH 6/7] mm/page_alloc: Give GFP_ATOMIC and non-blocking allocations access to reserves

[PATCH 00/46] Based on latest mm-unstable (85b44c25cd1e)
 2023-01-16 10:17 UTC  (10+ messages)
` [PATCH 21/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range

[PATCH v3 0/4] cachestat: a new syscall for page cache state of files
 2023-01-16 10:08 UTC  (3+ messages)
` [PATCH v3 3/4] cachestat: implement cachestat syscall

remove most callers of write_one_page
 2023-01-16  8:55 UTC  (7+ messages)
` [PATCH 1/6] minix: fix error handling in minix_delete_entry
` [PATCH 2/6] minix: fix error handling in minix_set_link
` [PATCH 3/6] minix: don't flush page immediately for DIRSYNC directories
` [PATCH 4/6] sysv: "
` [PATCH 5/6] ufs: "
` [PATCH 6/6] ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_page

[PATCH 0/3] Some small improvements for memblock
 2023-01-16  8:40 UTC  (6+ messages)
` [PATCH 2/3] memblock: Make finding index faster when modify regions

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-16  7:56 UTC  (15+ messages)
` [PATCH RFC v7 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
` [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

[RFC PATCH 00/25] Upstream kvx Linux port
 2023-01-16  7:31 UTC  (7+ messages)

[PATCH -v3 0/9] migrate_pages(): batch TLB flushing
 2023-01-16  6:30 UTC  (10+ messages)
` [PATCH -v3 1/9] migrate_pages: organize stats with struct migrate_pages_stats
` [PATCH -v3 2/9] migrate_pages: separate hugetlb folios migration
` [PATCH -v3 3/9] migrate_pages: restrict number of pages to migrate in batch
` [PATCH -v3 4/9] migrate_pages: split unmap_and_move() to _unmap() and _move()
` [PATCH -v3 5/9] migrate_pages: batch _unmap and _move
` [PATCH -v3 6/9] migrate_pages: move migrate_folio_unmap()
` [PATCH -v3 7/9] migrate_pages: share more code between _unmap and _move
` [PATCH -v3 8/9] migrate_pages: batch flushing TLB
` [PATCH -v3 9/9] migrate_pages: move THP/hugetlb migration support check to simplify code

[PATCH -v2 0/9] migrate_pages(): batch TLB flushing
 2023-01-16  6:05 UTC  (10+ messages)

[PATCH mm-unstable v1] mm: multi-gen LRU: fix crash during cgroup migration
 2023-01-16  3:44 UTC 

[RFC PATCH V1 1/1] sched/numa: Enhance vma scanning logic
 2023-01-16  2:25 UTC  (2+ messages)

WARNING: CPU: 0 PID: 35 at mm/page_alloc.c:5276 __alloc_pages+0xd68/0xd94, BUG: workqueue lockup - pool cpus=0
 2023-01-16  0:14 UTC 

[PATCH v1] mm: multi-gen LRU: reduce repeated scans in rmap
 2023-01-15 22:46 UTC 

[PATCH v4 0/1] docs/mm: start filling out new structure
 2023-01-15 18:42 UTC  (2+ messages)
` [PATCH v4 1/1] docs/mm: Physical Memory: add structure, introduction and nodes description

[PATCH -next 5/7] mm: memory: convert wp_page_copy() to use folios
 2023-01-15 16:01 UTC  (2+ messages)

Thanku for Your Payment
 2023-01-15 13:56 UTC 

[PATCH v3 00/26] Split netmem from struct page
 2023-01-15 11:03 UTC  (5+ messages)
` [PATCH v3 08/26] page_pool: Convert pp_alloc_cache to contain netmem

[RFC] memory pressure detection in VMs using PSI mechanism for dynamically inflating/deflating VM memory
 2023-01-15  3:57 UTC 

[RFC] memory pressure detection in VMs using PSI mechanism for dynamically inflating/deflating VM memory
 2023-01-15  2:44 UTC 

[PATCH] workqueue: Add WQ_SCHED_FIFO
 2023-01-15  1:51 UTC 

[PATCH] mm: Fix checkstyle warnings in mm/mmap.c
 2023-01-15  0:29 UTC  (2+ messages)

[PATCH 2/3] rcu: Equip sleepable RCU with lockdep dependency graph checks
 2023-01-15  0:18 UTC  (8+ messages)

[linux-next:master 3435/4770] arch/arm/mach-sa1100/h3600.c:121:15: error: variable 'h3600_irda_data' has initializer but incomplete type
 2023-01-15  0:12 UTC 

[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  (3+ messages)
` [PATCH mm-unstable v1 01/26] mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checks

[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 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 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 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 

BUG: Regression: A Problem with /sys/kernel/debug/kmemleak output: backtrace not printed since 6.2.0-rc1
 2023-01-14  9:32 UTC  (9+ 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)

[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 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 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 "

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

[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


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