aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 10-106/+115
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-0/+9
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 2-5/+32
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...Gravatar Linus Torvalds 6-117/+164
2020-06-02Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 4-3/+74
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 30-369/+130
2020-06-02x86/mm: remove vmalloc faultingGravatar Joerg Roedel 5-204/+4
2020-06-02mm: remove vmalloc_sync_(un)mappings()Gravatar Joerg Roedel 1-37/+0
2020-06-02x86/mm/32: implement arch_sync_kernel_mappings()Gravatar Joerg Roedel 3-9/+20
2020-06-02x86/mm/64: implement arch_sync_kernel_mappings()Gravatar Joerg Roedel 2-0/+7
2020-06-02s390: use __vmalloc_node in stack_allocGravatar Christoph Hellwig 1-6/+3
2020-06-02powerpc: use __vmalloc_node in alloc_vm_stackGravatar Christoph Hellwig 1-3/+2
2020-06-02arm64: use __vmalloc_node in arch_alloc_vmap_stackGravatar Christoph Hellwig 1-4/+2
2020-06-02mm: switch the test_vmalloc module to use __vmalloc_nodeGravatar Christoph Hellwig 1-2/+2
2020-06-02mm: remove the pgprot argument to __vmallocGravatar Christoph Hellwig 3-6/+3
2020-06-02mm: enforce that vmap can't map pages executableGravatar Christoph Hellwig 2-0/+9
2020-06-02mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPINGGravatar Christoph Hellwig 1-1/+1
2020-06-02mm: remove __get_vm_areaGravatar Christoph Hellwig 2-2/+4
2020-06-02powerpc: remove __ioremap_at and __iounmap_atGravatar Christoph Hellwig 3-65/+21
2020-06-02powerpc: add an ioremap_phb helperGravatar Christoph Hellwig 3-19/+38
2020-06-02x86: fix vmap arguments in map_irq_stackGravatar Christoph Hellwig 1-1/+1
2020-06-02x86/hyperv: use vmalloc_exec for the hypercall pageGravatar Christoph Hellwig 2-3/+1
2020-06-02mm: ptdump: expand type of 'val' in note_page()Gravatar Steven Price 3-3/+3
2020-06-02x86: mm: ptdump: calculate effective permissions correctlyGravatar Steven Price 1-13/+20
2020-06-02arch/parisc/include/asm/pgtable.h: remove unused `old_pte'Gravatar Andrew Morton 1-2/+0
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 18-1/+19
2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 6-238/+220
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 22-186/+84
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-2/+2
2020-06-01Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 15-123/+98
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 105-792/+1862
2020-06-01Merge tag 'm68k-for-v5.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 19-60/+102
2020-06-01Merge tag 'x86-vdso-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-21/+14
2020-06-01Merge tag 'x86-platform-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-157/+22
2020-06-01Merge tag 'x86-fpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 9-131/+336
2020-06-01Merge tag 'x86-cpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-74/+57
2020-06-01Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 17-203/+21
2020-06-01Merge tag 'x86-build-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-8/+11
2020-06-01Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 7-9/+70
2020-06-01Merge tag 'smp-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-3/+3
2020-06-01Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 14-58/+62
2020-06-01Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 17-23/+726
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 19-182/+172
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 11-184/+139
2020-06-01Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2020-06-01Merge tag 'x86_cache_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 13-64/+90
2020-06-01Merge tag 'x86_microcode_for_5.8' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-8/+7
2020-06-01Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+1
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 24-48/+23
2020-06-01Merge branches 'acpi-apei', 'acpi-pmic', 'acpi-video' and 'acpi-dptf'Gravatar Rafael J. Wysocki 2-5/+32