aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-01-06arch: restore generic-y += shmparam.h for some architecturesHEADmasterMasahiro Yamada7-0/+7
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds58-550/+31
2019-01-06Fix 'acccess_ok()' on alpha and SHLinus Torvalds2-5/+10
2019-01-06Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+9
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-7/+5
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2-14/+5
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada24-408/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada23-23/+0
2019-01-06riscv: remove redundant kernel-space generic-yMasahiro Yamada1-25/+0
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada1-1/+1
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada6-7/+6
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada23-59/+19
2019-01-06nds32: remove redundant kernel-space generic-yMasahiro Yamada1-10/+0
2019-01-06nios2: remove unneeded HAS_DMA defineMasahiro Yamada1-3/+0
2019-01-05Merge tag 'trace-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-1/+1
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds6-0/+6
2019-01-05Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-186/+64
2019-01-05Merge tag 'powerpc-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-12/+19
2019-01-05Merge branch 'parisc-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2019-01-05Merge tag 'for-4.21' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds2-18/+1
2019-01-05Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds20-118/+1611
2019-01-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds11-109/+151
2019-01-05Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds48-593/+579
2019-01-05Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxLinus Torvalds33-219/+1550
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds52-144/+101
2019-01-05x86/amd_gart: fix unmapping of non-GART mappingsChristoph Hellwig1-1/+9
2019-01-04ia64: fix compile without swiotlbChristoph Hellwig2-1/+3
2019-01-04x86: re-introduce non-generic memcpy_{to,from}ioLinus Torvalds4-18/+51
2019-01-04Use __put_user_goto in __put_user_size() and unsafe_put_user()Linus Torvalds1-31/+22
2019-01-04x86 uaccess: Introduce __put_user_gotoLinus Torvalds1-11/+17
2019-01-05parisc: Remap hugepage-aligned pages in set_kernel_text_rw()Helge Deller1-2/+2
2019-01-04Merge branch 'next/drivers' into next/lateOlof Johansson1-6/+17
2019-01-04ARM: multi_v7_defconfig: enable CONFIG_UNIPHIER_MDMACMasahiro Yamada1-0/+1
2019-01-04arch/arc/mm/fault.c: remove caller signal_pending_branch predictionsDavidlohr Bueso1-1/+1
2019-01-04mm: select HAVE_MOVE_PMD on x86 for faster mremapJoel Fernandes (Google)1-0/+1
2019-01-04mm: speed up mremap by 20x on large regionsJoel Fernandes (Google)1-0/+5
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)36-126/+78
2019-01-04fls: change parameter to unsigned intMatthew Wilcox13-17/+16
2019-01-04make 'user_access_begin()' do 'access_ok()'Linus Torvalds1-1/+8
2019-01-04Fix access_ok() fallout for sparc32 and powerpcLinus Torvalds2-3/+2
2019-01-04Merge commit 'smp-hotplug^{/omap2}' into for-linusRussell King13-177/+73
2019-01-04arm64: compat: Hook up io_pgetevents() for 32-bit tasksWill Deacon2-1/+3
2019-01-04arm64: compat: Don't pull syscall number from regs in arm_compat_syscallWill Deacon2-10/+8
2019-01-04arm64: compat: Avoid sending SIGILL for unallocated syscall numbersWill Deacon2-4/+5
2019-01-04arm64/sve: Disentangle <uapi/asm/ptrace.h> from <uapi/asm/sigcontext.h>Dave Martin3-49/+99
2019-01-04arm64/sve: ptrace: Fix SVE_PT_REGS_OFFSET definitionDave Martin1-1/+1
2019-01-04powerpc: Drop use of 'type' from access_ok()Mathieu Malaterre1-1/+1
2019-01-04Merge branch 'master' into fixesMichael Ellerman1685-22384/+51636
2019-01-04arm64: replace arm64-obj-* in Makefile with obj-*Masahiro Yamada1-31/+30
2019-01-03sh: ftrace: Fix missing parenthesis in WARN_ON()Steven Rostedt (VMware)1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds133-410/+371
2019-01-03arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear regionYueyi Li1-1/+1
2019-01-03arm64: entry: remove unused register aliasesMark Rutland1-11/+1
2019-01-03arm64: smp: Fix compilation errorShaokun Zhang1-3/+5
2019-01-02Merge branch 'for-linus-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds19-172/+257
2019-01-02Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds5-39/+23
2019-01-02MIPS: OCTEON: mark RGMII interface disabled on OCTEON IIIAaro Koskinen1-1/+2
2019-01-02Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas2-5/+0
2019-01-02Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+3
2019-01-02Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2019-01-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+79
2019-01-02csky: Add perf support for C-SKYGuo Ren4-1/+1054
2019-01-02Merge branches 'misc', 'sa1100-for-next' and 'spectre' into for-linusRussell King23-218/+291
2019-01-01s390/pci: skip VF scanningSebastian Ott1-0/+3
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-4/+4
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds14-116/+28
2019-01-01Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2-2/+2
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-6/+2
2019-01-01Merge tag 'linux-watchdog-4.21-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds1-9/+9
2018-12-31Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-76/+105
2018-12-31Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds664-11685/+36664
2018-12-31Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-6/+17
2018-12-31Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds73-852/+580
2018-12-31arm64: defconfig: Re-enable bcm2835-thermal driverStefan Wahren1-0/+1
2018-12-31Merge tag 'sti-soc-for-v4.21-round1' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson3-118/+15
2018-12-31Merge tag 'samsung-dt64-4.21-2' of https://git.kernel.org/pub/scm/linux/kerne...Olof Johansson3-18/+71
2018-12-31Merge tag 'samsung-dt-4.21-2' of https://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson23-155/+233
2018-12-31ARM: dts: rda8810pl: Add interrupt support for UARTManivannan Sadhasivam1-0/+3
2018-12-31ARM: dts: rda8810pl: Add timer supportManivannan Sadhasivam1-0/+10
2018-12-31ARM: dts: Add devicetree for OrangePi i96 boardManivannan Sadhasivam2-1/+52
2018-12-31ARM: dts: Add devicetree for OrangePi 2G IoT boardManivannan Sadhasivam2-0/+52
2018-12-31ARM: dts: Add devicetree for RDA8810PL SoCManivannan Sadhasivam1-0/+86
2018-12-31ARM: Prepare RDA8810PL SoCAndreas Färber4-0/+11
2018-12-31Merge tag 'imx8mq-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Olof Johansson18-126/+3055
2018-12-31Merge branch 'fixes' into next/socOlof Johansson155-1112/+1958
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds15-57/+74
2018-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds14-1043/+609
2018-12-31csky: Add EM_CSKY_OLD 39Guo Ren1-1/+3
2018-12-31csky: ftrace call graph supported.Guo Ren4-20/+151
2018-12-31MIPS: Fix a R10000_LLSC_WAR logic in atomic.hHuacai Chen1-1/+1
2018-12-31csky: basic ftrace supportedGuo Ren6-0/+64
2018-12-31csky: remove unused members in processor.hGuo Ren7-40/+0
2018-12-31csky: optimize kernel panic print.Guo Ren3-56/+41
2018-12-31MIPS: BCM63XX: drop unused and broken DSP platform deviceJonas Gorski5-98/+3
2018-12-31csky: stacktrace supported.Guo Ren6-12/+86
2018-12-31csky: CPU-hotplug supported for SMPGuo Ren3-15/+69
2018-12-31csky: fixup save hi,lo,dspcr regs in switch_stack.Guo Ren8-68/+79
2018-12-31csky: remove syscall_exit_workGuo Ren1-12/+4
2018-12-31csky: fixup remove vdsp implement for kernel.Guo Ren1-7/+1
2018-12-31csky: bugfix gdb coredump error.Guo Ren1-1/+6
2018-12-31csky: fixup abiv2 mmap(... O_SYNC) failed.Guo Ren3-2/+3
2018-12-30csky: define syscall_get_arch()Dmitry V. Levin1-0/+7
2018-12-30elf-em.h: add EM_CSKYDmitry V. Levin1-1/+1
2018-12-30csky: remove meaningless header-yMasahiro Yamada1-2/+0
2018-12-30csky: Don't leak device tree node referenceYangtao Li1-1/+1
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy13-13/+13
2018-12-30mips/kgdb: prepare arch_kgdb_ops for constnessChristophe Leroy1-9/+7
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson7-81/+5
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson9-21/+11
2018-12-30KVM: PPC: Book3S HV: radix: Fix uninitialized var build errorMichael Ellerman1-1/+1
2018-12-30powerpc/configs: Add PPC4xx_OCM to ppc40x_defconfigMichael Ellerman1-0/+1
2018-12-30powerpc/4xx/ocm: Fix phys_addr_t printf warningsMichael Ellerman1-3/+3
2018-12-30powerpc/4xx/ocm: Fix compilation error due to PAGE_KERNEL usageChristian Lamparter1-2/+2
2018-12-30powerpc/fsl: Fixed warning: orphan section `__btb_flush_fixup'Diana Craciun1-6/+12
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds68-616/+216
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds18-21/+21
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-38/+19
2018-12-29Merge tag 'xtensa-20181228' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds39-1246/+1105
2018-12-29Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds55-36/+4007
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+33
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-103/+20
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2-3/+3
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds404-1813/+791
2018-12-28Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds48-192/+575
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds78-1237/+440
2018-12-28Merge tag 'for-4.21/libata-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds4-9/+23
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds12-132/+71
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon2-0/+13
2018-12-28x86/pgtable: drop pXd_none() checks from pXd_free_pYd_table()Will Deacon1-6/+0
2018-12-28arm64: mmu: drop pXd_present() checks from pXd_free_pYd_table()Will Deacon1-6/+2
2018-12-28mm/memblock.c: skip kmemleak for kasan_init()Qian Cai1-1/+1
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador6-6/+8
2018-12-28mm: make free_reserved_area() return "const char *"Alexey Dobriyan2-2/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS5-10/+10
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS2-3/+4
2018-12-28sh: lib: convert to SPDX identifiersKuninori Morimoto13-240/+44
2018-12-28sh: kernel: convert to SPDX identifiersKuninori Morimoto44-189/+51
2018-12-28sh: cpu: convert to SPDX identifiersKuninori Morimoto6-25/+6
2018-12-28sh: shmobile: convert to SPDX identifiersKuninori Morimoto4-13/+5
2018-12-28sh: sh5: convert to SPDX identifiersKuninori Morimoto7-30/+9
2018-12-28sh: sh4a: convert to SPDX identifiersKuninori Morimoto37-194/+38
2018-12-28sh: sh4: convert to SPDX identifiersKuninori Morimoto9-36/+9
2018-12-28sh: sh3: convert to SPDX identifiersKuninori Morimoto16-68/+20
2018-12-28sh: sh2a: convert to SPDX identifiersKuninori Morimoto19-78/+21
2018-12-28sh: sh2: convert to SPDX identifiersKuninori Morimoto7-26/+9
2018-12-28sh: include: convert to SPDX identifiersKuninori Morimoto83-357/+142
2018-12-28sh: drivers: convert to SPDX identifiersKuninori Morimoto33-124/+41
2018-12-28sh: boards: convert to SPDX identifiersKuninori Morimoto95-291/+102
2018-12-28arch/sh/boards/mach-kfr2r09/setup.c: drop pointless static qualifier in kfr2r...YueHaibing1-1/+1
2018-12-28arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warningRandy Dunlap1-1/+0
2018-12-28kasan, arm64: select HAVE_ARCH_KASAN_SW_TAGSAndrey Konovalov1-0/+1
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov1-1/+7
2018-12-28kasan, arm64: add brk handler for inline instrumentationAndrey Konovalov2-0/+62
2018-12-28kasan, arm64: enable top byte ignore for the kernelAndrey Konovalov2-1/+8
2018-12-28kasan, arm64: fix up fault handling logicAndrey Konovalov1-9/+22
2018-12-28kasan, arm64: untag address in _virt_addr_is_linearAndrey Konovalov1-3/+4
2018-12-28kasan: add tag related helper functionsAndrey Konovalov3-2/+20
2018-12-28arm64: move untagged_addr macro from uaccess.h to memory.hAndrey Konovalov2-7/+8
2018-12-28kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov1-2/+12
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov6-78/+99
2018-12-28kasan, arm64: adjust shadow size for tag-based modeAndrey Konovalov2-6/+13
2018-12-29h8300: pci: Remove local declaration of pcibios_penalize_isa_irqGuenter Roeck2-18/+1
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds34-2420/+5345
2018-12-27um: Remove obsolete reenable_XX callsAnton Ivanov10-35/+0
2018-12-27um: writev needs <sys/uio.h>Christoph Hellwig1-0/+1
2018-12-27um: remove redundant generic-yMasahiro Yamada1-2/+0
2018-12-27um: Optimize Flush TLB for force/fork caseAnton Ivanov1-4/+5
2018-12-27um: Avoid marking pages with "changed protection"Anton Ivanov1-1/+8
2018-12-27um: Skip TLB flushing where not neededAnton Ivanov1-7/+14
2018-12-27um: Optimize TLB operations v2Anton Ivanov1-28/+57
2018-12-27um: Remove unnecessary faulted check in uaccess.cAnton Ivanov1-11/+12
2018-12-27um: Add support for DISCARD in the UBD DriverAnton Ivanov3-11/+65
2018-12-27um: Remove unsafe printks from the io threadAnton Ivanov1-25/+17
2018-12-27um: Clean-up command processing in UML UBD driverAnton Ivanov1-30/+47
2018-12-27um: Switch to block-mq constants in the UML UBD driverAnton Ivanov1-28/+38
2018-12-27um: Make GCOV depend on !KCOVRichard Weinberger1-0/+1
2018-12-27um: Include sys/uio.h to have writev()Richard Weinberger1-0/+1
2018-12-27um: Add HAVE_DEBUG_BUGVERBOSEHernán Gonzalez1-0/+1
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds17-41/+87
2018-12-27Merge tag 'modules-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+11
2018-12-27Merge tag 'gcc-plugins-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-3/+50
2018-12-27Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds247-3265/+3684
2018-12-26Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-18/+0
2018-12-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-337/+345
2018-12-26Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-32/+14
2018-12-26Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-29/+2
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds63-76/+151
2018-12-26Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-18/+1
2018-12-26Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-22/+12
2018-12-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-43/+2
2018-12-26Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+45
2018-12-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+3
2018-12-26Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-4/+89
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-4/+4
2018-12-26Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-17/+26
2018-12-26Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-162/+308
2018-12-26Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-166/+375
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds82-15915/+17924