mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-02 21:41:41 to 2020-06-03 23:08:44 UTC [more...]

incoming
 2020-06-03 23:04 UTC  (132+ messages)
` [patch 001/131] mm/slub: fix a memory leak in sysfs_slab_add()
` [patch 002/131] mm/memcg: optimize memory.numa_stat like memory.stat
` [patch 003/131] mm/gup: move __get_user_pages_fast() down a few lines in gup.c
` [patch 004/131] mm/gup: refactor and de-duplicate gup_fast() code
` [patch 005/131] mm/gup: introduce pin_user_pages_fast_only()
` [patch 006/131] drm/i915: convert get_user_pages() --> pin_user_pages()
` [patch 007/131] mm/gup: might_lock_read(mmap_sem) in get_user_pages_fast()
` [patch 008/131] kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE
` [patch 009/131] string.h: fix incompatibility between FORTIFY_SOURCE and KASAN
` [patch 010/131] mm: clarify __GFP_MEMALLOC usage
` [patch 011/131] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [patch 012/131] mm: make early_pfn_to_nid() and related defintions close to each other
` [patch 013/131] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [patch 014/131] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [patch 015/131] mm: use free_area_init() instead of free_area_init_nodes()
` [patch 016/131] alpha: simplify detection of memory zone boundaries
` [patch 017/131] arm: "
` [patch 018/131] arm64: simplify detection of memory zone boundaries for UMA configs
` [patch 019/131] csky: simplify detection of memory zone boundaries
` [patch 020/131] m68k: mm: "
` [patch 021/131] parisc: "
` [patch 022/131] sparc32: "
` [patch 023/131] unicore32: "
` [patch 024/131] xtensa: "
` [patch 025/131] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [patch 026/131] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
` [patch 027/131] mm: free_area_init: allow defining max_zone_pfn in descending order
` [patch 028/131] mm: rename free_area_init_node() to free_area_init_memoryless_node()
` [patch 029/131] mm: clean up free_area_init_node() and its helpers
` [patch 030/131] mm: simplify find_min_pfn_with_active_regions()
` [patch 031/131] docs/vm: update memory-models documentation
` [patch 032/131] mm/page_alloc.c: bad_[reason|flags] is not necessary when PageHWPoison
` [patch 033/131] mm/page_alloc.c: bad_flags is not necessary for bad_page()
` [patch 034/131] mm/page_alloc.c: rename free_pages_check_bad() to check_free_page_bad()
` [patch 035/131] mm/page_alloc.c: rename free_pages_check() to check_free_page()
` [patch 036/131] mm/page_alloc.c: extract check_[new|free]_page_bad() common part to page_bad_reason()
` [patch 037/131] mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocations
` [patch 038/131] mm/page_alloc.c: remove unused free_bootmem_with_active_regions
` [patch 039/131] mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changing it
` [patch 040/131] mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is empty
` [patch 041/131] mm/vmstat.c: do not show lowmem reserve protection information of empty zone
` [patch 042/131] mm/page_alloc: use ac->high_zoneidx for classzone_idx
` [patch 043/131] mm/page_alloc: integrate classzone_idx and high_zoneidx
` [patch 044/131] mm/page_alloc.c: use NODE_MASK_NONE in build_zonelists()
` [patch 045/131] mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention
` [patch 046/131] mm/page_alloc.c: reset numa stats for boot pagesets
` [patch 047/131] mm, page_alloc: reset the zone->watermark_boost early
` [patch 048/131] mm/page_alloc: restrict and formalize compound_page_dtors[]
` [patch 049/131] mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred init
` [patch 050/131] mm: initialize deferred pages with interrupts enabled
` [patch 051/131] mm: call cond_resched() from deferred_init_memmap()
` [patch 052/131] padata: remove exit routine
` [patch 053/131] padata: initialize earlier
` [patch 054/131] padata: allocate work structures for parallel jobs from a pool
` [patch 055/131] padata: add basic support for multithreaded jobs
` [patch 056/131] mm: don't track number of pages during deferred initialization
` [patch 057/131] mm: parallelize deferred_init_memmap()
` [patch 058/131] mm: make deferred init's max threads arch-specific
` [patch 059/131] padata: document multithreaded jobs
` [patch 060/131] mm/page_alloc.c: add missing newline
` [patch 061/131] khugepaged: add self test
` [patch 062/131] khugepaged: do not stop collapse if less than half PTEs are referenced
` [patch 063/131] khugepaged: drain all LRU caches before scanning pages
` [patch 064/131] khugepaged: drain LRU add pagevec after swapin
` [patch 065/131] khugepaged: allow to collapse a page shared across fork
` [patch 066/131] khugepaged: allow to collapse PTE-mapped compound pages
` [patch 067/131] thp: change CoW semantics for anon-THP
` [patch 068/131] khugepaged: introduce 'max_ptes_shared' tunable
` [patch 069/131] hugetlbfs: add arch_hugetlb_valid_size
` [patch 070/131] hugetlbfs: move hugepagesz= parsing to arch independent code
` [patch 071/131] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
` [patch 072/131] hugetlbfs: clean up command line processing
` [patch 073/131] hugetlbfs: fix changes to "
` [patch 074/131] mm/hugetlb: avoid unnecessary check on pud and pmd entry in huge_pte_offset
` [patch 075/131] arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GET
` [patch 076/131] mm/hugetlb: define a generic fallback for is_hugepage_only_range()
` [patch 077/131] mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()
` [patch 078/131] mm: simplify calling a compound page destructor
` [patch 079/131] mm/vmscan.c: use update_lru_size() in update_lru_sizes()
` [patch 080/131] mm/vmscan: count layzfree pages and fix nr_isolated_* mismatch
` [patch 081/131] mm/vmscan.c: change prototype for shrink_page_list
` [patch 082/131] mm/vmscan: update the comment of should_continue_reclaim()
` [patch 083/131] mm: fix NUMA node file count error in replace_page_cache()
` [patch 084/131] mm: memcontrol: fix stat-corrupting race in charge moving
` [patch 085/131] mm: memcontrol: drop @compound parameter from memcg charging API
` [patch 086/131] mm: shmem: remove rare optimization when swapin races with hole punching
` [patch 087/131] mm: memcontrol: move out cgroup swaprate throttling
` [patch 088/131] mm: memcontrol: convert page cache to a new mem_cgroup_charge() API
` [patch 089/131] mm: memcontrol: prepare uncharging for removal of private page type counters
` [patch 090/131] mm: memcontrol: prepare move_account "
` [patch 091/131] mm: memcontrol: prepare cgroup vmstat infrastructure for native anon counters
` [patch 092/131] mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters
` [patch 093/131] mm: memcontrol: switch to native NR_ANON_MAPPED counter
` [patch 094/131] mm: memcontrol: switch to native NR_ANON_THPS counter
` [patch 095/131] mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API
` [patch 096/131] mm: memcontrol: drop unused try/commit/cancel charge API
` [patch 097/131] mm: memcontrol: prepare swap controller setup for integration
` [patch 098/131] mm: memcontrol: make swap tracking an integral part of memory control
` [patch 099/131] mm: memcontrol: charge swapin pages on instantiation
` [patch 100/131] mm: memcontrol: document the new swap control behavior
` [patch 101/131] mm: memcontrol: delete unused lrucare handling
` [patch 102/131] mm: memcontrol: update page->mem_cgroup stability rules
` [patch 103/131] mm: fix LRU balancing effect of new transparent huge pages
` [patch 104/131] mm: keep separate anon and file statistics on page reclaim activity
` [patch 105/131] mm: allow swappiness that prefers reclaiming anon over the file workingset
` [patch 106/131] mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()
` [patch 107/131] mm: workingset: let cache workingset challenge anon
` [patch 108/131] mm: remove use-once cache bias from LRU balancing
` [patch 109/131] mm: vmscan: drop unnecessary div0 avoidance rounding in get_scan_count()
` [patch 110/131] mm: base LRU balancing on an explicit cost model
` [patch 111/131] mm: deactivations shouldn't bias the LRU balance
` [patch 112/131] mm: only count actual rotations as LRU reclaim cost
` [patch 113/131] mm: balance LRU lists based on relative thrashing
` [patch 114/131] mm: vmscan: determine anon/file pressure balance at the reclaim root
` [patch 115/131] mm: vmscan: reclaim writepage is IO cost
` [patch 116/131] mm: vmscan: limit the range of LRU type balancing
` [patch 117/131] mm: swap: fix vmstats for huge pages
` [patch 118/131] mm: swap: memcg: fix memcg stats "
` [patch 119/131] tools/vm/page_owner_sort.c: filter out unneeded line
` [patch 120/131] mm, mempolicy: fix up gup usage in lookup_node
` [patch 121/131] include/linux/memblock.h: fix minor typo and unclear comment
` [patch 122/131] sparc32: register memory occupied by kernel as memblock.memory
` [patch 123/131] hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfs
` [patch 124/131] mm: thp: don't need to drain lru cache when splitting and mlocking THP
` [patch 125/131] powerpc/mm: drop platform defined pmd_mknotpresent()
` [patch 126/131] mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()
` [patch 127/131] drivers/base/memory.c: cache memory blocks in xarray to accelerate lookup
` [patch 128/131] mm: add DEBUG_WX support
` [patch 129/131] riscv: support DEBUG_WX
` [patch 130/131] x86: mm: use ARCH_HAS_DEBUG_WX instead of arch defined
` [patch 131/131] arm64: "

incoming
 2020-06-03 22:25 UTC  (36+ messages)
` [folded-merged] lib-make-a-test-module-with-get_count_order-long-fix.patch removed from -mm tree
` [to-be-updated] lib-make-a-test-module-with-get_count_order-long.patch "
` + lib-test-get_count_order-long-in-test_bitopsc.patch added to "
` + mm-page_allocc-add-missing-line-breaks.patch "
` + mm-fold-and-remove-lru_cache_add_anon-and-lru_cache_add_file-fix.patch "
` [folded-merged] mm-gup-refactor-and-de-duplicate-gup_fast-code-fix.patch removed from "
` [folded-merged] kasan-stop-tests-being-eliminated-as-dead-code-with-fortify_source-v4.patch "
` [folded-merged] mm-memmap_init-iterate-over-memblock-regions-rather-that-check-each-pfn-fix.patch "
` [folded-merged] mm-memmap_init-iterate-over-memblock-regions-rather-that-check-each-pfn-fix-2.patch "
` [folded-merged] mm-free_area_init-allow-defining-max_zone_pfn-in-descending-order-fix.patch "
` [folded-merged] mm-free_area_init-allow-defining-max_zone_pfn-in-descending-order-fix-2.patch "
` [folded-merged] mm-free_area_init-allow-defining-max_zone_pfn-in-descending-order-fix-2-fix.patch "
` [folded-merged] mmpage_alloccma-conditionally-prefer-cma-pageblocks-for-movable-allocations-fix.patch "
` [folded-merged] mm-reset-numa-stats-for-boot-pagesets-v3.patch "
` [folded-merged] khugepaged-add-self-test-fix.patch "
` [folded-merged] khugepaged-add-self-test-fix-2.patch "
` [folded-merged] khugepaged-add-self-test-fix-2-fix.patch "
` [folded-merged] khugepaged-add-self-test-fix-3.patch "
` [folded-merged] khugepaged-allow-to-collapse-a-page-shared-across-fork-fix.patch "
` [folded-merged] khugepaged-allow-to-collapse-a-page-shared-across-fork-fix-fix.patch "
` [folded-merged] khugepaged-introduce-max_ptes_shared-tunable-fix.patch "
` [folded-merged] hugetlbfs-remove-hugetlb_add_hstate-warning-for-existing-hstate-fix.patch "
` [folded-merged] mm-memcontrol-switch-to-native-nr_anon_thps-counter-fix.patch "
` [folded-merged] mm-memcontrol-convert-anon-and-file-thp-to-new-mem_cgroup_charge-api-fix.patch "
` [folded-merged] mm-memcontrol-drop-unused-try-commit-cancel-charge-api-fix.patch "
` [folded-merged] mm-memcontrol-make-swap-tracking-an-integral-part-of-memory-control-fix-v2.patch "
` [folded-merged] mm-memcontrol-charge-swapin-pages-on-instantiation-fix.patch "
` [folded-merged] mm-fold-and-remove-lru_cache_add_anon-and-lru_cache_add_file-fix.patch "
` [folded-merged] mm-deactivations-shouldnt-bias-the-lru-balance-fix.patch "
` [folded-merged] mm-thp-rename-pmd_mknotpresent-as-pmd_mkinvalid-v2.patch "
` [folded-merged] drivers-base-memoryc-cache-memory-blocks-in-xarray-to-accelerate-lookup-fix.patch "
` [folded-merged] mm-add-debug_wx-support-fix.patch "
` [folded-merged] mm-add-debug_wx-support-fix-2.patch "
` [folded-merged] mm-add-debug_wx-support-fix-3.patch "
` [folded-merged] riscv-support-debug_wx-fix.patch "

[merged] kasan-move-kasan_report-into-reportc.patch removed from -mm tree
 2020-06-02 21:43 UTC 

[merged] mm-init-report-kasan-tag-information-stored-in-page-flags.patch removed from -mm tree
 2020-06-02 21:43 UTC 

[merged] ubsan-entirely-disable-alignment-checks-under-ubsan_trap.patch removed from -mm tree
 2020-06-02 21:43 UTC 

[merged] kasan-fix-clang-compilation-warning-due-to-stack-protector.patch removed from -mm tree
 2020-06-02 21:43 UTC 

[merged] x86-mm-remove-vmalloc-faulting.patch removed from -mm tree
 2020-06-02 21:43 UTC 

[merged] mm-remove-vmalloc_sync_unmappings.patch removed from -mm tree
 2020-06-02 21:43 UTC 

[merged] x86-mm-32-implement-arch_sync_kernel_mappings.patch removed from -mm tree
 2020-06-02 21:43 UTC 

[merged] x86-mm-64-implement-arch_sync_kernel_mappings.patch removed from -mm tree
 2020-06-02 21:43 UTC 

[merged] mm-ioremap-track-which-page-table-levels-were-modified.patch removed from -mm tree
 2020-06-02 21:43 UTC 

[merged] mm-vmalloc-track-which-page-table-levels-were-modified.patch removed from -mm tree
 2020-06-02 21:42 UTC 

[merged] mm-add-functions-to-track-page-directory-modifications.patch removed from -mm tree
 2020-06-02 21:42 UTC 

[merged] s390-use-__vmalloc_node-in-stack_alloc.patch removed from -mm tree
 2020-06-02 21:42 UTC 

[merged] powerpc-use-__vmalloc_node-in-alloc_vm_stack.patch removed from -mm tree
 2020-06-02 21:42 UTC 

[merged] arm64-use-__vmalloc_node-in-arch_alloc_vmap_stack.patch removed from -mm tree
 2020-06-02 21:42 UTC 

[merged] mm-remove-vmalloc_user_node_flags.patch removed from -mm tree
 2020-06-02 21:42 UTC 

[merged] mm-switch-the-test_vmalloc-module-to-use-__vmalloc_node.patch removed from -mm tree
 2020-06-02 21:42 UTC 

[merged] mm-remove-__vmalloc_node_flags_caller.patch removed from -mm tree
 2020-06-02 21:42 UTC 

[merged] mm-remove-both-instances-of-__vmalloc_node_flags.patch removed from -mm tree
 2020-06-02 21:42 UTC 

[merged] mm-remove-the-prot-argument-to-__vmalloc_node.patch removed from -mm tree
 2020-06-02 21:42 UTC 

[merged] mm-remove-the-pgprot-argument-to-__vmalloc.patch removed from -mm tree
 2020-06-02 21:42 UTC 

[merged] gpu-drm-remove-the-powerpc-hack-in-drm_legacy_sg_alloc.patch removed from -mm tree
 2020-06-02 21:42 UTC 

[merged] mm-enforce-that-vmap-cant-map-pages-executable.patch removed from -mm tree
 2020-06-02 21:42 UTC 

[merged] mm-remove-the-prot-argument-from-vm_map_ram.patch removed from -mm tree
 2020-06-02 21:42 UTC 

[merged] mm-remove-unmap_vmap_area.patch removed from -mm tree
 2020-06-02 21:42 UTC 

[merged] mm-remove-map_vm_range.patch removed from -mm tree
 2020-06-02 21:42 UTC 

[merged] mm-dont-return-the-number-of-pages-from-map_kernel_range_noflush.patch removed from -mm tree
 2020-06-02 21:42 UTC 

[merged] mm-rename-vmap_page_range-to-map_kernel_range.patch removed from -mm tree
 2020-06-02 21:42 UTC 

[merged] mm-remove-vmap_page_range_noflush-and-vunmap_page_range.patch removed from -mm tree
 2020-06-02 21:41 UTC 

[merged] mm-pass-addr-as-unsigned-long-to-vb_free.patch removed from -mm tree
 2020-06-02 21:41 UTC 

[merged] mm-only-allow-page-table-mappings-for-built-in-zsmalloc.patch removed from -mm tree
 2020-06-02 21:41 UTC 

[merged] mm-rename-config_pgtable_mapping-to-config_zsmalloc_pgtable_mapping.patch removed from -mm tree
 2020-06-02 21:41 UTC 

[merged] mm-unexport-unmap_kernel_range_noflush.patch removed from -mm tree
 2020-06-02 21:41 UTC 

[merged] mm-remove-__get_vm_area.patch removed from -mm tree
 2020-06-02 21:41 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).