linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-12 08:59:00 to 2021-08-13 08:33:23 UTC [more...]

[PATCH v14 000/138] Memory folios
 2021-08-13  8:33 UTC  (57+ messages)
` [PATCH v14 062/138] mm/migrate: Add folio_migrate_copy()
` [PATCH v14 063/138] mm/writeback: Rename __add_wb_stat() to wb_stat_mod()
` [PATCH v14 065/138] mm/writeback: Change __wb_writeout_inc() to __wb_writeout_add()
` [PATCH v14 066/138] mm/writeback: Add __folio_end_writeback()
` [PATCH v14 067/138] mm/writeback: Add folio_start_writeback()
` [PATCH v14 068/138] mm/writeback: Add folio_mark_dirty()
` [PATCH v14 069/138] mm/writeback: Add __folio_mark_dirty()
` [PATCH v14 070/138] mm/writeback: Convert tracing writeback_page_template to folios
` [PATCH v14 071/138] mm/writeback: Add filemap_dirty_folio()
` [PATCH v14 072/138] mm/writeback: Add folio_account_cleaned()
` [PATCH v14 073/138] mm/writeback: Add folio_cancel_dirty()
` [PATCH v14 074/138] mm/writeback: Add folio_clear_dirty_for_io()
` [PATCH v14 075/138] mm/writeback: Add folio_account_redirty()
` [PATCH v14 076/138] mm/writeback: Add folio_redirty_for_writepage()
` [PATCH v14 077/138] mm/filemap: Add i_blocks_per_folio()
` [PATCH v14 078/138] mm/filemap: Add folio_mkwrite_check_truncate()
` [PATCH v14 079/138] mm/filemap: Add readahead_folio()
` [PATCH v14 080/138] mm/workingset: Convert workingset_refault() to take a folio
` [PATCH v14 081/138] mm: Add folio_evictable()
` [PATCH v14 082/138] mm/lru: Convert __pagevec_lru_add_fn to take a folio
` [PATCH v14 083/138] mm/lru: Add folio_add_lru()
` [PATCH v14 084/138] mm/page_alloc: Add folio allocation functions
` [PATCH v14 085/138] mm/filemap: Add filemap_alloc_folio
` [PATCH v14 086/138] mm/filemap: Add filemap_add_folio()
` [PATCH v14 087/138] mm/filemap: Convert mapping_get_entry to return a folio
` [PATCH v14 088/138] mm/filemap: Add filemap_get_folio
` [PATCH v14 089/138] mm/filemap: Add FGP_STABLE

An cma optimization patch is used for cma_[alloc|free]
 2021-08-13  8:27 UTC  (3+ messages)
  ` 回复: [External]Re: "

[PATCH] mm/damon/Kconfig: Hide PAGE_IDLE_FLAG from users
 2021-08-13  8:20 UTC  (2+ messages)

[RFC][PATCH] netfs, afs, ceph: Use folios
 2021-08-13  8:17 UTC  (5+ messages)

(no subject)
 2021-08-13  8:14 UTC  (5+ messages)
` 

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-13  7:25 UTC  (3+ messages)
` [PATCH Part1 RFC v4 08/36] x86/sev: check the vmpl level

[RFC V2 00/10] arm64/mm: Enable FEAT_LPA2 (52 bits PA support on 4K|16K pages)
 2021-08-13  7:16 UTC  (11+ messages)
` [RFC V2 01/10] mm/mmap: Dynamically initialize protection_map[]
` [RFC V2 05/10] arm64/mm: Add CONFIG_ARM64_PA_BITS_52_[LPA|LPA2]
` [RFC V2 10/10] arm64/mm: Enable CONFIG_ARM64_PA_BITS_52 on CONFIG_ARM64_[4K|16K]_PAGES

[RFC PATCH v2 0/5] mm: Fix NFS swapfiles and use DIO for swapfiles
 2021-08-13  7:14 UTC  (12+ messages)
` [RFC PATCH v2 1/5] nfs: Fix write to swapfile failure due to generic_write_checks()
` [RFC PATCH v2 2/5] mm: Remove the callback func argument from __swap_writepage()
` [RFC PATCH v2 3/5] mm: Make swap_readpage() for SWP_FS_OPS use ->direct_IO() not ->readpage()
` [RFC PATCH v2 4/5] mm: Make __swap_writepage() do async DIO if asked for it
` [RFC PATCH v2 5/5] mm: Remove swap BIO paths and only use DIO paths [BROKEN]

[PATCH 0/2] mm: Fix NFS swapfiles and use DIO read for swapfiles
 2021-08-13  6:54 UTC  (18+ messages)
` [PATCH 1/2] nfs: Fix write to swapfile failure due to generic_write_checks()
` [PATCH 2/2] mm: Make swap_readpage() for SWP_FS_OPS use ->direct_IO() not ->readpage()

Why don't we increase nonresident_age when inactive pages are moved to the head of the inactive list again?
 2021-08-13  6:46 UTC 

[PATCH v6 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-13  6:31 UTC  (14+ messages)
` [PATCH v6 01/13] ext4/xfs: add page refcount helper
` [PATCH v6 02/13] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v6 03/13] kernel: resource: lookup_resource as exported symbol
` [PATCH v6 04/13] drm/amdkfd: add SPM support for SVM
` [PATCH v6 05/13] drm/amdkfd: generic type as sys mem on migration to ram
` [PATCH v6 06/13] include/linux/mm.h: helpers to check zone device generic type
` [PATCH v6 07/13] mm: add generic type support to migrate_vma helpers
` [PATCH v6 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages
` [PATCH v6 09/13] lib: test_hmm add ioctl to get zone device type
` [PATCH v6 10/13] lib: test_hmm add module param for "
` [PATCH v6 11/13] lib: add support for device generic type in test_hmm
` [PATCH v6 12/13] tools: update hmm-test to support device generic type
` [PATCH v6 13/13] tools: update test_hmm script to support SP config

[PATCH v6 0/2] hwpoison: fix race with hugetlb page allocation
 2021-08-13  6:29 UTC  (6+ messages)
` [PATCH v6 1/2] mm,hwpoison: "

[linux-next:master 5363/7554] kernel/sys.c:1896:17: sparse: sparse: incorrect type in assignment (different address spaces)
 2021-08-13  5:50 UTC 

[net] b0e99d0377: stress-ng.netdev.ops_per_sec 7.7% improvement
 2021-08-13  5:38 UTC 

[PATCH v5 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-13  5:18 UTC  (3+ messages)

[PATCH v3 0/3] A few gup refactorings and documentation updates
 2021-08-13  4:41 UTC  (4+ messages)
` [PATCH v3 1/3] mm/gup: documentation corrections for gup/pup
` [PATCH v3 2/3] mm/gup: small refactoring: simplify try_grab_page()
` [PATCH v3 3/3] mm/gup: Remove try_get_page(), call try_get_compound_head() directly

[PATCH v3] mm: fix condition for throttle_direct_reclaim
 2021-08-13  4:24 UTC 

[PATCH v2 00/19] ARC mm updates: support 3/4 levels and asm-generic/pgalloc
 2021-08-13  4:01 UTC  (21+ messages)
` [PATCH v2 01/19] ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 only
` [PATCH v2 02/19] ARC: mm: remove tlb paranoid code
` [PATCH v2 03/19] ARC: mm: move mmu/cache externs out to setup.h
` [PATCH v2 04/19] ARC: mm: Fixes to allow STRICT_MM_TYPECHECKS
` [PATCH v2 05/19] ARC: mm: Enable STRICT_MM_TYPECHECKS
` [PATCH v2 06/19] ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flag
` [PATCH v2 07/19] ARC: mm: pmd_populate* to use the canonical set_pmd (and drop pmd_set)
` [PATCH v2 08/19] ARC: mm: switch pgtable_t back to struct page *
` [PATCH v2 09/19] ARC: mm: switch to asm-generic/pgalloc.h
` [PATCH v2 10/19] ARC: mm: non-functional code cleanup ahead of 3 levels
` [PATCH v2 11/19] ARC: mm: move MMU specific bits out of ASID allocator
` [PATCH v2 12/19] ARC: mm: move MMU specific bits out of entry code
` [PATCH v2 13/19] ARC: mm: disintegrate mmu.h (arcv2 bits out)
` [PATCH v2 14/19] ARC: mm: disintegrate pgtable.h into levels and flags
` [PATCH v2 15/19] ARC: mm: hack to allow 2 level build with 4 level code
` [PATCH v2 16/19] ARC: mm: support 3 levels of page tables
` [PATCH v2 17/19] ARC: mm: support 4 "
` [PATCH v2 18/19] ARC: mm: vmalloc sync from kernel to user table to update PMD
` [PATCH v2 19/19] ARC: mm: introduce _PAGE_TABLE to explicitly link pgd,pud,pmd entries

[syzbot] WARNING in __set_page_dirty
 2021-08-13  3:30 UTC  (2+ messages)

[PATCH -next] trap: Cleanup trap_init()
 2021-08-13  2:27 UTC  (4+ messages)

mmotm 2021-08-12-17-34 uploaded
 2021-08-13  0:35 UTC 

Data corruption problem with swapfiles and THP
 2021-08-13  0:21 UTC  (2+ messages)

[PATCH] mm/page_alloc: don't corrupt pcppage_migratetype
 2021-08-13  0:21 UTC  (4+ messages)

[RFC PATCH] folio: Add a function to get the host inode for a folio
 2021-08-12 22:44 UTC  (2+ messages)

[PATCH v2 0/3] A few gup refactorings and documentation updates
 2021-08-12 21:59 UTC  (7+ messages)
` [PATCH v2 2/3] mm/gup: small refactoring: simplify try_grab_page()
` [PATCH v2 3/3] mm/gup: Remove try_get_page(), call try_get_compound_head() directly

[PATCH 0/5] x86: Impplement support for unaccepted memory
 2021-08-12 21:43 UTC  (34+ messages)
` [PATCH 1/5] mm: Add "
` [PATCH 2/5] efi/x86: Implement "
` [PATCH 4/5] x86/mm: Provide helpers "

[PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-08-12 19:38 UTC  (22+ messages)
` [PATCH v1 2/7] kernel/fork: factor out atomcially replacing the current MM exe_file
` [PATCH v1 3/7] kernel/fork: always deny write access to "

[PATCH 00/18] ARC mm updates to support 3 or 4 levels of paging
 2021-08-12 18:58 UTC  (6+ messages)
` [PATCH 09/18] ARC: mm: non-functional code cleanup ahead of 3 levels

[PATCH 00/16] tmpfs: HUGEPAGE and MEM_LOCK fcntls and memfds
 2021-08-12 18:19 UTC  (9+ messages)
` [PATCH 06/16] huge tmpfs: shmem_is_huge(vma, inode, index)

[PATCH] Documentation: update pagemap with SOFT_DIRTY & UFFD_WP shmem issue
 2021-08-12 15:58 UTC 

[PATCH v2 0/8] kasan: test: avoid crashing the kernel with HW_TAGS
 2021-08-12 15:44 UTC  (11+ messages)
` [PATCH v2 1/8] kasan: test: rework kmalloc_oob_right
` [PATCH v2 2/8] kasan: test: avoid writing invalid memory
` [PATCH v2 3/8] kasan: test: avoid corrupting memory via memset
` [PATCH v2 4/8] kasan: test: disable kmalloc_memmove_invalid_size for HW_TAGS
` [PATCH v2 5/8] kasan: test: only do kmalloc_uaf_memset for generic mode
` [PATCH v2 6/8] kasan: test: clean up ksize_uaf
` [PATCH v2 7/8] kasan: test: avoid corrupting memory in copy_user_test
` [PATCH v2 8/8] kasan: test: avoid corrupting memory in kasan_rcu_uaf

[linux-next:pending-fixes] BUILD SUCCESS 5c6ff2f54dee49d1c75558d08c0a4fb50f0ede14
 2021-08-12 15:18 UTC 

[linux-stable-rc:linux-5.10.y 4013/4144] drivers/ata/pata_cs5520.c:98:19: warning: initialized field overwritten
 2021-08-12 14:47 UTC 

[PATCH v4 0/2] memblock: make memblock_find_in_range method private
 2021-08-12 14:40 UTC  (2+ messages)

[PATCH 0/8] kasan: test: avoid crashing the kernel with HW_TAGS
 2021-08-12 13:02 UTC  (8+ messages)
` [PATCH 2/8] kasan: test: avoid writing invalid memory
` [PATCH 3/8] kasan: test: avoid corrupting memory via memset

[PATCH 0/4] Cleanups for shmem
 2021-08-12 12:03 UTC  (5+ messages)
` [PATCH 1/4] shmem: remove unneeded variable ret
` [PATCH 2/4] shmem: remove unneeded header file
` [PATCH 3/4] shmem: remove unneeded function forward declaration
` [PATCH 4/4] shmem: include header file to declare swap_info

[PATCH v1 0/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem
 2021-08-12 11:15 UTC  (7+ messages)
` [PATCH v1 3/3] kernel/resource: cleanup and optimize iomem_is_exclusive()

[PATCH v6 00/12] mm/debug_vm_pgtable: Enhancements
 2021-08-12 11:11 UTC  (2+ messages)


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