linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-02 19:47:01 to 2022-09-05 03:29:42 UTC [more...]

[PATCH -next v3 0/2] watermark related improvement on zone movable
 2022-09-05  3:28 UTC  (2+ messages)
` [PATCH -next v3 1/2] mm: Cap zone movable's min wmark to small value

Fwd: [PATCH] tools/headers: Fix undefined behaviour (34 << 26)
 2022-09-05  3:19 UTC  (2+ messages)
    `  "

[PATCH v2 0/3] page_owner: print stacks and their counter
 2022-09-05  3:10 UTC  (4+ messages)
` [PATCH v2 1/3] lib/stackdepot: Add a refcount field in stack_record
` [PATCH v2 2/3] mm, page_owner: Add page_owner_stacks file to print out only stacks and their counter
` [PATCH v2 3/3] mm,page_owner: Filter out stacks by a threshold counter

[PATCH 0/8] hugetlb: Use new vma mutex for huge pmd sharing synchronization
 2022-09-05  3:08 UTC  (11+ 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 v4 0/4] mm/slub: some debug enhancements for kmalloc objects
 2022-09-05  2:55 UTC  (8+ messages)
` [PATCH v4 1/4] mm/slub: enable debugging memory wasting of kmalloc

[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-05  2:54 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH] mm: Remove unnecessary '0' values from err
 2022-09-05  2:09 UTC 

[PATCH v3 updated] mm/demotion: Expose memory tier details via sysfs
 2022-09-05  1:52 UTC  (18+ messages)

[RFC PATCH 00/30] Code tagging framework and applications
 2022-09-05  1:32 UTC  (21+ messages)

[PATCH v4 1/4] mm/migrate_device.c: Flush TLB while holding PTL
 2022-09-05  0:41 UTC  (6+ messages)
` [PATCH v4 2/4] mm/migrate_device.c: Add missing flush_cache_page()
` [PATCH v4 4/4] selftests/hmm-tests: Add test for dirty bits

[PATCH] cgroup/cpuset: Add a new isolated mems.policy type
 2022-09-04 23:08 UTC  (5+ messages)

[PATCH] mm: gup: fix the fast GUP race against THP collapse
 2022-09-04 22:29 UTC  (8+ messages)

[PATCH] mm: use mem_map_offset instead of mem_map_next
 2022-09-04 21:15 UTC  (4+ messages)

[linux-next:master 4318/4736] arch/x86/mm/init.c:1057:15: warning: no previous prototype for 'arch_max_swapfile_size'
 2022-09-04 17:35 UTC  (2+ messages)

[PATCH 1/2] powerpc/mm/64s: Drop pgd_huge()
 2022-09-04 16:57 UTC  (8+ messages)
` [PATCH 2/2] powerpc/mm/64s: Drop p4d_leaf()

[PATCH v1] mm/gup: adjust stale comment for RCU GUP-fast
 2022-09-04 16:52 UTC  (11+ messages)

[linux-next:master 390/4736] kernel/exit.c:738:45: sparse: sparse: incorrect type in initializer (different address spaces)
 2022-09-04 15:52 UTC 

[PATCH] mm/damon/sysfs: simplify the judgement whether kdamonds are busy
 2022-09-04 14:36 UTC 

arch/x86/include/asm/checksum_32.h:149:6: error: inline assembly requires more registers than available
 2022-09-04 12:45 UTC 

[PATCH] hugetlb: simplify hugetlb handling in follow_page_mask
 2022-09-04 11:49 UTC  (10+ messages)

[PATCH] memblock_tests: move variable declarations to single block
 2022-09-04 10:52 UTC  (2+ messages)

[PATCH] memblock tests: remove 'cleared' from comment blocks
 2022-09-04 10:51 UTC  (2+ messages)

[PATCH] mm/kmemleak: make create_object return void
 2022-09-04 10:46 UTC  (2+ messages)

[PATCH] mm/vmalloc: Extend find_vmap_lowest_match_check with extra arguments
 2022-09-04  9:36 UTC  (8+ messages)

[PATCH] mm: fix dereferencing possible ERR_PTR
 2022-09-04  8:39 UTC  (2+ 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 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  (60+ 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 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()

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  (2+ 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  (11+ messages)
` [PATCH 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() to use filemap_get_folios_tag()
` [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() "

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

[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 

[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 

[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 


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