summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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 Rapoport13-13/+13
2020-06-04mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport10-56/+35
2020-06-04mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport12-14/+4
2020-06-04mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport2-5/+10
2020-06-03Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds10-106/+115
2020-06-03Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+9
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-5/+32
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...Linus Torvalds6-117/+164
2020-06-02Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds4-3/+74
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds30-369/+130
2020-06-02x86/mm: remove vmalloc faultingJoerg Roedel5-204/+4
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel1-37/+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-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: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig1-2/+2
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig3-6/+3
2020-06-02mm: enforce that vmap can't map pages executableChristoph Hellwig2-0/+9
2020-06-02mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPINGChristoph Hellwig1-1/+1
2020-06-02mm: remove __get_vm_areaChristoph Hellwig2-2/+4
2020-06-02powerpc: remove __ioremap_at and __iounmap_atChristoph Hellwig3-65/+21
2020-06-02powerpc: add an ioremap_phb helperChristoph Hellwig3-19/+38
2020-06-02x86: fix vmap arguments in map_irq_stackChristoph Hellwig1-1/+1
2020-06-02x86/hyperv: use vmalloc_exec for the hypercall pageChristoph Hellwig2-3/+1
2020-06-02mm: ptdump: expand type of 'val' in note_page()Steven Price3-3/+3
2020-06-02x86: mm: ptdump: calculate effective permissions correctlySteven Price1-13/+20
2020-06-02arch/parisc/include/asm/pgtable.h: remove unused `old_pte'Andrew Morton1-2/+0
2020-06-02Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds18-1/+19
2020-06-02Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-238/+220
2020-06-02Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds22-186/+84
2020-06-02Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2020-06-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds15-123/+98
2020-06-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds105-792/+1862
2020-06-02Merge tag 'm68k-for-v5.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds19-60/+102
2020-06-02Merge tag 'x86-vdso-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-21/+14
2020-06-02Merge tag 'x86-platform-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-157/+22
2020-06-02Merge tag 'x86-fpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-131/+336
2020-06-01Merge tag 'x86-cpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-74/+57
2020-06-01Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds17-203/+21