Linux MM Commits Date Index
[Prev Page][Next Page]
- [patch 095/128] powerpc: remove __ioremap_at and __iounmap_at
- [patch 094/128] powerpc: add an ioremap_phb helper
- [patch 093/128] dma-mapping: use vmap insted of reimplementing it
- [patch 092/128] staging: media: ipu3: use vmap instead of reimplementing it
- [patch 091/128] staging: android: ion: use vmap instead of vm_map_ram
- [patch 090/128] x86: fix vmap arguments in map_irq_stack
- [patch 089/128] x86/hyperv: use vmalloc_exec for the hypercall page
- [patch 088/128] mm, memory_failure: don't send BUS_MCEERR_AO for action required error
- [patch 087/128] mm/memory: remove unnecessary pte_devmap case in copy_one_pte()
- [patch 086/128] /proc/PID/smaps: Add PMD migration entry parsing
- [patch 085/128] mm: ptdump: expand type of 'val' in note_page()
- [patch 084/128] x86: mm: ptdump: calculate effective permissions correctly
- [patch 083/128] memcg: fix memcg_kmem_bypass() for remote memcg charging
- [patch 082/128] mm/memcg: automatically penalize tasks with high swap use
- [patch 081/128] mm/memcg: move cgroup high memory limit setting into struct page_counter
- [patch 080/128] mm/memcg: move penalty delay clamping out of calculate_high_delay()
- [patch 079/128] mm/memcg: prepare for swap over-high accounting and penalty calculation
- [patch 078/128] memcg: expose root cgroup's memory.stat
- [patch 077/128] mm: memcontrol: simplify value comparison between count and limit
- [patch 076/128] mm, memcg: add workingset_restore in memory.stat
- [patch 075/128] include/linux/swap.h: delete meaningless __add_to_swap_cache() declaration
- [patch 074/128] mm: swapfile: fix /proc/swaps heading and Size/Used/Priority alignment
- [patch 073/128] swap: reduce lock contention on swap cache from swap slots allocation
- [patch 072/128] mm/swapfile.c: use prandom_u32_max()
- [patch 071/128] mm/swapfile.c: __swap_entry_free() always free 1 entry
- [patch 070/128] mm/swapfile.c: classify SWAP_MAP_XXX to make it more readable
- [patch 069/128] swap: try to scan more free slots even when fragmented
- [patch 068/128] mm/swapfile.c: omit a duplicate code by compare tmp and max first
- [patch 066/128] mm/swapfile.c: found_free could be represented by (tmp < max)
- [patch 065/128] mm/swapfile.c: remove the extra check in scan_swap_map_slots()
- [patch 064/128] mm/swapfile.c: simplify the calculation of n_goal
- [patch 063/128] mm/swapfile.c: remove the unnecessary goto for SSD case
- [patch 062/128] mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusive
- [patch 061/128] mm/swapfile.c: offset is only used when there is more slots
- [patch 060/128] mm: swap: properly update readahead statistics in unuse_pte_range()
- [patch 067/128] mm/swapfile.c: tmp is always smaller than max
- [patch 059/128] mm/swap_state: fix a data race in swapin_nr_pages
- [patch 058/128] mm/swapfile: use list_{prev,next}_entry() instead of open-coding
- [patch 057/128] mm/gup.c: further document vma_permits_fault()
- [patch 056/128] ivtv: convert get_user_pages() --> pin_user_pages()
- [patch 055/128] mm/gup: introduce pin_user_pages_unlocked
- [patch 054/128] mm/gup.c: update the documentation
- [patch 053/128] mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
- [patch 052/128] mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
- [patch 051/128] mm/page-writeback.c: remove unused variable
- [patch 050/128] mm/filemap.c: remove misleading comment
- [patch 049/128] mm_types.h: change set_page_private to inline function
- [patch 048/128] mm/migrate.c: call detach_page_private to cleanup code
- [patch 047/128] buffer_head.h: remove attach_page_buffers
- [patch 046/128] orangefs: use attach/detach_page_private
- [patch 045/128] ntfs: replace attach_page_buffers with attach_page_private
- [patch 044/128] iomap: use attach/detach_page_private
- [patch 043/128] f2fs: use attach/detach_page_private
- [patch 042/128] fs/buffer.c: use attach/detach_page_private
- [patch 041/128] btrfs: use attach/detach_page_private
- [patch 040/128] md: remove __clear_page_buffers and use attach/detach_page_private
- [patch 039/128] include/linux/pagemap.h: introduce attach/detach_page_private
- [patch 038/128] iomap: convert from readpages to readahead
- [patch 037/128] fuse: convert from readpages to readahead
- [patch 036/128] f2fs: pass the inode to f2fs_mpage_readpages
- [patch 035/128] f2fs: convert from readpages to readahead
- [patch 034/128] ext4: pass the inode to ext4_mpage_readpages
- [patch 033/128] ext4: convert from readpages to readahead
- [patch 032/128] erofs: convert compressed files from readpages to readahead
- [patch 031/128] erofs: convert uncompressed files from readpages to readahead
- [patch 030/128] btrfs: convert from readpages to readahead
- [patch 029/128] fs: convert mpage_readpages to mpage_readahead
- [patch 028/128] mm: use memalloc_nofs_save in readahead path
- [patch 027/128] mm: document why we don't set PageReadahead
- [patch 026/128] mm: add page_cache_readahead_unbounded
- [patch 025/128] mm: move end_index check out of readahead loop
- [patch 024/128] mm: add readahead address space operation
- [patch 023/128] mm: put readahead pages in cache earlier
- [patch 022/128] mm: remove 'page_offset' from readahead loop
- [patch 021/128] mm: rename readahead loop variable to 'i'
- [patch 020/128] mm: rename various 'offset' parameters to 'index'
- [patch 019/128] mm: use readahead_control to pass arguments
- [patch 018/128] mm: add new readahead_control API
- [patch 017/128] mm: move readahead nr_pages check into read_pages
- [patch 016/128] mm: ignore return value of ->readpages
- [patch 015/128] mm: return void from various readahead functions
- [patch 014/128] mm: move readahead prototypes from mm.h
- [patch 013/128] mm, dump_page(): do not crash with invalid mapping pointer
- [patch 012/128] Documentation/vm/slub.rst: s/Toggle/Enable/
- [patch 011/128] mm/slub: fix stack overruns with SLUB_STATS
- [patch 010/128] slub: remove kmalloc under list_lock from list_slab_objects() V2
- [patch 009/128] slub: Remove userspace notifier for cache add/remove
- [patch 008/128] mm/slub.c: fix corrupted freechain in deactivate_slab()
- [patch 007/128] usercopy: mark dma-kmalloc caches as usercopy caches
- [patch 006/128] fs/buffer.c: record blockdev write errors in super_block that it backs
- [patch 005/128] vfs: track per-sb writeback errors and report them to syncfs
- [patch 004/128] arch/parisc/include/asm/pgtable.h: remove unused `old_pte'
- [patch 003/128] ocfs2: mount shared volume without ha stack
- [patch 001/128] squashfs: migrate from ll_rw_block usage to BIO
- [patch 002/128] ocfs2: add missing annotation for dlm_empty_lockres()
- incoming
- Re: incoming
- [obsolete] sh-drop-config_mtd_m25p80-in-sh7757lcr_defconfig.patch removed from -mm tree
- + mm-slub-fix-a-memory-leak-in-sysfs_slab_add.patch added to -mm tree
- + bpf-bpf_seq_printf-handle-potentially-unsafe-format-string-better.patch added to -mm tree
- [obsolete] bpf-bpf_seq_printf-handle-potentially-unsafe-format-string-better-fix.patch removed from -mm tree
- + linux-next-git-rejects.patch added to -mm tree
- [obsolete] linux-next-git-rejects.patch removed from -mm tree
- [patch 128/128] kasan: move kasan_report() into report.c
- [patch 127/128] mm/mm_init.c: report kasan-tag information stored in page->flags
- [patch 126/128] ubsan: entirely disable alignment checks under UBSAN_TRAP
- [patch 125/128] kasan: fix clang compilation warning due to stack protector
- [patch 124/128] x86/mm: remove vmalloc faulting
- [patch 123/128] mm: remove vmalloc_sync_(un)mappings()
- [patch 122/128] x86/mm/32: implement arch_sync_kernel_mappings()
- [patch 121/128] x86/mm/64: implement arch_sync_kernel_mappings()
- [patch 120/128] mm/ioremap: track which page-table levels were modified
- [patch 119/128] mm/vmalloc: track which page-table levels were modified
- [patch 118/128] mm: add functions to track page directory modifications
- [patch 117/128] s390: use __vmalloc_node in stack_alloc
- [patch 110/128] mm: remove the prot argument to __vmalloc_node
- [patch 116/128] powerpc: use __vmalloc_node in alloc_vm_stack
- [patch 115/128] arm64: use __vmalloc_node in arch_alloc_vmap_stack
- [patch 114/128] mm: remove vmalloc_user_node_flags
- [patch 113/128] mm: switch the test_vmalloc module to use __vmalloc_node
- [patch 112/128] mm: remove __vmalloc_node_flags_caller
- [patch 111/128] mm: remove both instances of __vmalloc_node_flags
- [patch 109/128] mm: remove the pgprot argument to __vmalloc
- [patch 108/128] gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
- [patch 107/128] mm: enforce that vmap can't map pages executable
- [patch 106/128] mm: remove the prot argument from vm_map_ram
- [patch 105/128] mm: remove unmap_vmap_area
- [patch 104/128] mm: remove map_vm_range
- [patch 103/128] mm: don't return the number of pages from map_kernel_range{,_noflush}
- [patch 101/128] mm: remove vmap_page_range_noflush and vunmap_page_range
- [patch 100/128] mm: pass addr as unsigned long to vb_free
- [patch 099/128] mm: only allow page table mappings for built-in zsmalloc
- [patch 098/128] mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
- [patch 097/128] mm: unexport unmap_kernel_range_noflush
- [patch 096/128] mm: remove __get_vm_area
- [patch 095/128] powerpc: remove __ioremap_at and __iounmap_at
- [patch 094/128] powerpc: add an ioremap_phb helper
- [patch 088/128] mm, memory_failure: don't send BUS_MCEERR_AO for action required error
- [patch 093/128] dma-mapping: use vmap insted of reimplementing it
- [patch 092/128] staging: media: ipu3: use vmap instead of reimplementing it
- [patch 091/128] staging: android: ion: use vmap instead of vm_map_ram
- [patch 090/128] x86: fix vmap arguments in map_irq_stack
- [patch 089/128] x86/hyperv: use vmalloc_exec for the hypercall page
- [patch 087/128] mm/memory: remove unnecessary pte_devmap case in copy_one_pte()
- [patch 086/128] /proc/PID/smaps: Add PMD migration entry parsing
- [patch 085/128] mm: ptdump: expand type of 'val' in note_page()
- [patch 084/128] x86: mm: ptdump: calculate effective permissions correctly
- [patch 083/128] memcg: fix memcg_kmem_bypass() for remote memcg charging
- [patch 082/128] mm/memcg: automatically penalize tasks with high swap use
- [patch 081/128] mm/memcg: move cgroup high memory limit setting into struct page_counter
- [patch 080/128] mm/memcg: move penalty delay clamping out of calculate_high_delay()
- [patch 078/128] memcg: expose root cgroup's memory.stat
- [patch 079/128] mm/memcg: prepare for swap over-high accounting and penalty calculation
- [patch 077/128] mm: memcontrol: simplify value comparison between count and limit
- [patch 076/128] mm, memcg: add workingset_restore in memory.stat
- [patch 075/128] include/linux/swap.h: delete meaningless __add_to_swap_cache() declaration
- [patch 074/128] mm: swapfile: fix /proc/swaps heading and Size/Used/Priority alignment
- [patch 073/128] swap: reduce lock contention on swap cache from swap slots allocation
- [patch 072/128] mm/swapfile.c: use prandom_u32_max()
- [patch 102/128] mm: rename vmap_page_range to map_kernel_range
- [patch 071/128] mm/swapfile.c: __swap_entry_free() always free 1 entry
- [patch 070/128] mm/swapfile.c: classify SWAP_MAP_XXX to make it more readable
- [patch 069/128] swap: try to scan more free slots even when fragmented
- [patch 068/128] mm/swapfile.c: omit a duplicate code by compare tmp and max first
- [patch 067/128] mm/swapfile.c: tmp is always smaller than max
- [patch 066/128] mm/swapfile.c: found_free could be represented by (tmp < max)
- [patch 065/128] mm/swapfile.c: remove the extra check in scan_swap_map_slots()
- [patch 064/128] mm/swapfile.c: simplify the calculation of n_goal
- [patch 061/128] mm/swapfile.c: offset is only used when there is more slots
- [patch 060/128] mm: swap: properly update readahead statistics in unuse_pte_range()
- [patch 059/128] mm/swap_state: fix a data race in swapin_nr_pages
- [patch 063/128] mm/swapfile.c: remove the unnecessary goto for SSD case
- [patch 062/128] mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusive
- [patch 058/128] mm/swapfile: use list_{prev,next}_entry() instead of open-coding
- [patch 057/128] mm/gup.c: further document vma_permits_fault()
- [patch 056/128] ivtv: convert get_user_pages() --> pin_user_pages()
- [patch 055/128] mm/gup: introduce pin_user_pages_unlocked
- [patch 054/128] mm/gup.c: update the documentation
- [patch 053/128] mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
- [patch 052/128] mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
- [patch 050/128] mm/filemap.c: remove misleading comment
- [patch 051/128] mm/page-writeback.c: remove unused variable
- [patch 049/128] mm_types.h: change set_page_private to inline function
- [patch 048/128] mm/migrate.c: call detach_page_private to cleanup code
- [patch 047/128] buffer_head.h: remove attach_page_buffers
- [patch 046/128] orangefs: use attach/detach_page_private
- [patch 045/128] ntfs: replace attach_page_buffers with attach_page_private
- [patch 044/128] iomap: use attach/detach_page_private
- [patch 043/128] f2fs: use attach/detach_page_private
- [patch 042/128] fs/buffer.c: use attach/detach_page_private
- [patch 041/128] btrfs: use attach/detach_page_private
- [patch 040/128] md: remove __clear_page_buffers and use attach/detach_page_private
- [patch 039/128] include/linux/pagemap.h: introduce attach/detach_page_private
- [patch 038/128] iomap: convert from readpages to readahead
- [patch 037/128] fuse: convert from readpages to readahead
- [patch 036/128] f2fs: pass the inode to f2fs_mpage_readpages
- [patch 035/128] f2fs: convert from readpages to readahead
- [patch 034/128] ext4: pass the inode to ext4_mpage_readpages
- [patch 033/128] ext4: convert from readpages to readahead
- [patch 032/128] erofs: convert compressed files from readpages to readahead
- [patch 031/128] erofs: convert uncompressed files from readpages to readahead
- [patch 030/128] btrfs: convert from readpages to readahead
- [patch 029/128] fs: convert mpage_readpages to mpage_readahead
- [patch 028/128] mm: use memalloc_nofs_save in readahead path
- [patch 027/128] mm: document why we don't set PageReadahead
- [patch 026/128] mm: add page_cache_readahead_unbounded
- [patch 025/128] mm: move end_index check out of readahead loop
- [patch 024/128] mm: add readahead address space operation
- [patch 023/128] mm: put readahead pages in cache earlier
- [patch 022/128] mm: remove 'page_offset' from readahead loop
- [patch 021/128] mm: rename readahead loop variable to 'i'
- [patch 020/128] mm: rename various 'offset' parameters to 'index'
- [patch 019/128] mm: use readahead_control to pass arguments
- [patch 018/128] mm: add new readahead_control API
- [patch 017/128] mm: move readahead nr_pages check into read_pages
- [patch 016/128] mm: ignore return value of ->readpages
- [patch 015/128] mm: return void from various readahead functions
- [patch 014/128] mm: move readahead prototypes from mm.h
- [patch 013/128] mm, dump_page(): do not crash with invalid mapping pointer
- [patch 012/128] Documentation/vm/slub.rst: s/Toggle/Enable/
- [patch 011/128] mm/slub: fix stack overruns with SLUB_STATS
- [patch 010/128] slub: remove kmalloc under list_lock from list_slab_objects() V2
- [patch 009/128] slub: Remove userspace notifier for cache add/remove
- [patch 008/128] mm/slub.c: fix corrupted freechain in deactivate_slab()
- [patch 007/128] usercopy: mark dma-kmalloc caches as usercopy caches
- [patch 006/128] fs/buffer.c: record blockdev write errors in super_block that it backs
- [patch 005/128] vfs: track per-sb writeback errors and report them to syncfs
- [patch 004/128] arch/parisc/include/asm/pgtable.h: remove unused `old_pte'
- [patch 003/128] ocfs2: mount shared volume without ha stack
- [patch 002/128] ocfs2: add missing annotation for dlm_empty_lockres()
- [patch 001/128] squashfs: migrate from ll_rw_block usage to BIO
- incoming
- [folded-merged] mm-vmalloc-track-which-page-table-levels-were-modified-fix.patch removed from -mm tree
- [folded-merged] mm-remove-vmalloc_user_node_flags-fix.patch removed from -mm tree
- [folded-merged] mm-switch-the-test_vmalloc-module-to-use-__vmalloc_node-fix-fix.patch removed from -mm tree
- [folded-merged] mm-switch-the-test_vmalloc-module-to-use-__vmalloc_node-fix.patch removed from -mm tree
- [folded-merged] mm-remove-__vmalloc_node_flags_caller-fix.patch removed from -mm tree
- [folded-merged] mm-ptdump-expand-type-of-val-in-note_page-fix.patch removed from -mm tree
- [folded-merged] x86-mm-ptdump-calculate-effective-permissions-correctly-fix.patch removed from -mm tree
- [folded-merged] swap-reduce-lock-contention-on-swap-cache-from-swap-slots-allocation-v4.patch removed from -mm tree
- [folded-merged] swap-reduce-lock-contention-on-swap-cache-from-swap-slots-allocation-v3.patch removed from -mm tree
- [folded-merged] mm-swapfilec-classify-swap_map_xxx-to-make-it-more-readable-fix.patch removed from -mm tree
- [folded-merged] mm-gupc-updating-the-documentation-fix.patch removed from -mm tree
- [folded-merged] mm-discard-nr_unstable_nfs-use-nr_writeback-instead-fix-2.patch removed from -mm tree
- [folded-merged] mm-discard-nr_unstable_nfs-use-nr_writeback-instead-fix.patch removed from -mm tree
- [folded-merged] mm-replace-pf_less_throttle-with-pf_local_throttle-checkpatch-fixes.patch removed from -mm tree
- [folded-merged] mm-migratec-call-detach_page_private-to-cleanup-code-fix-fix.patch removed from -mm tree
- [folded-merged] mm-migratec-call-detach_page_private-to-cleanup-code-fix.patch removed from -mm tree
- [folded-merged] mm-slub-fix-corrupted-freechain-in-deactivate_slab-fix.patch removed from -mm tree
- [folded-merged] fuse-convert-from-readpages-to-readahead-fix.patch removed from -mm tree
- [folded-merged] squashfs-migrate-from-ll_rw_block-usage-to-bio-fix.patch removed from -mm tree
- [obsolete] mm-compaction-avoid-vm_bug_onpageslab-in-page_mapcount.patch removed from -mm tree
- + mm-discard-nr_unstable_nfs-use-nr_writeback-instead-fix-2.patch added to -mm tree
- + vhost-convert-get_user_pages-pin_user_pages.patch added to -mm tree
- + docs-mm-gup-pin_user_pagesrst-add-a-case-5.patch added to -mm tree
- + mm-memory_failure-dont-send-bus_mceerr_ao-for-action-required-error.patch added to -mm tree
- + bitops-use-the-same-mechanism-for-get_count_order.patch added to -mm tree
- + sh-add-missing-export_symbol-for-__delay.patch added to -mm tree
- + sh-convert-iounmap-macros-to-inline-functions.patch added to -mm tree
- + sh-convert-ins-outs-macros-to-inline-functions-checkpatch-fixes.patch added to -mm tree
- + sh-convert-ins-outs-macros-to-inline-functions.patch added to -mm tree
- + sh-use-generic-strncpy.patch added to -mm tree
- + sh-remove-call-to-memset-after-dma_alloc_coherent.patch added to -mm tree
- + sh-clkfwk-remove-r8-r16-r32.patch added to -mm tree
- + include-asm-generic-vmlinuxldsh-align-ro_after_init.patch added to -mm tree
- + arch-sh-vmlinuxscr-align-rodata.patch added to -mm tree
- + sh-drop-config_mtd_m25p80-in-sh7757lcr_defconfig.patch added to -mm tree
- + sh-sh4a-bring-back-tmu3_device-early-device.patch added to -mm tree
- + mm-gup-introduce-pin_user_pages_locked-v2.patch added to -mm tree
- + mm-discard-nr_unstable_nfs-use-nr_writeback-instead-fix.patch added to -mm tree
- + mm-discard-nr_unstable_nfs-use-nr_writeback-instead.patch added to -mm tree
- + mm-replace-pf_less_throttle-with-pf_local_throttle-checkpatch-fixes.patch added to -mm tree
- + mm-replace-pf_less_throttle-with-pf_local_throttle.patch added to -mm tree
- + linux-next-git-rejects.patch added to -mm tree
- + mm-swap-delete-meaningless-__add_to_swap_cache-declaration.patch added to -mm tree
- + lib-make-a-test-module-with-get_count_order-long-fix.patch added to -mm tree
- + lib-make-a-test-module-with-get_count_order-long.patch added to -mm tree
- mmotm 2020-05-29-16-09 uploaded
- + bpf-bpf_seq_printf-handle-potentially-unsafe-format-string-better-fix.patch added to -mm tree
- + writeback-remove-unused-variable.patch added to -mm tree
- Re: incoming
- + mm-memcontrol-drop-unused-try-commit-cancel-charge-api-fix.patch added to -mm tree
- + kernel-better-document-the-use_mm-unuse_mm-api-contract-fix-2.patch added to -mm tree
- Re: incoming
- + swap-reduce-lock-contention-on-swap-cache-from-swap-slots-allocation-v4.patch added to -mm tree
- + ubsan-entirely-disable-alignment-checks-under-ubsan_trap.patch added to -mm tree
- + kasan-fix-clang-compilation-warning-due-to-stack-protector.patch added to -mm tree
- + mm-gup-documentation-fix-for-pin_user_pages-apis.patch added to -mm tree
- + mm-remove-misleading-comment.patch added to -mm tree
- + mm-ptdump-expand-type-of-val-in-note_page-fix.patch added to -mm tree
- [alternative-merged] twist-add-option-for-selecting-twist-options-for-syzkallers-testing.patch removed from -mm tree
- [alternative-merged] twist-allow-disabling-k_spec-function-in-drivers-tty-vt-keyboardc.patch removed from -mm tree
- [alternative-merged] add-kernel-config-option-for-twisting-kernel-behavior.patch removed from -mm tree
- [patch 5/5] include/asm-generic/topology.h: guard cpumask_of_node() macro argument
- [patch 4/5] fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()
- [patch 3/5] mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()
- [patch 2/5] mm,thp: stop leaking unreleased file pages
- [patch 1/5] mm/z3fold: silence kmemleak false positives of slots
- incoming
- [folded-merged] mm-remove-vm_bug_onpageslab-from-page_mapcount-fix.patch removed from -mm tree
- [to-be-updated] mm-memory_failure-only-send-bus_mceerr_ao-to-early-kill-process.patch removed from -mm tree
- + bpf-bpf_seq_printf-handle-potentially-unsafe-format-string-better.patch added to -mm tree
- + maccess-always-use-strict-semantics-for-probe_kernel_read-fix.patch added to -mm tree
- + maccess-unify-the-probe-kernel-arch-hooks-fix.patch added to -mm tree
- + x86-use-non-set_fs-based-maccess-routines-checkpatch-fixes.patch added to -mm tree
- + x86-use-non-set_fs-based-maccess-routines-x86-use-non-set_fs-based-maccess-routines.patch added to -mm tree
- + maccess-return-erange-when-copy_from_kernel_nofault_allowed-fails.patch added to -mm tree
- + x86-use-non-set_fs-based-maccess-routines.patch added to -mm tree
- + maccess-allow-architectures-to-provide-kernel-probing-directly.patch added to -mm tree
- + maccess-move-user-access-routines-together.patch added to -mm tree
- + maccess-always-use-strict-semantics-for-probe_kernel_read.patch added to -mm tree
- + maccess-remove-strncpy_from_unsafe.patch added to -mm tree
- + tracing-kprobes-handle-mixed-kernel-userspace-probes-better.patch added to -mm tree
- + bpf-rework-the-compat-kernel-probe-handling.patch added to -mm tree
- + bpf-handle-the-compat-string-in-bpf_trace_copy_string-better.patch added to -mm tree
- + bpf-factor-out-a-bpf_trace_copy_string-helper.patch added to -mm tree
- + maccess-unify-the-probe-kernel-arch-hooks.patch added to -mm tree
- + maccess-remove-probe_read_common-and-probe_write_common.patch added to -mm tree
- + maccess-rename-strnlen_unsafe_user-to-strnlen_user_nofault.patch added to -mm tree
- + maccess-rename-strncpy_from_unsafe_strict-to-strncpy_from_kernel_nofault.patch added to -mm tree
- + maccess-rename-strncpy_from_unsafe_user-to-strncpy_from_user_nofault.patch added to -mm tree
- + maccess-update-the-top-of-file-comment.patch added to -mm tree
- + maccess-clarify-kerneldoc-comments.patch added to -mm tree
- + maccess-remove-duplicate-kerneldoc-comments.patch added to -mm tree
- + maccess-remove-various-unused-weak-aliases.patch added to -mm tree
- + maccess-unexport-probe_kernel_write-and-probe_user_write.patch added to -mm tree
- + xtensa-implement-flush_icache_user_range-fix.patch added to -mm tree
- + memcg-fix-memcg_kmem_bypass-for-remote-memcg-charging.patch added to -mm tree
- + relay-handle-alloc_percpu-returning-null-in-relay_open.patch added to -mm tree
- + mm-memory_failure-only-send-bus_mceerr_ao-to-early-kill-process.patch added to -mm tree
- + mm-gup-frame_vector-convert-get_user_pages-pin_user_pages.patch added to -mm tree
- + mm-gup-introduce-pin_user_pages_locked.patch added to -mm tree
- + ocfs2-fix-ocfs2-corrupt-when-iputting-an-inode.patch added to -mm tree
- + ocfs2-clear-links-count-in-ocfs2_mknod-if-an-error-occurs.patch added to -mm tree
- + x86-mm-ptdump-calculate-effective-permissions-correctly-fix.patch added to -mm tree
- + sparc32-register-memory-occupied-by-kernel-as-memblockmemory.patch added to -mm tree
- + cpumask-guard-cpumask_of_node-macro-argument.patch added to -mm tree
- + padata-document-multithreaded-jobs.patch added to -mm tree
- + mm-make-deferred-inits-max-threads-arch-specific.patch added to -mm tree
- + mm-parallelize-deferred_init_memmap.patch added to -mm tree
- + mm-dont-track-number-of-pages-during-deferred-initialization.patch added to -mm tree
- + padata-add-basic-support-for-multithreaded-jobs.patch added to -mm tree
- + padata-allocate-work-structures-for-parallel-jobs-from-a-pool.patch added to -mm tree
- + padata-initialize-earlier.patch added to -mm tree
- + padata-remove-exit-routine.patch added to -mm tree
- + mm-gup-update-pin_user_pagesrst-for-case-3-mmu-notifiers.patch added to -mm tree
- + mm-automatically-penalize-tasks-with-high-swap-use.patch added to -mm tree
- + mm-move-cgroup-high-memory-limit-setting-into-struct-page_counter.patch added to -mm tree
- + mm-move-penalty-delay-clamping-out-of-calculate_high_delay.patch added to -mm tree
- + mm-prepare-for-swap-over-high-accounting-and-penalty-calculation.patch added to -mm tree
- + mm-swap-memcg-fix-memcg-stats-for-huge-pages.patch added to -mm tree
- + mm-swap-fix-vmstats-for-huge-pages.patch added to -mm tree
- [failures] mm-adjust-vm_committed_as_batch-according-to-vm-overcommit-policy.patch removed from -mm tree
- [failures] mm-utilc-make-vm_memory_committed-more-accurate.patch removed from -mm tree
- [failures] proc-meminfo-avoid-open-coded-reading-of-vm_committed_as.patch removed from -mm tree
- [obsolete] linux-next-fix-syscall-numbers-fix.patch removed from -mm tree
- [obsolete] linux-next-fix-syscall-numbers.patch removed from -mm tree
- mmotm 2020-05-25-16-56 uploaded
- + mm_typesh-change-set_page_private-to-inline-function.patch added to -mm tree
- + mm-remove-vm_bug_onpageslab-from-page_mapcount-fix.patch added to -mm tree
- + mm-gupc-convert-to-use-get_user_pagepages_fast_only.patch added to -mm tree
- + lib-make-a-test-module-with-set-clear-bit.patch added to -mm tree
- + x86-mm-simplify-init_trampoline-and-surrounding-logic-fix.patch added to -mm tree
- + khugepaged-allow-to-collapse-a-page-shared-across-fork-fix-fix.patch added to -mm tree
- + linux-next-fix-syscall-numbers-fix.patch added to -mm tree
- + linux-next-fix-syscall-numbers.patch added to -mm tree
- [obsolete] linux-next-git-rejects.patch removed from -mm tree
- mmotm 2020-05-24-22-09 uploaded
- + swap-reduce-lock-contention-on-swap-cache-from-swap-slots-allocation-v3.patch added to -mm tree
- + mm-remove-vm_bug_onpageslab-from-page_mapcount.patch added to -mm tree
- + mmap-locking-api-convert-mmap_sem-comments-fix-fix-fix.patch added to -mm tree
- + mmthp-stop-leaking-unreleased-file-pages.patch added to -mm tree
- + bitops-simplify-get_count_order_long.patch added to -mm tree
- [merged] maintainers-add-files-related-to-kdump.patch removed from -mm tree
- [merged] z3fold-fix-use-after-free-when-freeing-handles.patch removed from -mm tree
- [merged] sparc32-use-pud-rather-than-pgd-to-get-pmd-in-srmmu_nocache_init.patch removed from -mm tree
- [merged] maintainers-update-email-address-for-naoya-horiguchi.patch removed from -mm tree
- [merged] sh-include-linux-time_typesh-for-sockios.patch removed from -mm tree
- [merged] kasan-disable-branch-tracing-for-core-runtime.patch removed from -mm tree
- [merged] selftests-vm-write_to_hugetlbfsc-fix-unused-variable-warning.patch removed from -mm tree
- [merged] selftests-vm-gitignore-add-mremap_dontunmap.patch removed from -mm tree
- [merged] rapidio-fix-an-error-in-get_user_pages_fast-error-handling.patch removed from -mm tree
- [merged] x86-bitops-fix-build-regression.patch removed from -mm tree
- [merged] device-dax-dont-leak-kernel-memory-to-user-space-after-unloading-kmem.patch removed from -mm tree
- + linux-next-git-rejects.patch added to -mm tree
- [patch 11/11] MAINTAINERS: add files related to kdump
- [patch 10/11] z3fold: fix use-after-free when freeing handles
- [patch 09/11] sparc32: use PUD rather than PGD to get PMD in srmmu_nocache_init()
- [patch 08/11] MAINTAINERS: update email address for Naoya Horiguchi
- [patch 07/11] sh: include linux/time_types.h for sockios
- [patch 06/11] kasan: disable branch tracing for core runtime
- [patch 05/11] selftests/vm/write_to_hugetlbfs.c: fix unused variable warning
- [patch 04/11] selftests/vm/.gitignore: add mremap_dontunmap
- [patch 03/11] rapidio: fix an error in get_user_pages_fast() error handling
- [patch 02/11] x86: bitops: fix build regression
- [patch 01/11] device-dax: don't leak kernel memory to user space after unloading kmem
- incoming
- [folded-merged] kasan-disable-branch-tracing-for-core-runtime-v2.patch removed from -mm tree
- mmotm 2020-05-22-20-35 uploaded
- + mm-memcontrol-make-swap-tracking-an-integral-part-of-memory-control-fix-v2.patch added to -mm tree
- [to-be-updated] mm-memcontrol-make-swap-tracking-an-integral-part-of-memory-control-fix.patch removed from -mm tree
- + mm-migratec-call-detach_page_private-to-cleanup-code-fix-fix.patch added to -mm tree
- + mmap-locking-api-rename-mmap_sem-to-mmap_lock-fix.patch added to -mm tree
- + mm-gup-might_lock_readmmap_sem-in-get_user_pages_fast.patch added to -mm tree
- Re: + mmap-locking-api-convert-mmap_sem-call-sites-missed-by-coccinelle-fix-fix-fix.patch added to -mm tree
- + mm-vmstat-add-events-for-pmd-based-thp-migration-without-split-update.patch added to -mm tree
- + mm-memcontrol-charge-swapin-pages-on-instantiation-fix.patch added to -mm tree
- + mm-swapfile-fix-proc-swaps-heading-and-size-used-priority-alignment.patch added to -mm tree
- + kasan-disable-branch-tracing-for-core-runtime-v2.patch added to -mm tree
- [to-be-updated] mm-memcg-decouple-elowmin-state-mutations-from-protection-checks.patch removed from -mm tree
- [to-be-updated] mm-memcg-avoid-stale-protection-values-when-cgroup-is-above-protection.patch removed from -mm tree
- + mm-deactivations-shouldnt-bias-the-lru-balance-fix.patch added to -mm tree
- + init-allow-distribution-configuration-of-default-init.patch added to -mm tree
- + mm-z3fold-silence-kmemleak-false-positives-of-slots.patch added to -mm tree
- mmotm 2020-05-21-20-42 uploaded
- + mm-migratec-call-detach_page_private-to-cleanup-code-fix.patch added to -mm tree
- + mmap-locking-api-convert-mmap_sem-call-sites-missed-by-coccinelle-fix-fix-fix.patch added to -mm tree
- + mm-gup-refactor-and-de-duplicate-gup_fast-code-fix.patch added to -mm tree
- + mmap-locking-api-convert-mmap_sem-call-sites-missed-by-coccinelle-fix-fix.patch added to -mm tree
- + linux-next-post.patch added to -mm tree
- + linux-next-pre.patch added to -mm tree
- + mm-memcontrol-make-swap-tracking-an-integral-part-of-memory-control-fix.patch added to -mm tree
- + mm-ptdump-expand-type-of-val-in-note_page.patch added to -mm tree
- + x86-mm-ptdump-calculate-effective-permissions-correctly.patch added to -mm tree
- + mm-vmstat-add-events-for-pmd-based-thp-migration-without-split-fix.patch added to -mm tree
- + arch-parisc-include-asm-pgtableh-remove-unused-old_pte.patch added to -mm tree
- [nacked] scripts-support-compiled-source-improved-precise.patch removed from -mm tree
- [nacked] scripts-add-a-intermediate-file-for-make-gtags.patch removed from -mm tree
- + mmap-locking-api-convert-mmap_sem-comments-fix-fix.patch added to -mm tree
- [failures] makefile-support-compressed-debug-info.patch removed from -mm tree
- + mm-vmscan-limit-the-range-of-lru-type-balancing.patch added to -mm tree
- + mm-vmscan-reclaim-writepage-is-io-cost.patch added to -mm tree
- + mm-vmscan-determine-anon-file-pressure-balance-at-the-reclaim-root.patch added to -mm tree
- + mm-balance-lru-lists-based-on-relative-thrashing.patch added to -mm tree
- + mm-only-count-actual-rotations-as-lru-reclaim-cost.patch added to -mm tree
- + mm-deactivations-shouldnt-bias-the-lru-balance.patch added to -mm tree
- + mm-base-lru-balancing-on-an-explicit-cost-model.patch added to -mm tree
- + mm-vmscan-drop-unnecessary-div0-avoidance-rounding-in-get_scan_count.patch added to -mm tree
- + mm-remove-use-once-cache-bias-from-lru-balancing.patch added to -mm tree
- + mm-workingset-let-cache-workingset-challenge-anon.patch added to -mm tree
- + mm-fold-and-remove-lru_cache_add_anon-and-lru_cache_add_file.patch added to -mm tree
- + mm-allow-swappiness-that-prefers-reclaiming-anon-over-the-file-workingset.patch added to -mm tree
- + mm-keep-separate-anon-and-file-statistics-on-page-reclaim-activity.patch added to -mm tree
- + mm-fix-lru-balancing-effect-of-new-transparent-huge-pages.patch added to -mm tree
- + mmap-locking-api-convert-mmap_sem-comments-fix.patch added to -mm tree
- + mmap-locking-api-convert-mmap_sem-comments.patch added to -mm tree
- + mmap-locking-api-convert-mmap_sem-api-comments.patch added to -mm tree
- + mmap-locking-api-add-mmap_assert_locked-and-mmap_assert_write_locked.patch added to -mm tree
- + mmap-locking-api-rename-mmap_sem-to-mmap_lock.patch added to -mm tree
- + mmap-locking-api-add-mmap_lock_initializer.patch added to -mm tree
- + mmap-locking-api-add-mmap_read_trylock_non_owner.patch added to -mm tree
- + mmap-locking-api-convert-nested-write-lock-sites.patch added to -mm tree
- + mmap-locking-api-convert-mmap_sem-call-sites-missed-by-coccinelle-fix.patch added to -mm tree
- + mmap-locking-api-convert-mmap_sem-call-sites-missed-by-coccinelle.patch added to -mm tree
- + mmap-locking-api-use-coccinelle-to-convert-mmap_sem-rwsem-call-sites.patch added to -mm tree
- + dma-reservations-use-the-new-mmap-locking-api.patch added to -mm tree
- + mmu-notifier-use-the-new-mmap-locking-api.patch added to -mm tree
- + mmap-locking-api-initial-implementation-as-rwsem-wrappers.patch added to -mm tree
- + swap-reduce-lock-contention-on-swap-cache-from-swap-slots-allocation.patch added to -mm tree
- + mm-memmap_init-iterate-over-memblock-regions-rather-that-check-each-pfn-fix-2.patch added to -mm tree
- + maintainers-add-files-related-to-kdump.patch added to -mm tree
- + z3fold-fix-use-after-free-when-freeing-handles.patch added to -mm tree
- + asm-generic-dont-include-linux-mmh-in-cacheflushh-fix.patch added to -mm tree
- + padata-initialize-earlier-fix.patch added to -mm tree
- + sparc32-use-pud-rather-than-pgd-to-get-pmd-in-srmmu_nocache_init.patch added to -mm tree
- + padata-document-multithreaded-jobs.patch added to -mm tree
- + mm-make-deferred-inits-max-threads-arch-specific.patch added to -mm tree
- + mm-parallelize-deferred_init_memmap.patch added to -mm tree
- + padata-add-basic-support-for-multithreaded-jobs.patch added to -mm tree
- + padata-allocate-work-structures-for-parallel-jobs-from-a-pool.patch added to -mm tree
- + padata-initialize-earlier.patch added to -mm tree
- + padata-remove-exit-routine.patch added to -mm tree
- + makefile-support-compressed-debug-info.patch added to -mm tree
- + mm-consolidate-pgd_index-and-pgd_offset_k-definitions-fix.patch added to -mm tree
- + mm-add-comments-on-pglist_data-zones.patch added to -mm tree
- mmotm 2020-05-19-21-47 uploaded
- + maintainers-update-email-address-for-naoya-horiguchi.patch added to -mm tree
- + mm-use-only-pidfd-for-process_madvise-syscall-fix.patch added to -mm tree
- + mm-page_alloc-skip-waternark_boost-for-atomic-order-0-allocations-fix.patch added to -mm tree
- + mm-page_alloc-skip-waternark_boost-for-atomic-order-0-allocations.patch added to -mm tree
- + powerpc-add-support-for-folded-p4d-page-tables-fix-2.patch added to -mm tree
- + sh-include-linux-time_typesh-for-sockios.patch added to -mm tree
- + kasan-disable-branch-tracing-for-core-runtime.patch added to -mm tree
- + mm-free_area_init-allow-defining-max_zone_pfn-in-descending-order-fix-2-fix.patch added to -mm tree
- + mm-migratec-call-detach_page_private-to-cleanup-code.patch added to -mm tree
- [withdrawn] mm-vmalloc-track-which-page-table-levels-were-modified-fix-fix.patch removed from -mm tree
- Re: + mm-vmalloc-track-which-page-table-levels-were-modified-fix-fix.patch added to -mm tree
- + mm-vmalloc-track-which-page-table-levels-were-modified-fix-fix.patch added to -mm tree
- + drm-i915-convert-get_user_pages-pin_user_pages.patch added to -mm tree
- + mm-gup-introduce-pin_user_pages_fast_only.patch added to -mm tree
- + mm-gup-refactor-and-de-duplicate-gup_fast-code.patch added to -mm tree
- + mm-gup-move-__get_user_pages_fast-down-a-few-lines-in-gupc.patch added to -mm tree
- [alternative-merged] mm-slub-add-panic_on_error-to-the-debug-facilities.patch removed from -mm tree
- + module-move-the-set_fs-hack-for-flush_icache_range-to-m68k.patch added to -mm tree
- + nommu-use-flush_icache_user_range-in-brk-and-mmap.patch added to -mm tree
- + binfmt_flat-use-flush_icache_user_range.patch added to -mm tree
- + exec-use-flush_icache_user_range-in-read_code.patch added to -mm tree
- + exec-only-build-read_code-when-needed.patch added to -mm tree
- + m68k-implement-flush_icache_user_range.patch added to -mm tree
- + arm-rename-flush_cache_user_range-to-flush_icache_user_range.patch added to -mm tree
- + xtensa-implement-flush_icache_user_range.patch added to -mm tree
- + sh-implement-flush_icache_user_range.patch added to -mm tree
- + asm-generic-add-a-flush_icache_user_range-stub.patch added to -mm tree
- + mm-rename-flush_icache_user_range-to-flush_icache_user_page.patch added to -mm tree
- + armsparcunicore32-remove-flush_icache_user_range.patch added to -mm tree
- + riscv-use-asm-generic-cacheflushh.patch added to -mm tree
- + powerpc-use-asm-generic-cacheflushh.patch added to -mm tree
- + openrisc-use-asm-generic-cacheflushh.patch added to -mm tree
- + m68knommu-use-asm-generic-cacheflushh.patch added to -mm tree
- + microblaze-use-asm-generic-cacheflushh.patch added to -mm tree
- + ia64-use-asm-generic-cacheflushh.patch added to -mm tree
- + hexagon-use-asm-generic-cacheflushh.patch added to -mm tree
- + c6x-use-asm-generic-cacheflushh.patch added to -mm tree
- + arm64-use-asm-generic-cacheflushh.patch added to -mm tree
- + alpha-use-asm-generic-cacheflushh.patch added to -mm tree
- + asm-generic-improve-the-flush_dcache_page-stub.patch added to -mm tree
- + asm-generic-dont-include-linux-mmh-in-cacheflushh.patch added to -mm tree
- + asm-generic-fix-the-inclusion-guards-for-cacheflushh.patch added to -mm tree
- + unicore32-remove-flush_cache_user_range.patch added to -mm tree
- + powerpc-unexport-flush_icache_user_range.patch added to -mm tree
- + nds32-unexport-flush_icache_page.patch added to -mm tree
- + arm-fix-the-flush_icache_range-arguments-in-set_fiq_handler.patch added to -mm tree
- + kernel-add-panic_on_taint-fix.patch added to -mm tree
- + kernel-add-panic_on_taint.patch added to -mm tree
- + mm-use-only-pidfd-for-process_madvise-syscall.patch added to -mm tree
- + mm-pgtable-add-shortcuts-for-accessing-kernel-pmd-and-pte-fix-2.patch added to -mm tree
- + mm-adjust-vm_committed_as_batch-according-to-vm-overcommit-policy.patch added to -mm tree
- + mm-utilc-make-vm_memory_committed-more-accurate.patch added to -mm tree
- + proc-meminfo-avoid-open-coded-reading-of-vm_committed_as.patch added to -mm tree
- + mm-vmalloc-track-which-page-table-levels-were-modified-fix.patch added to -mm tree
- + selftests-vm-write_to_hugetlbfsc-fix-unused-variable-warning.patch added to -mm tree
- + khugepaged-add-self-test-fix-3.patch added to -mm tree
- + selftests-vm-gitignore-add-mremap_dontunmap.patch added to -mm tree
- + mm-simplify-calling-a-compound-page-destructor.patch added to -mm tree
- + mm-migratec-call-detach_page_private-to-cleanup-code.patch added to -mm tree
- + buffer_headh-remove-attach_page_buffers.patch added to -mm tree
- + orangefs-use-attach-detach_page_private.patch added to -mm tree
- + ntfs-replace-attach_page_buffers-with-attach_page_private.patch added to -mm tree
- + iomap-use-attach-detach_page_private.patch added to -mm tree
- + f2fs-use-attach-detach_page_private.patch added to -mm tree
- + fs-bufferc-use-attach-detach_page_private.patch added to -mm tree
- + btrfs-use-attach-detach_page_private.patch added to -mm tree
- + md-remove-__clear_page_buffers-and-use-attach-detach_page_private.patch added to -mm tree
- + include-linux-pagemaph-introduce-attach-detach_page_private.patch added to -mm tree
- + rapidio-convert-get_user_pages-pin_user_pages.patch added to -mm tree
- + rapidio-fix-an-error-in-get_user_pages_fast-error-handling.patch added to -mm tree
- + ivtv-convert-get_user_pages-pin_user_pages.patch added to -mm tree
- + mm-gup-introduce-pin_user_pages_unlocked.patch added to -mm tree
- + fs-include-fmode_exec-when-converting-flags-to-f_mode.patch added to -mm tree
- + exec-relocate-path_noexec-check.patch added to -mm tree
- + exec-relocate-s_isreg-check.patch added to -mm tree
- + exec-change-uselib2-is_sreg-failure-to-eacces.patch added to -mm tree
- + mm-vmstat-add-events-for-pmd-based-thp-migration-without-split.patch added to -mm tree
- + hugetlbfs-get-unmapped-area-below-task_unmapped_base-for-hugetlbfs.patch added to -mm tree
- + mm-page_alloc-restrict-and-formalize-compound_page_dtors.patch added to -mm tree
- + khugepaged-allow-to-collapse-a-page-shared-across-fork-fix.patch added to -mm tree
- + arch-kunmap_atomic-consolidate-duplicate-code-fix.patch added to -mm tree
- + mm-pgtable-add-shortcuts-for-accessing-kernel-pmd-and-pte-fix.patch added to -mm tree
- mmotm 2020-05-15-16-29 uploaded
- + mm-page_alloc-reset-the-zone-watermark_boost-early.patch added to -mm tree
- + mm-consolidate-pgd_index-and-pgd_offset_k-definitions.patch added to -mm tree
- + mm-consolidate-pud_index-and-pud_offset-definitions.patch added to -mm tree
- + mm-consolidate-pmd_index-and-pmd_offset-definitions.patch added to -mm tree
- + mm-consolidate-pte_index-and-pte_offset_-definitions.patch added to -mm tree
- + mm-pgtable-add-shortcuts-for-accessing-kernel-pmd-and-pte.patch added to -mm tree
- + x86-mm-simplify-init_trampoline-and-surrounding-logic.patch added to -mm tree
- + m68k-mm-move-cachenocahe_page-definitions-close-to-their-user.patch added to -mm tree
- + m68k-mm-motorola-move-comment-about-page-table-allocation-funcitons.patch added to -mm tree
- + csky-replace-definitions-of-__pxd_offset-with-pxd_index.patch added to -mm tree
- + mm-reorder-includes-after-introduction-of-linux-pgtableh.patch added to -mm tree
- + mm-introduce-include-linux-pgtableh.patch added to -mm tree
- + mm-dont-include-asm-pgtableh-if-linux-mmh-is-already-included.patch added to -mm tree
- + x86-bitops-fix-build-regression.patch added to -mm tree
- + x86-mm-remove-vmalloc-faulting.patch added to -mm tree
- + mm-remove-vmalloc_sync_unmappings.patch added to -mm tree
- + x86-mm-32-implement-arch_sync_kernel_mappings.patch added to -mm tree
- + x86-mm-64-implement-arch_sync_kernel_mappings.patch added to -mm tree
- + mm-ioremap-track-which-page-table-levels-were-modified.patch added to -mm tree
- + mm-vmalloc-track-which-page-table-levels-were-modified.patch added to -mm tree
- + mm-add-functions-to-track-page-directory-modifications.patch added to -mm tree
- + lib-test_sysctl-support-testing-of-sysctl-boot-parameter-fix.patch added to -mm tree
- + get_maintainer-fix-unexpected-behavior-for-path-to-file-double-slashes.patch added to -mm tree
- mmotm 2020-05-13-20-30 uploaded
- [failures] vfs-keep-inodes-with-page-cache-off-the-inode-shrinker-lru.patch removed from -mm tree
- [patch 7/7] kasan: add missing functions declarations to kasan.h
- [patch 6/7] kasan: consistently disable debugging features
- [patch 5/7] ipc/util.c: sysvipc_find_ipc() incorrectly updates position index
- [patch 4/7] userfaultfd: fix remap event with MREMAP_DONTUNMAP
- [patch 3/7] mm/gup: fix fixup_user_fault() on multiple retries
- [patch 2/7] epoll: call final ep_events_available() check under the lock
- [patch 1/7] mm, memcg: fix inconsistent oom event behavior
- incoming
- + mm-memcontrol-switch-to-native-nr_anon_thps-counter-fix.patch added to -mm tree
- + mm-swap-use-prandom_u32_max.patch added to -mm tree
- + mm-memcontrol-convert-anon-and-file-thp-to-new-mem_cgroup_charge-api-fix.patch added to -mm tree
- + vfs-keep-inodes-with-page-cache-off-the-inode-shrinker-lru.patch added to -mm tree
- + kernel-sysctl-ignore-out-of-range-taint-bits-introduced-via-kerneltainted.patch added to -mm tree
- + mm-compaction-avoid-vm_bug_onpageslab-in-page_mapcount.patch added to -mm tree
- + kasan-move-kasan_report-into-reportc.patch added to -mm tree
- + kasan-add-missing-functions-declarations-to-kasanh.patch added to -mm tree
- + kasan-consistently-disable-debugging-features.patch added to -mm tree
- + drm-remove-drm-specific-kmap_atomic-code-fix.patch added to -mm tree
- mmotm 2020-05-11-15-43 uploaded
- + xtensa-add-loglvl-to-show_trace-fix.patch added to -mm tree
- [alternative-merged] lib-flex_proportionsc-aging-counts-when-fraction-smaller-than-max_frac-fprop_frac_base.patch removed from -mm tree
- + lib-flex_proportionsc-cleanup-__fprop_inc_percpu_max.patch added to -mm tree
- + seq_file-introduce-define_seq_attribute-helper-macro-checkpatch-fixes.patch added to -mm tree
- + kernel-kprobes-convert-to-use-define_seq_attribute-macro.patch added to -mm tree
- + mm-vmstat-convert-to-use-define_seq_attribute-macro.patch added to -mm tree
- + seq_file-introduce-define_seq_attribute-helper-macro.patch added to -mm tree
- [alternative-merged] mm-vmscan-consistent-update-to-pgsteal-and-pgscan.patch removed from -mm tree
- + mm-support-vector-address-ranges-for-process_madvise-fix-fix-fix-fix-fix.patch added to -mm tree
- + mm-introduce-external-memory-hinting-api-fix-2-fix.patch added to -mm tree
- + mm-hugetlb-define-a-generic-fallback-for-arch_clear_hugepage_flags.patch added to -mm tree
- + mm-hugetlb-define-a-generic-fallback-for-is_hugepage_only_range.patch added to -mm tree
- + arm64-mm-drop-__have_arch_huge_ptep_get.patch added to -mm tree
- + mm-add-debug_wx-support-fix-3.patch added to -mm tree
- + mm-add-debug_wx-support-fix-2.patch added to -mm tree
- + arm-add-support-for-folded-p4d-page-tables-fix.patch added to -mm tree
- [to-be-updated] arm64-memory-give-hotplug-memory-a-different-resource-name.patch removed from -mm tree
- [to-be-updated] mm-memory_hotplug-allow-arch-override-of-non-boot-memory-resource-names-fix.patch removed from -mm tree
- [to-be-updated] mm-memory_hotplug-allow-arch-override-of-non-boot-memory-resource-names.patch removed from -mm tree
- [to-be-updated] kexec-prevent-removal-of-memory-in-use-by-a-loaded-kexec-image.patch removed from -mm tree
- + mm-shmem-remove-rare-optimization-when-swapin-races-with-hole-punching.patch added to -mm tree
- + mm-reset-numa-stats-for-boot-pagesets-v3.patch added to -mm tree
- [merged] parisc-add-sysctl-file-interface-panic_on_stackoverflow.patch removed from -mm tree
- [merged] arch-x86-makefile-use-config_shell.patch removed from -mm tree
- [merged] initramfs-fix-another-section-mismatch.patch removed from -mm tree
- [obsolete] linux-next-git-rejects.patch removed from -mm tree
- + mm-memory_hotplug-allow-arch-override-of-non-boot-memory-resource-names-fix.patch added to -mm tree
- + device-dax-add-memory-via-add_memory_driver_managed.patch added to -mm tree
- + kexec_file-dont-place-kexec-images-on-ioresource_mem_driver_managed.patch added to -mm tree
- + mm-memory_hotplug-introduce-add_memory_driver_managed.patch added to -mm tree
- + device-dax-dont-leak-kernel-memory-to-user-space-after-unloading-kmem.patch added to -mm tree
- + zcomp-use-array_size-for-backends-list.patch added to -mm tree
- + selftests-vm-pkeys-override-access-right-definitions-on-powerpc-fix.patch added to -mm tree
- + doc-cgroup-update-note-about-conditions-when-oom-killer-is-invoked-fix.patch added to -mm tree
- + doc-cgroup-update-note-about-conditions-when-oom-killer-is-invoked.patch added to -mm tree
- + memcg-expose-root-cgroups-memorystat.patch added to -mm tree
- + selftests-vm-pkeys-introduce-powerpc-support-fix.patch added to -mm tree
- + mm-memcontrol-update-page-mem_cgroup-stability-rules.patch added to -mm tree
- + mm-memcontrol-delete-unused-lrucare-handling.patch added to -mm tree
- + mm-memcontrol-document-the-new-swap-control-behavior.patch added to -mm tree
- + mm-memcontrol-charge-swapin-pages-on-instantiation.patch added to -mm tree
- + mm-memcontrol-make-swap-tracking-an-integral-part-of-memory-control.patch added to -mm tree
- + mm-memcontrol-prepare-swap-controller-setup-for-integration.patch added to -mm tree
- + mm-memcontrol-drop-unused-try-commit-cancel-charge-api.patch added to -mm tree
- + mm-memcontrol-convert-anon-and-file-thp-to-new-mem_cgroup_charge-api.patch added to -mm tree
- + mm-memcontrol-switch-to-native-nr_anon_thps-counter.patch added to -mm tree
- + mm-memcontrol-switch-to-native-nr_anon_mapped-counter.patch added to -mm tree
- + mm-memcontrol-switch-to-native-nr_file_pages-and-nr_shmem-counters.patch added to -mm tree
- + mm-memcontrol-prepare-cgroup-vmstat-infrastructure-for-native-anon-counters.patch added to -mm tree
- + mm-memcontrol-prepare-move_account-for-removal-of-private-page-type-counters.patch added to -mm tree
- + mm-memcontrol-prepare-uncharging-for-removal-of-private-page-type-counters.patch added to -mm tree
- + mm-memcontrol-convert-page-cache-to-a-new-mem_cgroup_charge-api.patch added to -mm tree
- + mm-memcontrol-move-out-cgroup-swaprate-throttling.patch added to -mm tree
- + mm-memcontrol-drop-compound-parameter-from-memcg-charging-api.patch added to -mm tree
- + mm-memcontrol-fix-stat-corrupting-race-in-charge-moving.patch added to -mm tree
- + mm-fix-numa-node-file-count-error-in-replace_page_cache.patch added to -mm tree
- [merged] mm-limit-boost_watermark-on-small-zones.patch removed from -mm tree
- [merged] ubsan-disable-ubsan_alignment-under-compile_test.patch removed from -mm tree
- [merged] mm-vmscan-remove-unnecessary-argument-description-of-isolate_lru_pages.patch removed from -mm tree
- [merged] epoll-atomically-remove-wait-entry-on-wake-up.patch removed from -mm tree
- [merged] kselftests-introduce-new-epoll60-testcase-for-catching-lost-wakeups.patch removed from -mm tree
- [merged] percpu-make-pcpu_alloc-aware-of-current-gfp-context.patch removed from -mm tree
- [merged] mm-slub-fix-incorrect-interpretation-of-s-offset.patch removed from -mm tree
- [merged] scripts-gdb-repair-rb_first-and-rb_last.patch removed from -mm tree
- [merged] eventpoll-fix-missing-wakeup-for-ovflist-in-ep_poll_callback.patch removed from -mm tree
- [merged] kvm-svm-change-flag-passed-to-gup-fast-in-sev_pin_memory.patch removed from -mm tree
- [merged] scripts-decodecode-fix-trapping-instruction-formatting.patch removed from -mm tree
- [merged] kernel-kcovc-fix-typos-in-kcov_remote_start-documentation.patch removed from -mm tree
- [merged] mm-page_alloc-fix-watchdog-soft-lockups-during-set_zone_contiguous.patch removed from -mm tree
- [merged] mm-memcg-fix-error-return-value-of-mem_cgroup_css_alloc.patch removed from -mm tree
- [merged] ipc-mqueuec-change-__do_notify-to-bypass-check_kill_permission-v2.patch removed from -mm tree
- + checkpatch-use-patch-subject-when-reading-from-stdin-fix.patch added to -mm tree
- + mm-introduce-external-memory-hinting-api-fix-2.patch added to -mm tree
- + ipc-utilc-sysvipc_find_ipc-incorrectly-updates-position-index-fix.patch added to -mm tree
- + arch-kunmap-remove-duplicate-kunmap-implementations-fix.patch added to -mm tree
- [patch 15/15] mm: limit boost_watermark on small zones
- [patch 14/15] ubsan: disable UBSAN_ALIGNMENT under COMPILE_TEST
- [patch 13/15] mm/vmscan: remove unnecessary argument description of isolate_lru_pages()
- [patch 12/15] epoll: atomically remove wait entry on wake up
- [patch 11/15] kselftests: introduce new epoll60 testcase for catching lost wakeups
- [patch 10/15] percpu: make pcpu_alloc() aware of current gfp context
- [patch 09/15] mm/slub: fix incorrect interpretation of s->offset
- [patch 08/15] scripts/gdb: repair rb_first() and rb_last()
- [patch 07/15] eventpoll: fix missing wakeup for ovflist in ep_poll_callback
- [patch 06/15] arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()
- [patch 05/15] scripts/decodecode: fix trapping instruction formatting
- [patch 04/15] kernel/kcov.c: fix typos in kcov_remote_start documentation
- [patch 03/15] mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()
- [patch 02/15] mm, memcg: fix error return value of mem_cgroup_css_alloc()
- [patch 01/15] ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()
- incoming
- [folded-merged] eventpoll-fix-missing-wakeup-for-ovflist-in-ep_poll_callback-v2.patch removed from -mm tree
- [folded-merged] mm-memcg-fix-error-return-value-of-mem_cgroup_css_alloc-fix.patch removed from -mm tree
[Index of Archives]
[FAQ]
[Linux Kernel]
[LKML FAQ]
[Site Home]
[IETF Annouce]
[Security]
[Bugtraq]