[PATCH] cgroup/cpuset: Add a new isolated mems.policy type
2022-09-04 6:41 UTC (4+ messages)
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-09-04 6:37 UTC (15+ messages)
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address
[PATCH] memblock_tests: move variable declarations to single block
2022-09-04 4:24 UTC
[PATCH] memblock tests: remove 'cleared' from comment blocks
2022-09-04 4:23 UTC
[PATCH v4 0/4] memblock tests: add NUMA tests for memblock_alloc_try_nid*
2022-09-04 4:21 UTC (5+ messages)
` [PATCH v4 1/4] memblock tests: add simulation of physical memory with multiple NUMA nodes
` [PATCH v4 2/4] memblock tests: add top-down NUMA tests for memblock_alloc_try_nid*
` [PATCH v4 3/4] memblock tests: add bottom-up "
` [PATCH v4 4/4] memblock tests: add generic "
[PATCH v12 09/10] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
2022-09-04 2:26 UTC
[PATCH 00/13] Fix the DAX-gup mistake
2022-09-04 2:17 UTC (14+ messages)
` [PATCH 01/13] fsdax: Rename "busy page" to "pinned page"
` [PATCH 02/13] fsdax: Use page_maybe_dma_pinned() for DAX vs DMA collisions
` [PATCH 03/13] fsdax: Delete put_devmap_managed_page_refs()
` [PATCH 04/13] fsdax: Update dax_insert_entry() calling convention to return an error
` [PATCH 05/13] fsdax: Cleanup dax_associate_entry()
` [PATCH 06/13] fsdax: Rework dax_insert_entry() calling convention
` [PATCH 07/13] fsdax: Manage pgmap references at entry insertion and deletion
` [PATCH 08/13] devdax: Minor warning fixups
` [PATCH 09/13] devdax: Move address_space helpers to the DAX core
` [PATCH 10/13] dax: Prep dax_{associate, disassociate}_entry() for compound pages
` [PATCH 11/13] devdax: add PUD support to the DAX mapping infrastructure
` [PATCH 12/13] devdax: Use dax_insert_entry() + dax_delete_mapping_entry()
` [PATCH 13/13] mm/gup: Drop DAX pgmap accounting
[PATCHv8 00/11] Linear Address Masking enabling
2022-09-04 1:00 UTC (4+ messages)
[PATCH v2 00/57] MM folio changes for 6.1
2022-09-04 0:44 UTC (61+ messages)
` [PATCH v2 01/57] mm/vmscan: Fix a lot of comments
` [PATCH v2 02/57] mm: Add the first tail page to struct folio
` [PATCH v2 03/57] mm: Reimplement folio_order() and folio_nr_pages()
` [PATCH v2 04/57] mm: Add split_folio()
` [PATCH v2 05/57] mm: Add folio_add_lru_vma()
` [PATCH v2 06/57] shmem: Convert shmem_writepage() to use a folio throughout
` [PATCH v2 07/57] shmem: Convert shmem_delete_from_page_cache() to take a folio
` [PATCH v2 08/57] shmem: Convert shmem_replace_page() to use folios throughout
` [PATCH v2 09/57] mm/swapfile: Remove page_swapcount()
` [PATCH v2 10/57] mm/swapfile: Convert try_to_free_swap() to folio_free_swap()
` [PATCH v2 11/57] mm/swap: Convert __read_swap_cache_async() to use a folio
` [PATCH v2 12/57] mm/swap: Convert add_to_swap_cache() to take "
` [PATCH v2 13/57] mm/swap: Convert put_swap_page() to put_swap_folio()
` [PATCH v2 14/57] mm: Convert do_swap_page() to use a folio
` [PATCH v2 15/57] mm: Convert do_swap_page()'s swapcache variable to "
` [PATCH v2 16/57] memcg: Convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_folio()
` [PATCH v2 17/57] shmem: Convert shmem_mfill_atomic_pte() to use a folio
` [PATCH v2 18/57] shmem: Convert shmem_replace_page() to shmem_replace_folio()
` [PATCH v2 19/57] swap: Add swap_cache_get_folio()
` [PATCH v2 20/57] shmem: Eliminate struct page from shmem_swapin_folio()
` [PATCH v2 21/57] shmem: Convert shmem_getpage_gfp() to shmem_get_folio_gfp()
` [PATCH v2 22/57] shmem: Convert shmem_fault() to use shmem_get_folio_gfp()
` [PATCH v2 23/57] shmem: Convert shmem_read_mapping_page_gfp() "
` [PATCH v2 24/57] shmem: Add shmem_get_folio()
` [PATCH v2 25/57] shmem: Convert shmem_get_partial_folio() to use shmem_get_folio()
` [PATCH v2 26/57] shmem: Convert shmem_write_begin() "
` [PATCH v2 27/57] shmem: Convert shmem_file_read_iter() "
` [PATCH v2 28/57] shmem: Convert shmem_fallocate() to use a folio
` [PATCH v2 29/57] shmem: Convert shmem_symlink() "
` [PATCH v2 30/57] shmem: Convert shmem_get_link() "
` [PATCH v2 31/57] khugepaged: Call shmem_get_folio()
` [PATCH v2 32/57] userfaultfd: Convert mcontinue_atomic_pte() to use a folio
` [PATCH v2 33/57] shmem: Remove shmem_getpage()
` [PATCH v2 34/57] swapfile: Convert try_to_unuse() to use a folio
` [PATCH v2 35/57] swapfile: Convert __try_to_reclaim_swap() "
` [PATCH v2 36/57] swapfile: Convert unuse_pte_range() "
` [PATCH v2 37/57] mm: Convert do_swap_page() to use swap_cache_get_folio()
` [PATCH v2 38/57] mm: Remove lookup_swap_cache()
` [PATCH v2 39/57] swap_state: Convert free_swap_cache() to use a folio
` [PATCH v2 40/57] swap: Convert swap_writepage() "
` [PATCH v2 41/57] mm: Convert do_wp_page() "
` [PATCH v2 42/57] huge_memory: Convert do_huge_pmd_wp_page() "
` [PATCH v2 43/57] madvise: Convert madvise_free_pte_range() "
` [PATCH v2 44/57] uprobes: Use folios more widely in __replace_page()
` [PATCH v2 45/57] ksm: Use a folio in replace_page()
` [PATCH v2 46/57] mm: Convert do_swap_page() to use folio_free_swap()
` [PATCH v2 47/57] memcg: Convert mem_cgroup_swap_full() to take a folio
` [PATCH v2 48/57] mm: Remove try_to_free_swap()
` [PATCH v2 49/57] rmap: Convert page_move_anon_rmap() to use a folio
` [PATCH v2 50/57] migrate: Convert __unmap_and_move() to use folios
` [PATCH v2 51/57] migrate: Convert unmap_and_move_huge_page() "
` [PATCH v2 52/57] huge_memory: Convert split_huge_page_to_list() to use a folio
` [PATCH v2 53/57] huge_memory: Convert unmap_page() to unmap_folio()
` [PATCH v2 54/57] mm: Convert page_get_anon_vma() to folio_get_anon_vma()
` [PATCH v2 55/57] rmap: Remove page_unlock_anon_vma_read()
` [PATCH v2 56/57] uprobes: Use new_folio in __replace_page()
` [PATCH v2 57/57] mm: Convert lock_page_or_retry() to folio_lock_or_retry()
Fwd: [PATCH] tools/headers: Fix undefined behaviour (34 << 26)
2022-09-03 22:03 UTC
vmap_area_lock lockdep warning
2022-09-03 19:48 UTC (2+ messages)
[PATCH] ipc/msg.c: mitigate the lock contention with percpu counter
2022-09-03 19:35 UTC (4+ messages)
[PATCH for-mm-unstable] mm/swap.h: Define swap_cache_get_folio() for !CONFIG_SWAP
2022-09-03 19:32 UTC
[PATCH 00/23] Convert to filemap_get_folios_tag()
2022-09-03 17:38 UTC (15+ messages)
` [PATCH 06/23] btrfs: Convert btree_write_cache_pages() to use filemap_get_folio_tag()
` [PATCH 07/23] btrfs: Convert extent_write_cache_pages() to use filemap_get_folios_tag()
` [PATCH 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() "
` [PATCH 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
` [PATCH 20/23] nilfs2: Convert nilfs_btree_lookup_dirty_buffers() "
` [PATCH 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
` [PATCH 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "
[PATCH 1/2] powerpc/mm/64s: Drop pgd_huge()
2022-09-03 15:11 UTC (4+ messages)
` [PATCH 2/2] powerpc/mm/64s: Drop p4d_leaf()
[linux-next:master 2262/4736] drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting prototype for drivers/extcon/extcon-tusb320.c(). Prototype was for TUSB320_REG8() instead
2022-09-03 14:31 UTC (2+ messages)
[linux-next:master 4372/4736] htmldocs: Warning: mm/zsmalloc.c references a file that doesn't exist: Documentation/mm/highmem
2022-09-03 14:11 UTC
[linux-next:master 4598/4736] mm/khugepaged.c:2056:45: error: passing argument 1 of 'khugepaged_collapse_pte_mapped_thps' from incompatible pointer type
2022-09-03 11:01 UTC
[linux-next:master 1949/4736] drivers/clk/xilinx/clk-xlnx-clock-wizard.c:431: undefined reference to `devm_platform_ioremap_resource'
2022-09-03 9:06 UTC
[linux-next:master 4598/4736] mm/khugepaged.c:2056:38: error: incompatible pointer types passing 'struct khugepaged_mm_slot *' to parameter of type 'struct mm_slot *'
2022-09-03 7:21 UTC (2+ messages)
[PATCH] hugetlb: simplify hugetlb handling in follow_page_mask
2022-09-03 7:07 UTC (9+ messages)
[ammarfaizi2-block:akpm/mm/mm-unstable 402/439] mm/shmem.c:1738:10: error: implicit declaration of function 'swap_cache_get_folio' is invalid in C99
2022-09-03 6:28 UTC
[ammarfaizi2-block:akpm/mm/mm-unstable 402/439] mm/shmem.c:1738:10: error: call to undeclared function 'swap_cache_get_folio'; ISO C99 and later do not support implicit function declarations
2022-09-03 6:01 UTC
[PATCH v2] mm/damon/dbgfs: fix memory leak when using
2022-09-03 5:36 UTC (2+ messages)
[ammarfaizi2-block:akpm/mm/mm-unstable 402/439] mm/shmem.c:1738:17: error: implicit declaration of function 'swap_cache_get_folio'; did you mean 'read_cache_folio'?
2022-09-03 5:09 UTC
[PATCH] mm: Check writable zero page in page table check
2022-09-03 2:13 UTC (2+ messages)
[PATCH mm-unstable] mm/khugepaged: fix struct collapse_control load_node definition
2022-09-03 2:12 UTC
[PATCH] mm/vmalloc: Extend find_vmap_lowest_match_check with extra arguments
2022-09-03 1:54 UTC (7+ messages)
[linux-next:master 4278/4736] arch/mips/include/asm/pgtable.h:238:39: error: missing binary operator before token "("
2022-09-03 0:32 UTC (2+ messages)
[linux-next:master 4318/4736] arch/x86/mm/init.c:1057:15: warning: no previous prototype for function 'arch_max_swapfile_size'
2022-09-02 23:42 UTC
[linux-next:master 4318/4736] arch/x86/mm/init.c:1057:15: warning: no previous prototype for 'arch_max_swapfile_size'
2022-09-02 23:32 UTC
[PATCH 0/8] hugetlb: Use new vma mutex for huge pmd sharing synchronization
2022-09-02 23:07 UTC (9+ messages)
` [PATCH 7/8] hugetlb: create hugetlb_unmap_file_folio to unmap single file folio
` [PATCH 8/8] hugetlb: use new vma_lock for pmd sharing synchronization
[PATCH v2 3/3] fortify: Use SIZE_MAX instead of (size_t)-1
2022-09-02 22:50 UTC
[PATCH 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
2022-09-02 21:39 UTC (3+ messages)
[PATCH v6 bpf-next 00/16] bpf: BPF specific memory allocator
2022-09-02 21:10 UTC (17+ messages)
` [PATCH v6 bpf-next 01/16] bpf: Introduce any context "
` [PATCH v6 bpf-next 02/16] bpf: Convert hash map to bpf_mem_alloc
` [PATCH v6 bpf-next 03/16] selftests/bpf: Improve test coverage of test_maps
` [PATCH v6 bpf-next 04/16] samples/bpf: Reduce syscall overhead in map_perf_test
` [PATCH v6 bpf-next 05/16] bpf: Relax the requirement to use preallocated hash maps in tracing progs
` [PATCH v6 bpf-next 06/16] bpf: Optimize element count in non-preallocated hash map
` [PATCH v6 bpf-next 07/16] bpf: Optimize call_rcu "
` [PATCH v6 bpf-next 08/16] bpf: Adjust low/high watermarks in bpf_mem_cache
` [PATCH v6 bpf-next 09/16] bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU
` [PATCH v6 bpf-next 10/16] bpf: Add percpu allocation support to bpf_mem_alloc
` [PATCH v6 bpf-next 11/16] bpf: Convert percpu hash map to per-cpu bpf_mem_alloc
` [PATCH v6 bpf-next 12/16] bpf: Remove tracing program restriction on map types
` [PATCH v6 bpf-next 13/16] bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs
` [PATCH v6 bpf-next 14/16] bpf: Remove prealloc-only restriction for "
` [PATCH v6 bpf-next 15/16] bpf: Remove usage of kmem_cache from bpf_mem_cache
` [PATCH v6 bpf-next 16/16] bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc
[syzbot] BUG: unable to handle kernel paging request in mem_cgroup_track_foreign_dirty_slowpath
2022-09-02 21:02 UTC
[PATCH v4 1/4] mm/migrate_device.c: Flush TLB while holding PTL
2022-09-02 20:39 UTC (4+ messages)
` [PATCH v4 2/4] mm/migrate_device.c: Add missing flush_cache_page()
[PATCH] mm: gup: fix the fast GUP race against THP collapse
2022-09-02 20:33 UTC (10+ messages)
[RFC PATCH 00/30] Code tagging framework and applications
2022-09-02 20:23 UTC (16+ messages)
[PATCH 0/2] Folio fixes for 6.0
2022-09-02 19:26 UTC (3+ messages)
` [PATCH 1/2] mm: Fix VM_BUG_ON in __delete_from_swap_cache()
` [PATCH 2/2] vmscan: Check folio_test_private(), not folio_get_private()
[Resend RFC PATCH] mm: introduce __GFP_TRACKLEAK to track in-kernel allocation
2022-09-02 19:08 UTC (3+ messages)
[PATCH v2] hugetlb: simplify hugetlb handling in follow_page_mask
2022-09-02 19:03 UTC
[PATCH v9 0/8] Userspace P2PDMA with O_DIRECT NVMe devices
2022-09-02 18:46 UTC (10+ messages)
` [PATCH v9 7/8] PCI/P2PDMA: Allow userspace VMA allocations through sysfs
[PATCH] mm/damon/dbgfs: fix memory leak when using debugfs_lookup()
2022-09-02 18:12 UTC (3+ messages)
[RFC PATCH RESEND 00/28] per-VMA locks proposal
2022-09-02 17:46 UTC (7+ messages)
` [RFC PATCH RESEND 04/28] mm: move mmap_lock assert function definitions
Potentially undesirable interactions between vfork() and time namespaces
2022-09-02 17:28 UTC (7+ messages)
[PATCH v2] mm/mremap_pages: Save a few cycles in get_dev_pagemap()
2022-09-02 16:39 UTC
[PATCH v1] mm/gup: adjust stale comment for RCU GUP-fast
2022-09-02 15:37 UTC (11+ messages)
[PATCH v2 00/10] lib: cleanup bitmap-related headers
2022-09-02 15:12 UTC (5+ messages)
` [PATCH 08/10] headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h>
[syzbot] WARNING: CPU: NUM PID: NUM at mm/huge_memory.c:LINE split_huge_page_to_l
2022-09-02 12:32 UTC
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-09-02 12:30 UTC (9+ messages)
[PATCH v7] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2022-09-02 10:36 UTC (3+ messages)
` [PATCH v8 0/3] "
` [PATCH 3/3] "
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