summaryrefslogtreecommitdiffstats
path: root/certs/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-04mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODESMike Rapoport4-47/+0
2020-06-04mm: memmap_init: iterate over memblock regions rather that check each PFNBaoquan He2-28/+19
2020-06-04xtensa: simplify detection of memory zone boundariesMike Rapoport1-4/+4
2020-06-04unicore32: simplify detection of memory zone boundariesMike Rapoport4-50/+15
2020-06-04sparc32: simplify detection of memory zone boundariesMike Rapoport1-16/+5
2020-06-04parisc: simplify detection of memory zone boundariesMike Rapoport1-19/+3
2020-06-04m68k: mm: simplify detection of memory zone boundariesMike Rapoport2-13/+8
2020-06-04csky: simplify detection of memory zone boundariesMike Rapoport1-15/+11
2020-06-04arm64: simplify detection of memory zone boundaries for UMA configsMike Rapoport1-54/+0
2020-06-04arm: simplify detection of memory zone boundariesMike Rapoport1-59/+7
2020-06-04alpha: simplify detection of memory zone boundariesMike Rapoport1-14/+4
2020-06-04mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport15-25/+18
2020-06-04mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport12-60/+38
2020-06-04mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport20-119/+74
2020-06-04mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport3-37/+27
2020-06-04mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport4-10/+17
2020-06-04mm: clarify __GFP_MEMALLOC usageMichal Hocko1-0/+5
2020-06-04string.h: fix incompatibility between FORTIFY_SOURCE and KASANDaniel Axtens1-12/+48
2020-06-04kasan: stop tests being eliminated as dead code with FORTIFY_SOURCEDaniel Axtens1-10/+19
2020-06-04mm/gup: might_lock_read(mmap_sem) in get_user_pages_fast()John Hubbard1-0/+3
2020-06-04drm/i915: convert get_user_pages() --> pin_user_pages()John Hubbard1-9/+13
2020-06-04mm/gup: introduce pin_user_pages_fast_only()John Hubbard2-0/+38
2020-06-04mm/gup: refactor and de-duplicate gup_fast() codeJohn Hubbard2-41/+43
2020-06-04mm/gup: move __get_user_pages_fast() down a few lines in gup.cJohn Hubbard1-66/+66
2020-06-04mm/memcg: optimize memory.numa_stat like memory.statShakeel Butt1-25/+26
2020-06-04mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai1-1/+3
2020-06-03capabilities: add description for CAP_SETFCAPStefan Hajnoczi1-0/+2
2020-06-03mm/migrate.c: attach_page_private already does the get_pageHugh Dickins1-1/+0
2020-06-02kasan: move kasan_report() into report.cAndrey Konovalov2-21/+20
2020-06-02mm/mm_init.c: report kasan-tag information stored in page->flagsJing Xia1-6/+10
2020-06-02ubsan: entirely disable alignment checks under UBSAN_TRAPKees Cook1-1/+1
2020-06-02kasan: fix clang compilation warning due to stack protectorAndrey Konovalov1-8/+13
2020-06-02x86/mm: remove vmalloc faultingJoerg Roedel5-204/+4
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel7-91/+0
2020-06-02x86/mm/32: implement arch_sync_kernel_mappings()Joerg Roedel3-9/+20
2020-06-02x86/mm/64: implement arch_sync_kernel_mappings()Joerg Roedel2-0/+7
2020-06-02mm/ioremap: track which page-table levels were modifiedJoerg Roedel1-15/+31
2020-06-02mm/vmalloc: track which page-table levels were modifiedJoerg Roedel2-26/+85
2020-06-02mm: add functions to track page directory modificationsJoerg Roedel3-2/+72
2020-06-02s390: use __vmalloc_node in stack_allocChristoph Hellwig1-6/+3
2020-06-02powerpc: use __vmalloc_node in alloc_vm_stackChristoph Hellwig1-3/+2
2020-06-02arm64: use __vmalloc_node in arch_alloc_vmap_stackChristoph Hellwig1-4/+2
2020-06-02mm: remove vmalloc_user_node_flagsChristoph Hellwig4-37/+22
2020-06-02mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig3-30/+17
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig5-18/+9
2020-06-02mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig3-24/+8
2020-06-02mm: remove the prot argument to __vmalloc_nodeChristoph Hellwig1-21/+14
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig29-59/+47
2020-06-02gpu/drm: remove the powerpc hack in drm_legacy_sg_allocChristoph Hellwig1-10/+1
2020-06-02mm: enforce that vmap can't map pages executableChristoph Hellwig4-1/+14