mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-30 22:52:05 to 2020-10-13 23:53:30 UTC [more...]

incoming
 2020-10-13 23:53 UTC  (92+ messages)
` [patch 001/181] compiler-clang: add build check for clang 10.0.1
` [patch 002/181] Revert "kbuild: disable clang's default use of -fmerge-all-constants"
` [patch 003/181] Revert "arm64: bti: Require clang >= 10.0.1 for in-kernel BTI support"
` [patch 004/181] Revert "arm64: vdso: Fix compilation with clang older than 8"
` [patch 005/181] Partially revert "ARM: 8905/1: Emit __gnu_mcount_nc when using Clang 10.0.0 or newer"
` [patch 006/181] kasan: remove mentions of unsupported Clang versions
` [patch 007/181] compiler-gcc: improve version error
` [patch 008/181] compiler.h: avoid escaped section names
` [patch 009/181] export.h: fix section name for CONFIG_TRIM_UNUSED_KSYMS for Clang
` [patch 010/181] kbuild: doc: describe proper script invocation
` [patch 011/181] scripts/spelling.txt: increase error-prone spell checking
` [patch 012/181] scripts/spelling.txt: add "arbitrary" typo
` [patch 013/181] scripts/decodecode: add the capability to supply the program counter
` [patch 014/181] ntfs: add check for mft record size in superblock
` [patch 015/181] ocfs2: delete repeated words in comments
` [patch 016/181] ocfs2: fix potential soft lockup during fstrim
` [patch 017/181] fs/xattr.c: fix kernel-doc warnings for setxattr & removexattr
` [patch 018/181] fs_parse: mark fs_param_bad_value() as static
` [patch 019/181] mm/slab.c: clean code by removing redundant if condition
` [patch 020/181] include/linux/slab.h: fix a typo error in comment
` [patch 021/181] mm/slub.c: branch optimization in free slowpath
` [patch 022/181] mm/slub: fix missing ALLOC_SLOWPATH stat when bulk alloc
` [patch 023/181] mm/slub: make add_full() condition more explicit
` [patch 024/181] mm/kmemleak: rely on rcu for task stack scanning
` [patch 025/181] mm,kmemleak-test.c: move kmemleak-test.c to samples dir
` [patch 026/181] x86/numa: cleanup configuration dependent command-line options
` [patch 027/181] x86/numa: add 'nohmat' option
` [patch 029/181] ACPI: HMAT: refactor hmat_register_target_device to hmem_register_device
` [patch 030/181] resource: report parent to walk_iomem_res_desc() callback
` [patch 031/181] mm/memory_hotplug: introduce default phys_to_target_node() implementation
` [patch 032/181] ACPI: HMAT: attach a device for each soft-reserved range
` [patch 033/181] device-dax: drop the dax_region.pfn_flags attribute
` [patch 034/181] device-dax: move instance creation parameters to 'struct dev_dax_data'
` [patch 035/181] device-dax: make pgmap optional for instance creation
` [patch 036/181] device-dax/kmem: introduce dax_kmem_range()
` [patch 037/181] device-dax/kmem: move resource name tracking to drvdata
` [patch 038/181] device-dax/kmem: replace release_resource() with release_mem_region()
` [patch 039/181] device-dax: add an allocation interface for device-dax instances
` [patch 040/181] device-dax: introduce 'struct dev_dax' typed-driver operations
` [patch 041/181] device-dax: introduce 'seed' devices
` [patch 042/181] drivers/base: make device_find_child_by_name() compatible with sysfs inputs
` [patch 043/181] device-dax: add resize support
` [patch 044/181] mm/memremap_pages: convert to 'struct range'
` [patch 045/181] mm/memremap_pages: support multiple ranges per invocation
` [patch 046/181] device-dax: add dis-contiguous resource support
` [patch 047/181] device-dax: introduce 'mapping' devices
` [patch 048/181] device-dax: make align a per-device property
` [patch 049/181] device-dax: add an 'align' attribute
` [patch 050/181] dax/hmem: introduce dax_hmem.region_idle parameter
` [patch 051/181] device-dax: add a range mapping allocation attribute
` [patch 052/181] mm/debug.c: do not dereference i_ino blindly
` [patch 053/181] mm, dump_page: rename head_mapcount() --> head_compound_mapcount()
` [patch 054/181] mm: factor find_get_incore_page out of mincore_page
` [patch 055/181] mm: use find_get_incore_page in memcontrol
` [patch 056/181] mm: optimise madvise WILLNEED
` [patch 057/181] proc: optimise smaps for shmem entries
` [patch 058/181] i915: use find_lock_page instead of find_lock_entry
` [patch 059/181] mm: convert find_get_entry to return the head page
` [patch 060/181] mm/shmem: return head page from find_lock_entry
` [patch 061/181] mm: add find_lock_head
` [patch 062/181] mm/filemap: fix filemap_map_pages for THP
` [patch 063/181] mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED
` [patch 064/181] mm/gup_benchmark: update the documentation in Kconfig
` [patch 065/181] mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flag
` [patch 066/181] mm/gup: don't permit users to call get_user_pages with FOLL_LONGTERM
` [patch 067/181] mm/gup: protect unpin_user_pages() against npages==-ERRNO
` [patch 068/181] swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity
` [patch 069/181] mm: remove activate_page() from unuse_pte()
` [patch 070/181] mm: remove superfluous __ClearPageActive()
` [patch 071/181] mm/swap.c: fix confusing comment in release_pages()
` [patch 072/181] mm/swap_slots.c: remove always zero and unused return value of enable_swap_slots_cache()
` [patch 073/181] mm/page_io.c: remove useless out label in __swap_writepage()
` [patch 074/181] mm/swap.c: fix incomplete comment in lru_cache_add_inactive_or_unevictable()
` [patch 075/181] mm/swapfile.c: remove unnecessary goto out in _swap_info_get()
` [patch 076/181] mm/swapfile.c: fix potential memory leak in sys_swapon
` [patch 077/181] mm/memremap.c: convert devmap static branch to {inc,dec}
` [patch 078/181] mm: memcontrol: use flex_array_size() helper in memcpy()
` [patch 079/181] mm: memcontrol: use the preferred form for passing the size of a structure type
` [patch 080/181] mm: memcg/slab: fix racy access to page->mem_cgroup in mem_cgroup_from_obj()
` [patch 081/181] mm: memcontrol: correct the comment of mem_cgroup_iter()
` [patch 082/181] mm/memcg: clean up obsolete enum charge_type
` [patch 083/181] mm/memcg: simplify mem_cgroup_get_max()
` [patch 084/181] mm/memcg: unify swap and memsw page counters
` [patch 085/181] mm: memcontrol: add the missing numa_stat interface for cgroup v2
` [patch 086/181] mm/page_counter: correct the obsolete func name in the comment of page_counter_try_charge()
` [patch 087/181] mm: memcontrol: reword obsolete comment of mem_cgroup_unmark_under_oom()
` [patch 088/181] mm: memcg/slab: uncharge during kmem_cache_free_bulk()
` [patch 089/181] mm/memcg: fix device private memcg accounting
` [patch 090/181] selftests/vm: fix false build success on the second and later attempts
` [patch 091/181] selftests/vm: fix incorrect gcc invocation in some cases
` [patch 093/181] mm/memory.c: fix typo in __do_fault() comment

incoming
 2020-10-13 23:15 UTC  (27+ messages)
` [patch 1/5] MAINTAINERS: change hardening mailing list
` [patch 2/5] MAINTAINERS: Antoine Tenart's email address
` [patch 3/5] mm: mmap: fix general protection fault in unlink_file_vma()
` [patch 4/5] mm: validate inode in mapping_set_error()
` [patch 5/5] mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged
` [folded-merged] x86-numa-add-nohmat-option-fix.patch removed from -mm tree
` [folded-merged] acpi-hmat-refactor-hmat_register_target_device-to-hmem_register_device-fix.patch "
` [folded-merged] mm-memory_hotplug-introduce-default-phys_to_target_node-implementation-fix.patch "
` [folded-merged] acpi-hmat-attach-a-device-for-each-soft-reserved-range-fix.patch "
` [folded-merged] mm-memremap_pages-convert-to-struct-range-fix.patch "
` [folded-merged] mm-optimise-madvise-willneed-fix.patch "
` [folded-merged] mm-convert-find_get_entry-to-return-the-head-page-fix.patch "
` [folded-merged] mm-shmem-return-head-page-from-find_lock_entry-fix.patch "
` [folded-merged] mm-gup-dont-permit-users-to-call-get_user_pages-with-foll_longterm-fix.patch "
` [folded-merged] mm-memcg-simplify-mem_cgroup_get_max-v4.patch "
` [folded-merged] mm-account-pmd-tables-like-pte-tables-fix.patch "
` [folded-merged] mm-remove-src-dst-mm-parameter-in-copy_page_range-v2.patch "
` [folded-merged] mm-remove-src-dst-mm-parameter-in-copy_page_range-v2-fix.patch "
` [folded-merged] kasan-port-kasan-tests-to-kunit-v14.patch "
` [folded-merged] mm-page_allocc-clean-code-by-removing-unnecessary-initialization-fix.patch "
` [folded-merged] mm-hugetlb-take-the-free-hpage-during-the-iteration-directly-v4.patch "
` [folded-merged] mm-mempool-add-else-to-split-mutually-exclusive-case-fix.patch "
` [folded-merged] memblock-make-memblock_debug-and-related-functionality-private-fix.patch "
` [folded-merged] arch-drivers-replace-for_each_membock-with-for_each_mem_range-fix.patch "
` [folded-merged] arch-drivers-replace-for_each_membock-with-for_each_mem_range-fix-2.patch "
` [folded-merged] mm-oom_adj-dont-loop-through-tasks-in-__set_oom_adj-when-not-necessary-v3.patch "

[merged] maintainers-change-hardening-mailing-list.patch removed from -mm tree
 2020-10-13 20:41 UTC 

[merged] mm-khugepaged-recalculate-min_free_kbytes-after-memory-hotplug-as-expected-by-khugepaged.patch removed from -mm tree
 2020-10-13 20:41 UTC 

[merged] mm-validate-inode-in-mapping_set_error.patch removed from -mm tree
 2020-10-13 20:41 UTC 

[merged] mm-mmap-fix-general-protection-fault-in-unlink_file_vma.patch removed from -mm tree
 2020-10-13 20:41 UTC 

[merged] maintainers-update-my-email-address.patch removed from -mm tree
 2020-10-13 20:41 UTC 

[wrecked] x86-add-failure-injection-to-get-put-clear_user.patch removed from -mm tree
 2020-10-13 18:20 UTC 

[to-be-updated] mm-use-add_page_to_lru_list-page_lru-page_off_lru.patch removed from -mm tree
 2020-10-13  9:16 UTC 

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2020-10-13  0:06 UTC 

[folded-merged] mm-khugepaged-recalculate-min_free_kbytes-after-memory-hotplug-as-expected-by-khugepaged-v5.patch removed from -mm tree
 2020-10-11  3:59 UTC 

[alternative-merged] mm-swapfile-avoid-split_swap_cluster-null-pointer-dereference.patch removed from -mm tree
 2020-10-11  3:40 UTC 

+ mm-fix-a-race-during-split-thp.patch added to -mm tree
 2020-10-11  3:38 UTC 

+ mm-validate-inode-in-mapping_set_error.patch added to -mm tree
 2020-10-11  3:36 UTC 

+ mm-hmm-test-fix-an-error-code-in-dmirror_allocate_chunk.patch added to -mm tree
 2020-10-11  3:29 UTC 

+ kernel-acctc-fix-some-kernel-doc-nits.patch added to -mm tree
 2020-10-11  3:27 UTC 

+ mm-memcg-fix-device-private-memcg-accounting.patch added to -mm tree
 2020-10-09 22:52 UTC 

+ scripts-spellingtxt-add-arbitrary-typo.patch added to -mm tree
 2020-10-09 22:47 UTC 

+ mm-memcg-slab-uncharge-during-kmem_cache_free_bulk.patch added to -mm tree
 2020-10-09 22:45 UTC 

+ linux-next-git-rejects.patch added to -mm tree
 2020-10-09 21:42 UTC 

mmotm 2020-10-07-15-48 uploaded
 2020-10-07 22:49 UTC 

+ checkpatch-add-new-warnings-to-author-signoff-checks.patch added to -mm tree
 2020-10-07 21:14 UTC 

[to-be-updated] mm-frame-vec-use-foll_longterm.patch removed from -mm tree
 2020-10-07 21:13 UTC 

[to-be-updated] mm-frame-vec-drop-gup_flags-from-get_vaddr_frames.patch removed from -mm tree
 2020-10-07 21:13 UTC 

+ mm-mmap-fix-general-protection-fault-in-unlink_file_vma.patch added to -mm tree
 2020-10-07 19:04 UTC 

mmotm 2020-10-06-15-50 uploaded
 2020-10-06 22:51 UTC 

+ selftests-vm-10x-speedup-for-hmm-tests.patch added to -mm tree
 2020-10-06 21:53 UTC 

+ checkpatch-fix-false-positive-on-empty-block-comment-lines.patch added to -mm tree
 2020-10-06 21:50 UTC 

+ mm-remove-src-dst-mm-parameter-in-copy_page_range-v2-fix.patch added to -mm tree
 2020-10-06 21:40 UTC 

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2020-10-06 21:11 UTC 

+ mm-page_alloc-convert-report-flag-of-__free_one_page-to-a-proper-flag.patch added to -mm tree
 2020-10-06  5:15 UTC 

+ mm-page_alloc-place-pages-to-tail-in-__free_pages_core.patch added to -mm tree
 2020-10-06  4:57 UTC 

+ mm-memory_hotplug-update-comment-regarding-zone-shuffling.patch added to -mm tree
 2020-10-06  4:57 UTC 

+ mm-page_alloc-move-pages-to-tail-in-move_to_free_list.patch added to -mm tree
 2020-10-06  4:57 UTC 

+ mm-page_alloc-place-pages-to-tail-in-__putback_isolated_page.patch added to -mm tree
 2020-10-06  4:57 UTC 

+ maintainers-update-my-email-address.patch added to -mm tree
 2020-10-06  4:48 UTC 

+ kernel-fix-repeated-words-in-comments.patch added to -mm tree
 2020-10-06  3:27 UTC 

+ maintainers-change-hardening-mailing-list.patch added to -mm tree
 2020-10-06  0:10 UTC 

+ kernel-relayc-drop-unneeded-initialization.patch added to -mm tree
 2020-10-06  0:08 UTC 

[merged] mm-slub-restore-initial-kmem_cache-flags.patch removed from -mm tree
 2020-10-05 23:21 UTC 

[merged] mm-page_alloc-handle-a-missing-case-for-memalloc_nocma_save-restore-apis.patch removed from -mm tree
 2020-10-05 23:21 UTC 

[merged] scripts-spellingtxt-fix-malformed-entry.patch removed from -mm tree
 2020-10-05 23:21 UTC 

mmotm 2020-10-02-22-22 uploaded
 2020-10-03  5:23 UTC 

incoming
 2020-10-03  5:21 UTC  (4+ messages)
` [patch 1/3] mm, slub: restore initial kmem_cache flags
` [patch 2/3] mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIs
` [patch 3/3] scripts/spelling.txt: fix malformed entry

+ selftests-vm-hmm-tests-remove-the-libhugetlbfs-dependency-fix.patch added to -mm tree
 2020-10-03  1:00 UTC 

+ kbuild-doc-describe-proper-script-invocation.patch added to -mm tree
 2020-10-02 23:43 UTC 

+ linux-next-git-rejects.patch added to -mm tree
 2020-10-02 23:36 UTC 

[to-be-updated] mm-fix-some-comments-in-page_allocc-and-mempolicyc.patch removed from -mm tree
 2020-10-02 23:25 UTC 

+ mm-rename-page_order-to-buddy_order.patch added to -mm tree
 2020-10-02 22:23 UTC 

+ mm-memory-remove-page-fault-assumption-of-compound-page-size-fix.patch added to -mm tree
 2020-10-02 22:21 UTC 

+ checkpatch-emit-a-warning-on-embedded-filenames-fix.patch added to -mm tree
 2020-10-02 22:18 UTC 

+ checkpatch-fix-multi-statement-macro-checks-for-while-blocks.patch added to -mm tree
 2020-10-02 22:15 UTC 

+ checkpatch-emit-a-warning-on-embedded-filenames.patch added to -mm tree
 2020-10-02 22:11 UTC 

+ xarray-add-xas_split-fix-3patch.patch added to -mm tree
 2020-10-02 22:09 UTC 

+ selftests-vm-8x-compaction_test-speedup.patch added to -mm tree
 2020-10-02 22:07 UTC 

+ mm-remove-the-filename-in-the-top-of-file-comment-in-vmallocc.patch added to -mm tree
 2020-10-02 21:29 UTC 

+ mm-cleanup-the-gfp_mask-handling-in-__vmalloc_area_node.patch added to -mm tree
 2020-10-02 21:29 UTC 

+ mm-remove-alloc_vm_area.patch added to -mm tree
 2020-10-02 21:29 UTC 

+ x86-xen-open-code-alloc_vm_area-in-arch_gnttab_valloc.patch added to -mm tree
 2020-10-02 21:29 UTC 

+ xen-xenbus-use-apply_to_page_range-directly-in-xenbus_map_ring_pv.patch added to -mm tree
 2020-10-02 21:29 UTC 

+ drm-i915-use-vmap-in-i915_gem_object_map.patch added to -mm tree
 2020-10-02 21:29 UTC 

+ drm-i915-stop-using-kmap-in-i915_gem_object_map.patch added to -mm tree
 2020-10-02 21:29 UTC 

+ drm-i915-use-vmap-in-shmem_pin_map.patch added to -mm tree
 2020-10-02 21:29 UTC 

+ zsmalloc-switch-from-alloc_vm_area-to-get_vm_area.patch added to -mm tree
 2020-10-02 21:29 UTC 

+ mm-allow-a-null-fn-callback-in-apply_to_page_range.patch added to -mm tree
 2020-10-02 21:29 UTC 

+ mm-add-a-vmap_pfn-function.patch added to -mm tree
 2020-10-02 21:29 UTC 

+ mm-add-a-vm_map_put_pages-flag-for-vmap.patch added to -mm tree
 2020-10-02 21:29 UTC 

+ mm-update-the-documentation-for-vfree.patch added to -mm tree
 2020-10-02 21:28 UTC 

+ mm-frame-vec-use-foll_longterm.patch added to -mm tree
 2020-10-02 21:17 UTC 

+ mm-frame-vec-drop-gup_flags-from-get_vaddr_frames.patch added to -mm tree
 2020-10-02 21:17 UTC 

+ mm-remove-src-dst-mm-parameter-in-copy_page_range-v2.patch added to -mm tree
 2020-10-02 21:10 UTC 

mmotm 2020-09-30-17-07 uploaded
 2020-10-01  0:07 UTC 

+ scripts-spellingtxt-fix-malformed-entry.patch added to -mm tree
 2020-09-30 23:50 UTC 

+ selftests-vm-hmm-tests-remove-the-libhugetlbfs-dependency.patch added to -mm tree
 2020-09-30 22:52 UTC 

+ selftests-vm-run_vmtestsh-update-and-clean-up-gup_test-invocation.patch added to -mm tree
 2020-09-30 22:52 UTC 

+ selftests-vm-gup_test-introduce-the-dump_pages-sub-test.patch added to -mm tree
 2020-09-30 22:52 UTC 

+ selftests-vm-only-some-gup_test-items-are-really-benchmarks.patch added to -mm tree
 2020-09-30 22:52 UTC 

+ selftests-vm-minor-cleanup-makefile-and-gup_testc.patch added to -mm tree
 2020-09-30 22:52 UTC 

+ selftests-vm-use-a-common-gup_testh.patch added to -mm tree
 2020-09-30 22:51 UTC 

+ selftests-vm-rename-run_vmtests-run_vmtestssh.patch added to -mm tree
 2020-09-30 22:52 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).