aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-07ARM: dts: omap4-droid4: Update backlight dt propertiesDan Murphy1-9/+18
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds39-70/+4
2019-03-17Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-125/+0
2019-03-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+4
2019-03-17perf/x86/intel: Make dev_attr_allow_tsx_force_abort statickbuild test robot1-1/+1
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada24-43/+0
2019-03-17kbuild: warn redundant generic-yMasahiro Yamada11-13/+0
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-0/+2
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+1
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+4
2019-03-16Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-10/+22
2019-03-15Merge branch 'for-linus-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2-6/+3
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds69-825/+1718
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds86-526/+284
2019-03-15Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linuxLinus Torvalds1-1/+2
2019-03-15kvm: vmx: fix formatting of a commentPaolo Bonzini1-5/+5
2019-03-15Merge tag 'kvm-ppc-next-5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEADPaolo Bonzini3-5/+17
2019-03-15Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"Ben Gardon1-13/+3
2019-03-15scsi: ia64: simscsi: use request tag instead of serial_numberHannes Reinecke1-3/+4
2019-03-15Merge branches 'fixes', 'misc' and 'smp-hotplug' into for-nextRussell King80-513/+258
2019-03-15perf/x86: Fixup typo in stub functionsPeter Zijlstra1-2/+2
2019-03-15perf/x86/intel: Fix memory corruptionPeter Zijlstra1-1/+1
2019-03-14Merge tag 'microblaze-v5.1-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-11/+2
2019-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-4/+4
2019-03-14Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-4/+12
2019-03-14unicore32: simplify linker script generation for decompressorMasahiro Yamada2-4/+1
2019-03-14h8300: use cc-cross-prefix instead of hardcoding h8300-unknown-linux-Masahiro Yamada1-1/+1
2019-03-14kbuild: move archive command to scripts/Makefile.libMasahiro Yamada1-3/+0
2019-03-14ia64: prefix header search path with $(srctree)/Masahiro Yamada4-6/+2
2019-03-13powerpc/64s: Include <asm/nmi.h> header file to fix a warningMathieu Malaterre1-0/+1
2019-03-13powerpc/powernv: Fix compile without CONFIG_TRACEPOINTSAlexey Kardashevskiy1-0/+1
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-69/+132
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds98-102/+586
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport4-14/+15
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport64-20/+353
2019-03-12sparc: add checks for the return value of memblock_alloc*()Mike Rapoport5-0/+39
2019-03-12ia64: add checks for the return value of memblock_alloc*()Mike Rapoport7-17/+74
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport6-11/+2
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport8-14/+13
2019-03-12memblock: drop memblock_alloc_base()Mike Rapoport3-4/+16
2019-03-12memblock: drop __memblock_alloc_base()Mike Rapoport3-10/+7
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport11-0/+39
2019-03-12memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport2-0/+8
2019-03-12memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocMike Rapoport7-10/+9
2019-03-12powerpc: use memblock functions returning virtual addressChristophe Leroy3-4/+10
2019-03-12openrisc: prefer memblock APIs returning virtual addressMike Rapoport1-1/+4
2019-03-12Merge branch 'x86-tsx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-46/+145
2019-03-12powerpc/mm: Disable kcov for SLB routinesMahesh Salgaonkar1-0/+3
2019-03-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds3-2/+98
2019-03-11Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds4-18/+26