mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-22 01:22:21 to 2020-04-02 04:07:40 UTC [more...]

incoming
 2020-04-02  4:07 UTC  (81+ messages)
` [patch 001/155] tools/accounting/getdelays.c: fix netlink attribute length
` [patch 002/155] kthread: mark timer used by delayed kthread works as IRQ safe
` [patch 003/155] asm-generic: make more kernel-space headers mandatory
` [patch 004/155] scripts/spelling.txt: add syfs/sysfs pattern
` [patch 005/155] scripts/spelling.txt: add more spellings to spelling.txt
` [patch 006/155] ocfs2: remove FS_OCFS2_NM
` [patch 007/155] ocfs2: remove unused macros
` [patch 008/155] ocfs2: use OCFS2_SEC_BITS in macro
` [patch 009/155] ocfs2: remove dlm_lock_is_remote
` [patch 010/155] ocfs2: there is no need to log twice in several functions
` [patch 011/155] ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"
` [patch 012/155] ocfs2: remove useless err
` [patch 013/155] ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refcount_cache_unlock()
` [patch 014/155] ocfs2: replace zero-length array with flexible-array member
` [patch 015/155] ocfs2: cluster: "
` [patch 016/155] ocfs2: dlm: "
` [patch 017/155] ocfs2: ocfs2_fs.h: "
` [patch 018/155] ocfs2: roll back the reference count modification of the parent directory if an error occurs
` [patch 019/155] ocfs2: use scnprintf() for avoiding potential buffer overflow
` [patch 020/155] ocfs2: use memalloc_nofs_save instead of memalloc_noio_save
` [patch 021/155] fs_parse: remove pr_notice() about each validation
` [patch 022/155] mm/slub.c: replace cpu_slab->partial with wrapped APIs
` [patch 023/155] mm/slub.c: replace kmem_cache->cpu_partial "
` [patch 024/155] slub: improve bit diffusion for freelist ptr obfuscation
` [patch 025/155] slub: relocate freelist pointer to middle of object
` [patch 026/155] revert "topology: add support for node_to_mem_node() to determine the fallback node"
` [patch 027/155] mm/kmemleak.c: use address-of operator on section symbols
` [patch 028/155] mm/Makefile: disable KCSAN for kmemleak
` [patch 029/155] mm/filemap.c: don't bother dropping mmap_sem for zero size readahead
` [patch 030/155] mm/page-writeback.c: write_cache_pages(): deduplicate identical checks
` [patch 031/155] mm/filemap.c: clear page error before actual read
` [patch 032/155] mm/filemap.c: remove unused argument from shrink_readahead_size_eio()
` [patch 033/155] mm/filemap.c: use vm_fault error code directly
` [patch 034/155] include/linux/pagemap.h: rename arguments to find_subpage
` [patch 035/155] mm/page-writeback.c: use VM_BUG_ON_PAGE in clear_page_dirty_for_io
` [patch 036/155] mm/filemap.c: unexport find_get_entry
` [patch 037/155] mm/filemap.c: rewrite pagecache_get_page documentation
` [patch 038/155] mm/gup: split get_user_pages_remote() into two routines
` [patch 039/155] mm/gup: pass a flags arg to __gup_device_* functions
` [patch 040/155] mm: introduce page_ref_sub_return()
` [patch 041/155] mm/gup: pass gup flags to two more routines
` [patch 042/155] mm/gup: require FOLL_GET for get_user_pages_fast()
` [patch 043/155] mm/gup: track FOLL_PIN pages
` [patch 044/155] mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
` [patch 045/155] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [patch 046/155] mm/gup_benchmark: support pin_user_pages() and related calls
` [patch 047/155] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [patch 048/155] mm: improve dump_page() for compound pages
` [patch 049/155] mm: dump_page(): additional diagnostics for huge pinned pages
` [patch 050/155] mm/gup/writeback: add callbacks for inaccessible pages
` [patch 051/155] mm/gup: rename nr as nr_pinned in get_user_pages_fast()
` [patch 052/155] mm/gup: fix omission of check on FOLL_LONGTERM in gup fast path
` [patch 053/155] mm/swapfile.c: fix comments for swapcache_prepare
` [patch 054/155] mm/swap.c: not necessary to export __pagevec_lru_add()
` [patch 055/155] mm/swapfile: fix data races in try_to_unuse()
` [patch 056/155] mm/swap_slots.c: assign|reset cache slot by value directly
` [patch 057/155] mm: swap: make page_evictable() inline
` [patch 058/155] mm: swap: use smp_mb__after_atomic() to order LRU bit set
` [patch 059/155] mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_cache
` [patch 060/155] mm, memcg: fix build error around the usage of kmem_caches
` [patch 061/155] mm/memcontrol.c: allocate shrinker_map on appropriate NUMA node
` [patch 062/155] mm: memcg/slab: use mem_cgroup_from_obj()
` [patch 063/155] mm: kmem: cleanup (__)memcg_kmem_charge_memcg() arguments
` [patch 064/155] mm: kmem: cleanup memcg_kmem_uncharge_memcg() arguments
` [patch 065/155] mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()
` [patch 066/155] mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg()
` [patch 067/155] mm: memcg/slab: cache page number in memcg_(un)charge_slab()
` [patch 068/155] mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge()
` [patch 069/155] mm: memcontrol: fix memory.low proportional distribution
` [patch 070/155] mm: memcontrol: clean up and document effective low/min calculations
` [patch 071/155] mm: memcontrol: recursive memory.low protection
` [patch 072/155] memcg: css_tryget_online cleanups
` [patch 073/155] mm/memcontrol.c: make mem_cgroup_id_get_many() __maybe_unused
` [patch 074/155] mm, memcg: prevent memory.high load/store tearing
` [patch 075/155] mm, memcg: prevent memory.max load tearing
` [patch 076/155] mm, memcg: prevent memory.low load/store tearing
` [patch 077/155] mm, memcg: prevent memory.min "
` [patch 078/155] mm, memcg: prevent memory.swap.max load tearing
` [patch 079/155] mm, memcg: prevent mem_cgroup_protected store tearing
` [patch 080/155] mm: memcg: make memory.oom.group tolerable to task migration

[folded-merged] hugetlb-support-file_region-coalescing-again-fix-2.patch removed from -mm tree
 2020-04-02  3:39 UTC 

[folded-merged] hugetlb-support-file_region-coalescing-again-fix.patch removed from -mm tree
 2020-04-02  3:39 UTC 

[folded-merged] hugetlb_cgroup-add-accounting-for-shared-mappings-fix.patch removed from -mm tree
 2020-04-02  3:39 UTC 

[folded-merged] hugetlb-disable-region_add-file_region-coalescing-fix.patch removed from -mm tree
 2020-04-02  3:38 UTC 

[folded-merged] hugetlb_cgroup-add-reservation-accounting-for-private-mappings-fix.patch removed from -mm tree
 2020-04-02  3:37 UTC 

[folded-merged] mm-compaction-disable-compact_unevictable_allowed-on-rt-v5.patch removed from -mm tree
 2020-04-02  3:36 UTC 

[folded-merged] mmthpcompactioncma-allow-thp-migration-for-cma-allocations-fix.patch removed from -mm tree
 2020-04-02  3:35 UTC 

[folded-merged] kasan-fix-wstringop-overflow-warning.patch removed from -mm tree
 2020-04-02  3:34 UTC 

[folded-merged] kasan-detect-negative-size-in-memory-operation-function-fix-2.patch removed from -mm tree
 2020-04-02  3:33 UTC 

[folded-merged] kasan-detect-negative-size-in-memory-operation-function-fix.patch removed from -mm tree
 2020-04-02  3:33 UTC 

[folded-merged] selftest-add-mremap_dontunmap-selftest-v7-checkpatch-fixes.patch removed from -mm tree
 2020-04-02  3:31 UTC 

[folded-merged] selftest-add-mremap_dontunmap-selftest-v7.patch removed from -mm tree
 2020-04-02  3:31 UTC 

[folded-merged] selftest-add-mremap_dontunmap-selftest-fix.patch removed from -mm tree
 2020-04-02  3:31 UTC 

[folded-merged] mm-add-mremap_dontunmap-to-mremap-v7.patch removed from -mm tree
 2020-04-02  3:30 UTC 

[folded-merged] mm-add-mremap_dontunmap-to-mremap-v6.patch removed from -mm tree
 2020-04-02  3:30 UTC 

[folded-merged] mm-mmap-add-trace-point-of-vm_unmapped_area-fix.patch removed from -mm tree
 2020-04-02  3:30 UTC 

[folded-merged] mm-introduce-fault_signal_pending-fix.patch removed from -mm tree
 2020-04-02  3:29 UTC 

[folded-merged] mm-swap-make-page_evictable-inline-fix.patch removed from -mm tree
 2020-04-02  3:27 UTC 

[folded-merged] mm-gup-track-foll_pin-pages-fix-2-fix.patch removed from -mm tree
 2020-04-02  3:25 UTC 

[folded-merged] mm-gup-track-foll_pin-pages-fix-2.patch removed from -mm tree
 2020-04-02  3:25 UTC 

[folded-merged] mm-gup-track-foll_pin-pages-fix.patch removed from -mm tree
 2020-04-02  3:25 UTC 

[to-be-updated] mm-hugetlb-fix-hugetlb_cma_reserve-if-config_numa-isnt-set.patch removed from -mm tree
 2020-04-02  2:27 UTC 

mmotm 2020-04-01-17-52 uploaded
 2020-04-02  0:53 UTC 

[to-be-updated] mm-hugetlb-fix-a-addressing-exception-caused-by-huge_pte_offset.patch removed from -mm tree
 2020-04-01 23:15 UTC 

+ compilerh-fix-error-in-build_bug_on-reporting.patch added to -mm tree
 2020-04-01 22:22 UTC 

+ mm-memcg-do-not-high-throttle-allocators-based-on-wraparound.patch added to -mm tree
 2020-04-01 21:57 UTC 

+ ipc-mqueuec-change-__do_notify-to-bypass-check_kill_permission-v2.patch added to -mm tree
 2020-04-01 21:08 UTC 

[to-be-updated] ipc-mqueuec-change-__do_notify-to-bypass-check_kill_permission.patch removed from -mm tree
 2020-04-01 21:05 UTC 

[folded-merged] ipc-mqueuec-change-__do_notify-to-bypass-check_kill_permission-fix.patch removed from -mm tree
 2020-04-01 21:04 UTC 

[alternative-merged] mm-fix-tick-timer-stall-during-deferred-page-init.patch removed from -mm tree
 2020-04-01 18:07 UTC 

[alternative-merged] drivers-net-ethernet-mellanox-mlx4-crdumpc-fix-build-with-gcc-720.patch removed from -mm tree
 2020-04-01  1:09 UTC 

+ linux-next-git-rejects.patch added to -mm tree
 2020-04-01  1:07 UTC 

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2020-04-01  1:01 UTC 

mmotm 2020-03-30-18-46 uploaded
 2020-03-31  1:47 UTC 

+ drivers-net-ethernet-mellanox-mlx4-crdumpc-fix-build-with-gcc-720.patch added to -mm tree
 2020-03-31  1:07 UTC 

[merged] mm-sparse-fix-kernel-crash-with-pfn_section_valid-check.patch removed from -mm tree
 2020-03-30 22:23 UTC 

[merged] mm-fork-fix-kernel_stack-memcg-stats-for-various-stack-implementations.patch removed from -mm tree
 2020-03-30 22:23 UTC 

[merged] drivers-base-memoryc-indicate-all-memory-blocks-as-removable.patch removed from -mm tree
 2020-03-30 22:23 UTC 

[merged] hugetlb_cgroup-fix-illegal-access-to-memory.patch removed from -mm tree
 2020-03-30 22:23 UTC 

[merged] mm-swap-move-inode_lock-out-of-claim_swapfile.patch removed from -mm tree
 2020-03-30 22:22 UTC 

+ mm-mmap-add-trace-point-of-vm_unmapped_area-fix.patch added to -mm tree
 2020-03-30 21:19 UTC 

mmotm 2020-03-28-22-17 uploaded
 2020-03-29  5:18 UTC 

incoming
 2020-03-29  2:17 UTC  (6+ messages)
` [patch 1/5] mm/swapfile.c: move inode_lock out of claim_swapfile
` [patch 2/5] drivers/base/memory.c: indicate all memory blocks as removable
` [patch 3/5] hugetlb_cgroup: fix illegal access to memory
` [patch 4/5] mm: fork: fix kernel_stack memcg stats for various stack implementations
` [patch 5/5] mm/sparse: fix kernel crash with pfn_section_valid check

[folded-merged] mm-sparse-fix-kernel-crash-with-pfn_section_valid-check-v2.patch removed from -mm tree
 2020-03-29  2:12 UTC 

[folded-merged] mm-fork-fix-kernel_stack-memcg-stats-for-various-stack-implementations-v2.patch removed from -mm tree
 2020-03-29  2:12 UTC 

+ ocfs2-use-memalloc_nofs_save-instead-of-memalloc_noio_save.patch added to -mm tree
 2020-03-29  1:00 UTC 

+ maintainers-list-the-section-entries-in-the-preferred-order.patch added to -mm tree
 2020-03-29  0:56 UTC 

+ umh-fix-refcount-underflow-in-fork_usermode_blob.patch added to -mm tree
 2020-03-29  0:55 UTC 

+ hfsplus-fix-crash-and-filesystem-corruption-when-deleting-files.patch added to -mm tree
 2020-03-28 23:19 UTC 

+ docs-admin-guide-document-the-kernelmodprobe-sysctl-v5.patch added to -mm tree
 2020-03-28 23:10 UTC 

[merged] drivers-infiniband-sw-siw-siw_qp_rxc-suppress-uninitialized-var-warning.patch removed from -mm tree
 2020-03-28 22:48 UTC 

+ mm-hugetlb-fix-a-addressing-exception-caused-by-huge_pte_offset.patch added to -mm tree
 2020-03-28 22:10 UTC 

+ getdelays-fix-netlink-attribute-length.patch added to -mm tree
 2020-03-28 20:04 UTC 

+ ipc-mqueuec-change-__do_notify-to-bypass-check_kill_permission-fix.patch added to -mm tree
 2020-03-28 20:01 UTC 

mmotm 2020-03-26-14-16 uploaded
 2020-03-26 21:17 UTC 

[nacked] kernel-taskstats-fix-wrong-nla-type-for-cgrouptaskstats-policy.patch removed from -mm tree
 2020-03-26 21:10 UTC 

+ mm-remove-dummy-struct-bootmem_data-bootmem_data_t.patch added to -mm tree
 2020-03-26 20:10 UTC 

+ kernel-taskstats-fix-wrong-nla-type-for-cgrouptaskstats-policy.patch added to -mm tree
 2020-03-26 20:05 UTC 

+ mm-sparse-fix-kernel-crash-with-pfn_section_valid-check-v2.patch added to -mm tree
 2020-03-26 19:41 UTC 

+ kcov-collect-coverage-from-interrupts-v4.patch added to -mm tree
 2020-03-26 19:37 UTC 

+ arm64-memory-give-hotplug-memory-a-different-resource-name.patch added to -mm tree
 2020-03-26 19:28 UTC 

+ mm-memory_hotplug-allow-arch-override-of-non-boot-memory-resource-names.patch added to -mm tree
 2020-03-26 19:28 UTC 

+ kexec-prevent-removal-of-memory-in-use-by-a-loaded-kexec-image.patch added to -mm tree
 2020-03-26 19:28 UTC 

[merged] libfs-fix-infoleak-in-simple_attr_read.patch removed from -mm tree
 2020-03-26 18:16 UTC 

[merged] bus-mhi-fix-printk-format-for-size_t.patch removed from -mm tree
 2020-03-26 18:16 UTC 

[merged] psi-move-pf_memstall-out-of-task-flags.patch removed from -mm tree
 2020-03-26 18:16 UTC 

[merged] x86-mm-split-vmalloc_sync_all.patch removed from -mm tree
 2020-03-26 18:16 UTC 

[merged] mm-slub-prevent-kmalloc_node-crashes-and-memory-leaks.patch removed from -mm tree
 2020-03-26 18:16 UTC 

[merged] mm-mmu_notifier-silence-prove_rcu_list-warnings.patch removed from -mm tree
 2020-03-26 18:16 UTC 

[merged] epoll-fix-possible-lost-wakeup-on-epoll_ctl-path.patch removed from -mm tree
 2020-03-26 18:16 UTC 

[merged] mm-do-not-allow-madv_pageout-for-cow-pages.patch removed from -mm tree
 2020-03-26 18:16 UTC 

[merged] mm-memcg-throttle-allocators-based-on-ancestral-memoryhigh.patch removed from -mm tree
 2020-03-26 18:16 UTC 

[merged] mm-memcg-fix-corruption-on-64-bit-divisor-in-memoryhigh-throttling.patch removed from -mm tree
 2020-03-26 18:16 UTC 

[merged] page-flags-fix-a-crash-at-setpageerrorthp_swap.patch removed from -mm tree
 2020-03-26 18:15 UTC 

[merged] mm-hotplug-fix-hot-remove-failure-in-sparsememvmemmap-case.patch removed from -mm tree
 2020-03-26 18:15 UTC 

[merged] memcg-fix-null-pointer-dereference-in-__mem_cgroup_usage_unregister_event.patch removed from -mm tree
 2020-03-26 18:15 UTC 

+ linux-next-git-rejects.patch added to -mm tree
 2020-03-26 18:15 UTC 

+ mm-mempolicy-require-at-least-one-nodeid-for-mpol_preferred.patch added to -mm tree
 2020-03-26  0:52 UTC 

+ selftests-vm-drop-dependencies-on-page-flags-from-mlock2-tests.patch added to -mm tree
 2020-03-26  0:50 UTC 

+ ipc-mqueuec-change-__do_notify-to-bypass-check_kill_permission.patch added to -mm tree
 2020-03-26  0:41 UTC 

+ mm-sparse-fix-kernel-crash-with-pfn_section_valid-check.patch added to -mm tree
 2020-03-26  0:38 UTC 

+ mm-use-vm_fault-error-code-directly.patch added to -mm tree
 2020-03-26  0:38 UTC 

+ mm-sparse-fix-kernel-crash-with-pfn_section_valid-check.patch added to -mm tree
 2020-03-26  0:35 UTC 

+ reiserfs-clean-up-several-indentation-issues.patch added to -mm tree
 2020-03-26  0:32 UTC 

mmotm 2020-03-23-21-29 uploaded
 2020-03-24  4:30 UTC 

+ mm-rewrite-pagecache_get_page-documentation.patch added to -mm tree
 2020-03-24  2:35 UTC 

+ mm-unexport-find_get_entry.patch added to -mm tree
 2020-03-24  2:35 UTC 

+ mm-use-vm_bug_on_page-in-clear_page_dirty_for_io.patch added to -mm tree
 2020-03-24  2:35 UTC 

+ mm-remove-config_transparent_huge_pagecache.patch added to -mm tree
 2020-03-24  2:35 UTC 

+ mm-check-pagetail-in-hpage_nr_pages-even-when-thp.patch added to -mm tree
 2020-03-24  2:35 UTC 

+ mm-optimise-find_subpage-for-thp.patch added to -mm tree
 2020-03-24  2:35 UTC 

+ mm-rename-arguments-to-find_subpage.patch added to -mm tree
 2020-03-24  2:35 UTC 

+ mm-use-vm_fault-error-code-directly.patch added to -mm tree
 2020-03-24  2:35 UTC 

+ mm-gup-fix-omission-of-check-on-foll_longterm-in-gup-fast-path.patch added to -mm tree
 2020-03-24  2:06 UTC 

+ mm-gup-rename-nr-as-nr_pinned-in-get_user_pages_fast.patch added to -mm tree
 2020-03-24  2:06 UTC 

+ mm-hugetlb-optionally-allocate-gigantic-hugepages-using-cma-fix-2.patch added to -mm tree
 2020-03-24  1:19 UTC 

+ mm-sparsec-allocate-memmap-preferring-the-given-node.patch added to -mm tree
 2020-03-24  1:14 UTC 

+ mm-fork-fix-kernel_stack-memcg-stats-for-various-stack-implementations-v2.patch added to -mm tree
 2020-03-24  1:11 UTC 

[obsolete] mm-memcg-slab-introduce-mem_cgroup_from_obj-v2.patch removed from -mm tree
 2020-03-24  1:07 UTC 

+ checkpatch-avoid-warning-about-uninitialized_var.patch added to -mm tree
 2020-03-24  0:51 UTC 

[to-be-updated] tools-testing-selftests-vm-mlock2-tests-fix-mlock2-false-negative-errors.patch removed from -mm tree
 2020-03-23 21:19 UTC 

+ lib-test_lockup-add-parameters-for-locking-generic-vfs-locks.patch added to -mm tree
 2020-03-23 20:53 UTC 

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

+ drivers-tty-serial-sh-scic-suppress-uninitialized-var-warning.patch added to -mm tree
 2020-03-23 19:00 UTC 

incoming
 2020-03-22  4:41 UTC  (11+ messages)
` [patch 04/10] mm, memcg: fix corruption on 64-bit divisor in memory.high throttling
` [patch 05/10] mm, memcg: throttle allocators based on ancestral memory.high
` [patch 06/10] mm: do not allow MADV_PAGEOUT for CoW pages
` [patch 07/10] epoll: fix possible lost wakeup on epoll_ctl() path
` [patch 08/10] mm/mmu_notifier: silence PROVE_RCU_LIST warnings
` [patch 09/10] mm, slub: prevent kmalloc_node crashes and memory leaks
` [patch 10/10] x86/mm: split vmalloc_sync_all()
` + tools-testing-selftests-vm-mlock2-tests-fix-mlock2-false-negative-errors.patch added to -mm tree
` + libfs-fix-infoleak-in-simple_attr_read.patch "
` + bus-mhi-fix-printk-format-for-size_t.patch "


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