mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-14 01:21:40 to 2020-07-31 20:05:52 UTC [more...]

incoming
 2020-07-31 20:05 UTC  (62+ messages)
` [patch 01/15] mm/memory.c: avoid access flag update TLB flush for retried page fault
` [patch 02/15] mm/mmap.c: close race between munmap() and expand_upwards()/downwards()
` [patch 03/15] vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right way
` [patch 04/15] mm: initialize return of vm_insert_pages
` [patch 05/15] mm/memcontrol: fix OOPS inside mem_cgroup_get_nr_swap_pages()
` [patch 06/15] mm/memcg: fix refcount error while moving and swapping
` [patch 07/15] mm: memcg/slab: fix memory leak at non-root kmem_cache destroy
` [patch 08/15] mm/hugetlb: avoid hardcoding while checking if cma is enabled
` [patch 09/15] khugepaged: fix null-pointer dereference due to race
` [patch 10/15] mailmap: add entry for Mike Rapoport
` [patch 11/15] squashfs: fix length field overlap check in metadata reading
` [patch 12/15] scripts/decode_stacktrace: strip basepath from all paths
` [patch 13/15] io-mapping: indicate mapping failure
` [patch 14/15] MAINTAINERS: add KCOV section
` [patch 15/15] scripts/gdb: fix lx-symbols 'gdb.error' while loading modules
` + mm-remove-unnecessary-wrapper-function-do_mmap_pgoff.patch added to -mm tree
` + nilfs2-only-call-unlock_new_inode-if-i_new.patch "
` + nilfs2-convert-__nilfs_msg-to-integrate-the-level-and-format.patch "
` + nilfs2-use-a-more-common-logging-style.patch "
` + checkpatch-add-test-for-repeated-words.patch "
` + ocfs2-replace-http-links-with-https-ones.patch "
` + ocfs2-fix-unbalanced-locking.patch "
` + kernelh-remove-duplicate-include-of-asm-div64h.patch "
` + tools-replace-http-links-with-https-ones.patch "
` + lib-replace-http-links-with-https-ones.patch "
` + include-replace-http-links-with-https-ones.patch "
` + mm-make-mm-locked_vm-an-atomic64-counter.patch "
` + mm-util-account_locked_vm-does-not-hold-mmap_lock.patch "
` + cg_read_strcmp-fix-null-pointer-dereference.patch "
` + mm-hugetlb-add-mempolicy-check-in-the-reservation-routine.patch "
` [withdrawn] checkpatch-support-deprecated-terms-checking.patch removed from "
` [obsolete] scripts-deprecated_terms-recommend-denylist-allowlist-instead-of-blacklist-whitelist.patch "
` [obsolete] scripts-deprecated_terms-sync-with-inclusive-terms.patch "
` [failures] mm-hugetlb-add-mempolicy-check-in-the-reservation-routine.patch "
` mmotm 2020-07-27-18-18 uploaded
    ` mmotm 2020-07-27-18-18 uploaded (mm/page_alloc.c)
` + mm-mempolicy-fix-kerneldoc-of-numa_map_to_online_node.patch added to -mm tree
` + mm-mmu_notifier-fix-and-extend-kerneldoc.patch "
` + mm-swap-fix-kerneldoc-of-swap_vma_readahead.patch "
` + mm-memcontrol-dont-count-limit-setting-reclaim-as-memory-pressure.patch "
` + mm-memcontrol-restore-proper-dirty-throttling-when-memoryhigh-changes.patch "
` + mm-compaction-correct-the-comments-of-compact_defer_shift.patch "
` + selftests-add-mincore-tests.patch "
` + proc-pid-smaps-consistent-whitespace-output-format.patch "
` + xtensa-switch-to-generic-version-of-pte-allocation-fix.patch "
` + mm-slab-avoid-the-use-of-one-element-array-and-use-struct_size-helper.patch "
` [obsolete] mm-slab-avoid-the-use-of-one-element-array-and-use-struct_size-helper.patch removed from "
` + kasan-dont-tag-stacks-allocated-with-pagealloc.patch added to "
` + kasan-arm64-dont-instrument-functions-that-enable-kasan.patch "
` + kasan-allow-enabling-stack-tagging-for-tag-based-mode.patch "
` + kasan-adjust-kasan_stack_oob-for-tag-based-mode.patch "
` [obsolete] mmhwpoison-rework-soft-offline-for-in-use-pages-fix.patch removed from "
` + mmhwpoison-cleanup-unused-pagehuge-check.patch added to "
` + mm-hwpoison-remove-recalculating-hpage.patch "
` + mmmadvise-call-soft_offline_page-without-mf_count_increased.patch "
` + mmmadvise-refactor-madvise_inject_error.patch "
` + mmhwpoison-inject-dont-pin-for-hwpoison_filter.patch "

[obsolete] mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix-2.patch removed from -mm tree
 2020-07-28 20:28 UTC 

+ linux-next-git-rejects.patch added to -mm tree
 2020-07-28 20:26 UTC 

[merged] linux-sched-mmh-drop-duplicated-words-in-comments.patch removed from -mm tree
 2020-07-27 18:27 UTC 

[merged] x86-mm-drop-unused-max_physaddr_bits.patch removed from -mm tree
 2020-07-27 18:27 UTC 

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2020-07-27 18:15 UTC 

[merged] revert-revert-mm-vmalloc-modify-struct-vmap_area-to-reduce-its-size.patch removed from -mm tree
 2020-07-24 23:38 UTC 

[merged] scripts-gdb-fix-lx-symbols-gdberror-while-loading-modules.patch removed from -mm tree
 2020-07-24 23:38 UTC 

[merged] maintainers-add-kcov-section.patch removed from -mm tree
 2020-07-24 23:38 UTC 

[merged] io-mapping-indicate-mapping-failure.patch removed from -mm tree
 2020-07-24 23:38 UTC 

[merged] scripts-decode_stacktrace-strip-basepath-from-all-paths.patch removed from -mm tree
 2020-07-24 23:38 UTC 

[merged] squashfs-fix-length-field-overlap-check-in-metadata-reading.patch removed from -mm tree
 2020-07-24 23:38 UTC 

[merged] mailmap-add-entry-for-mike-rapoport.patch removed from -mm tree
 2020-07-24 23:38 UTC 

[merged] khugepaged-fix-null-pointer-dereference-due-to-race.patch removed from -mm tree
 2020-07-24 23:38 UTC 

[merged] mm-hugetlb-avoid-hardcoding-while-checking-if-cma-is-enabled.patch removed from -mm tree
 2020-07-24 23:38 UTC 

[merged] mm-memcg-slab-fix-memory-leak-at-non-root-kmem_cache-destroy.patch removed from -mm tree
 2020-07-24 23:38 UTC 

[merged] mm-memcg-fix-refcount-error-while-moving-and-swapping.patch removed from -mm tree
 2020-07-24 23:38 UTC 

[merged] mm-memcontrol-fix-oops-inside-mem_cgroup_get_nr_swap_pages.patch removed from -mm tree
 2020-07-24 23:38 UTC 

[merged] mm-initialize-return-of-vm_insert_pages.patch removed from -mm tree
 2020-07-24 23:38 UTC 

[merged] vfs-xattr-mm-shmem-kernfs-release-simple-xattr-entry-in-a-right-way.patch removed from -mm tree
 2020-07-24 23:38 UTC 

[merged] mm-close-race-between-munmap-and-expand_upwards-downwards.patch removed from -mm tree
 2020-07-24 23:38 UTC 

+ linux-next-git-rejects.patch added to -mm tree
 2020-07-24 23:37 UTC 

[folded-merged] mm-close-race-between-munmap-and-expand_upwards-downwards-fix.patch removed from -mm tree
 2020-07-24  4:09 UTC 

[folded-merged] io-mapping-indicate-mapping-failure-fix.patch removed from -mm tree
 2020-07-24  4:08 UTC 

[folded-merged] mm-hugetlb-avoid-hardcoding-while-checking-if-cma-is-enabled-fix-fix.patch removed from -mm tree
 2020-07-24  4:07 UTC 

[folded-merged] mm-hugetlb-avoid-hardcoding-while-checking-if-cma-is-enabled-fix.patch removed from -mm tree
 2020-07-24  4:07 UTC 

[folded-merged] mm-avoid-access-flag-update-tlb-flush-for-retried-page-fault-v2.patch removed from -mm tree
 2020-07-24  4:06 UTC 

incoming
 2020-07-24  3:01 UTC  (100+ messages)
` + mm-migrate-move-migration-helper-from-h-to-c.patch added to -mm tree
` + mm-hugetlb-unify-migration-callbacks.patch "
` + mm-migrate-clear-__gfp_reclaim-to-make-the-migration-callback-consistent-with-regular-thp-allocations.patch "
` + mm-migrate-clear-__gfp_reclaim-to-make-the-migration-callback-consistent-with-regular-thp-allocations-fix.patch "
` + mm-migrate-make-a-standard-migration-target-allocation-function.patch "
` + mm-mempolicy-use-a-standard-migration-target-allocation-callback.patch "
` + mm-page_alloc-remove-a-wrapper-for-alloc_migration_target.patch "
` + mm-memory-failure-remove-a-wrapper-for-alloc_migration_target.patch "
` + mm-memory_hotplug-remove-a-wrapper-for-alloc_migration_target.patch "
` + mm-debug_vm_pgtable-add-tests-validating-advanced-arch-page-table-helpers-v5.patch "
` + documentation-mm-add-descriptions-for-arch-page-table-helpers-v5.patch "
` + mm-sparse-cleanup-the-code-surrounding-memory_present.patch "
` + const_structscheckpatch-add-regulator_ops.patch "
` + fat-fix-fat_ra_init-for-data-clusters-==-0.patch "
` + mm-vmallocc-remove-bug-from-the-find_va_links.patch "
` mmotm 2020-07-13-19-49 uploaded
` + mm-avoid-access-flag-update-tlb-flush-for-retried-page-fault-v2.patch added to -mm tree
` + fs-ufs-avoid-potential-u32-multiplication-overflow.patch "
` + x86-mm-use-max-memory-block-size-on-bare-metal-v3.patch "
` + mm-memcg-slab-fix-memory-leak-at-non-root-kmem_cache-destroy.patch "
` + mmhwpoison-cleanup-unused-pagehuge-check.patch "
` + mm-hwpoison-remove-recalculating-hpage.patch "
` + mmmadvise-call-soft_offline_page-without-mf_count_increased.patch "
` + mmmadvise-refactor-madvise_inject_error.patch "
` + mmhwpoison-inject-dont-pin-for-hwpoison_filter.patch "
` + mmhwpoison-un-export-get_hwpoison_page-and-make-it-static.patch "
` + mmhwpoison-kill-put_hwpoison_page.patch "
` + mmhwpoison-remove-mf_count_increased.patch "
` + mmhwpoison-remove-flag-argument-from-soft-offline-functions.patch "
` + mmhwpoison-unify-thp-handling-for-hard-and-soft-offline.patch "
` + mmhwpoison-rework-soft-offline-for-free-pages.patch "
` + mmhwpoison-rework-soft-offline-for-in-use-pages.patch "
` + mmhwpoison-refactor-soft_offline_huge_page-and-__soft_offline_page.patch "
` + mmhwpoison-return-0-if-the-page-is-already-poisoned-in-soft-offline.patch "
` + mmhwpoison-introduce-mf_msg_unsplit_thp.patch "
` + linux-sched-mmh-drop-duplicated-words-in-comments.patch "
` + mm-drop-duplicated-words-in-linux-pgtableh.patch "
` + mm-drop-duplicated-words-in-linux-mmh.patch "
` + autofs-fix-doubled-word.patch "
` + mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings.patch "
` + memcg-oom-check-memcg-margin-for-parallel-oom.patch "
` + mm-memcg-percpu-account-percpu-memory-to-memory-cgroups-fix-2.patch "
` + ipc-shmc-remove-the-superfluous-break.patch "
` + mm-thp-replace-http-links-with-https-ones-fix.patch "
` + scripts-spellingtxt-add-more-spellings-to-spellingtxt.patch "
` + revert-squashfs-migrate-from-ll_rw_block-usage-to-bio.patch "
` + revert-squashfs-migrate-from-ll_rw_block-usage-to-bio-fix.patch "
` mmotm 2020-07-16-22-52 uploaded
` [folded-merged] revert-squashfs-migrate-from-ll_rw_block-usage-to-bio-fix.patch removed from -mm tree
` [obsolete] revert-squashfs-migrate-from-ll_rw_block-usage-to-bio.patch "
` + squashfs-fix-length-field-overlap-check-in-metadata-reading.patch added to "
` + mm-hugetlb-avoid-hardcoding-while-checking-if-cma-is-enabled-fix.patch "
` + mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix.patch "
` + mm-pgtable-make-generic-pgprot_-macros-available-for-no-mmu.patch "
` + riscv-use-generic-pgprot_-macros-from-linux-pgtableh.patch "
` + uaccess-add-force_uaccess_beginend-helpers-v2.patch "
` + mm-sparsemem-enable-vmem_altmap-support-in-vmemmap_populate_basepages.patch "
` + mm-sparsemem-enable-vmem_altmap-support-in-vmemmap_alloc_block_buf.patch "
` + arm64-mm-enable-vmem_altmap-support-for-vmemmap-mappings.patch "
` + ocfs2-fix-remounting-needed-after-setfacl-command.patch "
` + mm-memcg-slab-use-a-single-set-of-kmem_caches-for-all-allocations-fix.patch "
` + scripts-decode_stacktrace-strip-basepath-from-all-paths.patch "
` + mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2.patch "
` + mm-gupc-fix-the-comment-of-return-value-for-populate_vma_page_range.patch "
` + ocfs2-suballoch-delete-a-duplicated-word.patch "
` + ntfs-fix-ntfs_test_inode-and-ntfs_init_locked_inode-function-type.patch "
` + highmem-linux-highmemh-fix-duplicated-words-in-a-comment.patch "
` + clang-linux-compiler-clangh-drop-duplicated-word-in-a-comment.patch "
` + linux-exportfsh-drop-duplicated-word-in-a-comment.patch "
` + linux-async_txh-drop-duplicated-word-in-a-comment.patch "
` + frontswap-linux-frontswaph-drop-duplicated-word-in-a-comment.patch "
` + memcontrol-drop-duplicate-word-and-fix-spello-in-linux-memcontrolh.patch "
` + xz-drop-duplicated-word-in-linux-xzh.patch "
` mmotm 2020-07-20-19-06 uploaded
` + fork-silence-a-false-postive-warning-in-__mmdrop.patch added to -mm tree
` + io-mapping-indicate-mapping-failure.patch "
` + io-mapping-indicate-mapping-failure-fix.patch "
` + mm-fix-kthread_use_mm-vs-tlb-invalidate.patch "
` + mm-fix-kthread_use_mm-vs-tlb-invalidate-fix.patch "
` + kernel-add-a-kernel_wait-helper.patch "
` + maintainers-add-kcov-section.patch "
` + mm-hugetlb-avoid-hardcoding-while-checking-if-cma-is-enabled-fix-fix.patch "
` + scripts-gdb-fix-lx-symbols-gdberror-while-loading-modules.patch "
` + mm-vmscan-make-active-inactive-ratio-as-1-1-for-anon-lru.patch "
` + mm-vmscan-protect-the-workingset-on-anonymous-lru.patch "
` + mm-workingset-prepare-the-workingset-detection-infrastructure-for-anon-lru.patch "
` + mm-swapcache-support-to-handle-the-shadow-entries.patch "
` + mm-swap-implement-workingset-detection-for-anonymous-lru.patch "
` + mm-vmscan-restore-active-inactive-ratio-for-anonymous-lru.patch "
` + makefile-add-debug-option-to-enable-function-aligned-on-32-bytes.patch "
` + mm-page_alloc-fix-memalloc_nocma_save-restore-apis.patch "
` + panic-make-print_oops_end_marker-static.patch "
` + lib-kconfigdebug-make-test_lockup-depend-on-module.patch "
` + lib-test_lockupc-fix-return-value-of-test_lockup_init.patch "
` [merged] sh-add-missing-export_symbol-for-__delay.patch removed from "
` + revert-revert-mm-vmalloc-modify-struct-vmap_area-to-reduce-its-size.patch added to "
` + khugepaged-fix-null-pointer-dereference-due-to-race.patch "
` + mm-mmap-merge-vma-after-call_mmap-if-possible.patch "

+ iomap-constify-ioreadx-iomem-argument-as-in-generic-implementation-fix.patch added to -mm tree
 2020-07-24  0:38 UTC 

+ sparc-drop-unused-max_physaddr_bits.patch added to -mm tree
 2020-07-23 23:50 UTC 

+ sh-mm-drop-unused-max_physaddr_bits.patch added to -mm tree
 2020-07-23 23:50 UTC 

+ x86-mm-drop-unused-max_physaddr_bits.patch added to -mm tree
 2020-07-23 23:50 UTC 

[merged] riscv-use-generic-pgprot_-macros-from-linux-pgtableh.patch removed from -mm tree
 2020-07-23 23:23 UTC 

[merged] mm-pgtable-make-generic-pgprot_-macros-available-for-no-mmu.patch removed from -mm tree
 2020-07-23 23:23 UTC 

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2020-07-23 23:23 UTC 

+ linux-next-git-rejects.patch added to -mm tree
 2020-07-23  3:18 UTC 

+ mm-oom-show-process-exiting-information-in-__oom_kill_process.patch added to -mm tree
 2020-07-21 22:43 UTC 

+ syscalls-use-uaccess_kernel-in-addr_limit_user_check-fix.patch added to -mm tree
 2020-07-21 22:40 UTC 

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2020-07-20 20:42 UTC 

+ mmhwpoison-rework-soft-offline-for-in-use-pages-fix.patch added to -mm tree
 2020-07-17 20:46 UTC 

+ linux-next-git-rejects.patch added to -mm tree
 2020-07-15 23:54 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).