linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-11 14:19:41 to 2021-08-12 18:11:02 UTC [more...]

[PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-08-12 18:10 UTC  (22+ messages)
` [PATCH v1 1/7] binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()
` [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 v1 4/7] binfmt: remove in-tree usage of MAP_DENYWRITE
` [PATCH v1 5/7] mm: remove VM_DENYWRITE
` [PATCH v1 6/7] mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()
` [PATCH v1 7/7] fs: update documentation of get_write_access() and friends

[PATCH v14 000/138] Memory folios
 2021-08-12 17:48 UTC  (67+ messages)
` [PATCH v14 055/138] mm: Add arch_make_folio_accessible()
` [PATCH v14 057/138] mm/swap: Add folio_activate()
` [PATCH v14 058/138] mm/swap: Add folio_mark_accessed()
` [PATCH v14 059/138] mm/rmap: Add folio_mkclean()
` [PATCH v14 060/138] mm/migrate: Add folio_migrate_mapping()
` [PATCH v14 061/138] mm/migrate: Add folio_migrate_flags()
` [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

[PATCH 0/2] mm: Fix NFS swapfiles and use DIO read for swapfiles
 2021-08-12 17:48 UTC  (14+ 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()

(no subject)
 2021-08-12 17:28 UTC  (3+ messages)
` 

[RFC][PATCH] netfs, afs, ceph: Use folios
 2021-08-12 16:07 UTC  (3+ messages)
` [RFC][PATCH] afs: Use folios in directory handling

[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

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

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

Data corruption problem with swapfiles and THP
 2021-08-12 15:07 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  (4+ messages)
` [PATCH v4 1/2] x86/mm: memory_map_top_down: remove spurious reservation of upper 2M
` [PATCH v4 2/2] memblock: make memblock_find_in_range method private

[PATCH 0/5] x86: Impplement support for unaccepted memory
 2021-08-12 14:14 UTC  (12+ messages)
` [PATCH 1/5] mm: Add "

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

[PATCH -next] trap: Cleanup trap_init()
 2021-08-12 12:41 UTC  (2+ messages)

[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  (10+ messages)
` [PATCH v1 1/3] /dev/mem: disallow access to explicitly excluded system RAM regions
` [PATCH v1 2/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem
` [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)

[PATCH] mm/page_alloc: don't corrupt pcppage_migratetype
 2021-08-12 10:56 UTC  (3+ messages)

[RFC V2 00/10] arm64/mm: Enable FEAT_LPA2 (52 bits PA support on 4K|16K pages)
 2021-08-12 10:09 UTC  (10+ 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

[PATCH v2 0/3] A few gup refactorings and documentation updates
 2021-08-12  9:22 UTC  (8+ 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

mmap denywrite mess (Was: [GIT PULL] overlayfs fixes for 5.14-rc6)
 2021-08-12  7:12 UTC  (4+ messages)

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

[PATCH 00/18] ARC mm updates to support 3 or 4 levels of paging
 2021-08-12  6:18 UTC  (26+ messages)
` [PATCH 03/18] ARC: mm: move mmu/cache externs out to setup.h
` [PATCH 04/18] ARC: mm: remove pgd_offset_fast
` [PATCH 06/18] ARC: mm: Enable STRICT_MM_TYPECHECKS
` [PATCH 07/18] ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flag
` [PATCH 09/18] ARC: mm: non-functional code cleanup ahead of 3 levels
` [PATCH 11/18] ARC: mm: move MMU specific bits out of entry code
` [PATCH 15/18] ARC: mm: support 3 levels of page tables
` [PATCH 16/18] ARC: mm: support 4 "

[linux-next:master 6848/6860] mm/util.c:1105:6: warning: no previous prototype for function 'flush_dcache_folio'
 2021-08-12  6:07 UTC 

[PATCH v3 0/3] arm64: support page mapping percpu first chunk allocator
 2021-08-12  6:07 UTC  (2+ messages)

[linux-next:master 6715/6860] <inline asm>:9:9: error: invalid operand for instruction
 2021-08-12  4:55 UTC 

[PATCH v2 0/4] bitmap: unify for_each_bit() macros
 2021-08-12  1:23 UTC  (4+ messages)
` [PATCH 2/4] bitmap: unify find_bit operations

signed integer overflow bug in truncate_pagecache
 2021-08-12  1:08 UTC 

[linux-next:pending-fixes 99/240] drivers/soc/fsl/qe/qe_ic.c:438 qe_ic_init() warn: unsigned 'qe_ic->virq_low' is never less than zero
 2021-08-12  0:30 UTC 

[linux-next:master 4406/6860] drivers/net/ethernet/cirrus/cs89x0.c:897:20: error: implicit declaration of function 'isa_virt_to_bus'
 2021-08-12  0:21 UTC 

[PATCH 0/3] mm: optimize thp for reclaim and migration
 2021-08-11 23:12 UTC  (6+ messages)
` [PATCH 2/3] mm: free zapped tail pages when splitting isolated thp

[linux-next:master 5214/6860] kernel/sys.c:1896:19: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-08-11 21:21 UTC 

[PATCH V7 00/18] PKS/PMEM: Add Stray Write Protection
 2021-08-11 21:18 UTC  (5+ messages)
` [PATCH V7 12/18] x86/pks: Add PKS fault callbacks
` [PATCH V7 14/18] memremap_pages: Add memremap.pks_fault_mode

[patch, v2] x86/pat: pass valid address to sanitize_phys()
 2021-08-11 21:07 UTC 

[PATCH 0/1] pagemap: swap location for shared pages
 2021-08-11 20:13 UTC  (10+ messages)

[Bug 207273] New: cgroup with 1.5GB limit and 100MB rss usage OOM-kills processes due to page cache usage after upgrading to kernel 5.4
 2021-08-11 19:41 UTC  (6+ messages)

[linux-next:master 6410/6860] include/linux/compiler_types.h:328:38: error: call to '__compiletime_assert_596' declared with attribute error: BUILD_BUG failed
 2021-08-11 16:38 UTC 

Linux-next: crash in alloc_huge_page()
 2021-08-11 15:59 UTC  (5+ messages)

[PATCH] mm: slub: remove preemption disabling from put_cpu_partial
 2021-08-11 14:49 UTC  (3+ 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).