[PATCH v3 00/48] VMA tree type safety and remove __vma_adjust()
2023-01-17 2:34 UTC (30+ messages)
` [PATCH v3 01/48] maple_tree: Add mas_init() function
` [PATCH v3 04/48] test_maple_tree: Test modifications while iterating
` [PATCH v3 03/48] maple_tree: Reduce user error potential
` [PATCH v3 02/48] maple_tree: Fix potential rcu issue
` [PATCH v3 06/48] maple_tree: Fix mas_prev() and mas_find() state handling
` [PATCH v3 05/48] maple_tree: Fix handle of invalidated state in mas_wr_store_setup()
` [PATCH v3 07/48] mm: Expand vma iterator interface
` [PATCH v3 09/48] kernel/fork: Convert forking to using the vmi iterator
` [PATCH v3 08/48] mm/mmap: convert brk to use vma iterator
` [PATCH v3 11/48] mm/mmap: Remove preallocation from do_mas_align_munmap()
` [PATCH v3 10/48] mmap: Convert vma_link() vma iterator
` [PATCH v3 12/48] mmap: Change do_mas_munmap and do_mas_aligned_munmap() to use "
` [PATCH v3 15/48] ipc/shm: Use the vma iterator for munmap calls
` [PATCH v3 14/48] mm: Add temporary vma iterator versions of vma_merge(), split_vma(), and __split_vma()
` [PATCH v3 13/48] mmap: Convert vma_expand() to use vma iterator
` [PATCH v3 18/48] mlock: Convert mlock to "
` [PATCH v3 17/48] mm: Change mprotect_fixup "
` [PATCH v3 16/48] userfaultfd: Use "
` [PATCH v3 19/48] coredump: Convert to "
` [PATCH v3 21/48] task_mmu: "
` [PATCH v3 22/48] sched: "
` [PATCH v3 23/48] madvise: Use vmi iterator for __split_vma() and vma_merge()
` [PATCH v3 25/48] mmap: Use vmi version of vma_merge()
` [PATCH v3 26/48] mm/mremap: "
` [PATCH v3 29/48] mm: Switch vma_merge(), split_vma(), and __split_vma to vma iterator
` [PATCH v3 31/48] mmap: Convert __vma_adjust() to use "
` [PATCH v3 35/48] mm: Pass vma iterator through to __vma_adjust()
` [PATCH v3 32/48] mm: Pass through vma iterator "
` [PATCH v3 36/48] mm: Add vma iterator to vma_adjust() arguments
[linux-next:master] [btrfs] 89f6e14228: xfstests.btrfs.177.fail
2023-01-17 2:22 UTC
BUG: Regression: A Problem with /sys/kernel/debug/kmemleak output: backtrace not printed since 6.2.0-rc1
2023-01-17 2:03 UTC (10+ messages)
` [BISECTED] "
` INFO: [BISECTED] "
` 答复: "
` 答复: "
[PATCH] mm: Functions used internally should not be put into slub_def.h
2023-01-17 2:01 UTC (3+ messages)
` [PATCH] mm: Functions used internally should not be put into
[PATCH linux-next v3] swap_state: update shadow_nodes for anonymous page
2023-01-17 1:27 UTC (3+ messages)
[GIT PULL] hotfixes for 6.2-rc5
2023-01-17 0:48 UTC (2+ messages)
[PATCH 00/41] Per-VMA locks
2023-01-16 23:11 UTC (7+ messages)
` [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
[PATCH v6 00/34] iov_iter: Improve page extraction (ref, pin or just list)
2023-01-16 23:08 UTC (2+ messages)
` [PATCH v6 07/34] iov_iter: Add a function to extract a page list from an iterator
[PATCH 0/3] Some more filemap folio conversions
2023-01-16 23:00 UTC (5+ messages)
` [PATCH 1/3] filemap: Convert filemap_map_pmd() to take a folio
` [PATCH 2/3] filemap: Convert filemap_range_has_page() to use "
` [PATCH 3/3] readahead: Convert readahead_expand() "
[linux-next:master 3826/5009] usr/include/asm/kvm.h:508:17: error: expected specifier-qualifier-list before '__DECLARE_FLEX_ARRAY'
2023-01-16 22:41 UTC
[PATCH v1 0/3] Introduce per NUMA node memory error statistics
2023-01-16 21:52 UTC (8+ messages)
` [PATCH v1 1/3] mm: memory-failure: Add memory failure stats to sysfs
` [PATCH v1 2/3] mm: memory-failure: Bump memory failure stats to pglist_data
` [PATCH v1 3/3] mm: memory-failure: Document memory failure stats
remove most callers of write_one_page
2023-01-16 21:30 UTC (9+ 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
[syzbot] stack segment fault in truncate_inode_pages_final
2023-01-16 20:55 UTC (4+ messages)
[PATCH v2 0/4] Add overflow checks for several syscalls
2023-01-16 20:51 UTC (6+ 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 v3 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
2023-01-16 19:48 UTC (26+ 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 "
[PATCH] rmap: Add folio parameter to __page_set_anon_rmap()
2023-01-16 19:29 UTC
[PATCH 0/4] Remove leftover mlock/munlock page wrappers
2023-01-16 19:28 UTC (5+ messages)
` [PATCH 1/4] mm: Remove page_evictable()
` [PATCH 2/4] mm: Remove mlock_vma_page()
` [PATCH 3/4] mm: Remove munlock_vma_page()
` [PATCH 4/4] mm: Clean up mlock_page / munlock_page references in comments
[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()
[PATCHv2 0/4] zsmalloc: make zspage chain size configurable
2023-01-16 18:34 UTC (14+ messages)
[PATCH mm v2] mm: hugetlb: Add checks for NULL for vma returned from find_vma
2023-01-16 18:30 UTC
[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 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
[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 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 (3+ messages)
[PATCH] mm/khugepaged: Fix ->anon_vma race
2023-01-16 13:47 UTC (9+ 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 -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 (2+ 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
[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 (5+ messages)
` [PATCH RFC v7 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
[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 (5+ 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