]> git.ipfire.org Git - thirdparty/linux.git/history - mm
Merge tag 'pnp-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[thirdparty/linux.git] / mm /
2020-06-02  Linus TorvaldsMerge tag 'pnp-5.8-rc1' of git://git.kernel.org/pub...
2020-06-02  Linus TorvaldsMerge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub...
2020-06-02  Linus TorvaldsMerge tag 'pm-5.8-rc1' of git://git.kernel.org/pub...
2020-06-02  Linus TorvaldsMerge tag 'platform-drivers-x86-v5.8-1' of git://git...
2020-06-02  Linus TorvaldsMerge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm...
2020-06-02  Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2020-06-02  Andrey Konovalovkasan: move kasan_report() into report.c
2020-06-02  Jing Xiamm/mm_init.c: report kasan-tag information stored in...
2020-06-02  Andrey Konovalovkasan: fix clang compilation warning due to stack protector
2020-06-02  Joerg Roedelmm: remove vmalloc_sync_(un)mappings()
2020-06-02  Joerg Roedelmm/vmalloc: track which page-table levels were modified
2020-06-02  Christoph Hellwigmm: remove vmalloc_user_node_flags
2020-06-02  Christoph Hellwigmm: switch the test_vmalloc module to use __vmalloc_node
2020-06-02  Christoph Hellwigmm: remove __vmalloc_node_flags_caller
2020-06-02  Christoph Hellwigmm: remove both instances of __vmalloc_node_flags
2020-06-02  Christoph Hellwigmm: remove the prot argument to __vmalloc_node
2020-06-02  Christoph Hellwigmm: remove the pgprot argument to __vmalloc
2020-06-02  Christoph Hellwigmm: enforce that vmap can't map pages executable
2020-06-02  Christoph Hellwigmm: remove the prot argument from vm_map_ram
2020-06-02  Christoph Hellwigmm: remove unmap_vmap_area
2020-06-02  Christoph Hellwigmm: remove map_vm_range
2020-06-02  Christoph Hellwigmm: don't return the number of pages from map_kernel_ra...
2020-06-02  Christoph Hellwigmm: rename vmap_page_range to map_kernel_range
2020-06-02  Christoph Hellwigmm: remove vmap_page_range_noflush and vunmap_page_range
2020-06-02  Christoph Hellwigmm: pass addr as unsigned long to vb_free
2020-06-02  Christoph Hellwigmm: only allow page table mappings for built-in zsmalloc
2020-06-02  Christoph Hellwigmm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PG...
2020-06-02  Christoph Hellwigmm: unexport unmap_kernel_range_noflush
2020-06-02  Christoph Hellwigmm: remove __get_vm_area
2020-06-02  Wetp Zhangmm, memory_failure: don't send BUS_MCEERR_AO for action...
2020-06-02  chenqiwumm/memory: remove unnecessary pte_devmap case in copy_o...
2020-06-02  Steven Pricex86: mm: ptdump: calculate effective permissions correctly
2020-06-02  Zefan Limemcg: fix memcg_kmem_bypass() for remote memcg charging
2020-06-02  Jakub Kicinskimm/memcg: automatically penalize tasks with high swap use
2020-06-02  Jakub Kicinskimm/memcg: move cgroup high memory limit setting into...
2020-06-02  Jakub Kicinskimm/memcg: move penalty delay clamping out of calculate_...
2020-06-02  Jakub Kicinskimm/memcg: prepare for swap over-high accounting and...
2020-06-02  Shakeel Buttmemcg: expose root cgroup's memory.stat
2020-06-02  Kaixu Xiamm: memcontrol: simplify value comparison between count...
2020-06-02  Yafang Shaomm, memcg: add workingset_restore in memory.stat
2020-06-02  Randy Dunlapmm: swapfile: fix /proc/swaps heading and Size/Used...
2020-06-02  Huang Yingswap: reduce lock contention on swap cache from swap...
2020-06-02  Huang Yingmm/swapfile.c: use prandom_u32_max()
2020-06-02  Wei Yangmm/swapfile.c: __swap_entry_free() always free 1 entry
2020-06-02  Huang Yingswap: try to scan more free slots even when fragmented
2020-06-02  Wei Yangmm/swapfile.c: omit a duplicate code by compare tmp...
2020-06-02  Wei Yangmm/swapfile.c: tmp is always smaller than max
2020-06-02  Wei Yangmm/swapfile.c: found_free could be represented by ...
2020-06-02  Wei Yangmm/swapfile.c: remove the extra check in scan_swap_map_...
2020-06-02  Wei Yangmm/swapfile.c: simplify the calculation of n_goal
2020-06-02  Wei Yangmm/swapfile.c: remove the unnecessary goto for SSD...
2020-06-02  Wei Yangmm/swapfile.c: explicitly show ssd/non-ssd is handled...
2020-06-02  Wei Yangmm/swapfile.c: offset is only used when there is more...
2020-06-02  Andrea Righimm: swap: properly update readahead statistics in unuse...
2020-06-02  Qian Caimm/swap_state: fix a data race in swapin_nr_pages
2020-06-02  chenqiwumm/swapfile: use list_{prev,next}_entry() instead of...
2020-06-02  Miles Chenmm/gup.c: further document vma_permits_fault()
2020-06-02  John Hubbardmm/gup: introduce pin_user_pages_unlocked
2020-06-02  Souptick Joardermm/gup.c: update the documentation
2020-06-02  NeilBrownmm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK...
2020-06-02  NeilBrownmm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_TH...
2020-06-02  Chao Yumm/page-writeback.c: remove unused variable
2020-06-02  Matthew Wilcox ... mm/filemap.c: remove misleading comment
2020-06-02  Guoqing Jiangmm/migrate.c: call detach_page_private to cleanup code
2020-06-02  Matthew Wilcox ... fs: convert mpage_readpages to mpage_readahead
2020-06-02  Matthew Wilcox ... mm: use memalloc_nofs_save in readahead path
2020-06-02  Matthew Wilcox ... mm: document why we don't set PageReadahead
2020-06-02  Matthew Wilcox ... mm: add page_cache_readahead_unbounded
2020-06-02  Matthew Wilcox ... mm: move end_index check out of readahead loop
2020-06-02  Matthew Wilcox ... mm: add readahead address space operation
2020-06-02  Matthew Wilcox ... mm: put readahead pages in cache earlier
2020-06-02  Matthew Wilcox ... mm: remove 'page_offset' from readahead loop
2020-06-02  Matthew Wilcox ... mm: rename readahead loop variable to 'i'
2020-06-02  Matthew Wilcox ... mm: rename various 'offset' parameters to 'index'
2020-06-02  Matthew Wilcox ... mm: use readahead_control to pass arguments
2020-06-02  Matthew Wilcox ... mm: move readahead nr_pages check into read_pages
2020-06-02  Matthew Wilcox ... mm: ignore return value of ->readpages
2020-06-02  Matthew Wilcox ... mm: return void from various readahead functions
2020-06-02  Matthew Wilcox ... mm: move readahead prototypes from mm.h
2020-06-02  Vlastimil Babkamm, dump_page(): do not crash with invalid mapping...
2020-06-02  Qian Caimm/slub: fix stack overruns with SLUB_STATS
2020-06-02  Christopher Lameterslub: remove kmalloc under list_lock from list_slab_obj...
2020-06-02  Christoph Lameterslub: Remove userspace notifier for cache add/remove
2020-06-02  Dongli Zhangmm/slub.c: fix corrupted freechain in deactivate_slab()
2020-06-02  Vlastimil Babkausercopy: mark dma-kmalloc caches as usercopy caches
2020-06-02  Linus Torvaldsgup: document and work around "COW can break either...
2020-06-01  Linus TorvaldsMerge branch 'from-miklos' of git://git.kernel.org...
2020-06-01  Linus TorvaldsMerge branch 'work.set_fs-exec' of git://git.kernel...
2020-06-01  Linus TorvaldsMerge branch 'uaccess.__copy_to_user' of git://git...
2020-06-01  Linus TorvaldsMerge branch 'uaccess.__copy_from_user' of git://git...
2020-06-01  Linus TorvaldsMerge branch 'uaccess.__put_user' of git://git.kernel...
2020-06-01  Linus TorvaldsMerge branch 'uaccess.readdir' of git://git.kernel...
2020-06-01  Linus TorvaldsMerge branch 'uaccess.access_ok' of git://git.kernel...
2020-06-01  Linus TorvaldsMerge branch 'uaccess.csum' of git://git.kernel.org...
2020-06-01  Linus TorvaldsMerge tag 'docs-5.8' of git://git.lwn.net/linux
2020-06-01  Linus TorvaldsMerge tag 'for-linus' of git://git.armlinux.org.uk...
2020-06-01  Linus TorvaldsMerge tag 'arm64-upstream' of git://git.kernel.org...
2020-06-01  Linus TorvaldsMerge tag 'm68k-for-v5.8-tag1' of git://git.kernel...
2020-06-01  Linus TorvaldsMerge tag 'x86-vdso-2020-06-01' of git://git.kernel...
2020-06-01  Linus TorvaldsMerge tag 'x86-platform-2020-06-01' of git://git.kernel...
next