mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-02 22:45:17 to 2020-03-18 03:07:50 UTC [more...]

incoming
 2020-03-18  3:07 UTC  (139+ messages)
` [patch 1/7] mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking page tables prot_numa
` [patch 2/7] mm: fix possible PMD dirty bit lost in set_pmd_migration_entry()
` [patch 3/7] mm: avoid data corruption on CoW fault into PFN-mapped VMA
` [patch 4/7] fat: fix uninit-memory access for partial initialized inode
` [patch 5/7] mm/z3fold.c: do not include rwlock.h directly
` [patch 6/7] mm, hotplug: fix page online with DEBUG_PAGEALLOC compiled but not enabled
` [patch 7/7] arch/Kconfig: update HAVE_RELIABLE_STACKTRACE description
` + proc-speed-up-proc-statm.patch added to -mm tree
` + mm-hotplug-fix-hot-remove-failure-in-sparsememvmemmap-case.patch "
` + mm-use-fallthrough.patch "
` + mm-gup-track-foll_pin-pages-fix.patch "
` + mm-shmem-add-vmstat-for-hugepage-fallback.patch "
` + mm-thp-track-fallbacks-due-to-failed-memcg-charges-separately.patch "
` + mmpage_alloccma-conditionally-prefer-cma-pageblocks-for-movable-allocations.patch "
` + mm-memory_hotplug-drop-the-flags-field-from-struct-mhp_restrictions.patch "
` + mm-memory_hotplug-rename-mhp_restrictions-to-mhp_params.patch "
` + x86-mm-thread-pgprot_t-through-init_memory_mapping.patch "
` + x86-mm-introduce-__set_memory_prot.patch "
` + powerpc-mm-thread-pgprot_t-through-create_section_mapping.patch "
` + mm-memory_hotplug-add-pgprot_t-to-mhp_params.patch "
` + mm-memremap-set-caching-mode-for-pci-p2pdma-memory-to-wc.patch "
` + kasan-detect-negative-size-in-memory-operation-function-fix.patch "
` + mm-gup-track-foll_pin-pages-fix-2.patch "
` + mm-gup-writeback-add-callbacks-for-inaccessible-pages.patch "
` + mm-sparsemem-use-wrapped-macros-instead-of-open-coding.patch "
` + checkpatch-check-proper-licensing-of-devicetree-bindings.patch "
` + kcov-cleanup-debug-messages.patch "
` + kcov-collect-coverage-from-interrupts.patch "
` + usb-core-kcov-collect-coverage-from-usb-complete-callback.patch "
` + mm-swap_slotsc-dont-reset-the-cache-slot-after-use.patch "
` + mm-hotplug-fix-hot-remove-failure-in-sparsememvmemmap-case-fix.patch "
` + linux-bitsh-add-compile-time-sanity-check-of-genmask-inputs.patch "
` + mm-page_alloc-use-free_area_empty-instead-of-open-coding.patch "
` + mm-special-create-generic-fallbacks-for-pte_special-and-pte_mkspecial.patch "
` + ocfs2-cluster-replace-zero-length-array-with-flexible-array-member.patch "
` + ocfs2-dlm-replace-zero-length-array-with-flexible-array-member.patch "
` + ocfs2-ocfs2_fsh-replace-zero-length-array-with-flexible-array-member.patch "
` + mm-page_allocc-micro-optimisation-remove-unnecessary-branch.patch "
` + mm-gup-rename-nonblocking-to-locked-where-proper.patch "
` + mm-gup-fix-__get_user_pages-on-fault-retry-of-hugetlb.patch "
` + mm-introduce-fault_signal_pending.patch "
` + x86-mm-use-helper-fault_signal_pending.patch "
` + arc-mm-use-helper-fault_signal_pending.patch "
` + arm64-mm-use-helper-fault_signal_pending.patch "
` + powerpc-mm-use-helper-fault_signal_pending.patch "
` + sh-mm-use-helper-fault_signal_pending.patch "
` + mm-return-faster-for-non-fatal-signals-in-user-mode-faults.patch "
` + userfaultfd-dont-retake-mmap_sem-to-emulate-nopage.patch "
` + mm-introduce-fault_flag_default.patch "
` + mm-introduce-fault_flag_interruptible.patch "
` + mm-allow-vm_fault_retry-for-multiple-times.patch "
` + mm-gup-allow-vm_fault_retry-for-multiple-times.patch "
` + mm-gup-allow-to-react-to-fatal-signals.patch "
` + mm-userfaultfd-honor-fault_flag_killable-in-fault-path.patch "
` + userfaultfd-wp-add-helper-for-writeprotect-check.patch "
` + userfaultfd-wp-hook-userfault-handler-to-write-protection-fault.patch "
` + userfaultfd-wp-add-wp-pagetable-tracking-to-x86.patch "
` + userfaultfd-wp-userfaultfd_pte-huge_pmd_wp-helpers.patch "
` + userfaultfd-wp-add-uffdio_copy_mode_wp.patch "
` + mm-merge-parameters-for-change_protection.patch "
` + userfaultfd-wp-apply-_page_uffd_wp-bit.patch "
` + userfaultfd-wp-drop-_page_uffd_wp-properly-when-fork.patch "
` + userfaultfd-wp-add-pmd_swp_uffd_wp-helpers.patch "
` + userfaultfd-wp-support-swap-and-page-migration.patch "
` + khugepaged-skip-collapse-if-uffd-wp-detected.patch "
` + userfaultfd-wp-support-write-protection-for-userfault-vma-range.patch "
` + userfaultfd-wp-add-the-writeprotect-api-to-userfaultfd-ioctl.patch "
` + userfaultfd-wp-enabled-write-protection-in-userfaultfd-api.patch "
` + userfaultfd-wp-dont-wake-up-when-doing-write-protect.patch "
` + userfaultfd-wp-uffdio_register_mode_wp-documentation-update.patch "
` + userfaultfd-wp-declare-_uffdio_writeprotect-conditionally.patch "
` + userfaultfd-selftests-refactor-statistics.patch "
` + userfaultfd-selftests-add-write-protect-test.patch "
` + kmod-make-request_module-return-an-error-when-autoloading-is-disabled.patch "
` + mm-filemapc-remove-unused-argument-from-shrink_readahead_size_eio.patch "
` + mm-hugetlb-remove-unnecessary-memory-fetch-in-pageheadhuge.patch "
` + fs_parse-remove-pr_notice-about-each-validation.patch "
` + mmpage_alloccma-conditionally-prefer-cma-pageblocks-for-movable-allocations-fix.patch "
` + mm-hugetlb-optionally-allocate-gigantic-hugepages-using-cma.patch "
` + virtio-balloon-switch-back-to-oom-handler-for-virtio_balloon_f_deflate_on_oom.patch "
` + kasan-fix-wstringop-overflow-warning.patch "
` + mm-fix-tick-timer-stall-during-deferred-page-init.patch "
` + drivers-base-memory-map-mmop_offline-to-0.patch "
` + drivers-base-memory-store-mapping-between-mmop_-and-string-in-an-array.patch "
` + mm-memory_hotplug-convert-memhp_auto_online-to-store-an-online_type.patch "
` + mm-memory_hotplug-allow-to-specify-a-default-online_type.patch "
` + mm-debug-add-tests-validating-architecture-page-table-helpers.patch "
` + mm-swap_slotsc-assignreset-cache-slot-by-value-directly.patch "
` [alternative-merged] mm-swap_slotsc-dont-reset-the-cache-slot-after-use.patch removed from "
` + mm-introduce-fault_signal_pending-fix.patch added to "
` [failures] mm-sparsemem-use-wrapped-macros-instead-of-open-coding.patch removed from "
` + kasan-detect-negative-size-in-memory-operation-function-fix-2.patch added to "
` + page-flags-fix-a-crash-at-setpageerrorthp_swap.patch "
` + mm-page_alloc-simplify-page_is_buddy-for-better-code-readability.patch "
` + mm-special-create-generic-fallbacks-for-pte_special-and-pte_mkspecial-v3.patch "
` + memcg-fix-null-pointer-dereference-in-__mem_cgroup_usage_unregister_event-fix.patch "
` + list-prevent-compiler-reloads-inside-safe-list-iteration.patch "
` + mm-clarify-a-confusing-comment-of-remap_pfn_range.patch "
` mmotm 2020-03-11-21-11 uploaded
` + fs-filesystemsc-downgrade-user-reachable-warn_once-to-pr_warn_once.patch added to -mm tree
` + docs-admin-guide-document-the-kernelmodprobe-sysctl.patch "
` + selftests-kmod-test-disabling-module-autoloading.patch "
` + mm-memcg-fix-corruption-on-64-bit-divisor-in-memoryhigh-throttling.patch "
` + mm-memcg-throttle-allocators-based-on-ancestral-memoryhigh.patch "
` + mm-memcg-prevent-memoryhigh-load-store-tearing.patch "
` + mm-memcg-prevent-memorymax-load-tearing.patch "
` + mm-memcg-prevent-memorylow-load-store-tearing.patch "
` + mm-memcg-prevent-memorymin-load-store-tearing.patch "
` + mm-memcg-prevent-memoryswapmax-load-tearing.patch "
` + mm-memcg-prevent-mem_cgroup_protected-store-tearing.patch "
` + mm-memcg-bypass-high-reclaim-iteration-for-cgroup-hierarchy-root.patch "
` [failures] hugetlbfs-use-i_mmap_rwsem-for-more-pmd-sharing-synchronization.patch removed from "
` [failures] hugetlbfs-use-i_mmap_rwsem-to-address-page-fault-truncate-race.patch "
` + mm-sparsec-use-kvmalloc_node-kvfree-to-alloc-free-memmap-for-the-classic-sparse.patch added to "
` + mm-sparsec-introduce-new-function-fill_subsection_map.patch "
` + mm-sparsec-introduce-a-new-function-clear_subsection_map.patch "
` + mm-sparsec-only-use-subsection-map-in-vmemmap-case.patch "
` + mm-sparsec-add-note-about-only-vmemmap-supporting-sub-section-hotplug.patch "
` + mm-sparsec-move-subsection_map-related-functions-together.patch "
` + mm-make-may_enter_fs-bool-in-shrink_page_list.patch "
` + stackdepot-check-depot_index-before-accessing-the-stack-slab-fix.patch "
` + mm-do-not-allow-madv_pageout-for-cow-pages.patch "
` + mm-gup-track-foll_pin-pages-fix-2-fix.patch "
` + a.patch "
` + mm-hugetlb-optionally-allocate-gigantic-hugepages-using-cma-fix.patch "
` + kasan-stackdepot-move-filter_irq_stacks-to-stackdepotc-fix-1.patch "
` + kasan-stackdepot-move-filter_irq_stacks-to-stackdepotc-fix-2.patch "
` + selftests-vm-fix-map_hugetlb-length-used-for-testing-read-and-write.patch "
` mmotm 2020-03-12-21-49 uploaded
` + proc-inline-vma_stop-into-m_stop.patch added to -mm tree
` + proc-remove-m_cache_vma.patch "
` + proc-use-ppos-instead-of-m-version.patch "
` + seq_file-remove-m-version.patch "
` + proc-inline-m_next_vma-into-m_next.patch "
` + mm-kmemleak-silence-kcsan-splats-in-checksum.patch "
` + mm-swap-make-page_evictable-inline.patch "
` + mm-swap-use-smp_mb__after_atomic-to-order-lru-bit-set.patch "

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2020-03-18  2:28 UTC 

+ linux-next-git-rejects.patch added to -mm tree
 2020-03-13 20:56 UTC 

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2020-03-12 19:17 UTC 

+ linux-next-git-rejects.patch added to -mm tree
 2020-03-11 21:19 UTC 

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2020-03-10 17:37 UTC 

[merged] arch-kconfig-update-have_reliable_stacktrace-description.patch removed from -mm tree
 2020-03-07  4:01 UTC 

[merged] mm-hotplug-fix-page-online-with-debug_pagealloc-compiled-but-not-enabled.patch removed from -mm tree
 2020-03-07  4:01 UTC 

[merged] mm-z3fold-do-not-include-rwlockh-directly.patch removed from -mm tree
 2020-03-07  4:01 UTC 

[merged] fat-fix-uninit-memory-access-for-partial-initialized-inode.patch removed from -mm tree
 2020-03-07  4:01 UTC 

[merged] mm-avoid-data-corruption-on-cow-fault-into-pfn-mapped-vma.patch removed from -mm tree
 2020-03-07  4:01 UTC 

[merged] mm-fix-possible-pmd-dirty-bit-lost-in-set_pmd_migration_entry.patch removed from -mm tree
 2020-03-07  4:01 UTC 

[merged] arm-arm64-add-support-for-folded-p4d-page-tables-fix-fix.patch removed from -mm tree
 2020-03-07  4:01 UTC 

[merged] mm-numa-fix-bad-pmd-by-atomically-check-for-pmd_trans_huge-when-marking-page-tables-prot_numa.patch removed from -mm tree
 2020-03-07  4:01 UTC 

[merged] arm-arm64-add-support-for-folded-p4d-page-tables-fix.patch removed from -mm tree
 2020-03-07  4:01 UTC 

[folded-merged] mm-numa-fix-bad-pmd-by-atomically-check-for-pmd_trans_huge-when-marking-page-tables-prot_numa-fix.patch removed from -mm tree
 2020-03-06  6:24 UTC 

+ memcg-optimize-memorynuma_stat-like-memorystat-fix.patch added to -mm tree
 2020-03-06  4:41 UTC 

+ memcg-optimize-memorynuma_stat-like-memorystat.patch added to -mm tree
 2020-03-06  4:41 UTC 

+ mm-filemapc-clear-page-error-before-actual-read.patch added to -mm tree
 2020-03-06  4:13 UTC 

[alternative-merged] vfs-partially-revert-dont-allow-writes-to-swap-files.patch removed from -mm tree
 2020-03-06  4:08 UTC 

+ mm-micro-optimisation-save-two-branches-on-hot-page-allocation-path.patch added to -mm tree
 2020-03-06  4:08 UTC 

+ hugetlbfs-use-i_mmap_rwsem-to-address-page-fault-truncate-race.patch added to -mm tree
 2020-03-06  4:03 UTC 

+ hugetlbfs-use-i_mmap_rwsem-for-more-pmd-sharing-synchronization.patch added to -mm tree
 2020-03-06  4:03 UTC 

+ mm-vma-introduce-vm_access_flags.patch added to -mm tree
 2020-03-06  3:52 UTC 

+ mm-vma-define-a-default-value-for-vm_data_default_flags.patch added to -mm tree
 2020-03-06  3:52 UTC 

+ mm-correct-guards-for-non_swap_entry.patch added to -mm tree
 2020-03-06  3:46 UTC 

+ mm-make-mem_cgroup_id_get_many-__maybe_unused.patch added to -mm tree
 2020-03-06  3:33 UTC 

+ mm-debug-add-tests-validating-architecture-page-table-helpers.patch added to -mm tree
 2020-03-06  3:29 UTC 

+ slub-relocate-freelist-pointer-to-middle-of-object.patch added to -mm tree
 2020-03-06  3:27 UTC 

+ slub-improve-bit-diffusion-for-freelist-ptr-obfuscation.patch added to -mm tree
 2020-03-06  3:27 UTC 

+ memcg-fix-null-pointer-dereference-in-__mem_cgroup_usage_unregister_event.patch added to -mm tree
 2020-03-06  3:24 UTC 

[failures] mm-thp-narrow-lru-locking.patch removed from -mm tree
 2020-03-06  2:50 UTC 

[failures] mm-thp-clean-up-lru_add_page_tail.patch removed from -mm tree
 2020-03-06  2:50 UTC 

[failures] mm-thp-move-lru_add_page_tail-func-to-huge_memoryc.patch removed from -mm tree
 2020-03-06  2:50 UTC 

[failures] mm-page_idle-no-unlikely-double-check-for-idle-page-counting.patch removed from -mm tree
 2020-03-06  2:50 UTC 

[failures] mm-memcg-fold-lock_page_lru-into-commit_charge.patch removed from -mm tree
 2020-03-06  2:50 UTC 

[failures] mm-vmscan-remove-unnecessary-lruvec-adding.patch removed from -mm tree
 2020-03-06  2:50 UTC 

[folded-merged] mm-vmscan-remove-unnecessary-lruvec-adding-checkpatch-fixes.patch removed from -mm tree
 2020-03-06  2:50 UTC 

+ linux-next-git-rejects.patch added to -mm tree
 2020-03-06  1:20 UTC 

mmotm 2020-03-03-22-28 uploaded
 2020-03-04  6:28 UTC 

+ ocfs2-replace-zero-length-array-with-flexible-array-member.patch added to -mm tree
 2020-03-04  1:06 UTC 

[to-be-updated] mm-debug-add-tests-validating-architecture-page-table-helpers.patch removed from -mm tree
 2020-03-04  0:39 UTC 

[folded-merged] mm-debug-add-tests-validating-architecture-page-table-helpers-fix-2.patch removed from -mm tree
 2020-03-04  0:39 UTC 

[to-be-updated] loop-charge-i-o-to-mem-and-blk-cg.patch removed from -mm tree
 2020-03-04  0:27 UTC 

[to-be-updated] mm-charge-active-memcg-when-no-mm-is-set.patch removed from -mm tree
 2020-03-04  0:27 UTC 

[to-be-updated] loop-use-worker-per-cgroup-instead-of-kworker.patch removed from -mm tree
 2020-03-04  0:26 UTC 

[folded-merged] loop-use-worker-per-cgroup-instead-of-kworker-fix-2.patch removed from -mm tree
 2020-03-04  0:25 UTC 

[folded-merged] loop-use-worker-per-cgroup-instead-of-kworker-fix.patch removed from -mm tree
 2020-03-04  0:25 UTC 

+ mm-introduce-external-memory-hinting-api-fix.patch added to -mm tree
 2020-03-04  0:19 UTC 

+ mm-ksmc-update-get_user_pages-in-comment.patch added to -mm tree
 2020-03-04  0:16 UTC 

+ mm-compaction-disable-compact_unevictable_allowed-on-rt.patch added to -mm tree
 2020-03-03 23:56 UTC 

+ really-limit-compact_unevictable_allowed-to-0-and-1.patch added to -mm tree
 2020-03-03 23:56 UTC 

[to-be-updated] mm-compaction-disable-compact_unevictable_allowed-on-rt.patch removed from -mm tree
 2020-03-03 23:53 UTC 

+ vfs-partially-revert-dont-allow-writes-to-swap-files.patch added to -mm tree
 2020-03-03 23:48 UTC 

+ mm-disable-kcsan-for-kmemleak.patch added to -mm tree
 2020-03-03 23:45 UTC 

[obsolete] mm-kmemleak-annotate-various-data-races-obj-ptr.patch removed from -mm tree
 2020-03-03 23:45 UTC 

+ mm-hugetlbc-clean-code-by-removing-unnecessary-initialization.patch added to -mm tree
 2020-03-03 23:43 UTC 

+ mm-fork-fix-kernel_stack-memcg-stats-for-various-stack-implementations.patch added to -mm tree
 2020-03-03 23:41 UTC 

+ gcov-fs-replace-zero-length-array-with-flexible-array-member.patch added to -mm tree
 2020-03-02 23:06 UTC 

+ gcov-gcc_3_4-replace-zero-length-array-with-flexible-array-member.patch added to -mm tree
 2020-03-02 23:05 UTC 

+ mm-add-pagemaph-to-the-fine-documentation.patch added to -mm tree
 2020-03-02 22:55 UTC 

+ ipc-mqueuec-fixed-a-brace-coding-style-issue.patch added to -mm tree
 2020-03-02 22:45 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).