linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[akpm-mm:mm-unstable 457/479] arch/s390/kernel/uv.c:196:13: error: call to undeclared function 'page_mapping'; ISO C99 and later do not support implicit function declarations
 2024-04-27  7:54 UTC 

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

[PATCH v2 01/10] mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()
 2024-04-27  7:23 UTC  (4+ messages)

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-27  6:58 UTC  (10+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions

[PATCH v5] mm/rmap: do not add fully unmapped large folio to deferred split list
 2024-04-27  6:51 UTC  (9+ messages)

[PATCH] mm/swapfile: mark racy access on si->highest_bit
 2024-04-27  6:29 UTC 

[PATCH v4 00/11] enable bs > ps in XFS
 2024-04-27  5:12 UTC  (28+ messages)
` [PATCH v4 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v4 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v4 05/11] mm: do not split a folio if it has minimum folio order requirement
` [PATCH v4 06/11] filemap: cap PTE range to be created to i_size in folio_map_range()
` [PATCH v4 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v4 08/11] xfs: use kvmalloc for xattr buffers
` [PATCH v4 09/11] xfs: expose block size in stat
` [PATCH v4 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v4 11/11] xfs: enable block size larger than page size support

[PATCH v3 0/2] clean-up for create_kmalloc_caches()
 2024-04-27  4:51 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 v1] mm: Fix race between __split_huge_pmd_locked() and GUP-fast
 2024-04-27  4:41 UTC  (11+ messages)

[PATCH] mm: use memalloc_nofs_save() in page_cache_ra_order()
 2024-04-27  3:45 UTC  (3+ messages)

[PATCH v2] memblock: add no-map alloc functions
 2024-04-27  3:27 UTC  (9+ messages)

[RFC PATCH net-next v8 07/14] page_pool: devmem support
 2024-04-27  2:11 UTC  (3+ messages)

[PATCH v14 00/22] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-27  1:32 UTC  (19+ messages)
` [PATCH v14 09/22] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [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

[PATCH v2 0/7] memcg: reduce memory consumption by memcg stats
 2024-04-27  1:18 UTC  (16+ messages)
` [PATCH v2 1/7] memcg: reduce memory size of mem_cgroup_events_index
` [PATCH v2 2/7] memcg: dynamically allocate lruvec_stats
` [PATCH v2 3/7] memcg: reduce memory for the lruvec and memcg stats
` [PATCH v2 4/7] memcg: cleanup __mod_memcg_lruvec_state
` [PATCH v2 5/7] memcg: pr_warn_once for unexpected events and stats
` [PATCH v2 6/7] memcg: use proper type for mod_memcg_state
` [PATCH v2 7/7] mm: cleanup WORKINGSET_NODES in workingset

[linux-next:pending-fixes] BUILD SUCCESS 68d7c66c8435bad8c74bb64a4422fb2aba6fa282
 2024-04-27  1:02 UTC 

[RFC PATCH v8 00/10] ras: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-04-26 23:56 UTC  (3+ messages)
` [RFC PATCH v8 05/10] cxl/memscrub: Add CXL device patrol scrub control feature

[syzbot] [xfs?] possible deadlock in xfs_ilock_data_map_shared
 2024-04-26 23:17 UTC  (2+ messages)

[PATCH 0/8] mm/swap: optimize swap cache search space
 2024-04-26 23:16 UTC  (5+ messages)

[linux-next:master 8795/8890] ERROR: modpost: "__aeabi_ul2d" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!
 2024-04-26 22:21 UTC 

[PATCH v6 00/16] mm: jit/text allocator
 2024-04-26 22:16 UTC  (22+ messages)
` [PATCH v6 01/16] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v6 02/16] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v6 03/16] nios2: define virtual address space for modules
` [PATCH v6 04/16] sparc: simplify module_alloc()
` [PATCH v6 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH v6 06/16] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v6 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v6 08/16] mm/execmem, arch: convert remaining "
` [PATCH v6 09/16] riscv: extend execmem_params for generated code allocations
` [PATCH v6 10/16] arm64: extend execmem_info "
` [PATCH v6 11/16] powerpc: extend execmem_params for kprobes allocations
` [PATCH v6 12/16] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v6 13/16] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v6 14/16] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v6 15/16] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v6 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[GIT PULL] hotfixes for 6.9-rc6
 2024-04-26 20:52 UTC  (2+ messages)

[PATCH] mm/memory-failure: remove shake_page()
 2024-04-26 20:33 UTC  (8+ messages)

[linux-next:master] BUILD REGRESSION bb7a2467e6beef44a80a17d45ebf2931e7631083
 2024-04-26 20:31 UTC 

[PATCH 0/7] mm/damon: add a DAMOS filter type for page granularity access recheck
 2024-04-26 19:52 UTC  (8+ messages)
` [PATCH 1/7] mm/damon/paddr: implement damon_folio_young()
` [PATCH 2/7] mm/damon/paddr: implement damon_folio_mkold()
` [PATCH 3/7] mm/damon: add DAMOS filter type YOUNG
` [PATCH 4/7] mm/damon/paddr: implement "
` [PATCH 5/7] Docs/mm/damon/design: document 'young page' type DAMOS filter
` [PATCH 6/7] Docs/admin-guide/mm/damon/usage: update for young page "
` [PATCH 7/7] Docs/ABI/damon: update for 'youg page' "

[RFC v2 0/3] iommu/intel: Free empty page tables on unmaps
 2024-04-26 19:39 UTC  (8+ messages)
` [RFC v2 1/3] iommu/intel: Use page->_mapcount to count number of entries in IOMMU
` [RFC v2 2/3] iommu/intel: synchronize page table map and unmap operations
` [RFC v2 3/3] iommu/intel: free empty page tables on unmaps

[PATCH v4] mm/rmap: do not add fully unmapped large folio to deferred split list
 2024-04-26 18:41 UTC  (17+ messages)

[PATCH 0/4] Improve anon_vma scalability for anon VMAs
 2024-04-26 17:36 UTC  (9+ messages)
` [PATCH 1/4] mm: Assert the mmap_lock is held in __anon_vma_prepare()
` [PATCH 2/4] mm: Delay the check for a NULL anon_vma
` [PATCH 3/4] mm: Fix some minor per-VMA lock issues in userfaultfd
` [PATCH 4/4] mm: Optimise vmf_anon_prepare() for VMAs without an anon_vma

[RFC] Make find_tcp_vma() more efficient
 2024-04-26 17:15 UTC 

[PATCH] mm/slub: Avoid recursive loop with kmemleak
 2024-04-26 17:06 UTC  (8+ messages)

mm/kasan/report.c:143:20: error: unused function 'kasan_kunit_test_suite_executing'
 2024-04-26 16:08 UTC 

[PATCH] mm: Always sanity check anon_vma first for per-vma locks
 2024-04-26 15:50 UTC  (12+ messages)

BUG_ON() in pfn_swap_entry_to_page()
 2024-04-26 14:56 UTC  (10+ messages)

lib/maple_tree.c:336:20: error: unused function 'mte_has_null'
 2024-04-26 14:24 UTC 

[linux-next:master 7112/8890] arch/riscv/mm/init.c:1495:25: error: 'MODULES_VADDR' undeclared
 2024-04-26 14:25 UTC 

[PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
 2024-04-26 13:19 UTC  (2+ messages)

[PATCH] slub: Fixes freepointer encoding for single free
 2024-04-26 13:14 UTC  (4+ messages)

[PATCH] netfs: Fix the pre-flush when appending to a file in writethrough mode
 2024-04-26 11:43 UTC  (2+ messages)

allow building a kernel without buffer_heads v3
 2024-04-26 10:37 UTC  (3+ messages)
` [PATCH 5/6] block: use iomap for writes to block devices

[PATCH net-next v2 09/15] mm: page_frag: reuse MSB of 'size' field for pfmemalloc
 2024-04-26  9:38 UTC  (6+ messages)

[PATCH] alloc_tag: Tighten file permissions on /proc/allocinfo
 2024-04-26  8:46 UTC  (15+ messages)

[RFC PATCH v2 0/2] mm: convert mm's rss stats to use atomic mode
 2024-04-26  8:11 UTC  (3+ messages)
` [RFC PATCH v2 1/2] percpu_counter: introduce atomic mode for percpu_counter

[PATCH RFC 0/7] buffered block atomic writes
 2024-04-26  8:02 UTC  (3+ messages)
  ` [PATCH RFC 2/7] filemap: Change mapping_set_folio_min_order() -> mapping_set_folio_orders()

[bug report] RIP: 0010:queue_zone_wplugs_show+0x42/0x100
 2024-04-26  7:46 UTC  (2+ messages)

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2024-04-26  7:33 UTC  (6+ messages)
` [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2

[PATCH v6 0/4] Memory management patches needed by Rust Binder
 2024-04-26  7:13 UTC  (4+ messages)
` [PATCH v6 3/4] rust: uaccess: add typed accessors for userspace pointers

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

[linux-next:master 7646/8170] arch/powerpc/kexec/crash.c:488:2-8: WARNING: NULL check before some freeing functions is not needed
 2024-04-26  6:29 UTC  (3+ messages)

[PATCH v3] mm/vmalloc: fix return value of vb_alloc if size is 0
 2024-04-26  5:02 UTC  (2+ messages)

[PATCH net-next v11 00/10][pull request] net: intel: start The Great Code Dedup + Page Pool for iavf
 2024-04-26  3:30 UTC  (2+ messages)

[PATCH] mm/page_alloc: fix alloc_pages_bulk/set_page_owner panic on irq disabled
 2024-04-26  2:59 UTC 


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