mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-28 19:26:41 to 2021-11-05 20:41:15 UTC [more...]

incoming
 2021-11-05 20:41 UTC  (126+ messages)
` [patch 001/262] scripts/spelling.txt: add more spellings to spelling.txt
` [patch 002/262] scripts/spelling.txt: fix "mistake" version of "synchronization"
` [patch 003/262] scripts/decodecode: fix faulting instruction no print when opps.file is DOS format
` [patch 004/262] ocfs2: fix handle refcount leak in two exception handling paths
` [patch 005/262] ocfs2: cleanup journal init and shutdown
` [patch 006/262] ocfs2/dlm: remove redundant assignment of variable ret
` [patch 007/262] ocfs2: fix data corruption on truncate
` [patch 008/262] ocfs2: do not zero pages beyond i_size
` [patch 009/262] fs/posix_acl.c: avoid -Wempty-body warning
` [patch 010/262] d_path: fix Kernel doc validator complaining
` [patch 011/262] mm: move kvmalloc-related functions to slab.h
` [patch 012/262] mm/slab.c: remove useless lines in enable_cpucache()
` [patch 013/262] slub: add back check for free nonslab objects
` [patch 014/262] mm, slub: change percpu partial accounting from objects to pages
` [patch 015/262] mm/slub: increase default cpu partial list sizes
` [patch 016/262] mm, slub: use prefetchw instead of prefetch
` [patch 017/262] mm: disable NUMA_BALANCING_DEFAULT_ENABLED and TRANSPARENT_HUGEPAGE on PREEMPT_RT
` [patch 018/262] mm: don't include <linux/dax.h> in <linux/mempolicy.h>
` [patch 019/262] lib/stackdepot: include gfp.h
` [patch 020/262] lib/stackdepot: remove unused function argument
` [patch 021/262] lib/stackdepot: introduce __stack_depot_save()
` [patch 022/262] kasan: common: provide can_alloc in kasan_save_stack()
` [patch 023/262] kasan: generic: introduce kasan_record_aux_stack_noalloc()
` [patch 024/262] workqueue, kasan: avoid alloc_pages() when recording stack
` [patch 025/262] kasan: fix tag for large allocations when using CONFIG_SLAB
` [patch 026/262] kasan: test: add memcpy test that avoids out-of-bounds write
` [patch 027/262] mm/smaps: fix shmem pte hole swap calculation
` [patch 028/262] mm/smaps: use vma->vm_pgoff directly when counting partial swap
` [patch 029/262] mm/smaps: simplify shmem handling of pte holes
` [patch 030/262] mm: debug_vm_pgtable: don't use __P000 directly
` [patch 031/262] kasan: test: bypass __alloc_size checks
` [patch 032/262] rapidio: avoid bogus __alloc_size warning
` [patch 033/262] Compiler Attributes: add __alloc_size() for better bounds checking
` [patch 034/262] slab: clean up function prototypes
` [patch 035/262] slab: add __alloc_size attributes for better bounds checking
` [patch 036/262] mm/kvmalloc: "
` [patch 037/262] mm/vmalloc: "
` [patch 038/262] mm/page_alloc: "
` [patch 039/262] percpu: "
` [patch 040/262] mm/page_ext.c: fix a comment
` [patch 041/262] mm: stop filemap_read() from grabbing a superfluous page
` [patch 042/262] mm: export bdi_unregister
` [patch 043/262] mtd: call bdi_unregister explicitly
` [patch 044/262] fs: explicitly unregister per-superblock BDIs
` [patch 045/262] mm: don't automatically unregister bdis
` [patch 046/262] mm: simplify bdi refcounting
` [patch 047/262] mm: don't read i_size of inode unless we need it
` [patch 048/262] mm/filemap.c: remove bogus VM_BUG_ON
` [patch 049/262] mm: move more expensive part of XA setup out of mapping check
` [patch 050/262] mm/gup: further simplify __gup_device_huge()
` [patch 051/262] mm/swapfile: remove needless request_queue NULL pointer check
` [patch 052/262] mm/swapfile: fix an integer overflow in swap_show()
` [patch 053/262] mm: optimise put_pages_list()
` [patch 054/262] mm/memcg: drop swp_entry_t* in mc_handle_file_pte()
` [patch 055/262] memcg: flush stats only if updated
` [patch 056/262] memcg: unify memcg stat flushing
` [patch 057/262] mm/memcg: remove obsolete memcg_free_kmem()
` [patch 058/262] mm/list_lru.c: prefer struct_size over open coded arithmetic
` [patch 059/262] memcg, kmem: further deprecate kmem.limit_in_bytes
` [patch 060/262] mm: list_lru: remove holding lru lock
` [patch 061/262] mm: list_lru: fix the return value of list_lru_count_one()
` [patch 062/262] mm: memcontrol: remove kmemcg_id reparenting
` [patch 063/262] mm: memcontrol: remove the kmem states
` [patch 064/262] mm: list_lru: only add memcg-aware lrus to the global lru list
` [patch 065/262] mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks
` [patch 066/262] mm, oom: do not trigger out_of_memory from the #PF
` [patch 067/262] memcg: prohibit unconditional exceeding the limit of dying tasks
` [patch 068/262] mm/mmap.c: fix a data race of mm->total_vm
` [patch 069/262] mm: use __pfn_to_section() instead of open coding it
` [patch 070/262] mm/memory.c: avoid unnecessary kernel/user pointer conversion
` [patch 071/262] mm/memory.c: use correct VMA flags when freeing page-tables
` [patch 072/262] mm/shmem: unconditionally set pte dirty in mfill_atomic_install_pte
` [patch 073/262] mm: clear vmf->pte after pte_unmap_same() returns
` [patch 074/262] mm: drop first_index/last_index in zap_details
` [patch 075/262] mm: add zap_skip_check_mapping() helper
` [patch 076/262] mm: introduce pmd_install() helper
` [patch 077/262] mm: remove redundant smp_wmb()
` [patch 078/262] Documentation: update pagemap with shmem exceptions
` [patch 079/262] lazy tlb: introduce lazy mm refcount helper functions
` [patch 080/262] lazy tlb: allow lazy tlb mm refcounting to be configurable
` [patch 081/262] lazy tlb: shoot lazies, a non-refcounting lazy tlb option
` [patch 082/262] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN
` [patch 083/262] memory: remove unused CONFIG_MEM_BLOCK_SIZE
` [patch 084/262] mm/mprotect.c: avoid repeated assignment in do_mprotect_pkey()
` [patch 085/262] mm/mremap: don't account pages in vma_to_resize()
` [patch 086/262] include/linux/io-mapping.h: remove fallback for writecombine
` [patch 087/262] mm: mmap_lock: remove redundant newline in TP_printk
` [patch 088/262] mm: mmap_lock: use DECLARE_EVENT_CLASS and DEFINE_EVENT_FN
` [patch 089/262] mm/vmalloc: repair warn_alloc()s in __vmalloc_area_node()
` [patch 090/262] mm/vmalloc: don't allow VM_NO_GUARD on vmap()
` [patch 091/262] mm/vmalloc: make show_numa_info() aware of hugepage mappings
` [patch 092/262] mm/vmalloc: make sure to dump unpurged areas in /proc/vmallocinfo
` [patch 093/262] mm/vmalloc: do not adjust the search size for alignment overhead
` [patch 094/262] mm/vmalloc: check various alignments when debugging
` [patch 095/262] vmalloc: back off when the current task is OOM-killed
` [patch 096/262] vmalloc: choose a better start address in vm_area_register_early()
` [patch 097/262] arm64: support page mapping percpu first chunk allocator
` [patch 098/262] kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC
` [patch 099/262] mm/vmalloc: be more explicit about supported gfp flags
` [patch 100/262] mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory allocation
` [patch 101/262] lib/test_vmalloc.c: use swap() to make code cleaner
` [patch 102/262] mm/large system hash: avoid possible NULL deref in alloc_large_system_hash
` [patch 103/262] mm/page_alloc.c: remove meaningless VM_BUG_ON() in pindex_to_order()
` [patch 104/262] mm/page_alloc.c: simplify the code by using macro K()
` [patch 105/262] mm/page_alloc.c: fix obsolete comment in free_pcppages_bulk()
` [patch 106/262] mm/page_alloc.c: use helper function zone_spans_pfn()
` [patch 107/262] mm/page_alloc.c: avoid allocating highmem pages via alloc_pages_exact[_nid]
` [patch 108/262] mm/page_alloc: print node fallback order
` [patch 109/262] mm/page_alloc: use accumulated load when building node fallback list
` [patch 110/262] mm: move node_reclaim_distance to fix NUMA without SMP
` [patch 111/262] mm: move fold_vm_numa_events() "
` [patch 112/262] mm/page_alloc.c: do not acquire zone lock in is_free_buddy_page()
` [patch 113/262] mm/page_alloc: detect allocation forbidden by cpuset and bail out early
` [patch 114/262] mm/page_alloc.c: show watermark_boost of zone in zoneinfo
` [patch 115/262] mm: create a new system state and fix core_kernel_text()
` [patch 116/262] mm: make generic arch_is_kernel_initmem_freed() do what it says
` [patch 117/262] powerpc: use generic version of arch_is_kernel_initmem_freed()
` [patch 118/262] s390: "
` [patch 119/262] mm: page_alloc: use migrate_disable() in drain_local_pages_wq()
` [patch 120/262] mm/page_alloc: use clamp() to simplify code
` [patch 121/262] mm: fix data race in PagePoisoned()
` [patch 122/262] mm/memory_failure: constify static mm_walk_ops
` [patch 123/262] mm: filemap: coding style cleanup for filemap_map_pmd()
` [patch 124/262] mm: hwpoison: refactor refcount check handling
` [patch 125/262] mm: shmem: don't truncate page if memory failure happens

[folded-merged] mm-damon-introduce-damon-based-reclamation-damon_reclaim-fix.patch removed from -mm tree
 2021-11-05 18:50 UTC 

[folded-merged] mm-damon-paddr-support-the-pageout-scheme-fix.patch removed from -mm tree
 2021-11-05 18:49 UTC 

[folded-merged] mm-damon-vaddr-separate-commonly-usable-functions-fix.patch removed from -mm tree
 2021-11-05 18:48 UTC 

[folded-merged] kfence-limit-currently-covered-allocations-when-pool-nearly-full-fix-fix.patch removed from -mm tree
 2021-11-05 18:47 UTC 

[folded-merged] kfence-limit-currently-covered-allocations-when-pool-nearly-full-fix.patch removed from -mm tree
 2021-11-05 18:47 UTC 

[folded-merged] zram-introduce-an-aged-idle-interface-v6.patch removed from -mm tree
 2021-11-05 18:46 UTC 

[folded-merged] zram-introduce-an-aged-idle-interface-v5.patch removed from -mm tree
 2021-11-05 18:46 UTC 

[folded-merged] mm-highmem-remove-deprecated-kmap_atomic-fix.patch removed from -mm tree
 2021-11-05 18:45 UTC 

[folded-merged] memory-hotplugrst-document-the-auto-movable-online-policy-v2.patch removed from -mm tree
 2021-11-05 18:44 UTC 

[folded-merged] mm-vmstat-annotate-data-race-for-zone-free_areanr_free-fix.patch removed from -mm tree
 2021-11-05 18:44 UTC 

[folded-merged] memblock-use-memblock_free-for-freeing-virtual-pointers-fix.patch removed from -mm tree
 2021-11-05 18:43 UTC 

[folded-merged] mm-hugepages-add-hugetlb-vma-mremap-test-v8-fix.patch removed from -mm tree
 2021-11-05 18:41 UTC 

[folded-merged] mm-hugepages-add-hugetlb-vma-mremap-test-v8.patch removed from -mm tree
 2021-11-05 18:41 UTC 

[folded-merged] hugetlb-add-hugetlb-demote-page-support-v4.patch removed from -mm tree
 2021-11-05 18:40 UTC 

[folded-merged] hugetlb-add-demote-hugetlb-page-sysfs-interfaces-fix.patch removed from -mm tree
 2021-11-05 18:39 UTC 

[folded-merged] mm-shmem-dont-truncate-page-if-memory-failure-happens-fix-2.patch removed from -mm tree
 2021-11-05 18:39 UTC 

[folded-merged] mm-vmalloc-introduce-alloc_pages_bulk_array_mempolicy-to-accelerate-memory-allocation-fix-2.patch removed from -mm tree
 2021-11-05 18:37 UTC 

[folded-merged] mm-vmalloc-introduce-alloc_pages_bulk_array_mempolicy-to-accelerate-memory-allocation-fix.patch removed from -mm tree
 2021-11-05 18:37 UTC 

[folded-merged] mm-vmalloc-introduce-alloc_pages_bulk_array_mempolicy-to-accelerate-memory-allocation-checkpatch-fixes.patch removed from -mm tree
 2021-11-05 18:37 UTC 

[folded-merged] kasan-arm64-fix-pcpu_page_first_chunk-crash-with-kasan_vmalloc-fix.patch removed from -mm tree
 2021-11-05 18:37 UTC 

[folded-merged] memcg-kmem-further-deprecate-kmemlimit_in_bytes-fix.patch removed from -mm tree
 2021-11-05 18:34 UTC 

[folded-merged] memcg-kmem-further-deprecate-kmemlimit_in_bytes-checkpatch-fixes.patch removed from -mm tree
 2021-11-05 18:34 UTC 

[folded-merged] mm-simplify-bdi-refcounting-fix-fix.patch removed from -mm tree
 2021-11-05 18:31 UTC 

[folded-merged] mm-simplify-bdi-refcounting-fix.patch removed from -mm tree
 2021-11-05 18:31 UTC 

[folded-merged] mm-move-kvmalloc-related-functions-to-slabh-fix.patch removed from -mm tree
 2021-11-05 18:30 UTC 

+ mm-highmem-remove-deprecated-kmap_atomic-fix.patch added to -mm tree
 2021-11-05 18:08 UTC 

+ mmhugetlb-remove-mlock-ulimit-for-shm_hugetlb.patch added to -mm tree
 2021-11-05  6:22 UTC 

[to-be-updated] mmhugetlb-remove-mlock-ulimit-for-shm_hugetlb.patch removed from -mm tree
 2021-11-05  6:20 UTC 

[to-be-updated] mm-zsmallocc-combine-two-atomic-ops-in-zs_pool_dec_isolated.patch removed from -mm tree
 2021-11-04 22:10 UTC 

[alternative-merged] mm-disable-zsmalloc-on-preempt_rt.patch removed from -mm tree
 2021-11-04 22:08 UTC 

[nacked] mm-memory_hotplug-make-hwpoisoned-dirty-swapcache-pages-unmovable.patch removed from -mm tree
 2021-11-04 22:07 UTC 

[nacked] oom_kill-oom_score_adj-broken-for-processes-with-small-memory-usage.patch removed from -mm tree
 2021-11-04 21:54 UTC 

[obsolete] restore-acct_reclaim_writeback-for-folio.patch removed from -mm tree
 2021-11-04  1:48 UTC 

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2021-11-04  1:47 UTC 

[obsolete] linux-next-rejects-fix.patch removed from -mm tree
 2021-11-04  1:47 UTC 

[obsolete] linux-next-rejects.patch removed from -mm tree
 2021-11-04  1:47 UTC 

+ mailmap-update-email-address-for-colin-king.patch added to -mm tree
 2021-11-04  1:42 UTC 

+ mm-emit-the-free-trace-report-before-freeing-memory-in-kmem_cache_free.patch added to -mm tree
 2021-11-04  1:40 UTC 

[merged] mm-damon-core-test-fix-wrong-expectations-for-damon_split_regions_of.patch removed from -mm tree
 2021-11-01 18:24 UTC 

[merged] fix-application-of-sizeof-to-pointer.patch removed from -mm tree
 2021-11-01 18:24 UTC 

[merged] mm-khugepaged-skip-huge-page-collapse-for-special-files.patch removed from -mm tree
 2021-11-01 18:24 UTC 

[merged] mm-thp-bail-out-early-in-collapse_file-for-writeback-page.patch removed from -mm tree
 2021-11-01 18:24 UTC 

[merged] mm-vmalloc-fix-numa-spreading-for-large-hash-tables.patch removed from -mm tree
 2021-11-01 18:24 UTC 

[merged] mm-secretmem-avoid-letting-secretmem_users-drop-to-zero.patch removed from -mm tree
 2021-11-01 18:24 UTC 

[merged] mm-prevent-a-race-between-process_mrelease-and-exit_mmap.patch removed from -mm tree
 2021-11-01 18:24 UTC 

[merged] ocfs2-race-between-searching-chunks-and-release-journal_head-from-buffer_head.patch removed from -mm tree
 2021-11-01 18:24 UTC 

[merged] mm-filemap-check-if-thp-has-hwpoisoned-subpage-for-pmd-page-fault.patch removed from -mm tree
 2021-11-01 18:24 UTC 

[merged] mm-hwpoison-remove-the-unnecessary-thp-check.patch removed from -mm tree
 2021-11-01 18:24 UTC 

[merged] memcg-page_alloc-skip-bulk-allocator-for-__gfp_account.patch removed from -mm tree
 2021-11-01 18:24 UTC 

+ restore-acct_reclaim_writeback-for-folio.patch added to -mm tree
 2021-11-01 13:12 UTC  (3+ messages)

+ kernelh-split-out-instruction-pointer-accessors.patch added to -mm tree
 2021-10-31  2:06 UTC  (2+ messages)

+ delay-replace-kernelh-with-the-necessary-inclusions-fix-2.patch added to -mm tree
 2021-10-31  2:05 UTC  (2+ messages)

+ scripts-gdb-handle-split-debug-for-vmlinux.patch added to -mm tree
 2021-10-29 23:24 UTC 

+ mm-damon-remove-return-value-from-before_terminate-callback.patch added to -mm tree
 2021-10-29 23:22 UTC 

+ seq_file-fix-passing-wrong-private-data.patch added to -mm tree
 2021-10-29 22:17 UTC 

+ crash_dump-remove-duplicate-include-in-crash_dumph.patch added to -mm tree
 2021-10-29 22:11 UTC 

+ crash_dump-fix-boolreturncocci-warning.patch added to -mm tree
 2021-10-29 22:11 UTC 

incoming
 2021-10-28 21:36 UTC  (12+ messages)
` [patch 01/11] memcg: page_alloc: skip bulk allocator for __GFP_ACCOUNT
` [patch 02/11] mm: hwpoison: remove the unnecessary THP check
` [patch 03/11] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault
` [patch 04/11] mm/oom_kill.c: prevent a race between process_mrelease and exit_mmap
` [patch 05/11] ocfs2: fix race between searching chunks and release journal_head from buffer_head
` [patch 06/11] mm/secretmem: avoid letting secretmem_users drop to zero
` [patch 07/11] mm/vmalloc: fix numa spreading for large hash tables
` [patch 08/11] mm, thp: bail out early in collapse_file for writeback page
` [patch 09/11] mm: khugepaged: skip huge page collapse for special files
` [patch 10/11] mm/damon/core-test: fix wrong expectations for 'damon_split_regions_of()'
` [patch 11/11] tools/testing/selftests/vm/split_huge_page_test.c: fix application of sizeof to pointer

[folded-merged] mm-khugepaged-skip-huge-page-collapse-for-special-files-fix.patch removed from -mm tree
 2021-10-28 21:24 UTC 

mmotm 2021-10-27-18-32 uploaded
 2021-10-28 20:07 UTC  (2+ messages)
` mmotm 2021-10-27-18-32 uploaded (drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c)

+ mm-damon-core-test-fix-wrong-expectations-for-damon_split_regions_of.patch added to -mm tree
 2021-10-28 19:36 UTC 

+ lib-test_vmallocc-use-swap-to-make-code-cleaner.patch added to -mm tree
 2021-10-28 19:35 UTC 

+ mm-disable-numa_balancing_default_enabled-and-transparent_hugepage-on-preempt_rt.patch added to -mm tree
 2021-10-28 19:26 UTC 


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