linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-02 21:53:48 to 2021-09-03 15:47:16 UTC [more...]

[PATCH v8 0/3] Anonymous VMA naming patches
 2021-09-03 15:47 UTC  (6+ messages)
` [PATCH v8 2/3] mm: add a field to store names for private anonymous memory

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-09-03 12:08 UTC  (6+ messages)
` [PATCH Part1 v5 35/38] x86/sev: Register SNP guest request platform device

[PATCH] mm: hwpoison: deal with page cache THP
 2021-09-03 11:53 UTC  (10+ messages)

incoming
 2021-09-03 11:14 UTC  (159+ messages)
` [patch 036/212] mm, slab: make flush_slab() possible to call with irqs enabled
` [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 159/212] mm/hwpoison: fix potential pte_unmap_unlock pte error
` [patch 160/212] mm/hwpoison: change argument struct page **hpagep to *hpage
` [patch 161/212] mm/hwpoison: fix some obsolete comments
` [patch 162/212] mm: hwpoison: don't drop slab caches for offlining non-LRU page
` [patch 163/212] doc: hwpoison: correct the support for hugepage
` [patch 164/212] mm: hwpoison: dump page for unhandlable page
` [patch 165/212] mm: fix panic caused by __page_handle_poison()
` [patch 166/212] hugetlb: simplify prep_compound_gigantic_page ref count racing code
` [patch 167/212] hugetlb: drop ref count earlier after page allocation
` [patch 168/212] hugetlb: before freeing hugetlb page set dtor to appropriate value
` [patch 169/212] hugetlb: fix hugetlb cgroup refcounting during vma split
` [patch 170/212] userfaultfd: change mmap_changing to atomic
` [patch 171/212] userfaultfd: prevent concurrent API initialization
` [patch 172/212] selftests/vm/userfaultfd: wake after copy failure
` [patch 173/212] mm/numa: automatically generate node migration order
` [patch 174/212] mm/migrate: update node demotion order on hotplug events
` [patch 175/212] mm/migrate: enable returning precise migrate_pages() success count
` [patch 176/212] mm/migrate: demote pages during reclaim
` [patch 177/212] mm/vmscan: add page demotion counter
` [patch 178/212] mm/vmscan: add helper for querying ability to age anonymous pages
` [patch 179/212] mm/vmscan: Consider anonymous pages without swap
` [patch 180/212] mm/vmscan: never demote for memcg reclaim
` [patch 181/212] mm/migrate: add sysfs interface to enable reclaim migration
` [patch 182/212] mm/vmpressure: replace vmpressure_to_css() with vmpressure_to_memcg()
` [patch 183/212] mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezed
` [patch 184/212] mm/vmscan: remove misleading setting to sc->priority
` [patch 185/212] mm/vmscan: remove unneeded return value of kswapd_run()
` [patch 186/212] mm/vmscan: add 'else' to remove check_pending label
` [patch 187/212] mm, vmscan: guarantee drop_slab_node() termination
` [patch 188/212] mm: compaction: optimize proactive compaction deferrals
` [patch 189/212] mm: compaction: support triggering of proactive compaction by user
` [patch 190/212] mm/mempolicy: use readable NUMA_NO_NODE macro instead of magic number
` [patch 191/212] mm/mempolicy: add MPOL_PREFERRED_MANY for multiple preferred nodes
` [patch 192/212] mm/memplicy: add page allocation function for MPOL_PREFERRED_MANY policy
` [patch 193/212] mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANY
` [patch 194/212] mm/mempolicy: advertise new MPOL_PREFERRED_MANY
` [patch 195/212] mm/mempolicy: unify the create() func for bind/interleave/prefer-many policies
` [patch 196/212] mm/mempolicy.c: use in_task() in mempolicy_slab_node()
` [patch 197/212] memblock: make memblock_find_in_range method private
` [patch 198/212] mm: introduce process_mrelease system call
` [patch 199/212] mm: wire up syscall process_mrelease
` [patch 200/212] mm/migrate: correct kernel-doc notation
` [patch 201/212] selftests: vm: add KSM merge test
` [patch 202/212] selftests: vm: add KSM unmerge test
` [patch 203/212] selftests: vm: add KSM zero page merging test
` [patch 204/212] selftests: vm: add KSM merging across nodes test
` [patch 205/212] mm: KSM: fix data type
` [patch 206/212] selftests: vm: add KSM merging time test
` [patch 207/212] selftests: vm: add COW time test for KSM pages
` [patch 208/212] mm/percpu,c: remove obsolete comments of pcpu_chunk_populated()
` [patch 209/212] mm/vmstat: correct some wrong comments
` [patch 210/212] mm/vmstat: simplify the array size calculation
` [patch 211/212] mm/vmstat: remove unneeded return value
` [patch 212/212] mm/madvise: add MADV_WILLNEED to process_madvise()

[PATCH v2] mmap_lock: Change trace and locking order
 2021-09-03 10:55 UTC  (2+ messages)

[linux-next:master 10841/11508] drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2'
 2021-09-03 10:19 UTC  (4+ messages)

[PATCH v2 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-09-03  9:45 UTC  (2+ messages)

[RFC][PATCH] mm/page_isolation: tracing: trace all test_pages_isolated failures
 2021-09-03  9:31 UTC  (4+ messages)

[syzbot] INFO: task hung in __lru_add_drain_all
 2021-09-03  8:32 UTC 

[PATCH] oom_kill: oom_score_adj broken for processes with small memory usage
 2021-09-03  7:49 UTC  (6+ messages)

[PATCH v2 0/5] mm: A few cleanup patches around zap, shmem and uffd
 2021-09-03  7:42 UTC  (11+ messages)
` [PATCH v2 1/5] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte
` [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] Add LD_NUMA_REPLICATION for glibc
 2021-09-03 15:15 UTC 

Is it possible to implement the per-node page cache for programs/libraries?
 2021-09-03  7:10 UTC  (5+ messages)

[PATCH v4 0/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem
 2021-09-03  7:02 UTC  (3+ messages)
` [PATCH v4 3/3] "

[scsi] 61b3baad24: last_state.load_disk_fail
 2021-09-03  6:28 UTC  (4+ messages)

[FIX PATCH 0/2] Fix NUMA nodes fallback list ordering
 2021-09-03  4:43 UTC  (11+ messages)
` [FIX PATCH 1/2] mm/page_alloc: Print node fallback order
` [FIX PATCH 2/2] mm/page_alloc: Use accumulated load when building node fallback list

[PATCH] mmap_lock: Change trace and locking order
 2021-09-03  2:09 UTC  (3+ messages)

Strange mmap_lock tracepoint
 2021-09-03  1:57 UTC  (4+ messages)

[linux-next:master 8048/11508] arch/mips/alchemy/devboards/db1550.c:69:2: warning: unannotated fall-through between switch labels
 2021-09-03  0:35 UTC 

[PATCH v9 1/3] mm: rearrange madvise code to allow for reuse
 2021-09-03  0:28 UTC  (4+ messages)
` [PATCH v9 2/3] mm: add a field to store names for private anonymous memory
` [PATCH v9 3/3] mm: add anonymous vma name refcounting

[PATCH 0/5] mm: A few cleanup patches around zap, shmem and uffd
 2021-09-02 23:30 UTC  (6+ messages)
` [PATCH 1/5] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte


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