mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-08 03:43:01 to 2020-12-15 03:14:39 UTC [more...]

incoming
 2020-12-15  3:13 UTC  (103+ messages)
` [patch 001/200] kthread: add kthread_work tracepoints
` [patch 002/200] kthread_worker: document CPU hotplug handling
` [patch 003/200] uapi: move constants from <linux/kernel.h> to <linux/const.h>
` [patch 004/200] ide/falcon: remove in_interrupt() usage
` [patch 005/200] ide: remove BUG_ON(in_interrupt() || irqs_disabled()) from ide_unregister()
` [patch 006/200] fs/ntfs: remove unused varibles
` [patch 011/200] mm/slab_common.c: use list_for_each_entry in dump_unreclaimable_slab()
` [patch 015/200] vhost: vringh: use krealloc_array()
` [patch 016/200] pinctrl: "
` [patch 019/200] hwtracing: intel: "
` [patch 020/200] dma-buf: "
` [patch 022/200] mm/slab: rerform init_on_free earlier
` [patch 023/200] mm, slub: use kmem_cache_debug_flags() in deactivate_slab()
` [patch 024/200] mm/slub: let number of online CPUs determine the slub page order
` [patch 025/200] device-dax/kmem: use struct_size()
` [patch 026/200] mm: fix page_owner initializing issue for arm32
` [patch 027/200] mm/page_owner: record timestamp and pid
` [patch 028/200] mm/filemap/c: break generic_file_buffered_read up into multiple functions
` [patch 029/200] mm/filemap.c: generic_file_buffered_read() now uses find_get_pages_contig
` [patch 030/200] mm/truncate: add parameter explanation for invalidate_mapping_pagevec
` [patch 031/200] mm/filemap.c: remove else after a return
` [patch 032/200] mm/gup_benchmark: rename to mm/gup_test
` [patch 035/200] selftests/vm: minor cleanup: Makefile and gup_test.c
` [patch 036/200] selftests/vm: only some gup_test items are really benchmarks
` [patch 037/200] selftests/vm: gup_test: introduce the dump_pages() sub-test
` [patch 039/200] selftests/vm: hmm-tests: remove the libhugetlbfs dependency
` [patch 044/200] mm/gup: prevent gup_fast from racing with COW during fork
` [patch 045/200] mm/gup: remove the vma allocation from gup_longterm_locked()
` [patch 046/200] mm/gup: combine put_compound_head() and unpin_user_page()
` [patch 048/200] mm/swapfile.c: use helper function swap_count() in add_swap_count_continuation()
` [patch 049/200] mm/swap_state: skip meaningless swap cache readahead when ra_info.win == 0
` [patch 054/200] tmpfs: fix Documentation nits
` [patch 055/200] mm: memcontrol: add file_thp, shmem_thp to memory.stat
` [patch 056/200] mm: memcontrol: remove unused mod_memcg_obj_state()
` [patch 057/200] mm: memcontrol: eliminate redundant check in __mem_cgroup_insert_exceeded()
` [patch 058/200] mm: memcg/slab: fix return of child memcg objcg for root memcg
` [patch 059/200] mm: memcg/slab: fix use after free in obj_cgroup_charge
` [patch 060/200] mm/rmap: always do TTU_IGNORE_ACCESS
` [patch 062/200] mm: memcg: fix obsolete code comments
` [patch 064/200] docs: cgroup-v1: reflect the deprecation of the non-hierarchical mode
` [patch 065/200] cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy
` [patch 066/200] mm/page_counter: use page_counter_read in page_counter_set_max
` [patch 067/200] mm: memcg: remove obsolete memcg_has_children()
` [patch 068/200] mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_state
` [patch 069/200] mm: memcontrol: sssign boolean values to a bool variable
` [patch 070/200] mm/memcg: remove incorrect comment
` [patch 071/200] mm: move lruvec stats update functions to vmstat.h
` [patch 072/200] mm: memcontrol: account pagetables per node
` [patch 073/200] xen/unpopulated-alloc: consolidate pgmap manipulation
` [patch 075/200] mm: speedup mremap on 1GB or larger regions
` [patch 080/200] mm/page_vma_mapped.c: add colon to fix kernel-doc markups error for check_pte
` [patch 085/200] mm/mremap: for MREMAP_DONTUNMAP check security_vm_enough_memory_mm()
` [patch 087/200] vm_ops: rename .split() callback to .may_split()
` [patch 088/200] mremap: check if it's possible to split original vma
` [patch 092/200] locking/selftests: add testcases for fs_reclaim
` [patch 093/200] mm/vmalloc.c:__vmalloc_area_node(): avoid 32-bit overflow
` [patch 094/200] mm/vmalloc: use free_vm_area() if an allocation fails
` [patch 095/200] mm/vmalloc: rework the drain logic
` [patch 096/200] mm/vmalloc: add 'align' parameter explanation for pvm_determine_end_from_reverse
` [patch 097/200] mm/vmalloc.c: remove unnecessary return statement
` [patch 102/200] kasan: print workqueue stack
` [patch 106/200] alpha: switch from DISCONTIGMEM to SPARSEMEM
` [patch 113/200] arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
` [patch 116/200] m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM
` [patch 118/200] m68k: deprecate DISCONTIGMEM
` [patch 122/200] arch, mm: make kernel_page_present() always available
` [patch 124/200] mm, page_alloc: calculate pageset high and batch once per zone
` [patch 127/200] mm, page_alloc: cache pageset high and batch in struct zone
` [patch 132/200] mm/page_alloc: add __free_pages() documentation
` [patch 133/200] mm/page_alloc: mark some symbols with static keyword
` [patch 134/200] mm/page_alloc: clear all pages in post_alloc_hook() with init_on_alloc=1
` [patch 135/200] init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT set
` [patch 137/200] mm/page_alloc: speed up the iteration of max_order
` [patch 142/200] mm,hwpoison: disable pcplists before grabbing a refcount
` [patch 145/200] mm,hwpoison: return -EBUSY when migration fails
` [patch 147/200] include/linux/huge_mm.h: remove extern keyword
` [patch 148/200] khugepaged: add parameter explanations for kernel-doc markup
` [patch 149/200] mm: hugetlb: fix type of delta parameter and related local variables in gather_surplus_pages()
` [patch 150/200] mm,hugetlb: remove unneeded initialization
` [patch 151/200] hugetlb: fix an error code in hugetlb_reserve_pages()
` [patch 152/200] mm: don't wake kswapd prematurely when watermark boosting is disabled
` [patch 153/200] mm/vmscan: drop unneeded assignment in kswapd()
` [patch 154/200] mm/vmscan.c: remove the filename in the top of file comment
` [patch 155/200] mm/page_isolation: do not isolate the max order page
` [patch 156/200] z3fold: simplify freeing slots
` [patch 157/200] z3fold: stricter locking and more careful reclaim
` [patch 159/200] mm/compaction: rename 'start_pfn' to 'iteration_start_pfn' in compact_zone()
` [patch 160/200] mm/compaction: move compaction_suitable's comment to right place
` [patch 161/200] mm/compaction: make defer_compaction and compaction_deferred static
` [patch 162/200] mm/oom_kill: change comment and rename is_dump_unreclaim_slabs()
` [patch 164/200] mm/migrate.c: optimize migrate_vma_pages() mmu notifier
` [patch 165/200] mm: support THPs in zero_user_segments
` [patch 166/200] mm: truncate_complete_page() does not exist any more
` [patch 167/200] mm: migrate: simplify the logic for handling permanent failure
` [patch 168/200] mm: migrate: skip shared exec THP for NUMA balancing
` [patch 169/200] mm: migrate: clean up migrate_prep{_local}
` [patch 170/200] mm: migrate: return -ENOSYS if THP migration is unsupported
` [patch 171/200] mm: migrate: remove unused parameter in migrate_vma_insert_page()
` [patch 172/200] mm/cma.c: remove redundant cma_mutex lock
` [patch 173/200] mm: cma: improve pr_debug log in cma_release()
` [patch 174/200] mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/free parameters
` [patch 179/200] userfaultfd: add UFFD_USER_MODE_ONLY

[folded-merged] userfaultfd-selftests-make-__su64-format-specifiers-portable-v2.patch removed from -mm tree
 2020-12-15  2:20 UTC 

[folded-merged] mm-cma-improve-pr_debug-log-in-cma_release-fix.patch removed from -mm tree
 2020-12-15  2:20 UTC 

[folded-merged] mm-support-thps-in-zero_user_segments-fix.patch removed from -mm tree
 2020-12-15  2:19 UTC 

[folded-merged] mmhwpoison-take-free-pages-off-the-buddy-freelists-for-hugetlb.patch removed from -mm tree
 2020-12-15  2:18 UTC 

[folded-merged] mmap_lock-add-tracepoints-around-lock-acquisition-fix-v3.patch removed from -mm tree
 2020-12-15  2:16 UTC 

[folded-merged] mm-page_alloc-disable-pcplists-during-memory-offline-fix.patch removed from -mm tree
 2020-12-15  2:17 UTC 

[folded-merged] mmap_lock-add-tracepoints-around-lock-acquisition-fix.patch removed from -mm tree
 2020-12-15  2:16 UTC 

[folded-merged] mm-memcontrol-account-pagetables-per-node-fix.patch removed from -mm tree
 2020-12-15  2:15 UTC 

[folded-merged] mm-memcontrol-add-file_thp-shmem_thp-to-memorystat-fix.patch removed from -mm tree
 2020-12-15  2:14 UTC 

[folded-merged] mm-prevent-gup_fast-from-racing-with-cow-during-fork-checkpatch-fixes.patch removed from -mm tree
 2020-12-15  2:13 UTC 

[folded-merged] mm-swap_state-skip-meaningless-swap-cache-readahead-when-ra_infowin-==-0-fix.patch removed from -mm tree
 2020-12-15  2:14 UTC 

[folded-merged] mm-gup_benchmark-gup_benchmark-depends-on-debug_fs-v2.patch removed from -mm tree
 2020-12-15  2:13 UTC 

[folded-merged] mm-remove-the-unuseful-else-after-a-return-checkpatch-fixes.patch removed from -mm tree
 2020-12-15  2:12 UTC 

[folded-merged] mm-page_owner-record-timestamp-and-pid-v3.patch removed from -mm tree
 2020-12-15  2:12 UTC 

[folded-merged] kthread_worker-document-cpu-hotplug-handling-fix.patch removed from -mm tree
 2020-12-15  2:11 UTC 

+ mm-fix-a-race-on-nr_swap_pages.patch added to -mm tree
 2020-12-14 23:50 UTC 

+ secretmem-test-add-basic-selftest-for-memfd_secret2-fix.patch added to -mm tree
 2020-12-14 23:30 UTC 

+ mm-vmalloc-fix-unlock-order-in-s_stop.patch added to -mm tree
 2020-12-14 23:22 UTC 

+ epoll-wire-up-syscall-epoll_pwait2-fix.patch added to -mm tree
 2020-12-14 22:49 UTC 

+ selftests-vm-fix-building-protection-keys-test.patch added to -mm tree
 2020-12-14 22:28 UTC 

+ lkdtm-disable-kasan-for-rodatao.patch added to -mm tree
 2020-12-14 22:22 UTC 

[merged] kasan-fix-object-remain-in-offline-per-cpu-quarantine.patch removed from -mm tree
 2020-12-14 18:19 UTC  (3+ messages)

[merged] mm-hugetlb-clear-compound_nr-before-freeing-gigantic-pages.patch removed from -mm tree
 2020-12-13  6:05 UTC 

[merged] elfcore-fix-building-with-clang.patch removed from -mm tree
 2020-12-13  6:05 UTC 

[merged] proc-use-untagged_addr-for-pagemap_read-addresses.patch removed from -mm tree
 2020-12-13  6:05 UTC 

[merged] selftest-fpu-avoid-clang-warning.patch removed from -mm tree
 2020-12-13  6:05 UTC 

[merged] kbuild-avoid-static_assert-for-genksyms.patch removed from -mm tree
 2020-12-13  6:05 UTC 

[merged] initramfs-fix-clang-build-failure.patch removed from -mm tree
 2020-12-13  6:05 UTC 

[merged] revert-mm-filemap-add-static-for-function-__add_to_page_cache_locked.patch removed from -mm tree
 2020-12-13  6:05 UTC 

incoming
 2020-12-11 21:36 UTC  (9+ messages)
` [patch 1/8] revert "mm/filemap: add static for function __add_to_page_cache_locked"
` [patch 2/8] proc: use untagged_addr() for pagemap_read addresses
` [patch 3/8] selftest/fpu: avoid clang warning
` [patch 4/8] kbuild: avoid static_assert for genksyms
` [patch 5/8] initramfs: fix clang build failure
` [patch 6/8] elfcore: fix building with clang
` [patch 7/8] kasan: fix object remaining in offline per-cpu quarantine
` [patch 8/8] mm/hugetlb: clear compound_nr before freeing gigantic pages

[folded-merged] kasan-fix-object-remaining-in-offline-per-cpu-quarantine-fix.patch removed from -mm tree
 2020-12-11 21:21 UTC 

+ hugetlb-fix-an-error-code-in-hugetlb_reserve_pages.patch added to -mm tree
 2020-12-11 19:42 UTC 

+ mm-memory_hotplug-quieting-offline-operation.patch added to -mm tree
 2020-12-11 19:29 UTC  (2+ messages)

+ checkpatch-add-printk_once-and-printk_ratelimit-to-prefer-pr_level-warning-fix.patch added to -mm tree
 2020-12-11 18:14 UTC 

[obsolete] scripts-ld-versionsh-fix-build.patch removed from -mm tree
 2020-12-11 18:10 UTC 

+ checkpatch-add-printk_once-and-printk_ratelimit-to-prefer-pr_level-warning.patch added to -mm tree
 2020-12-11 17:53 UTC  (2+ messages)

+ fs-proc-make-pde_get-return-nothing.patch added to -mm tree
 2020-12-11  6:25 UTC 

+ lib-ubsanc-mark-type_check_kinds-with-static-keyword-fix.patch added to -mm tree
 2020-12-11  5:28 UTC 

+ lib-ubsanc-mark-type_check_kinds-with-static-keyword.patch added to -mm tree
 2020-12-11  5:26 UTC 

+ mm-slab-slub-clear-the-slab_cache-field-when-freeing-page.patch added to -mm tree
 2020-12-11  5:23 UTC 

+ mm-page_owner-record-timestamp-and-pid-v3.patch added to -mm tree
 2020-12-11  5:21 UTC 

+ mm-slab-perform-init_on_free-earlier.patch added to -mm tree
 2020-12-11  5:17 UTC 

+ mm-memcontrol-account-pagetables-per-node-fix.patch added to -mm tree
 2020-12-11  5:14 UTC 

+ scripts-ld-versionsh-fix-build.patch added to -mm tree
 2020-12-10  7:37 UTC  (4+ messages)

mmotm 2020-12-09-19-58 uploaded
 2020-12-10  3:59 UTC 

[alternative-merged] fs-ntfs-fix-set-but-not-used-variable-log_page_mask.patch removed from -mm tree
 2020-12-10  2:36 UTC 

[obsolete] init-kconfig-dont-assume-scripts-lld-versionsh-is-executable.patch removed from -mm tree
 2020-12-10  0:30 UTC 

+ ubsan-enable-for-allconfig-builds-fix.patch added to -mm tree
 2020-12-10  0:09 UTC 

+ mm-dont-setpageworkingset-unconditionally-during-swapin.patch added to -mm tree
 2020-12-10  0:05 UTC 

+ mmhwpoison-return-ebusy-when-migration-fails.patch added to -mm tree
 2020-12-10  0:01 UTC 

+ kcov-dont-instrument-with-ubsan.patch added to -mm tree
 2020-12-09 23:49 UTC 

+ mm-page_owner-record-timestamp-and-pid.patch added to -mm tree
 2020-12-09 23:45 UTC 

+ z3fold-stricter-locking-and-more-careful-reclaim.patch added to -mm tree
 2020-12-09 23:42 UTC 

+ z3fold-remove-preempt-disabled-sections-for-rt.patch added to -mm tree
 2020-12-09 23:43 UTC 

+ z3fold-simplify-freeing-slots.patch added to -mm tree
 2020-12-09 23:42 UTC 

+ kasan-add-and-integrate-kasan-boot-parameters-fix.patch added to -mm tree
 2020-12-09 23:30 UTC 

[withdrawn] kasan-arm64-dont-allow-sw_tags-with-arm64_mte.patch removed from -mm tree
 2020-12-09 23:20 UTC 

+ mm-up-combine-put_compound_head-and-unpin_user_page.patch added to -mm tree
 2020-12-09 23:15 UTC 

+ mm-fix-initialization-of-struct-page-for-holes-in-memory-layout-checkpatch-fixes.patch added to -mm tree
 2020-12-09 23:10 UTC 

+ mm-fix-initialization-of-struct-page-for-holes-in-memory-layout.patch added to -mm tree
 2020-12-09 23:09 UTC 

+ mm-memblock-enforce-overlap-of-memorymemblock-and-memoryreserved.patch added to -mm tree
 2020-12-09 23:09 UTC 

[to-be-updated] mm-refactor-initialization-of-stuct-page-for-holes-in-memory-layout.patch removed from -mm tree
 2020-12-09 23:02 UTC 

[to-be-updated] mm-initialize-struct-pages-in-reserved-regions-outside-of-the-zone-ranges.patch removed from -mm tree
 2020-12-09 23:02 UTC 

+ fs-nilfs2-remove-some-unused-macros-to-tame-gcc.patch added to -mm tree
 2020-12-09 22:58 UTC 

[withdrawn] mm-swapc-reduce-lock-contention-in-lru_cache_add-fix.patch removed from -mm tree
 2020-12-09 22:55 UTC 

+ mm-initialize-struct-pages-in-reserved-regions-outside-of-the-zone-ranges.patch added to -mm tree
 2020-12-09 21:42 UTC  (8+ messages)

+ userfaultfd-selftests-always-dump-something-in-modes.patch added to -mm tree
 2020-12-09  0:43 UTC 

+ userfaultfd-selftests-fix-retval-check-for-userfaultfd_open.patch added to -mm tree
 2020-12-09  0:43 UTC 

+ userfaultfd-selftests-hint-the-test-runner-on-required-privilege.patch added to -mm tree
 2020-12-09  0:43 UTC 

+ fs-ntfs-fix-set-but-not-used-variable-log_page_mask.patch added to -mm tree
 2020-12-09  0:35 UTC 

[withdrawn] mm-swapc-reduce-lock-contention-in-lru_cache_add.patch removed from -mm tree
 2020-12-09  0:07 UTC 

+ apparmor-remove-duplicate-macro-list_entry_is_head.patch added to -mm tree
 2020-12-08 23:58 UTC 

+ zram-break-the-strict-dependency-from-lzo.patch added to -mm tree
 2020-12-08 23:52 UTC 

+ mm-hugetlb-clear-compound_nr-before-freeing-gigantic-pages.patch added to -mm tree
 2020-12-08 23:38 UTC 

+ revert-mm-filemap-add-static-for-function-__add_to_page_cache_locked.patch added to -mm tree
 2020-12-08 14:58 UTC  (4+ messages)

+ mm-swapc-reduce-lock-contention-in-lru_cache_add.patch added to -mm tree
 2020-12-08  8:41 UTC  (2+ messages)

[patch 01/12] zlib: export S390 symbols for zlib modules
 2020-12-08  8:19 UTC  (4+ messages)


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