linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-15 03:56:49 to 2020-10-16 02:47:07 UTC [more...]

[patch 001/156] device-dax/kmem: fix resource release
 2020-10-16  2:47 UTC  (92+ messages)
` [patch 002/156] powerpc/mm: add DEBUG_VM WARN for pmd_clear
` [patch 003/156] powerpc/mm: move setting pte specific flags to pfn_pte
` [patch 004/156] mm/debug_vm_pgtable/ppc64: avoid setting top bits in radom value
` [patch 005/156] mm/debug_vm_pgtables/hugevmap: use the arch helper to identify huge vmap support
` [patch 006/156] mm/debug_vm_pgtable/savedwrite: enable savedwrite test with CONFIG_NUMA_BALANCING
` [patch 007/156] mm/debug_vm_pgtable/THP: mark the pte entry huge before using set_pmd/pud_at
` [patch 008/156] mm/debug_vm_pgtable/set_pte/pmd/pud: don't use set_*_at to update an existing pte entry
` [patch 009/156] mm/debug_vm_pgtable/locks: move non page table modifying test together
` [patch 010/156] mm/debug_vm_pgtable/locks: take correct page table lock
` [patch 011/156] mm/debug_vm_pgtable/thp: use page table depost/withdraw with THP
` [patch 012/156] mm/debug_vm_pgtable/pmd_clear: don't use pmd/pud_clear on pte entries
` [patch 013/156] mm/debug_vm_pgtable/hugetlb: disable hugetlb test on ppc64
` [patch 014/156] mm/debug_vm_pgtable: avoid none pte in pte_clear_test
` [patch 015/156] mm/debug_vm_pgtable: avoid doing memory allocation with pgtable_t mapped
` [patch 016/156] XArray: add xa_get_order
` [patch 017/156] XArray: add xas_split
` [patch 018/156] mm/filemap: fix storing to a THP shadow entry
` [patch 019/156] mm/filemap: fix page cache removal for arbitrary sized THPs
` [patch 020/156] mm/memory: remove page fault assumption of compound page size
` [patch 021/156] mm/page_owner: change split_page_owner to take a count
` [patch 022/156] mm/huge_memory: fix total_mapcount assumption of page size
` [patch 023/156] mm/huge_memory: fix split "
` [patch 024/156] mm/huge_memory: fix page_trans_huge_mapcount assumption of THP size
` [patch 025/156] mm/huge_memory: fix can_split_huge_page "
` [patch 026/156] mm/rmap: fix assumptions "
` [patch 027/156] mm/truncate: fix truncation for pages of arbitrary size
` [patch 028/156] mm/page-writeback: support tail pages in wait_for_stable_page
` [patch 029/156] mm/vmscan: allow arbitrary sized pages to be paged out
` [patch 030/156] fs: add a filesystem flag for THPs
` [patch 031/156] fs: do not update nr_thps for mappings which support THPs
` [patch 032/156] mm: fix a race during THP splitting
` [patch 033/156] mm/readahead: add DEFINE_READAHEAD
` [patch 034/156] mm/readahead: make page_cache_ra_unbounded take a readahead_control
` [patch 035/156] mm/readahead: make do_page_cache_ra "
` [patch 036/156] mm/readahead: make ondemand_readahead "
` [patch 037/156] mm/readahead: pass readahead_control to force_page_cache_ra
` [patch 038/156] mm/readahead: add page_cache_sync_ra and page_cache_async_ra
` [patch 039/156] mm/filemap: fold ra_submit into do_sync_mmap_readahead
` [patch 040/156] mm/readahead: pass a file_ra_state into force_page_cache_ra
` [patch 041/156] mm,hwpoison: cleanup unused PageHuge() check
` [patch 042/156] mm, hwpoison: remove recalculating hpage
` [patch 043/156] mm,hwpoison-inject: don't pin for hwpoison_filter
` [patch 044/156] mm,hwpoison: unexport get_hwpoison_page and make it static
` [patch 045/156] mm,hwpoison: refactor madvise_inject_error
` [patch 046/156] mm,hwpoison: kill put_hwpoison_page
` [patch 047/156] mm,hwpoison: unify THP handling for hard and soft offline
` [patch 048/156] mm,hwpoison: rework soft offline for free pages
` [patch 049/156] mm,hwpoison: rework soft offline for in-use pages
` [patch 050/156] mm,hwpoison: refactor soft_offline_huge_page and __soft_offline_page
` [patch 051/156] mm,hwpoison: return 0 if the page is already poisoned in soft-offline
` [patch 052/156] mm,hwpoison: introduce MF_MSG_UNSPLIT_THP
` [patch 053/156] mm,hwpoison: double-check page count in __get_any_page()
` [patch 054/156] mm,hwpoison: try to narrow window race for free pages
` [patch 055/156] mm/page_poison.c: replace bool variable with static key
` [patch 056/156] mm/vmstat.c: use helper macro abs()
` [patch 057/156] mm/util.c: update the kerneldoc for kstrdup_const()
` [patch 058/156] mm/mmu_notifier: fix mmget() assert in __mmu_interval_notifier_insert
` [patch 059/156] mm/memory_hotplug: inline __offline_pages() into offline_pages()
` [patch 060/156] mm/memory_hotplug: enforce section granularity when onlining/offlining
` [patch 061/156] mm/memory_hotplug: simplify page offlining
` [patch 062/156] mm/page_alloc: simplify __offline_isolated_pages()
` [patch 063/156] mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages()
` [patch 064/156] mm/page_isolation: simplify return value of start_isolate_page_range()
` [patch 065/156] mm/memory_hotplug: simplify page onlining
` [patch 066/156] mm/page_alloc: drop stale pageblock comment in memmap_init_zone*()
` [patch 067/156] mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()
` [patch 068/156] mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memory
` [patch 069/156] kernel/resource: make release_mem_region_adjustable() never fail
` [patch 070/156] kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED
` [patch 071/156] mm/memory_hotplug: guard more declarations by CONFIG_MEMORY_HOTPLUG
` [patch 072/156] mm/memory_hotplug: prepare passing flags to add_memory() and friends
` [patch 073/156] mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM resources
` [patch 074/156] virtio-mem: try to merge system ram resources
` [patch 075/156] xen/balloon: "
` [patch 076/156] hv_balloon: "
` [patch 077/156] kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()
` [patch 078/156] mm: don't panic when links can't be created in sysfs
` [patch 079/156] mm/page_alloc: convert "report" flag of __free_one_page() to a proper flag
` [patch 080/156] mm/page_alloc: place pages to tail in __putback_isolated_page()
` [patch 081/156] mm/page_alloc: move pages to tail in move_to_free_list()
` [patch 082/156] mm/page_alloc: place pages to tail in __free_pages_core()
` [patch 083/156] mm/memory_hotplug: update comment regarding zone shuffling
` [patch 084/156] zram: failing to decompress is WARN_ON worthy
` [patch 085/156] mm/slab.h: remove duplicate include
` [patch 086/156] mm/page_reporting.c: drop stale list head check in page_reporting_cycle
` [patch 087/156] mm/highmem.c: clean up endif comments
` [patch 088/156] mm: use self-explanatory macros rather than "2"
` [patch 089/156] mm: fix some broken comments
` [patch 090/156] mm: fix some comments formatting
` [patch 091/156] mm/workingset.c: fix some doc warnings
` [patch 092/156] mm: use helper function put_write_access()

incoming
 2020-10-16  2:40 UTC 

[RFC PATCH 0/6] mm and ptrace: Track dumpability until task is freed
 2020-10-16  2:40 UTC  (7+ messages)
` [RFC PATCH 1/6] ptrace: Keep mm around after exit_mm() for __ptrace_may_access()
` [RFC PATCH 2/6] refcount: Move refcount_t definition into linux/types.h
` [RFC PATCH 3/6] mm: Add refcount for preserving mm_struct without pgd
` [RFC PATCH 4/6] mm, oom: Use mm_ref()/mm_unref() and avoid mmdrop_async()
` [RFC PATCH 5/6] ptrace: Use mm_ref() for ->exit_mm
` [RFC PATCH 6/6] mm: remove now-unused mmdrop_async()

[PATCH v1 00/29] virtio-mem: Big Block Mode (BBM)
 2020-10-16  2:16 UTC  (31+ messages)
` [PATCH v1 01/29] virtio-mem: determine nid only once using memory_add_physaddr_to_nid()
` [PATCH v1 02/29] virtio-mem: simplify calculation in virtio_mem_mb_state_prepare_next_mb()
` [PATCH v1 03/29] virtio-mem: simplify MAX_ORDER - 1 / pageblock_order handling
` [PATCH v1 04/29] virtio-mem: drop rc2 in virtio_mem_mb_plug_and_add()
` [PATCH v1 05/29] virtio-mem: generalize check for added memory
` [PATCH v1 06/29] virtio-mem: generalize virtio_mem_owned_mb()
` [PATCH v1 08/29] virtio-mem: drop last_mb_id
` [PATCH v1 11/29] virtio-mem: use "unsigned long" for nr_pages when fake onlining/offlining
` [PATCH v1 15/29] virito-mem: document Sub Block Mode (SBM)
` [PATCH v1 27/29] mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one memory block

[PATCH] zsmalloc: Rework the list_add code in insert_zspage()
 2020-10-16  0:27 UTC  (3+ messages)

cgroup and FALLOC_FL_PUNCH_HOLE: WARNING: CPU: 13 PID: 2438 at mm/page_counter.c:57 page_counter_uncharge+0x4b/0x5
 2020-10-15 23:14 UTC  (9+ messages)

[RFC PATCH 0/3] hugetlbfs: introduce hinode_rwsem for pmd sharing synchronization
 2020-10-15 23:05 UTC  (3+ messages)
` [RFC PATCH 2/3] "

[PATCH v3 0/3] Actually fix freelist pointer vs redzoning
 2020-10-15 22:03 UTC  (4+ messages)

[PATCH 5/8] x86/clear_page: add clear_page_uncached()
 2020-10-15 21:40 UTC  (9+ messages)

[PATCH 0/4] Some more lock_page work
 2020-10-15 21:21 UTC  (12+ messages)
    ` Possible deadlock in fuse write path (Was: Re: [PATCH 0/4] Some more lock_page work..)

[PATCH v4 0/5] Speed up mremap on large regions
 2020-10-15 20:40 UTC  (4+ messages)
` [PATCH v4 2/5] arm64: mremap speedup - Enable HAVE_MOVE_PMD

[linux-next:master] BUILD REGRESSION 03d992bd2de6c7f2c9bbd4260ff104c0926ce3ff
 2020-10-15 20:26 UTC 

[RFC]: userspace memory reaping
 2020-10-15 19:32 UTC  (8+ messages)

[PATCH v2 00/16] Allow readpage to return a locked page
 2020-10-15 19:03 UTC  (15+ messages)
` [PATCH v2 01/16] mm: Add AOP_UPDATED_PAGE return value
` [PATCH v2 02/16] mm: Inline wait_on_page_read into its one caller
` [PATCH v2 15/16] iomap: Inline iomap_iop_set_range_uptodate "
` [PATCH v2 16/16] iomap: Make readpage synchronous

[PATCH 0/2] vfs: move the clone/dedupe/remap helpers to a single file
 2020-10-15 16:46 UTC  (7+ messages)
` [PATCH 1/2] vfs: move generic_remap_checks out of mm
` [PATCH 3/2] vfs: move the generic write and copy checks "

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-15 15:29 UTC  (10+ messages)
` [PATCH v2 14/17] resource: Move devmem revoke code to resource framework

[PATCH v21 10/18] mm/damon: Implement a debugfs-based user space interface
 2020-10-15 15:22 UTC  (2+ messages)

[PATCH 1/2] mm/mprotect: Call arch_validate_prot under mmap_lock and with length
 2020-10-15 14:53 UTC  (10+ messages)

[PATCH v6 00/11] Introduces new functions for tracking lockless pagetable walks
 2020-10-15 14:46 UTC  (4+ messages)
` [PATCH v6 02/11] mm/gup: Use functions to track lockless pgtbl walks on gup_pgd_range

[PATCH RFC 0/8] kasan: hardware tag-based mode for production use on arm64
 2020-10-15 14:41 UTC  (6+ messages)
` [PATCH RFC 5/8] kasan: mark kasan_init_tags as __init
` [PATCH RFC 8/8] kasan: add and integrate kasan_mode boot param

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-15 14:15 UTC  (12+ messages)
` [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64

[PATCH] mm: fix potential pte_unmap_unlock pte error
 2020-10-15 13:19 UTC  (3+ messages)

[PATCH] mm, oom: enable rate-limiting controls for oom dumps
 2020-10-15 13:05 UTC  (7+ messages)

[PATCH v4] kthread_worker: Prevent queuing delayed work from timer_fn when it is being canceled
 2020-10-15 12:38 UTC  (2+ messages)

BUG: KASAN: global-out-of-bounds in vprintk_store on x86_64
 2020-10-15 12:22 UTC  (7+ messages)
    ` [PATCH] printk: ringbuffer: Wrong data pointer when appending small string

[linux-next:pending-fixes] BUILD SUCCESS 0a18568236af1b27cbd4cdd4113e68ec65ffa9fb
 2020-10-15 11:38 UTC 

[PATCH v9 00/29] arm64: Memory Tagging Extension user-space support
 2020-10-15 11:14 UTC  (9+ messages)
` [PATCH v9 29/29] arm64: mte: Add Memory Tagging Extension documentation

[PATCH 00/14] Transparent Huge Page support for XFS
 2020-10-15  9:52 UTC  (7+ messages)
` [PATCH 03/14] iomap: Support THPs in BIO completion path
` [PATCH 04/14] iomap: Support THPs in iomap_adjust_read_range
` [PATCH 08/14] iomap: Support THPs in readahead

[PATCH 0/2] device-dax subdivision v5 to v6 fixups
 2020-10-15  9:28 UTC  (3+ messages)
` [PATCH 1/2] device-dax/kmem: Fix resource release

[PATCH v8 0/2] avoid xfs transaction reservation recursion
 2020-10-15  8:31 UTC  (5+ messages)
` [PATCH v8 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v8 2/2] xfs: avoid transaction reservation recursion

[PATCH v2 00/22] add Object Storage Media Pool (mpool)
 2020-10-15  8:02 UTC  (2+ messages)

[PATCH v2] mm/hmm: make device private reference counts zero based
 2020-10-15  7:44 UTC  (3+ messages)

[PATCH] mm: make __invalidate_mapping_pages() static
 2020-10-15  6:09 UTC  (2+ messages)

[PATCH v3 0/8] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-15  5:40 UTC  (3+ messages)
` [PATCH v3 8/8] mm: Update DMA zones description

[PATCH RFC V3 0/9] PKS: Add Protection Keys Supervisor (PKS) support RFC v3
 2020-10-15  4:46 UTC  (12+ messages)
` [PATCH RFC V3 7/9] x86/entry: Preserve PKRS MSR across exceptions
` [PATCH RFC V3 8/9] x86/fault: Report the PKRS state on fault
` [PATCH RFC V3 9/9] x86/pks: Add PKS test code


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