aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds208-3498/+3362
2019-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds5-486/+2
2019-07-13Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-0/+646
2019-07-12Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds8-13/+1
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds11-8/+16
2019-07-12Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds5-33/+91
2019-07-12Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds9-96/+96
2019-07-12Merge tag 'nios2-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2Linus Torvalds3-5/+0
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds58-1167/+1929
2019-07-12Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-143/+5
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds18-523/+86
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds20-278/+74
2019-07-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds59-1683/+244
2019-07-12arm64: move jump_label_init() before parse_early_param()Kees Cook2-5/+5
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual6-12/+6
2019-07-12unicore32: switch to generic version of pte allocationMike Rapoport1-28/+8
2019-07-12um: switch to generic version of pte allocationMike Rapoport2-36/+2
2019-07-12riscv: switch to generic version of pte allocationMike Rapoport1-27/+2
2019-07-12parisc: switch to generic version of pte allocationMike Rapoport1-31/+2
2019-07-12nios2: switch to generic version of pte allocationMike Rapoport1-35/+2
2019-07-12nds32: switch to generic version of pte allocationMike Rapoport1-27/+4
2019-07-12mips: switch to generic version of pte allocationMike Rapoport1-31/+2
2019-07-12m68k: sun3: switch to generic version of pte allocationMike Rapoport1-39/+2
2019-07-12csky: switch to generic version of pte allocationMike Rapoport1-27/+3
2019-07-12arm64: switch to generic version of pte allocationMike Rapoport3-42/+13
2019-07-12arm: switch to generic version of pte allocationMike Rapoport2-29/+14
2019-07-12alpha: switch to generic version of pte allocationMike Rapoport1-37/+3
2019-07-12asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel]Mike Rapoport2-40/+12
2019-07-12mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig2-72/+1
2019-07-12mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUPChristoph Hellwig8-15/+8
2019-07-12sparc64: use the generic get_user_pages_fast codeChristoph Hellwig4-341/+20
2019-07-12sparc64: define untagged_addr()Christoph Hellwig1-0/+22
2019-07-12sparc64: add the missing pgd_page definitionChristoph Hellwig1-0/+3
2019-07-12sh: use the generic get_user_pages_fast codeChristoph Hellwig4-278/+40
2019-07-12sh: add the missing pud_page definitionChristoph Hellwig1-0/+3
2019-07-12MIPS: use the generic get_user_pages_fast codeChristoph Hellwig4-304/+5
2019-07-12mm: lift the x86_32 PAE version of gup_get_pte to common codeChristoph Hellwig3-48/+2
2019-07-12mm: simplify gup_fast_permittedChristoph Hellwig2-14/+2
2019-07-12sparc: remove ARCH_SELECT_MEMORY_MODELMike Rapoport1-3/+0
2019-07-12s390: remove ARCH_SELECT_MEMORY_MODELMike Rapoport1-3/+0
2019-07-12arm: remove ARCH_SELECT_MEMORY_MODELMike Rapoport1-3/+0
2019-07-12asm-generic, x86: add bitops instrumentation for KASANMarco Elver1-151/+38
2019-07-12x86: use static_cpu_has in uaccess region to avoid instrumentationMarco Elver2-2/+2
2019-07-12sh: prevent warnings when using iounmapSam Ravnborg1-1/+5
2019-07-12sh: config: remove left-over BACKLIGHT_LCD_SUPPORTKrzysztof Kozlowski2-2/+0
2019-07-12arch/sh/configs/sdk7786_defconfig: remove CONFIG_LOGFSKefeng Wang1-1/+0
2019-07-12scripts/spelling.txt: drop "sepc" from the misspelling listPaul Walmsley2-2/+2
2019-07-12mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressAneesh Kumar K.V1-0/+14
2019-07-12powerpc/powernv/idle: Fix restore of SPRN_LDBAR for POWER9 stop state.Athira Rajeev1-1/+1
2019-07-11Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-7/+0