summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-70/+4
2019-03-17Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-125/+0
2019-03-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+4
2019-03-17perf/x86/intel: Make dev_attr_allow_tsx_force_abort statickbuild test robot-1/+1
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada-43/+0
2019-03-17kbuild: warn redundant generic-yMasahiro Yamada-13/+0
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds-0/+2
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds-0/+1
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-3/+4
2019-03-16Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-10/+22
2019-03-15Merge branch 'for-linus-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+3
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-825/+1718
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-526/+284
2019-03-15Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linuxLinus Torvalds-1/+2
2019-03-15kvm: vmx: fix formatting of a commentPaolo Bonzini-5/+5
2019-03-15Merge tag 'kvm-ppc-next-5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-5/+17
2019-03-15Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"Ben Gardon-13/+3
2019-03-15scsi: ia64: simscsi: use request tag instead of serial_numberHannes Reinecke-3/+4
2019-03-15Merge branches 'fixes', 'misc' and 'smp-hotplug' into for-nextRussell King-513/+258
2019-03-15perf/x86: Fixup typo in stub functionsPeter Zijlstra-2/+2
2019-03-15perf/x86/intel: Fix memory corruptionPeter Zijlstra-1/+1
2019-03-14Merge tag 'microblaze-v5.1-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-11/+2
2019-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-4/+4
2019-03-14Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-4/+12
2019-03-14unicore32: simplify linker script generation for decompressorMasahiro Yamada-4/+1
2019-03-14h8300: use cc-cross-prefix instead of hardcoding h8300-unknown-linux-Masahiro Yamada-1/+1
2019-03-14kbuild: move archive command to scripts/Makefile.libMasahiro Yamada-3/+0
2019-03-14ia64: prefix header search path with $(srctree)/Masahiro Yamada-6/+2
2019-03-13powerpc/64s: Include <asm/nmi.h> header file to fix a warningMathieu Malaterre-0/+1
2019-03-13powerpc/powernv: Fix compile without CONFIG_TRACEPOINTSAlexey Kardashevskiy-0/+1
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-69/+132
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds-102/+586
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport-14/+15
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-20/+353
2019-03-12sparc: add checks for the return value of memblock_alloc*()Mike Rapoport-0/+39
2019-03-12ia64: add checks for the return value of memblock_alloc*()Mike Rapoport-17/+74
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport-11/+2
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport-14/+13
2019-03-12memblock: drop memblock_alloc_base()Mike Rapoport-4/+16
2019-03-12memblock: drop __memblock_alloc_base()Mike Rapoport-10/+7
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport-0/+39
2019-03-12memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport-0/+8
2019-03-12memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocMike Rapoport-10/+9
2019-03-12powerpc: use memblock functions returning virtual addressChristophe Leroy-4/+10
2019-03-12openrisc: prefer memblock APIs returning virtual addressMike Rapoport-1/+4
2019-03-12Merge branch 'x86-tsx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-46/+145
2019-03-12powerpc/mm: Disable kcov for SLB routinesMahesh Salgaonkar-0/+3
2019-03-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds-2/+98
2019-03-11Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-18/+26
2019-03-11Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-25/+17