summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-03mm: memmap_init: iterate over memblock regions rather that check each PFNBaoquan He
2020-06-03xtensa: simplify detection of memory zone boundariesMike Rapoport
2020-06-03unicore32: simplify detection of memory zone boundariesMike Rapoport
2020-06-03sparc32: simplify detection of memory zone boundariesMike Rapoport
2020-06-03parisc: simplify detection of memory zone boundariesMike Rapoport
2020-06-03m68k: mm: simplify detection of memory zone boundariesMike Rapoport
2020-06-03csky: simplify detection of memory zone boundariesMike Rapoport
2020-06-03arm64: simplify detection of memory zone boundaries for UMA configsMike Rapoport
2020-06-03arm: simplify detection of memory zone boundariesMike Rapoport
2020-06-03alpha: simplify detection of memory zone boundariesMike Rapoport
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport
2020-06-03mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport
2020-06-03mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport
2020-06-03mm: clarify __GFP_MEMALLOC usageMichal Hocko
2020-06-03string.h: fix incompatibility between FORTIFY_SOURCE and KASANDaniel Axtens
2020-06-03kasan: stop tests being eliminated as dead code with FORTIFY_SOURCEDaniel Axtens
2020-06-03mm/gup: might_lock_read(mmap_sem) in get_user_pages_fast()John Hubbard
2020-06-03drm/i915: convert get_user_pages() --> pin_user_pages()John Hubbard
2020-06-03mm/gup: introduce pin_user_pages_fast_only()John Hubbard
2020-06-03mm/gup: refactor and de-duplicate gup_fast() codeJohn Hubbard
2020-06-03mm/gup: move __get_user_pages_fast() down a few lines in gup.cJohn Hubbard
2020-06-03mm/memcg: optimize memory.numa_stat like memory.statShakeel Butt
2020-06-03mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai
2020-06-02Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-02Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-02Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-02Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-06-02Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-02Merge tag 'tomoyo-pr-20200601' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds
2020-06-02capabilities: add description for CAP_SETFCAPStefan Hajnoczi
2020-06-02Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02mm/migrate.c: attach_page_private already does the get_pageHugh Dickins
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-06-02Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2020-06-02Merge tag 'pnp-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...Linus Torvalds
2020-06-02Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02kasan: move kasan_report() into report.cAndrey Konovalov
2020-06-02mm/mm_init.c: report kasan-tag information stored in page->flagsJing Xia