Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-24 09:31:29 to 2024-04-25 08:41:18 UTC [more...]

[PATCH v2 00/10] mm: remove isolate_lru_page() and isolate_movable_page()
 2024-04-25  8:40 UTC  (11+ messages)
` [PATCH v2 01/10] mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()
` [PATCH v2 02/10] mm: add isolate_folio_to_list()
` [PATCH v2 03/10] mm: memory_hotplug: unify Huge/LRU/non-LRU folio isolation
` [PATCH v2 04/10] mm: compaction: try get reference before non-lru movable folio migration
` [PATCH v2 05/10] mm: migrate: add folio_isolate_movable()
` [PATCH v2 06/10] mm: compaction: use folio_isolate_movable()
` [PATCH v2 07/10] mm: migrate: "
` [PATCH v2 08/10] mm: migrate: remove isolate_movable_page()
` [PATCH v2 09/10] mm: migrate_device: use more folio in migrate_device_unmap()
` [PATCH v2 10/10] mm: remove isolate_lru_page()

[PATCH] slub: Fixes freepointer encoding for single free
 2024-04-25  8:36 UTC  (2+ messages)

[RFC PATCH 0/5] add mTHP support for anonymous share pages
 2024-04-25  8:26 UTC  (26+ messages)
` [RFC PATCH 1/5] mm: memory: extend finish_fault() to support large folio
` [RFC PATCH 5/5] mm: shmem: add anonymous share mTHP counters

[PATCH v2] mm: add more readable thp_vma_allowable_order_foo()
 2024-04-25  7:58 UTC  (6+ messages)

[PATCH v3] mm/rmap: do not add fully unmapped large folio to deferred split list
 2024-04-25  7:35 UTC  (7+ messages)

[Patch v2 0/8] memblock: clenup
 2024-04-25  7:19 UTC  (7+ messages)
` [Patch v2 1/8] memblock tests: reserve the 129th memory block at all possible position
` [Patch v2 4/8] mm/memblock: remove consecutive regions at once
` [Patch v2 5/8] memblock tests: add memblock_overlaps_region_checks
` [Patch v2 6/8] mm/memblock: return true directly on finding overlap region
` [Patch v2 7/8] mm/memblock: use PAGE_ALIGN_DOWN to get pgend in free_memmap
` [Patch v2 8/8] mm/memblock: default region's nid may be MAX_NUMNODES

[PATCH v2] mm/rmap: do not add fully unmapped large folio to deferred split list
 2024-04-25  7:15 UTC  (5+ messages)

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-25  7:10 UTC  (3+ messages)

[PATCH v2 1/1] mm: page_alloc: Avoid defining unused function
 2024-04-25  6:25 UTC  (2+ messages)

[PATCH 0/6] Remove page_mapping()
 2024-04-25  6:21 UTC  (14+ messages)
` [PATCH 2/6] f2fs: Convert f2fs_clear_page_cache_dirty_tag to use a folio
` [PATCH 3/6] memory-failure: Remove calls to page_mapping()
` [PATCH 4/6] migrate: Expand the use of folio in __migrate_device_pages()
` [PATCH 5/6] userfault; Expand folio use in mfill_atomic_install_pte()
` [PATCH 6/6] mm: Remove page_mapping()

[PATCH v1] mm/khugepaged: replace page_mapcount() check by folio_likely_mapped_shared()
 2024-04-25  5:40 UTC  (6+ messages)

[PATCH 0/2] mm: introduce per-order mTHP split counters
 2024-04-25  5:26 UTC  (16+ messages)
` [PATCH 1/2] mm: add "
` [PATCH 2/2] mm: add docs for "

[PATCH v2 1/1] mm/vmscan: avoid split PMD-mapped THP during shrink_folio_list()
 2024-04-25  4:19 UTC  (9+ messages)

[PATCH 0/5] Clean up __folio_put()
 2024-04-25  3:39 UTC  (4+ messages)
` [PATCH 1/5] mm: Free non-hugetlb large folios in a batch

[PATCH v6 00/37] Memory allocation profiling
 2024-04-25  3:25 UTC  (3+ messages)

[PATCH] mm,swap: cleanup VMA based swap readahead window calculation
 2024-04-25  1:45 UTC  (3+ messages)

[PATCH 1/6] mm/memblock: reduce the two round insertion of memblock_add_range()
 2024-04-25  1:38 UTC  (11+ messages)
` [PATCH 2/6] memblock tests: add the 129th memory block at all possible position

[PATCH v5 0/5] Improve visibility of writeback
 2024-04-25  1:22 UTC  (4+ messages)
` [PATCH v5 3/5] writeback: fix build problems of "writeback: support retrieving per group debug writeback stats of bdi"

[PATCH] mm: add more readable thp_vma_allowable_order_foo()
 2024-04-25  1:09 UTC  (6+ messages)

[PATCH] mm/huge_memory: move writeback and truncation checks early
 2024-04-25  1:07 UTC  (2+ messages)

[PATCH 0/2] mm/huge_memory: couple fixes and one cleanup
 2024-04-25  1:05 UTC  (6+ messages)
` [PATCH 1/2] mm/huge_memory: skip invalid debugfs file entry for folio split
` [PATCH 2/2] mm/huge_memory: cap max length on debugfs file entry "

[PATCH v14 00/22] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-25  0:45 UTC  (19+ messages)
` [PATCH v14 03/22] KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH v14 05/22] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH v14 06/22] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH v14 09/22] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH v14 16/22] KVM: x86: Implement gmem hook for determining max NPT mapping level
` [PATCH v14 17/22] KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP
` [PATCH v14 21/22] crypto: ccp: Add the SNP_{PAUSE,RESUME}_ATTESTATION commands
` [PATCH v14 22/22] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

[linux-next:master] BUILD REGRESSION 5e4f84f18c4ee9b0ccdc19e39b7de41df21699dd
 2024-04-24 23:49 UTC 

[PATCH] memcg: Fix data-race KCSAN bug in rstats
 2024-04-24 23:23 UTC  (4+ messages)

[RFC PATCH v8 00/10] ras: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-04-24 23:19 UTC  (5+ messages)
` [RFC PATCH v8 01/10] ras: scrub: Add scrub subsystem
` [RFC PATCH v8 03/10] cxl/mbox: Add GET_FEATURE mailbox command

[PATCH] binfmt_elf_fdpic: fix /proc/<pid>/auxv
 2024-04-24 22:55 UTC  (2+ messages)

[PATCH v2] ptdump: add non-leaf descriptor support
 2024-04-24 22:43 UTC  (2+ messages)

[linux-next:master 6544/8170] kismet: WARNING: unmet direct dependencies detected for REGMAP_SPI when selected by AD9739A
 2024-04-24 22:08 UTC 

[linux-next:master 8070/8170] powerpc-linux-ld: drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn401/dcn401_fpu.o uses hard float, drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_helpers.o uses soft float
 2024-04-24 21:47 UTC 

[PATCH v3 0/6] slab: Introduce dedicated bucket allocator
 2024-04-24 21:41 UTC  (7+ messages)
` [PATCH v3 1/6] mm/slab: Introduce kmem_buckets typedef
` [PATCH v3 2/6] mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
` [PATCH v3 3/6] mm/slab: Introduce __kvmalloc_node() that can take kmem_buckets argument
` [PATCH v3 4/6] mm/slab: Introduce kmem_buckets_create() and family
` [PATCH v3 5/6] ipc, msg: Use dedicated slab buckets for alloc_msg()
` [PATCH v3 6/6] mm/util: Use dedicated slab buckets for memdup_user()

[PATCH v13 00/26] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-24 21:40 UTC  (3+ messages)
` [PATCH v13 09/26] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command

[PATCH v21 2/5] ring-buffer: Introducing ring-buffer mapping functions
 2024-04-24 20:55 UTC  (4+ messages)

[PATCH v6 00/13] riscv: ASID-related and UP-related TLB flush enhancements
 2024-04-24 20:50 UTC  (3+ messages)
` [PATCH v6 01/13] riscv: Flush the instruction cache during SMP bringup

[PATCH] binfmt_flat: Fix corruption when not offsetting data start
 2024-04-24 20:44 UTC  (2+ messages)

[PATCH net-next v11 00/10][pull request] net: intel: start The Great Code Dedup + Page Pool for iavf
 2024-04-24 20:35 UTC  (11+ messages)
` [PATCH net-next v11 01/10] net: intel: introduce {, Intel} Ethernet common library
` [PATCH net-next v11 02/10] iavf: kill "legacy-rx" for good
` [PATCH net-next v11 03/10] iavf: drop page splitting and recycling
` [PATCH net-next v11 04/10] slab: introduce kvmalloc_array_node() and kvcalloc_node()
` [PATCH net-next v11 05/10] page_pool: constify some read-only function arguments
` [PATCH net-next v11 06/10] page_pool: add DMA-sync-for-CPU inline helper
` [PATCH net-next v11 07/10] libeth: add Rx buffer management
` [PATCH net-next v11 08/10] iavf: pack iavf_ring more efficiently
` [PATCH net-next v11 09/10] iavf: switch to Page Pool
` [PATCH net-next v11 10/10] MAINTAINERS: add entry for libeth and libie

BUG_ON() in pfn_swap_entry_to_page()
 2024-04-24 19:45 UTC  (6+ messages)

[PATCH 0/2] Adjust brk randomness
 2024-04-24 19:20 UTC  (3+ messages)
` [PATCH 2/2] binfmt_elf: Leave a gap between .bss and brk
  ` (subset) "

[PATCH 0/7] More folio compat code removal
 2024-04-24 19:19 UTC  (8+ messages)
` [PATCH 1/7] mm: Remove page_cache_alloc()
` [PATCH 2/7] mm: Remove put_devmap_managed_page()
` [PATCH 3/7] mm: Convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()
` [PATCH 4/7] mm: Remove page_ref_sub_return()
` [PATCH 5/7] gup: Use folios for gup_devmap
` [PATCH 6/7] mm: Add kernel-doc for folio_mark_accessed()
` [PATCH 7/7] mm: Remove PageReferenced

[PATCH] mm: Update shuffle documentation to match its current state
 2024-04-24 19:05 UTC  (2+ messages)

[linux-next:master 8070/8170] powerpc-linux-ld: drivers/gpu/drm/amd/display/dc/dml/dcn401/dcn401_fpu.o uses hard float, arch/powerpc/kernel/udbg.o uses soft float
 2024-04-24 18:19 UTC 

[linux-next:master 6544/8170] ERROR: modpost: "__spi_register_driver" [drivers/iio/dac/ad9739a.ko] undefined!
 2024-04-24 17:48 UTC 

[PATCH v2 00/10] selftests: Make ksft_exit functions return void instead of int
 2024-04-24 17:24 UTC  (2+ messages)
` [PATCH v2 04/10] selftests/mm: ksft_exit functions do not return

[PATCH v3 0/2] clean-up for create_kmalloc_caches()
 2024-04-24 17:05 UTC  (4+ messages)
` [PATCH v3 1/2] mm/slub: create kmalloc 96 and 192 caches regardless cache size order
  ` [PATCH v3 2/2] mm/slub: remove the check for NULL kmalloc_caches

[PATCH v17 00/35] Drivers for Gunyah hypervisor
 2024-04-24 17:01 UTC  (4+ messages)
` [PATCH v17 15/35] virt: gunyah: Add proxy-scheduled vCPUs

[linux-next:master 7871/8170] drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c:379:52: error: '%s' directive output may be truncated writing up to 29 bytes into a region of size 23
 2024-04-24 15:54 UTC 

[linux-next:master 7871/8170] drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c:379:52: warning: '%s' directive output may be truncated writing up to 29 bytes into a region of size 23
 2024-04-24 15:32 UTC 

[PATCH 0/2] test_xarray: couple of fixes for v6-9-rc6
 2024-04-24 15:16 UTC  (5+ messages)
` [PATCH 1/2] tools: fix userspace compilation with new test_xarray changes
` [PATCH 2/2] lib/test_xarray.c: fix error assumptions on check_xa_multi_store_adv_add()

[LSF/MM/BPF TOPIC] SLAB BOF
 2024-04-24 14:43 UTC  (3+ messages)

[PATCH v2 00/10] mm: migrate: support poison recover from migrate folio
 2024-04-24 13:59 UTC  (11+ messages)
` [PATCH v2 01/10] mm: migrate: simplify __buffer_migrate_folio()
` [PATCH v2 02/10] mm: migrate_device: use more folio in __migrate_device_pages()
` [PATCH v2 03/10] mm: migrate_device: unify migrate folio for MIGRATE_SYNC_NO_COPY
` [PATCH v2 04/10] mm: migrate: remove migrate_folio_extra()
` [PATCH v2 05/10] mm: remove MIGRATE_SYNC_NO_COPY mode
` [PATCH v2 06/10] mm: migrate: split folio_migrate_mapping()
` [PATCH v2 07/10] mm: add folio_mc_copy()
` [PATCH v2 08/10] mm: migrate: support poisoned recover from migrate folio
` [PATCH v2 09/10] fs: hugetlbfs: support poison recover from hugetlbfs_migrate_folio()
` [PATCH v2 10/10] mm: migrate: remove folio_migrate_copy()

[linux-next:master 5890/8170] drivers/pci/pci.h:359:23: sparse: sparse: incorrect type in argument 2 (different base types)
 2024-04-24 13:57 UTC 

[PATCH 1/2] mm: page_owner: fixing wrong information in dump_page_owner
 2024-04-24 12:50 UTC  (3+ messages)
    ` [PATCH 2/2] mm: vmalloc: dump page owner info if page is already mapped

[PATCH v1] selftests/mm: soft-dirty should fail if a testcase fails
 2024-04-24 10:53 UTC 

[PATCH v1 0/5] arm64/mm: uffd write-protect and soft-dirty tracking
 2024-04-24 10:40 UTC  (6+ messages)
` [PATCH v1 5/5] selftests/mm: soft-dirty should fail if a testcase fails

[PATCH v1 00/18] mm: mapcount for large folios + page_mapcount() cleanups
 2024-04-24  9:40 UTC  (3+ messages)
` [PATCH v1 06/18] mm: make folio_mapcount() return 0 for small typed folios


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 read-only IMAP folder(s) and NNTP newsgroup(s).