linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-02 13:56:59 to 2021-09-02 21:58:22 UTC [more...]

incoming
 2021-09-02 21:58 UTC  (160+ messages)
` [patch 001/212] ia64: fix typo in a comment
` [patch 002/212] ia64: fix #endif comment for reserve_elfcorehdr()
` [patch 003/212] ia64: make reserve_elfcorehdr() static
` [patch 004/212] ia64: make num_rsvd_regions static
` [patch 005/212] ocfs2: remove an unnecessary condition
` [patch 006/212] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()
` [patch 007/212] ocfs2: ocfs2_downconvert_lock failure results in deadlock
` [patch 008/212] arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warnings
` [patch 009/212] mm, slub: don't call flush_all() from slab_debug_trace_open()
` [patch 010/212] mm, slub: allocate private object map for debugfs listings
` [patch 011/212] mm, slub: allocate private object map for validate_slab_cache()
` [patch 012/212] mm, slub: don't disable irq for debug_check_no_locks_freed()
` [patch 013/212] mm, slub: remove redundant unfreeze_partials() from put_cpu_partial()
` [patch 014/212] mm, slub: unify cmpxchg_double_slab() and __cmpxchg_double_slab()
` [patch 015/212] mm, slub: extract get_partial() from new_slab_objects()
` [patch 016/212] mm, slub: dissolve new_slab_objects() into ___slab_alloc()
` [patch 017/212] mm, slub: return slab page from get_partial() and set c->page afterwards
` [patch 018/212] mm, slub: restructure new page checks in ___slab_alloc()
` [patch 019/212] mm, slub: simplify kmem_cache_cpu and tid setup
` [patch 020/212] mm, slub: move disabling/enabling irqs to ___slab_alloc()
` [patch 021/212] mm, slub: do initial checks in ___slab_alloc() with irqs enabled
` [patch 022/212] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()
` [patch 023/212] mm, slub: restore irqs around calling new_slab()
` [patch 024/212] mm, slub: validate slab from partial list or page allocator before making it cpu slab
` [patch 025/212] mm, slub: check new pages with restored irqs
` [patch 026/212] mm, slub: stop disabling irqs around get_partial()
` [patch 027/212] mm, slub: move reset of c->page and freelist out of deactivate_slab()
` [patch 028/212] mm, slub: make locking in deactivate_slab() irq-safe
` [patch 029/212] mm, slub: call deactivate_slab() without disabling irqs
` [patch 030/212] mm, slub: move irq control into unfreeze_partials()
` [patch 031/212] mm, slub: discard slabs in unfreeze_partials() without irqs disabled
` [patch 032/212] mm, slub: detach whole partial list at once in unfreeze_partials()
` [patch 033/212] mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing
` [patch 034/212] mm, slub: only disable irq with spin_lock in __unfreeze_partials()
` [patch 035/212] mm, slub: don't disable irqs in slub_cpu_dead()
` [patch 036/212] mm, slab: make flush_slab() possible to call with irqs enabled
` [patch 037/212] mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context
` [patch 038/212] mm: slub: make object_map_lock a raw_spinlock_t
` [patch 039/212] mm, slub: optionally save/restore irqs in slab_[un]lock()/
` [patch 040/212] mm, slub: make slab_lock() disable irqs with PREEMPT_RT
` [patch 041/212] mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg
` [patch 042/212] mm, slub: use migrate_disable() on PREEMPT_RT
` [patch 043/212] mm, slub: convert kmem_cpu_slab protection to local_lock
` [patch 044/212] mm/debug_vm_pgtable: introduce struct pgtable_debug_args
` [patch 045/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in basic tests
` [patch 046/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in leaf and savewrite tests
` [patch 047/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in protnone and devmap tests
` [patch 048/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in soft_dirty and swap tests
` [patch 049/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in migration and thp tests
` [patch 050/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in PTE modifying tests
` [patch 051/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in PMD "
` [patch 052/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in PUD "
` [patch 053/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in PGD and P4D "
` [patch 054/212] mm/debug_vm_pgtable: remove unused code
` [patch 055/212] mm/debug_vm_pgtable: fix corrupted page flag
` [patch 056/212] mm: report a more useful address for reclaim acquisition
` [patch 057/212] mm: add kernel_misc_reclaimable in show_free_areas
` [patch 058/212] writeback: track number of inodes under writeback
` [patch 059/212] writeback: reliably update bandwidth estimation
` [patch 060/212] writeback: fix bandwidth estimate for spiky workload
` [patch 061/212] writeback: rename domain_update_bandwidth()
` [patch 062/212] writeback: use READ_ONCE for unlocked reads of writeback stats
` [patch 063/212] mm: remove irqsave/restore locking from contexts with irqs enabled
` [patch 064/212] fs: drop_caches: fix skipping over shadow cache inodes
` [patch 065/212] fs: inode: count invalidated shadow pages in pginodesteal
` [patch 066/212] writeback: memcg: simplify cgroup_writeback_by_id
` [patch 067/212] include/linux/buffer_head.h: fix boolreturn.cocci warnings
` [patch 068/212] mm: gup: remove set but unused local variable major
` [patch 069/212] mm: gup: remove unneed local variable orig_refs
` [patch 070/212] mm: gup: remove useless BUG_ON in __get_user_pages()
` [patch 071/212] mm: gup: fix potential pgmap refcnt leak in __gup_device_huge()
` [patch 072/212] mm: gup: use helper PAGE_ALIGNED in populate_vma_page_range()
` [patch 073/212] mm/gup: documentation corrections for gup/pup
` [patch 074/212] mm/gup: small refactoring: simplify try_grab_page()
` [patch 075/212] mm/gup: remove try_get_page(), call try_get_compound_head() directly
` [patch 076/212] fs, mm: fix race in unlinking swapfile
` [patch 077/212] mm: delete unused get_kernel_page()
` [patch 078/212] shmem: use raw_spinlock_t for ->stat_lock
` [patch 079/212] shmem: remove unneeded variable ret
` [patch 080/212] shmem: remove unneeded header file
` [patch 081/212] shmem: remove unneeded function forward declaration
` [patch 082/212] shmem: include header file to declare swap_info
` [patch 083/212] huge tmpfs: fix fallocate(vanilla) advance over huge pages
` [patch 084/212] huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZE
` [patch 085/212] huge tmpfs: remove shrinklist addition from shmem_setattr()
` [patch 086/212] huge tmpfs: revert shmem's use of transhuge_vma_enabled()
` [patch 087/212] huge tmpfs: move shmem_huge_enabled() upwards
` [patch 088/212] huge tmpfs: SGP_NOALLOC to stop collapse_file() on race
` [patch 089/212] huge tmpfs: shmem_is_huge(vma, inode, index)
` [patch 090/212] huge tmpfs: decide stat.st_blksize by shmem_is_huge()
` [patch 091/212] shmem: shmem_writepage() split unlikely i915 THP
` [patch 092/212] mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related functions
` [patch 093/212] mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg config
` [patch 094/212] mm, memcg: inline swap-related functions "
` [patch 095/212] memcg: enable accounting for pids in nested pid namespaces
` [patch 096/212] memcg: switch lruvec stats to rstat
` [patch 097/212] memcg: infrastructure to flush memcg stats
` [patch 098/212] memcg: charge fs_context and legacy_fs_context
` [patch 099/212] memcg: enable accounting for mnt_cache entries
` [patch 100/212] memcg: enable accounting for pollfd and select bits arrays
` [patch 101/212] memcg: enable accounting for file lock caches
` [patch 102/212] memcg: enable accounting for fasync_cache
` [patch 103/212] memcg: enable accounting for new namesapces and struct nsproxy
` [patch 104/212] memcg: enable accounting of ipc resources
` [patch 105/212] memcg: enable accounting for signals
` [patch 106/212] memcg: enable accounting for posix_timers_cache slab
` [patch 107/212] memcg: enable accounting for ldt_struct objects
` [patch 108/212] memcg: cleanup racy sum avoidance code
` [patch 109/212] memcg: replace in_interrupt() by !in_task() in active_memcg()
` [patch 110/212] mm: memcontrol: set the correct memcg swappiness restriction
` [patch 111/212] mm, memcg: remove unused functions
` [patch 112/212] mm, memcg: save some atomic ops when flush is already true
` [patch 113/212] memcg: fix up drain_local_stock comment
` [patch 114/212] memcg: make memcg->event_list_lock irqsafe
` [patch 115/212] selftests/vm: use kselftest skip code for skipped tests
` [patch 116/212] selftests: Fix spelling mistake "cann't" -> "cannot"
` [patch 117/212] lazy tlb: introduce lazy mm refcount helper functions
` [patch 118/212] lazy tlb: allow lazy tlb mm refcounting to be configurable
` [patch 119/212] lazy tlb: shoot lazies, a non-refcounting lazy tlb option
` [patch 120/212] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN
` [patch 121/212] mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_data
` [patch 122/212] mmc: mmc_spi: replace flush_kernel_dcache_page with flush_dcache_page
` [patch 123/212] scatterlist: "
` [patch 124/212] mm: remove flush_kernel_dcache_page
` [patch 125/212] mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing code
` [patch 126/212] mm: change fault_in_pages_* to have an unsigned size parameter
` [patch 127/212] mm/pagemap: add mmap_assert_locked() annotations to find_vma*()
` [patch 128/212] remap_file_pages: Use vma_lookup() instead of find_vma()
` [patch 129/212] mm/mremap: fix memory account on do_munmap() failure
` [patch 130/212] mm/bootmem_info.c: mark __init on register_page_bootmem_info_section
` [patch 131/212] mm: sparse: pass section_nr to section_mark_present
` [patch 132/212] mm: sparse: pass section_nr to find_memory_block
` [patch 133/212] mm: sparse: remove __section_nr() function
` [patch 134/212] mm/sparse: set SECTION_NID_SHIFT to 6
` [patch 135/212] include/linux/mmzone.h: avoid a warning in sparse memory support
` [patch 136/212] mm/sparse: clarify pgdat_to_phys
` [patch 137/212] mm/vmalloc: use batched page requests in bulk-allocator
` [patch 138/212] mm/vmalloc: remove gfpflags_allow_blocking() check
` [patch 139/212] lib/test_vmalloc.c: add a new 'nr_pages' parameter
` [patch 140/212] mm/vmalloc: fix wrong behavior in vread
` [patch 141/212] mm/kasan: move kasan.fault to mm/kasan/report.c
` [patch 142/212] kasan: test: rework kmalloc_oob_right
` [patch 143/212] kasan: test: avoid writing invalid memory
` [patch 144/212] kasan: test: avoid corrupting memory via memset
` [patch 145/212] kasan: test: disable kmalloc_memmove_invalid_size for HW_TAGS
` [patch 146/212] kasan: test: only do kmalloc_uaf_memset for generic mode
` [patch 147/212] kasan: test: clean up ksize_uaf
` [patch 148/212] kasan: test: avoid corrupting memory in copy_user_test
` [patch 149/212] kasan: test: avoid corrupting memory in kasan_rcu_uaf
` [patch 150/212] mm/page_alloc: always initialize memory map for the holes
` [patch 151/212] microblaze: simplify pte_alloc_one_kernel()
` [patch 152/212] mm: introduce memmap_alloc() to unify memory map allocation
` [patch 153/212] memblock: stop poisoning raw allocations
` [patch 154/212] mm/page_alloc.c: fix 'zone_id' may be used uninitialized in this function warning
` [patch 155/212] mm/page_alloc: make alloc_node_mem_map() __init rather than __ref
` [patch 156/212] mm/page_alloc.c: use in_task()
` [patch 157/212] mm/page_isolation: tracing: trace all test_pages_isolated failures
` [patch 158/212] mm/hwpoison: remove unneeded variable unmap_success

[PATCH 0/5] mm: A few cleanup patches around zap, shmem and uffd
 2021-09-02 21:54 UTC  (8+ messages)
` [PATCH 1/5] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte
` [PATCH 4/5] mm: Introduce zap_details.zap_flags

[linux-next:master] BUILD REGRESSION 34560ced20599a01660a693f464c7c7dc83db1d9
 2021-09-02 20:57 UTC 

[RFC] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-09-02 20:42 UTC  (15+ messages)

[PATCH v2 0/5] mm: A few cleanup patches around zap, shmem and uffd
 2021-09-02 20:18 UTC  (6+ messages)
` [PATCH v2 1/5] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte
` [PATCH v2 2/5] mm: Clear vmf->pte after pte_unmap_same() returns
` [PATCH v2 3/5] mm: Drop first_index/last_index in zap_details
` [PATCH v2 4/5] mm: Add zap_skip_check_mapping() helper
` [PATCH v2 5/5] mm: Add ZAP_FLAG_SKIP_SWAP and zap_flags

[PATCH 0/1 v2] Protect vmstats on PREEMPT_RT
 2021-09-02 20:07 UTC  (4+ messages)
` [PATCH 1/1] mm/vmstat: Protect per cpu variables with preempt disable on RT

[GIT PULL] memblock
 2021-09-02 20:05 UTC  (2+ messages)

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-09-02 19:58 UTC  (9+ messages)
` [PATCH Part1 v5 34/38] x86/sev: Add snp_msg_seqno() helper
` [PATCH Part1 v5 35/38] x86/sev: Register SNP guest request platform device

slub: BUG: Invalid wait context
 2021-09-02 19:55 UTC  (6+ messages)

[PATCH] oom_kill: oom_score_adj broken for processes with small memory usage
 2021-09-02 19:55 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 521f6987a1166d4b332f6c85158750b94fd5c083
 2021-09-02 19:18 UTC 

[PATCH] mm: hwpoison: deal with page cache THP
 2021-09-02 18:32 UTC  (9+ messages)

[PATCH RESEND 0/8] hugetlb: add demote/split page functionality
 2021-09-02 18:17 UTC  (9+ messages)

[PATCH v1 00/14] Add MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-09-02 18:07 UTC  (11+ messages)
` [PATCH v1 03/14] mm: add iomem vma selection for memory migration

[PATCH v4 0/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem
 2021-09-02 16:09 UTC  (4+ messages)
` [PATCH v4 1/3] kernel/resource: clean up and optimize iomem_is_exclusive()
` [PATCH v4 2/3] kernel/resource: disallow access to exclusive system RAM regions
` [PATCH v4 3/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem

[GIT PULL] Memory folios for v5.15
 2021-09-02 15:13 UTC  (12+ messages)

[RFC PATCH 0/1] mm: provide one common K(x) macro
 2021-09-02 14:52 UTC  (6+ messages)
` [RFC PATCH 1/1] "

[PATCH v2 0/5] Cleanups and fixup for page_alloc
 2021-09-02 14:03 UTC  (3+ messages)
` [PATCH v2 3/5] mm/page_alloc.c: fix obsolete comment in free_pcppages_bulk()

[RFC PATCH v2 00/19] PKS write protected page tables
 2021-09-02 13:56 UTC  (6+ messages)
` [RFC PATCH v2 11/19] mm/sparsemem: Use alloc_table() for table allocations


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