aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-03mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport1-0/+1
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-4/+3
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport1-1/+1
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport3-16/+6
2020-06-03mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport2-11/+2
2020-06-03mm: clarify __GFP_MEMALLOC usageMichal Hocko1-0/+5
2020-06-03string.h: fix incompatibility between FORTIFY_SOURCE and KASANDaniel Axtens1-12/+48
2020-06-03mm/gup: introduce pin_user_pages_fast_only()John Hubbard1-0/+2
2020-06-03mm/gup: refactor and de-duplicate gup_fast() codeJohn Hubbard1-0/+1
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds5-11/+13
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-1/+8
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-6/+2
2020-06-02Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+2
2020-06-02Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds2-1/+24
2020-06-02capabilities: add description for CAP_SETFCAPStefan Hajnoczi1-0/+2
2020-06-02Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+14
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds9-118/+364
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds21-124/+484
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds34-210/+747
2020-06-02Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-72/+39
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-1/+6
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-27/+19
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds5-4/+81
2020-06-02Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds8-29/+93
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds20-83/+352
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel1-2/+0
2020-06-02mm/vmalloc: track which page-table levels were modifiedJoerg Roedel1-0/+16
2020-06-02mm: add functions to track page directory modificationsJoerg Roedel3-2/+72
2020-06-02mm: remove vmalloc_user_node_flagsChristoph Hellwig1-1/+0
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig1-2/+2
2020-06-02mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig1-9/+0
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-1/+1
2020-06-02mm: enforce that vmap can't map pages executableChristoph Hellwig1-0/+4
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig1-2/+1
2020-06-02mm: remove map_vm_rangeChristoph Hellwig1-6/+4
2020-06-02mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPINGChristoph Hellwig1-1/+1
2020-06-02mm: remove __get_vm_areaChristoph Hellwig1-2/+0
2020-06-02mm: ptdump: expand type of 'val' in note_page()Steven Price1-1/+1
2020-06-02x86: mm: ptdump: calculate effective permissions correctlySteven Price1-0/+1
2020-06-02mm/memcg: automatically penalize tasks with high swap useJakub Kicinski1-0/+1
2020-06-02mm/memcg: move cgroup high memory limit setting into struct page_counterJakub Kicinski2-3/+8
2020-06-02include/linux/swap.h: delete meaningless __add_to_swap_cache() declarationMiaohe Lin1-1/+0
2020-06-02swap: reduce lock contention on swap cache from swap slots allocationHuang Ying1-0/+1
2020-06-02mm/swapfile.c: classify SWAP_MAP_XXX to make it more readableWei Yang1-5/+10
2020-06-02mm/gup: introduce pin_user_pages_unlockedJohn Hubbard1-0/+2
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2-5/+1
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown1-1/+2
2020-06-02mm_types.h: change set_page_private to inline functionGuoqing Jiang1-1/+5
2020-06-02buffer_head.h: remove attach_page_buffersGuoqing Jiang1-8/+0
2020-06-02include/linux/pagemap.h: introduce attach/detach_page_privateGuoqing Jiang1-0/+37