mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-27 21:52:47 to 2021-06-29 02:39:45 UTC [more...]

incoming
 2021-06-29  2:39 UTC  (123+ messages)
` [patch 001/192] mm/gup: fix try_grab_compound_head() race with split_huge_page()
` [patch 002/192] mm/page_alloc: fix memory map initialization for descending nodes
` [patch 003/192] mm/page_alloc: correct return value of populated elements if bulk array is populated
` [patch 004/192] kthread: switch to new kerneldoc syntax for named variable macro argument
` [patch 005/192] kthread_worker: fix return value when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync()
` [patch 006/192] ia64: headers: drop duplicated words
` [patch 007/192] ia64: mca_drv: fix incorrect array size calculation
` [patch 008/192] streamline_config.pl: make spacing consistent
` [patch 009/192] streamline_config.pl: add softtabstop=4 for vim users
` [patch 010/192] scripts/spelling.txt: add more spellings to spelling.txt
` [patch 011/192] ntfs: fix validity check for file name attribute
` [patch 012/192] squashfs: add option to panic on errors
` [patch 013/192] ocfs2: remove unnecessary INIT_LIST_HEAD()
` [patch 014/192] ocfs2: fix snprintf() checking
` [patch 015/192] ocfs2: remove redundant assignment to pointer queue
` [patch 016/192] ocfs2: remove repeated uptodate check for buffer
` [patch 017/192] ocfs2: replace simple_strtoull() with kstrtoull()
` [patch 018/192] ocfs2: remove redundant initialization of variable ret
` [patch 019/192] kernel: watchdog: modify the explanation related to watchdog thread
` [patch 020/192] doc: "
` [patch 021/192] doc: watchdog: modify the doc related to "watchdog/%u"
` [patch 022/192] slab: use __func__ to trace function name
` [patch 023/192] kunit: make test->lock irq safe
` [patch 024/192] mm/slub, kunit: add a KUnit test for SLUB debugging functionality
` [patch 025/192] slub: remove resiliency_test() function
` [patch 026/192] mm, slub: change run-time assertion in kmalloc_index() to compile-time
` [patch 027/192] slub: restore slub_debug=- behavior
` [patch 028/192] slub: actually use 'message' in restore_bytes()
` [patch 029/192] slub: indicate slab_fix() uses printf formats
` [patch 030/192] slub: force on no_hash_pointers when slub_debug is enabled
` [patch 031/192] mm: slub: move sysfs slab alloc/free interfaces to debugfs
` [patch 032/192] mm/slub: add taint after the errors are printed
` [patch 033/192] mm/kmemleak: fix possible wrong memory scanning period
` [patch 034/192] dax: fix ENOMEM handling in grab_mapping_entry()
` [patch 035/192] tools/vm/page_owner_sort.c: check malloc() return
` [patch 036/192] mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()
` [patch 037/192] mm: mmap_lock: use local locks instead of disabling preemption
` [patch 038/192] mm/page_reporting: fix code style in __page_reporting_request()
` [patch 039/192] mm/page_reporting: export reporting order as module parameter
` [patch 040/192] mm/page_reporting: allow driver to specify reporting order
` [patch 041/192] virtio_balloon: specify page reporting order if needed
` [patch 042/192] mm: page-writeback: kill get_writeback_state() comments
` [patch 043/192] mm/page-writeback: Fix performance when BDI's share of ratio is 0
` [patch 044/192] mm/page-writeback: update the comment of Dirty position control
` [patch 045/192] mm/page-writeback: use __this_cpu_inc() in account_page_dirtied()
` [patch 046/192] writeback, cgroup: do not switch inodes with I_WILL_FREE flag
` [patch 047/192] writeback, cgroup: add smp_mb() to cgroup_writeback_umount()
` [patch 048/192] writeback, cgroup: increment isw_nr_in_flight before grabbing an inode
` [patch 049/192] writeback, cgroup: switch to rcu_work API in inode_switch_wbs()
` [patch 050/192] writeback, cgroup: keep list of inodes attached to bdi_writeback
` [patch 051/192] writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()
` [patch 052/192] writeback, cgroup: support switching multiple inodes at once
` [patch 053/192] writeback, cgroup: release dying cgwbs by switching attached inodes
` [patch 054/192] fs: unexport __set_page_dirty
` [patch 055/192] fs: move ramfs_aops to libfs
` [patch 056/192] mm: require ->set_page_dirty to be explicitly wired up
` [patch 057/192] mm/writeback: move __set_page_dirty() to core mm
` [patch 058/192] mm/writeback: use __set_page_dirty in __set_page_dirty_nobuffers
` [patch 059/192] iomap: use __set_page_dirty_nobuffers
` [patch 060/192] fs: remove anon_set_page_dirty()
` [patch 061/192] fs: remove noop_set_page_dirty()
` [patch 062/192] mm: move page dirtying prototypes from mm.h
` [patch 063/192] mm/gup_benchmark: support threading
` [patch 064/192] mm: gup: allow FOLL_PIN to scale in SMP
` [patch 065/192] mm: gup: pack has_pinned in MMF_HAS_PINNED
` [patch 066/192] mm: pagewalk: fix walk for hugepage tables
` [patch 067/192] mm/swapfile: use percpu_ref to serialize against concurrent swapoff
` [patch 068/192] swap: fix do_swap_page() race with swapoff
` [patch 069/192] mm/swap: remove confusing checking for non_swap_entry() in swap_ra_info()
` [patch 070/192] mm/shmem: fix shmem_swapin() race with swapoff
` [patch 071/192] mm/swapfile: move get_swap_page_of_type() under CONFIG_HIBERNATION
` [patch 072/192] mm/swap: remove unused local variable nr_shadows
` [patch 073/192] mm/swap_slots.c: delete meaningless forward declarations
` [patch 074/192] mm, swap: remove unnecessary smp_rmb() in swap_type_to_swap_info()
` [patch 075/192] mm: free idle swap cache page after COW
` [patch 076/192] swap: check mapping_empty() for swap cache before being freed
` [patch 077/192] mm/memcg: move mod_objcg_state() to memcontrol.c
` [patch 078/192] mm/memcg: cache vmstat data in percpu memcg_stock_pcp
` [patch 079/192] mm/memcg: improve refill_obj_stock() performance
` [patch 080/192] mm/memcg: optimize user context object stock access
` [patch 081/192] mm: memcg/slab: properly set up gfp flags for objcg pointer array
` [patch 082/192] mm: memcg/slab: create a new set of kmalloc-cg-<n> caches
` [patch 083/192] mm: memcg/slab: disable cache merging for KMALLOC_NORMAL caches
` [patch 084/192] mm: memcontrol: fix root_mem_cgroup charging
` [patch 085/192] mm: memcontrol: fix page charging in page replacement
` [patch 086/192] mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mm
` [patch 087/192] mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec
` [patch 088/192] mm: memcontrol: simplify lruvec_holds_page_lru_lock
` [patch 089/192] mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvec
` [patch 090/192] mm: memcontrol: simplify the logic of objcg pinning memcg
` [patch 091/192] mm: memcontrol: move obj_cgroup_uncharge_pages() out of css_set_lock
` [patch 092/192] mm: vmscan: remove noinline_for_stack
` [patch 093/192] memcontrol: use flexible-array member
` [patch 094/192] loop: use worker per cgroup instead of kworker
` [patch 095/192] mm: charge active memcg when no mm is set
` [patch 096/192] loop: charge i/o to mem and blk cg
` [patch 097/192] mm: memcontrol: remove trailing semicolon in macros
` [patch 098/192] perf: MAP_EXECUTABLE does not indicate VM_MAYEXEC
` [patch 099/192] binfmt: remove in-tree usage of MAP_EXECUTABLE
` [patch 100/192] mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()
` [patch 101/192] mm/mmap.c: logic of find_vma_intersection repeated in __do_munmap
` [patch 102/192] mm/mmap: introduce unlock_range() for code cleanup
` [patch 103/192] mm/mmap: use find_vma_intersection() in do_mmap() for overlap
` [patch 104/192] mm/memory.c: fix comment of finish_mkwrite_fault()
` [patch 105/192] mm: add vma_lookup(), update find_vma_intersection() comments
` [patch 106/192] drm/i915/selftests: use vma_lookup() in __igt_mmap()
` [patch 107/192] arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()
` [patch 108/192] arch/arm64/kvm: use vma_lookup() instead of find_vma_intersection()
` [patch 109/192] arch/powerpc/kvm/book3s_hv_uvmem: "
` [patch 110/192] arch/powerpc/kvm/book3s: use vma_lookup() in kvmppc_hv_setup_htab_rma()
` [patch 111/192] arch/mips/kernel/traps: use vma_lookup() instead of find_vma()
` [patch 112/192] arch/m68k/kernel/sys_m68k: use vma_lookup() in sys_cacheflush()
` [patch 113/192] x86/sgx: use vma_lookup() in sgx_encl_find()
` [patch 114/192] virt/kvm: use vma_lookup() instead of find_vma_intersection()
` [patch 115/192] vfio: "
` [patch 116/192] net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()
` [patch 117/192] drm/amdgpu: use vma_lookup() in amdgpu_ttm_tt_get_user_pages()
` [patch 118/192] media: videobuf2: use vma_lookup() in get_vaddr_frames()
` [patch 119/192] misc/sgi-gru/grufault: use vma_lookup() in gru_find_vma()
` [patch 120/192] kernel/events/uprobes: use vma_lookup() in find_active_uprobe()
` [patch 121/192] lib/test_hmm: use vma_lookup() in dmirror_migrate()
` [patch 122/192] mm/ksm: use vma_lookup() in find_mergeable_vma()

[folded-merged] mmhwpoison-send-sigbus-with-error-virutal-address-fix.patch removed from -mm tree
 2021-06-29  0:35 UTC 

[folded-merged] mm-replace-config_need_multiple_nodes-with-config_numa-fix.patch removed from -mm tree
 2021-06-29  0:35 UTC 

[folded-merged] mm-page_alloc-introduce-vmpercpu_pagelist_high_fraction-fix.patch removed from -mm tree
 2021-06-29  0:34 UTC 

[folded-merged] mm-page_alloc-disassociate-the-pcp-high-from-pcp-batch-fix-2.patch removed from -mm tree
 2021-06-29  0:33 UTC 

[folded-merged] mm-page_alloc-convert-per-cpu-list-protection-to-local_lock-fix-checkpatch-fixes.patch removed from -mm tree
 2021-06-29  0:32 UTC 

[folded-merged] mm-page_alloc-convert-per-cpu-list-protection-to-local_lock-fix.patch removed from -mm tree
 2021-06-29  0:32 UTC 

[folded-merged] mm-page_alloc-split-per-cpu-page-lists-and-zone-stats-fix-fix.patch removed from -mm tree
 2021-06-29  0:31 UTC 

[folded-merged] mm-page_alloc-split-per-cpu-page-lists-and-zone-stats-fix.patch removed from -mm tree
 2021-06-29  0:31 UTC 

[folded-merged] printk-introduce-dump_stack_lvl-fix.patch removed from -mm tree
 2021-06-29  0:30 UTC 

[folded-merged] mm-improve-mprotectrw-efficiency-on-pages-referenced-once-v5.patch removed from -mm tree
 2021-06-29  0:29 UTC 

[folded-merged] mm-mmap-introduce-unlock_range-for-code-cleanup-fix.patch removed from -mm tree
 2021-06-29  0:29 UTC 

[folded-merged] binfmt-remove-in-tree-usage-of-map_executable-fix.patch removed from -mm tree
 2021-06-29  0:28 UTC 

[folded-merged] mm-memcg-slab-disable-cache-merging-for-kmalloc_normal-caches.patch removed from -mm tree
 2021-06-29  0:23 UTC 

[folded-merged] mm-memcg-slab-create-a-new-set-of-kmalloc-cg-n-caches-v5-fix.patch removed from -mm tree
 2021-06-29  0:23 UTC 

[folded-merged] mm-memcg-slab-create-a-new-set-of-kmalloc-cg-n-caches-v5.patch removed from -mm tree
 2021-06-29  0:23 UTC 

[folded-merged] mm-memcg-slab-create-a-new-set-of-kmalloc-cg-n-caches-fix.patch removed from -mm tree
 2021-06-29  0:23 UTC 

[folded-merged] mm-memcg-optimize-user-context-object-stock-access-fix.patch removed from -mm tree
 2021-06-29  0:22 UTC 

[folded-merged] mm-memcg-optimize-user-context-object-stock-access-checkpatch-fixes.patch removed from -mm tree
 2021-06-29  0:22 UTC 

[folded-merged] mm-swapfile-move-get_swap_page_of_type-under-config_hibernation-fix-2.patch removed from -mm tree
 2021-06-29  0:21 UTC 

[folded-merged] mm-swapfile-move-get_swap_page_of_type-under-config_hibernation-fix.patch removed from -mm tree
 2021-06-29  0:21 UTC 

[folded-merged] mm-gup-pack-has_pinned-in-mmf_has_pinned-fix.patch removed from -mm tree
 2021-06-29  0:20 UTC 

[folded-merged] mm-gup-pack-has_pinned-in-mmf_has_pinned-checkpatch-fixes.patch removed from -mm tree
 2021-06-29  0:20 UTC 

[folded-merged] fs-remove-noop_set_page_dirty-fix.patch removed from -mm tree
 2021-06-29  0:20 UTC 

[folded-merged] mm-require-set_page_dirty-to-be-explicitly-wire-up-fix.patch removed from -mm tree
 2021-06-29  0:19 UTC 

[folded-merged] writeback-cgroup-release-dying-cgwbs-by-switching-attached-inodes-fix-3.patch removed from -mm tree
 2021-06-29  0:18 UTC 

[folded-merged] writeback-cgroup-release-dying-cgwbs-by-switching-attached-inodes-fix.patch removed from -mm tree
 2021-06-29  0:18 UTC 

[folded-merged] writeback-cgroup-release-dying-cgwbs-by-switching-attached-inodes-fix-2.patch removed from -mm tree
 2021-06-29  0:18 UTC 

[folded-merged] mm-slub-move-sysfs-slab-alloc-free-interfaces-to-debugfs-fix.patch removed from -mm tree
 2021-06-29  0:17 UTC 

[folded-merged] slub-force-on-no_hash_pointers-when-slub_debug-is-enabled-fix.patch removed from -mm tree
 2021-06-29  0:17 UTC 

[folded-merged] mm-slub-change-run-time-assertion-in-kmalloc_index-to-compile-time-fix-3.patch removed from -mm tree
 2021-06-29  0:14 UTC 

[folded-merged] mm-slub-change-run-time-assertion-in-kmalloc_index-to-compile-time-fix-2.patch removed from -mm tree
 2021-06-29  0:14 UTC 

[folded-merged] mm-slub-change-run-time-assertion-in-kmalloc_index-to-compile-time-fix.patch removed from -mm tree
 2021-06-29  0:14 UTC 

[folded-merged] mm-slub-kunit-add-a-kunit-test-for-slub-debugging-functionality-fix-2.patch removed from -mm tree
 2021-06-29  0:13 UTC 

[folded-merged] mm-slub-kunit-add-a-kunit-test-for-slub-debugging-functionality-fix.patch removed from -mm tree
 2021-06-29  0:13 UTC 

[folded-merged] mm-page_alloc-fix-memory-map-initialization-for-descending-nodes-checkpatch-fixes.patch removed from -mm tree
 2021-06-29  0:13 UTC 

+ ntfs-fix-validity-check-for-file-name-attribute.patch added to -mm tree
 2021-06-28 22:09 UTC 

+ mm-page_alloc-correct-return-value-of-populated-elements-if-bulk-array-is-populated.patch added to -mm tree
 2021-06-28 22:06 UTC 

+ hfsplus-report-create_date-to-kstatbtime.patch added to -mm tree
 2021-06-28 22:01 UTC 

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2021-06-28 20:17 UTC 

+ mm-pagewalk-fix-walk-for-hugepage-tables.patch added to -mm tree
 2021-06-28  1:13 UTC 

[merged] mailmap-add-my-other-e-mail-address-and-identity-without-diacritics.patch removed from -mm tree
 2021-06-27 21:54 UTC 

[merged] maintainers-fix-my-identity-again.patch removed from -mm tree
 2021-06-27 21:54 UTC 

[merged] mm-page_alloc-do-bulk-array-bounds-check-after-checking-populated-elements.patch removed from -mm tree
 2021-06-27 21:54 UTC 

[merged] mm-page_alloc-__alloc_pages_bulk-do-bounds-check-before-accessing-array.patch removed from -mm tree
 2021-06-27 21:54 UTC 

[merged] mm-hwpoison-do-not-lock-page-again-when-me_huge_page-successfully-recovers.patch removed from -mm tree
 2021-06-27 21:54 UTC 

[merged] mmhwpoison-return-ehwpoison-to-denote-that-the-page-has-already-been-poisoned.patch removed from -mm tree
 2021-06-27 21:54 UTC 

[merged] mm-memory-failure-use-a-mutex-to-avoid-memory_failure-races.patch removed from -mm tree
 2021-06-27 21:54 UTC 

[merged] mm-futex-fix-shared-futex-pgoff-on-shmem-huge-page.patch removed from -mm tree
 2021-06-27 21:54 UTC 

[merged] kthread-prevent-deadlock-when-kthread_mod_delayed_work-races-with-kthread_cancel_delayed_work_sync.patch removed from -mm tree
 2021-06-27 21:54 UTC 

[merged] kthread_worker-split-code-for-canceling-the-delayed-work-timer.patch removed from -mm tree
 2021-06-27 21:54 UTC 

[merged] mm-vmalloc-unbreak-kasan-vmalloc-support.patch removed from -mm tree
 2021-06-27 21:54 UTC 

[merged] kvm-s390-prepare-for-hugepage-vmalloc.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-vmalloc-add-vmalloc_no_huge.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] nilfs2-fix-memory-leak-in-nilfs_sysfs_delete_device_group.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-thp-another-pvmw_sync-fix-in-page_vma_mapped_walk.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-thp-fix-page_vma_mapped_walk-if-thp-mapped-by-ptes.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-page_vma_mapped_walk-get-vma_address_end-earlier.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-page_vma_mapped_walk-use-goto-instead-of-while-1.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-page_vma_mapped_walk-add-a-level-of-indentation.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-page_vma_mapped_walk-crossing-page-table-boundary.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-page_vma_mapped_walk-prettify-pvmw_migration-block.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-page_vma_mapped_walk-use-pmde-for-pvmw-pmd.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-page_vma_mapped_walk-settle-pagehuge-on-entry.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-page_vma_mapped_walk-use-page-for-pvmw-page.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-sparse-fix-check_usemap_section_nr-warnings.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-thp-replace-debug_vm-bug-with-vm_warn-when-unmap-fails-for-split.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-thp-unmap_mapping_page-to-fix-thp-truncate_cleanup_page.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-thp-fix-page_address_in_vma-on-file-thp-tails.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-thp-fix-vma_address-if-virtual-address-below-file-offset.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-thp-try_to_unmap-use-ttu_sync-for-safe-splitting.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-thp-make-is_huge_zero_pmd-safe-and-quicker.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-thp-fix-__split_huge_pmd_locked-on-shmem-migration-entry.patch removed from -mm tree
 2021-06-27 21:53 UTC 

[merged] mm-thp-use-head-page-in-__migration_entry_wait.patch removed from -mm tree
 2021-06-27 21:52 UTC 

[merged] mm-slubc-include-swabh.patch removed from -mm tree
 2021-06-27 21:52 UTC 

[merged] crash_core-vmcoreinfo-append-section_size_bits-to-vmcoreinfo.patch removed from -mm tree
 2021-06-27 21:52 UTC 

[merged] mm-memory-failure-make-sure-wait-for-page-writeback-in-memory_failure.patch removed from -mm tree
 2021-06-27 21:52 UTC 

[merged] mm-hugetlb-expand-restore_reserve_on_error-functionality.patch removed from -mm tree
 2021-06-27 21: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).