linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-15 23:54:10 to 2022-08-17 11:21:57 UTC [more...]

[PATCH 0/6] A few fixup patches for hugetlb
 2022-08-17 11:21 UTC  (22+ messages)
` [PATCH 1/6] mm/hugetlb: fix incorrect update of max_huge_pages
` [PATCH 2/6] mm/hugetlb: fix WARN_ON(!kobj) in sysfs_create_group()
` [PATCH 3/6] mm/hugetlb: fix missing call to restore_reserve_on_error()
` [PATCH 4/6] mm: hugetlb_vmemmap: add missing smp_wmb() before set_pte_at()
` [PATCH 5/6] mm/hugetlb: fix sysfs group leak in hugetlb_unregister_node()
` [PATCH 6/6] mm/hugetlb: make detecting shared pte more reliable

folio_map
 2022-08-17 10:29 UTC  (3+ messages)

[PATCH v4 00/17] common kmalloc v4
 2022-08-17 10:18 UTC  (18+ messages)
` [PATCH v4 01/17] mm/slab: move NUMA-related code to __do_cache_alloc()
` [PATCH v4 02/17] mm/slab: cleanup slab_alloc() and slab_alloc_node()
` [PATCH v4 03/17] mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functions
` [PATCH v4 04/17] mm/slab_common: cleanup kmalloc_track_caller()
` [PATCH v4 05/17] mm/sl[au]b: factor out __do_kmalloc_node()
` [PATCH v4 06/17] mm/slab_common: fold kmalloc_order_trace() into kmalloc_large()
` [PATCH v4 07/17] mm/slub: move kmalloc_large_node() to slab_common.c
` [PATCH v4 08/17] mm/slab_common: kmalloc_node: pass large requests to page allocator
` [PATCH v4 09/17] mm/slab_common: cleanup kmalloc_large()
` [PATCH v4 10/17] mm/slab: kmalloc: pass requests larger than order-1 page to page allocator
` [PATCH v4 11/17] mm/sl[au]b: introduce common alloc/free functions without tracepoint
` [PATCH v4 12/17] mm/sl[au]b: generalize kmalloc subsystem
` [PATCH v4 13/17] mm/sl[au]b: cleanup kmem_cache_alloc[_node]_trace()
` [PATCH v4 14/17] mm/slab_common: unify NUMA and UMA version of tracepoints
` [PATCH v4 15/17] mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not using
` [PATCH v4 16/17] mm/slab_common: move declaration of __ksize() to mm/slab.h
` [PATCH v4 17/17] mm/sl[au]b: check if large object is valid in __ksize()

[PATCH v2 1/2] mm/migrate_device.c: Copy pte dirty bit to page
 2022-08-17  9:41 UTC  (10+ messages)
` [PATCH v2 2/2] selftests/hmm-tests: Add test for dirty bits

Multi-page folio issues in 5.19-rc4 (was [PATCH v3 25/25] xfs: Support large folios)
 2022-08-17  9:36 UTC  (8+ messages)

[bug report] mm/hugetlb: various bugs with avoid_reserve case in alloc_huge_page()
 2022-08-17  8:31 UTC 

[PATCH -V3 0/8] migrate_pages(): fix several bugs in error path
 2022-08-17  8:14 UTC  (9+ messages)
` [PATCH -V3 1/8] migrate: fix syscall move_pages() return value for failure
` [PATCH -V3 2/8] migrate_pages(): remove unnecessary list_safe_reset_next()
` [PATCH -V3 3/8] migrate_pages(): fix THP failure counting for -ENOMEM
` [PATCH -V3 4/8] migrate_pages(): fix failure counting for THP subpages retrying
` [PATCH -V3 5/8] migrate_pages(): fix failure counting for THP on -ENOSYS
` [PATCH -V3 6/8] migrate_pages(): fix failure counting for THP splitting
` [PATCH -V3 7/8] migrate_pages(): fix failure counting for retry
` [PATCH -V3 8/8] mm: migrate: Do not retry 10 times for the subpages of fail-to-migrate THP

[PATCH RFC] mm, proc: add PcpFree to meminfo
 2022-08-17  7:16 UTC  (8+ messages)

[PATCH v2] mm: oom_kill: add trace logs in process_mrelease() system call
 2022-08-17  6:47 UTC  (3+ messages)

[PATCH] arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER
 2022-08-17  6:36 UTC  (5+ messages)

[PATCH] mm/damon: Validate if the pmd entry is present before accessing
 2022-08-17  6:21 UTC 

[PATCH v1] mm: migration: fix the FOLL_GET failure on following huge page
 2022-08-17  5:47 UTC  (17+ messages)
` [PATCH v5 0/2] fix follow_page related issues
  ` [PATCH v5 2/2] mm: fix the handling Non-LRU pages returned by follow_page
` [PATCH v6 0/2] fix follow_page related issues
  ` [PATCH v6 1/2] mm: migration: fix the FOLL_GET failure on following huge page
  ` [PATCH v6 2/2] mm: fix the handling Non-LRU pages returned by follow_page

[PATCH v2] mm/dmapool.c: avoid duplicate memset within dma_pool_alloc
 2022-08-17  5:36 UTC  (5+ messages)

[PATCH v2 0/7] Convert to filemap_get_folios_contig()
 2022-08-17  4:33 UTC  (9+ messages)
` [PATCH v2 1/7] filemap: Add filemap_get_folios_contig()
` [PATCH v2 2/7] btrfs: Convert __process_pages_contig() to use filemap_get_folios_contig()
` [PATCH v2 3/7] btrfs: Convert end_compressed_writeback() to use filemap_get_folios()
` [PATCH v2 4/7] btrfs: Convert process_page_range() to use filemap_get_folios_contig()
` [PATCH v2 5/7] nilfs2: Convert nilfs_find_uncommited_extent() "
` [PATCH v2 6/7] ramfs: Convert ramfs_nommu_get_unmapped_area() "
` [PATCH v2 7/7] filemap: Remove find_get_pages_contig()

Race condition in build_all_zonelists() when offlining movable zone
 2022-08-17  3:42 UTC 

[PATCH v3] mm/compaction: fix set skip in fast_find_migrateblock
 2022-08-17  3:10 UTC  (6+ messages)

[RFC PATCH 1/2] psi: introduce memory.pressure.stat
 2022-08-17  2:59 UTC  (3+ messages)

[PATCH v4 1/2] mm/gup.c: Don't pass gup_flags to check_and_migrate_movable_pages()
 2022-08-17  2:01 UTC  (6+ messages)
` [PATCH v4 2/2] mm/gup.c: Refactor check_and_migrate_movable_pages()

[PATCH] mm: memcg: export workingset refault stats for cgroup v1
 2022-08-17  2:05 UTC  (5+ messages)

[PATCH v3 0/7] mm: Remember a/d bits for migration entries
 2022-08-17  1:49 UTC  (7+ messages)
` [PATCH v3 5/7] mm: Remember young/dirty bit for page migrations

[PATCH v3 0/3] kvm/mm: Allow GUP to respond to non fatal signals
 2022-08-17  1:37 UTC  (5+ messages)
` [PATCH v3 1/3] mm/gup: Add FOLL_INTERRUPTIBLE
` [PATCH v3 2/3] kvm: Add new pfn error KVM_PFN_ERR_SIGPENDING
` [PATCH v3 3/3] kvm/x86: Allow to respond to generic signals during slow page faults

[PATCH 1/2] mm/migrate_device.c: Copy pte dirty bit to page
 2022-08-17  1:27 UTC  (7+ messages)

[PATCH v14 00/10] mm/demotion: Memory tiers and demotion
 2022-08-17  1:02 UTC  (11+ messages)
` [PATCH v14 01/10] mm/demotion: Add support for explicit memory tiers
` [PATCH v14 04/10] mm/demotion/dax/kmem: Set node's abstract distance to MEMTIER_DEFAULT_DAX_ADISTANCE

[PATCH v2 0/3] kvm/mm: Allow GUP to respond to non fatal signals
 2022-08-17  0:33 UTC  (10+ messages)
` [PATCH v2 1/3] mm/gup: Add FOLL_INTERRUPTIBLE
` [PATCH v2 3/3] kvm/x86: Allow to respond to generic signals during slow page faults

[PATCH] mm: correctly charge compressed memory to its memcg
 2022-08-16 22:19 UTC  (12+ messages)

[RFC PATCH RESEND] userfaultfd: open userfaultfds with O_RDONLY
 2022-08-16 22:12 UTC  (2+ messages)

[ata] 0568e61225: stress-ng.copy-file.ops_per_sec -15.0% regression
 2022-08-16 20:44 UTC  (14+ messages)

[PATCH v2 0/2] mm/hugetlb: fix write-fault handling for shared mappings
 2022-08-16 20:43 UTC  (11+ messages)
` [PATCH v2 2/2] mm/hugetlb: support write-faults in "

[PATCH v2] fs: Replace kmap{,_atomic}() with kmap_local_page()
 2022-08-16 19:13 UTC  (4+ messages)

[PATCH v6 0/2] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-08-16 18:11 UTC  (3+ messages)
` [PATCH v6 2/2] "

Free Samples
 2022-08-16 16:42 UTC 

[PATCH 5.19.y] Revert "mm: kfence: apply kmemleak_ignore_phys on early allocated pool"
 2022-08-16 16:42 UTC  (2+ messages)

brief and incomplete summary of the first instance of the series
 2022-08-16 16:27 UTC 

[PATCH] kfence: free instead of ignore pool from kmemleak
 2022-08-16 16:19 UTC  (2+ messages)

[net] 4890b686f4: netperf.Throughput_Mbps -69.4% regression
 2022-08-16 15:55 UTC  (12+ messages)

[linux-next:master] BUILD REGRESSION e1084bacab44f570691c0fdaa1259acf93ed0098
 2022-08-16 15:45 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-16 15:38 UTC  (14+ messages)

[mm/slub] 3616799128: BUG_kmalloc-#(Not_tainted):kmalloc_Redzone_overwritten
 2022-08-16 14:12 UTC  (12+ messages)

[linux-next:master 966/1289] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/gpio/gpio-xilinx.txt
 2022-08-16 12:58 UTC 

[linux-next:pending-fixes] BUILD SUCCESS WITH WARNING ee556793d89d0e3c4bbee8c8ad8d66fc8b390a92
 2022-08-16 12:02 UTC 

[PATCH v2 1/4] Make place for common balloon code
 2022-08-16 12:00 UTC  (6+ messages)
` [PATCH v2 2/4] Enable balloon drivers to report inflated memory

[PATCH v2] mm: memory-failure: cleanup try_to_split_thp_page()
 2022-08-16 10:13 UTC  (3+ messages)

[PATCH V3] mm: fix use-after free of page_ext after race with memory-offline
 2022-08-16  9:34 UTC  (2+ messages)

[PATCH stable 4.14,4.19 1/1] mm: Fix page counter mismatch in shmem_mfill_atomic_pte
 2022-08-16  7:15 UTC  (5+ messages)

[RFC PATCH 0/4] x86/mm/cpa: merge small mappings whenever possible
 2022-08-16  6:33 UTC  (4+ messages)

[PATCH] mm/zsmalloc: do not attempt to free IS_ERR handle
 2022-08-16  5:09 UTC 

[PATCH 0/8] memblock tests: update and extend memblock simulator
 2022-08-16  3:08 UTC  (15+ messages)
` [PATCH 1/8] memblock tests: update tests to check if memblock_alloc zeroed memory
` [PATCH 3/8] memblock tests: add labels to verbose output for generic alloc tests
` [PATCH 6/8] memblock tests: update alloc_nid_api to test memblock_alloc_try_nid_raw
` [PATCH 7/8] memblock tests: add tests for memblock_*bottom_up functions
` [PATCH 8/8] memblock tests: add tests for memblock_trim_memory

[PATCH 5/7] nilfs2: Convert nilfs_find_uncommited_extent() to use filemap_get_folios_contig()
 2022-08-16  2:47 UTC  (2+ messages)

[PATCH v8] mm/page_owner.c: add llseek for page_owner
 2022-08-16  2:07 UTC 

[PATCH] DAMON dbgfs_mk_context() error handling
 2022-08-16  0:12 UTC  (4+ messages)

[PATCHv6 06/11] x86/mm: Provide arch_prctl() interface for LAM
 2022-08-16  0:10 UTC  (2+ messages)
` [PATCHv6.1 "

[PATCHv6 04/11] x86/mm: Handle LAM on context switch
 2022-08-16  0:07 UTC  (2+ messages)
` [PATCHv6.1 "


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