The mm-of-the-moment snapshot 2016-06-22-16-21 has been uploaded to http://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says README for mm-of-the-moment: http://www.ozlabs.org/~akpm/mmotm/ This is a snapshot of my -mm patch queue. Uploaded at random hopefully more than once a week. You will need quilt to apply these patches to the latest Linus release (4.x or 4.x-rcY). The series file is in broken-out.tar.gz and is duplicated in http://ozlabs.org/~akpm/mmotm/series The file broken-out.tar.gz contains two datestamp files: .DATE and .DATE-yyyy-mm-dd-hh-mm-ss. Both contain the string yyyy-mm-dd-hh-mm-ss, followed by the base kernel version against which this patch series is to be applied. This tree is partially included in linux-next. To see which patches are included in linux-next, consult the `series' file. Only the patches within the #NEXT_PATCHES_START/#NEXT_PATCHES_END markers are included in linux-next. A git tree which contains the memory management portion of this tree is maintained at git://git.kernel.org/pub/scm/linux/kernel/git/mhocko/mm.git by Michal Hocko. It contains the patches which are between the "#NEXT_PATCHES_START mm" and "#NEXT_PATCHES_END" markers, from the series file, http://www.ozlabs.org/~akpm/mmotm/series. A full copy of the full kernel tree with the linux-next and mmotm patches already applied is available through git within an hour of the mmotm release. Individual mmotm releases are tagged. The master branch always points to the latest release, so it's constantly rebasing. http://git.cmpxchg.org/cgit.cgi/linux-mmotm.git/ To develop on top of mmotm git: $ git remote add mmotm git://git.kernel.org/pub/scm/linux/kernel/git/mhocko/mm.git $ git remote update mmotm $ git checkout -b topic mmotm/master <make changes, commit> $ git send-email mmotm/master.. [...] To rebase a branch with older patches to a new mmotm release: $ git remote update mmotm $ git rebase --onto mmotm/master <topic base> topic The directory http://www.ozlabs.org/~akpm/mmots/ (mm-of-the-second) contains daily snapshots of the -mm tree. It is updated more frequently than mmotm, and is untested. A git copy of this tree is available at http://git.cmpxchg.org/cgit.cgi/linux-mmots.git/ and use of this tree is similar to http://git.cmpxchg.org/cgit.cgi/linux-mmotm.git/, described above. This mmotm tree contains the following patches against 4.7-rc4: (patches marked "*" will be included in linux-next) origin.patch i-need-old-gcc.patch arch-alpha-kernel-systblss-remove-debug-check.patch * mmoom_reaper-dont-call-mmput_async-without-atomic_inc_not_zero.patch * oom_reaper-avoid-pointless-atomic_inc_not_zero-usage.patch * selftests-vm-compaction_test-fix-write-to-restore-nr_hugepages.patch * tmpfs-dont-undo-fallocate-past-its-last-page.patch * tree-wide-get-rid-of-__gfp_repeat-for-order-0-allocations-part-i.patch * x86-get-rid-of-superfluous-__gfp_repeat.patch * x86-efi-get-rid-of-superfluous-__gfp_repeat.patch * arm64-get-rid-of-superfluous-__gfp_repeat.patch * arc-get-rid-of-superfluous-__gfp_repeat.patch * mips-get-rid-of-superfluous-__gfp_repeat.patch * nios2-get-rid-of-superfluous-__gfp_repeat.patch * parisc-get-rid-of-superfluous-__gfp_repeat.patch * score-get-rid-of-superfluous-__gfp_repeat.patch * powerpc-get-rid-of-superfluous-__gfp_repeat.patch * sparc-get-rid-of-superfluous-__gfp_repeat.patch * s390-get-rid-of-superfluous-__gfp_repeat.patch * sh-get-rid-of-superfluous-__gfp_repeat.patch * tile-get-rid-of-superfluous-__gfp_repeat.patch * unicore32-get-rid-of-superfluous-__gfp_repeat.patch * jbd2-get-rid-of-superfluous-__gfp_repeat.patch * arm-get-rid-of-superfluous-__gfp_repeat.patch * maintainers-update-calgary-iommu.patch * mm-mempool-kasan-dont-poot-mempool-objects-in-quarantine.patch * mm-slaub-add-__gfp_atomic-to-the-gfp-reclaim-mask.patch * mailmap-antoine-tenarts-email.patch * mailmap-boris-brezillons-email.patch * revert-mm-make-faultaround-produce-old-ptes.patch * revert-mm-disable-fault-around-on-emulated-access-bit-architecture.patch * hugetlb-fix-nr_pmds-accounting-with-shared-page-tables.patch * memcg-mem_cgroup_migrate-may-be-called-with-irq-disabled.patch * memcg-css_alloc-should-return-an-err_ptr-value-on-error.patch * mm-swapc-flush-lru-pvecs-on-compound-page-arrival.patch * mm-hugetlb-clear-compound_mapcount-when-freeing-gigantic-pages.patch * mm-prevent-kasan-false-positives-in-kmemleak.patch * mm-compaction-abort-free-scanner-if-split-fails.patch * ocfs2-disable-bug-assertions-in-reading-blocks.patch * oom-suspend-fix-oom_reaper-vs-oom_killer_disable-race.patch * arm-arch-arm-include-asm-pageh-needs-personalityh.patch * dax-use-devm_add_action_or_reset.patch * m32r-add-__ucmpdi2-to-fix-build-failure.patch * debugobjectsh-fix-trivial-kernel-doc-warning.patch * fs-ext4-fsyncc-generic_file_fsync-call-based-on-barrier-flag.patch * ocfs2-fix-a-redundant-re-initialization.patch * ocfs2-insure-dlm-lockspace-is-created-by-kernel-module.patch * ocfs2-retry-on-enospc-if-sufficient-space-in-truncate-log.patch * block-restore-proc-partitions-to-not-display-non-partitionable-removable-devices.patch * sb-add-a-new-writeback-list-for-sync.patch * wb-inode-writeback-list-tracking-tracepoints.patch mm.patch * mm-reorganize-slab-freelist-randomization.patch * mm-reorganize-slab-freelist-randomization-fix.patch * mm-slub-freelist-randomization.patch * slab-make-gfp_slab_bug_mask-information-more-human-readable.patch * slab-do-not-panic-on-invalid-gfp_mask.patch * mm-memcontrol-remove-the-useless-parameter-for-mc_handle_swap_pte.patch * mm-init-fix-zone-boundary-creation.patch * memory-hotplug-add-move_pfn_range.patch * memory-hotplug-more-general-validation-of-zone-during-online.patch * memory-hotplug-use-zone_can_shift-for-sysfs-valid_zones-attribute.patch * mm-zap-zone_oom_locked.patch * mm-oom-add-memcg-to-oom_control.patch * mm-debug-add-vm_warn-which-maps-to-warn.patch * powerpc-mm-check-for-irq-disabled-only-if-debug_vm-is-enabled.patch * zram-rename-zstrm-find-release-functions.patch * zram-switch-to-crypto-compress-api.patch * zram-use-crypto-api-to-check-alg-availability.patch * zram-use-crypto-api-to-check-alg-availability-v3.patch * zram-cosmetic-cleanup-documentation.patch * zram-delete-custom-lzo-lz4.patch * zram-delete-custom-lzo-lz4-v3.patch * zram-add-more-compression-algorithms.patch * zram-add-more-compression-algorithms-v3.patch * zram-drop-gfp_t-from-zcomp_strm_alloc.patch * mm-use-put_page-to-free-page-instead-of-putback_lru_page.patch * mm-migrate-support-non-lru-movable-page-migration.patch * mm-migrate-support-non-lru-movable-page-migration-fix.patch * mm-balloon-use-general-non-lru-movable-page-feature.patch * mm-balloon-use-general-non-lru-movable-page-feature-fix.patch * zsmalloc-keep-max_object-in-size_class.patch * zsmalloc-use-bit_spin_lock.patch * zsmalloc-use-accessor.patch * zsmalloc-factor-page-chain-functionality-out.patch * zsmalloc-introduce-zspage-structure.patch * zsmalloc-separate-free_zspage-from-putback_zspage.patch * zsmalloc-use-freeobj-for-index.patch * zsmalloc-page-migration-support.patch * zsmalloc-page-migration-support-fix.patch * zsmalloc-page-migration-support-fix-2.patch * zram-use-__gfp_movable-for-memory-allocation.patch * zsmalloc-use-obj_tag_bit-for-bit-shifter.patch * mm-compaction-split-freepages-without-holding-the-zone-lock.patch * mm-compaction-split-freepages-without-holding-the-zone-lock-fix.patch * mm-page_owner-initialize-page-owner-without-holding-the-zone-lock.patch * mm-page_owner-copy-last_migrate_reason-in-copy_page_owner.patch * mm-page_owner-introduce-split_page_owner-and-replace-manual-handling.patch * tools-vm-page_owner-increase-temporary-buffer-size.patch * mm-page_owner-use-stackdepot-to-store-stacktrace.patch * mm-page_owner-use-stackdepot-to-store-stacktrace-fix.patch * mm-page_alloc-introduce-post-allocation-processing-on-page-allocator.patch * mm-thp-check-pmd_trans_unstable-after-split_huge_pmd.patch * mm-hugetlb-simplify-hugetlb-unmap.patch * mm-change-the-interface-for-__tlb_remove_page.patch * mm-change-the-interface-for-__tlb_remove_page-v3.patch * mm-mmu_gather-track-page-size-with-mmu-gather-and-force-flush-if-page-size-change.patch * mm-remove-pointless-struct-in-struct-page-definition.patch * mm-clean-up-non-standard-page-_mapcount-users.patch * mm-memcontrol-cleanup-kmem-charge-functions.patch * mm-charge-uncharge-kmemcg-from-generic-page-allocator-paths.patch * mm-memcontrol-teach-uncharge_list-to-deal-with-kmem-pages.patch * arch-x86-charge-page-tables-to-kmemcg.patch * pipe-account-to-kmemcg.patch * af_unix-charge-buffers-to-kmemcg.patch * mmoom-remove-unused-argument-from-oom_scan_process_thread.patch * mm-frontswap-convert-frontswap_enabled-to-static-key.patch * mm-frontswap-convert-frontswap_enabled-to-static-key-checkpatch-fixes.patch * mm-add-nr_zsmalloc-to-vmstat.patch * mm-add-nr_zsmalloc-to-vmstat-fix.patch * mm-add-nr_zsmalloc-to-vmstat-fix-2.patch * include-linux-memblockh-clean-up-code-for-several-trivial-details.patch * mm-oom_reaper-make-sure-that-mmput_async-is-called-only-when-memory-was-reaped.patch * mm-memcg-use-consistent-gfp-flags-during-readahead.patch * mm-memcg-use-consistent-gfp-flags-during-readahead-fix.patch * mm-memcg-use-consistent-gfp-flags-during-readahead-checkpatch-fixes.patch * mm-memblock-if-nr_new-is-0-just-return.patch * mm-make-optimistic-check-for-swapin-readahead.patch * mm-make-optimistic-check-for-swapin-readahead-fix-2.patch * mm-make-optimistic-check-for-swapin-readahead-fix-3.patch * mm-make-optimistic-check-for-swapin-readahead-fix-4.patch * mm-make-swapin-readahead-to-improve-thp-collapse-rate.patch * mm-make-swapin-readahead-to-improve-thp-collapse-rate-fix.patch * mm-make-swapin-readahead-to-improve-thp-collapse-rate-fix-2.patch * mm-make-swapin-readahead-to-improve-thp-collapse-rate-fix-3.patch * mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-ks.patch * mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fix.patch * mm-thp-fix-locking-inconsistency-in-collapse_huge_page.patch * mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fix-2-fix.patch * khugepaged-recheck-pmd-after-mmap_sem-re-acquired.patch * thp-mlock-update-unevictable-lrutxt.patch * mm-do-not-pass-mm_struct-into-handle_mm_fault.patch * mm-introduce-fault_env.patch * mm-postpone-page-table-allocation-until-we-have-page-to-map.patch * rmap-support-file-thp.patch * mm-introduce-do_set_pmd.patch * thp-vmstats-add-counters-for-huge-file-pages.patch * thp-support-file-pages-in-zap_huge_pmd.patch * thp-handle-file-pages-in-split_huge_pmd.patch * thp-handle-file-cow-faults.patch * thp-skip-file-huge-pmd-on-copy_huge_pmd.patch * thp-prepare-change_huge_pmd-for-file-thp.patch * thp-run-vma_adjust_trans_huge-outside-i_mmap_rwsem.patch * thp-file-pages-support-for-split_huge_page.patch * thp-mlock-do-not-mlock-pte-mapped-file-huge-pages.patch * vmscan-split-file-huge-pages-before-paging-them-out.patch * page-flags-relax-policy-for-pg_mappedtodisk-and-pg_reclaim.patch * radix-tree-implement-radix_tree_maybe_preload_order.patch * filemap-prepare-find-and-delete-operations-for-huge-pages.patch * truncate-handle-file-thp.patch * mm-rmap-account-shmem-thp-pages.patch * shmem-prepare-huge=-mount-option-and-sysfs-knob.patch * shmem-get_unmapped_area-align-huge-page.patch * shmem-add-huge-pages-support.patch * shmem-thp-respect-madv_nohugepage-for-file-mappings.patch * thp-extract-khugepaged-from-mm-huge_memoryc.patch * khugepaged-move-up_readmmap_sem-out-of-khugepaged_alloc_page.patch * shmem-make-shmem_inode_info-lock-irq-safe.patch * khugepaged-add-support-of-collapse-for-tmpfs-shmem-pages.patch * thp-introduce-config_transparent_huge_pagecache.patch * shmem-split-huge-pages-beyond-i_size-under-memory-pressure.patch * thp-update-documentation-vm-transhugefilesystems-proctxt.patch * mm-zsmalloc-add-trace-events-for-zs_compact.patch * mm-fix-build-warnings-in-linux-compactionh.patch * mm-fix-build-warnings-in-linux-compactionh-fix.patch * mm-memcontrol-remove-bug_on-in-uncharge_list.patch * mm-memcontrol-fix-documentation-for-compound-parameter.patch * cgroup-fix-idr-leak-for-the-first-cgroup-root.patch * cgroup-remove-unnecessary-0-check-from-css_from_id.patch * mm-memcontrol-fix-cgroup-creation-failure-after-many-small-jobs.patch * mm-memcontrol-fix-cgroup-creation-failure-after-many-small-jobs-fix.patch * mm-vmstat-add-infrastructure-for-per-node-vmstats.patch * mm-vmscan-move-lru_lock-to-the-node.patch * mm-vmscan-move-lru-lists-to-node.patch * mm-vmscan-move-lru-lists-to-node-fix.patch * mm-vmscan-begin-reclaiming-pages-on-a-per-node-basis.patch * mm-vmscan-have-kswapd-only-scan-based-on-the-highest-requested-zone.patch * mm-vmscan-make-kswapd-reclaim-in-terms-of-nodes.patch * mm-vmscan-remove-balance-gap.patch * mm-vmscan-simplify-the-logic-deciding-whether-kswapd-sleeps.patch * mm-vmscan-by-default-have-direct-reclaim-only-shrink-once-per-node.patch * mm-vmscan-remove-duplicate-logic-clearing-node-congestion-and-dirty-state.patch * mm-vmscan-do-not-reclaim-from-kswapd-if-there-is-any-eligible-zone.patch * mm-vmscan-make-shrink_node-decisions-more-node-centric.patch * mm-memcg-move-memcg-limit-enforcement-from-zones-to-nodes.patch * mm-workingset-make-working-set-detection-node-aware.patch * mm-page_alloc-consider-dirtyable-memory-in-terms-of-nodes.patch * mm-move-page-mapped-accounting-to-the-node.patch * mm-rename-nr_anon_pages-to-nr_anon_mapped.patch * mm-move-most-file-based-accounting-to-the-node.patch * mm-move-vmscan-writes-and-file-write-accounting-to-the-node.patch * mm-vmscan-update-classzone_idx-if-buffer_heads_over_limit.patch * mm-vmscan-only-wakeup-kswapd-once-per-node-for-the-requested-classzone.patch * mm-convert-zone_reclaim-to-node_reclaim.patch * mm-vmscan-add-classzone-information-to-tracepoints.patch * mm-page_alloc-remove-fair-zone-allocation-policy.patch * mm-page_alloc-cache-the-last-node-whose-dirty-limit-is-reached.patch * mm-vmstat-replace-__count_zone_vm_events-with-a-zone-id-equivalent.patch * mm-vmstat-account-per-zone-stalls-and-pages-skipped-during-reclaim.patch * thp-fix-comments-of-__pmd_trans_huge_lock.patch * mm-fix-vm-scalability-regression-in-cgroup-aware-workingset-code.patch * proc-oom-drop-bogus-task_lock-and-mm-check.patch * proc-oom-drop-bogus-sighand-lock.patch * proc-oom_adj-extract-oom_score_adj-setting-into-a-helper.patch * mm-oom_adj-make-sure-processes-sharing-mm-have-same-view-of-oom_score_adj.patch * mm-oom-skip-vforked-tasks-from-being-selected.patch * mm-oom-kill-all-tasks-sharing-the-mm.patch * mm-oom-fortify-task_will_free_mem.patch * mm-oom-task_will_free_mem-should-skip-oom_reaped-tasks.patch * mm-oom_reaper-do-not-attempt-to-reap-a-task-more-than-twice.patch * mm-oom-hide-mm-which-is-shared-with-kthread-or-global-init.patch * mm-update-the-comment-in-__isolate_free_page.patch * mm-update-the-comment-in-__isolate_free_page-checkpatch-fixes.patch * mm-kasan-switch-slub-to-stackdepot-enable-memory-quarantine-for-slub.patch * proc_oom_score-remove-tasklist_lock-and-pid_alive.patch * procfs-avoid-32-bit-time_t-in-proc-stat.patch * memstick-dont-allocate-unused-major-for-ms_block.patch * nvme-dont-allocate-unused-nvme_major.patch * nvme-dont-allocate-unused-nvme_major-fix.patch * task_work-use-read_once-lockless_dereference-avoid-pi_lock-if-task_works.patch * jump_label-remove-bugh-atomich-dependencies-for-have_jump_label.patch * powerpc-add-explicit-include-asm-asm-compath-for-jump-label.patch * s390-add-explicit-linux-stringifyh-for-jump-label.patch * dynamic_debug-add-jump-label-support.patch * printk-do-not-include-interrupth.patch * lib-switch-config_printk_time-to-int.patch * printk-allow-different-timestamps-for-printktime.patch * lib-iommu-helper-skip-to-next-segment.patch * crc32-use-ktime_get_ns-for-measurement.patch * lib-add-crc64-ecma-module.patch * compat-remove-compat_printk.patch * firmware-consolidate-kmap-read-write-logic.patch * firmware-provide-infrastructure-to-make-fw-caching-optional.patch * firmware-support-loading-into-a-pre-allocated-buffer.patch * firmware-support-loading-into-a-pre-allocated-buffer-fix.patch * samples-kprobe-convert-the-printk-to-pr_info-pr_err.patch * samples-jprobe-convert-the-printk-to-pr_info-pr_err.patch * samples-kretprobe-convert-the-printk-to-pr_info-pr_err.patch * samples-kretprobe-fix-the-wrong-type.patch * fs-befs-move-useless-assignment.patch * fs-befs-check-silent-flag-before-logging-errors.patch * fs-befs-remove-useless-pr_err.patch * fs-befs-remove-useless-befs_error.patch * fs-befs-remove-useless-pr_err-in-befs_init_inodecache.patch * befs-check-return-of-sb_min_blocksize.patch * befs-fix-function-name-in-documentation.patch * befs-remove-unused-functions.patch * nilfs2-hide-function-name-argument-from-nilfs_error.patch * nilfs2-add-nilfs_msg-message-interface.patch * nilfs2-embed-a-back-pointer-to-super-block-instance-in-nilfs-object.patch * nilfs2-reduce-bare-use-of-printk-with-nilfs_msg.patch * nilfs2-replace-nilfs_warning-with-nilfs_msg.patch * nilfs2-replace-nilfs_warning-with-nilfs_msg-fix.patch * nilfs2-emit-error-message-when-i-o-error-is-detected.patch * nilfs2-do-not-use-yield.patch * nilfs2-refactor-parser-of-snapshot-mount-option.patch * nilfs2-fix-misuse-of-a-semaphore-in-sysfs-code.patch * nilfs2-use-bit-macro.patch * nilfs2-move-ioctl-interface-and-disk-layout-to-uapi-separately.patch * reiserfs-fix-new_insert_key-may-be-used-uninitialized.patch * cpumask-fix-code-comment.patch * kexec-return-error-number-directly.patch * arm-kdump-advertise-boot-aliased-crash-kernel-resource.patch * arm-kexec-advertise-location-of-bootable-ram.patch * kexec-dont-invoke-oom-killer-for-control-page-allocation.patch * kexec-ensure-user-memory-sizes-do-not-wrap.patch * kexec-ensure-user-memory-sizes-do-not-wrap-fix.patch * kdump-arrange-for-paddr_vmcoreinfo_note-to-return-phys_addr_t.patch * kexec-allow-architectures-to-override-boot-mapping.patch * kexec-allow-architectures-to-override-boot-mapping-fix.patch * arm-keystone-dts-add-psci-command-definition.patch * arm-kexec-fix-kexec-for-keystone-2.patch * kdump-vmcoreinfo-report-actual-value-of-phys_base.patch * futex-fix-shared-futex-operations-on-nommu.patch * dma-mapping-constify-attrs-passed-to-dma_get_attr.patch * arm-dma-mapping-constify-attrs-passed-to-internal-functions.patch * arm64-dma-mapping-constify-attrs-passed-to-internal-functions.patch * w1-remove-need-for-ida-and-use-platform_devid_auto.patch * w1-add-helper-macro-module_w1_family.patch * kcov-allow-more-fine-grained-coverage-instrumentation.patch * ipc-semc-fix-complex_count-vs-simple-op-race.patch * ipc-sem-sem_lock-with-hysteresis.patch * ipc-msgc-msgsnd-use-freezable-blocking-call.patch * msgrcv-use-freezable-blocking-call.patch linux-next.patch linux-next-rejects.patch * drivers-net-wireless-intel-iwlwifi-dvm-calibc-fix-min-warning.patch * fpga-zynq-fpga-fix-build-failure.patch * tree-wide-replace-config_enabled-with-is_enabled.patch * bitmap-bitmap_equal-memcmp-optimization-fix.patch mm-add-strictlimit-knob-v2.patch make-sure-nobodys-leaking-resources.patch releasing-resources-with-children.patch make-frame_pointer-default=y.patch kernel-forkc-export-kernel_thread-to-modules.patch mutex-subsystem-synchro-test-module.patch slab-leaks3-default-y.patch add-debugging-aid-for-memory-initialisation-problems.patch workaround-for-a-pci-restoring-bug.patch -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html