aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-08-22Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-1/+1
2018-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 5-249/+88
2018-08-22Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxGravatar Linus Torvalds 8-50/+28
2018-08-22h8300: fix IRQ noGravatar Yoshinori Sato 1-1/+1
2018-08-22arch/h8300: add a defconfig targetGravatar Randy Dunlap 1-0/+2
2018-08-22arch/h8300: eliminate kgbd.c warningGravatar Randy Dunlap 1-1/+1
2018-08-22arch/h8300: eliminate ptrace.h warningsGravatar Randy Dunlap 1-0/+2
2018-08-22h8300:let the checker know that size_t is ulongGravatar Luc Van Oostenryck 1-0/+2
2018-08-22h8300: Don't include linux/kernel.h in asm/atomic.hGravatar Will Deacon 1-2/+2
2018-08-22h8300: remove unnecessary of_platform_populate callGravatar Rob Herring 1-10/+0
2018-08-22h8300: Correct signature of test_bit()Gravatar Geert Uytterhoeven 1-1/+1
2018-08-22h8300: switch to NO_BOOTMEMGravatar Rob Herring 2-28/+9
2018-08-22h8300: gcc-8.1 fixGravatar Yoshinori Sato 1-3/+4
2018-08-22h8300: Add missing output register.Gravatar Yoshinori Sato 1-6/+6
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-9/+9
2018-08-21Merge tag 'microblaze-v4.19-rc1' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 10-234/+25
2018-08-21sparc: fix KBUILD_DEFCONFIG for ARCH=sparc32Gravatar Masahiro Yamada 1-3/+3
2018-08-21sparc32: split ramdisk detection and reservation to a helper functionGravatar Mike Rapoport 1-25/+31
2018-08-21sparc32: switch to NO_BOOTMEMGravatar Mike Rapoport 2-58/+21
2018-08-21sparc: mm/init_32: kill trailing whitespaceGravatar Mike Rapoport 1-3/+3
2018-08-21sparc: use generic dma_noncoherent_opsGravatar Christoph Hellwig 3-165/+35
2018-08-21microblaze/PCI: Remove stale pcibios_align_resource() commentGravatar Lorenzo Pieralisi 1-13/+0
2018-08-20Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-188/+33
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 7-14/+18
2018-08-20Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 4-8/+8
2018-08-20ia64: Fix kernel BUG at lib/ioremap.c:72!Gravatar Tony Luck 1-0/+1
2018-08-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Gravatar Linus Torvalds 2-2/+31
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 34-549/+2185
2018-08-19Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 18-59/+132
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 9-17/+58
2018-08-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 33-53/+71
2018-08-17kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...Gravatar Marek Szyprowski 3-5/+6
2018-08-17mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Gravatar Marek Szyprowski 1-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tGravatar Souptick Joarder 26-42/+57
2018-08-17sh: prefer _THIS_IP_ to current_text_addrGravatar Nick Desaulniers 2-2/+3
2018-08-17sh: make use of for_each_node_by_type()Gravatar Dmitry Torokhov 1-3/+4
2018-08-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-2/+6
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 277-2809/+3588
2018-08-17Merge tag 'modules-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2018-08-17x86/speculation/l1tf: Exempt zeroed PTEs from inversionGravatar Sean Christopherson 1-1/+10
2018-08-17arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()Gravatar Greg Hackmann 1-1/+5
2018-08-17arm64: Avoid calling stop_machine() when patching jump labelsGravatar Will Deacon 1-1/+1
2018-08-16Fix kexec forbidding kernels signed with keys in the secondary keyring to bootGravatar Yannik Sembritzki 1-1/+1
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-65/+0
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-0/+19
2018-08-15Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-0/+4
2018-08-15s390/ftrace: Add -mfentry and -mnop-mcount supportGravatar Vasily Gorbik 5-12/+16
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 5-363/+266
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 2-6/+24
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 47-266/+648