aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-04-05arm: npcm: modify configuration for the NPCM7xx BMC.Gravatar Tomer Maimon 2-30/+13
2018-04-05arm: dts: modify Nuvoton NPCM7xx device tree structureGravatar Tomer Maimon 3-178/+190
2018-04-05arm: dts: modify Makefile NPCM750 configuration nameGravatar Tomer Maimon 1-1/+1
2018-04-05arm: dts: modify clock binding in NPCM750 device treeGravatar Tomer Maimon 1-14/+44
2018-04-05arm: dts: modify timer register size in NPCM750 device treeGravatar Tomer Maimon 1-1/+1
2018-04-05arm: dts: modify UART compatible name in NPCM750 device treeGravatar Tomer Maimon 1-4/+4
2018-04-05arm: dts: add watchdog device to NPCM750 device treeGravatar Tomer Maimon 2-0/+28
2018-04-05Merge tag 'davinci-for-v4.17/soc-2' of ssh://gitolite.kernel.org/pub/scm/linu...Gravatar Arnd Bergmann 2-8/+5
2018-04-05ARM: omap2: fix am43xx build without L2X0Gravatar Arnd Bergmann 1-2/+6
2018-04-05powerpc/64s/idle: Fix restore of AMOR on POWER9 after deep sleepGravatar Nicholas Piggin 1-0/+2
2018-04-05powerpc/64s: Fix POWER9 DD2.2 and above in cputable featuresGravatar Nicholas Piggin 1-1/+2
2018-04-05powerpc/64s: Fix pkey support in dt_cpu_ftrs, add CPU_FTR_PKEY bitGravatar Nicholas Piggin 1-0/+7
2018-04-05powerpc/64s: Fix dt_cpu_ftrs to have restore_cpu clear unwanted LPCR bitsGravatar Nicholas Piggin 1-3/+9
2018-04-05Revert "powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overhead"Gravatar Michael Ellerman 1-16/+29
2018-04-05powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}Gravatar Logan Gunthorpe 1-0/+40
2018-04-05powerpc: io.h: move iomap.h include so that it can use readq/writeq defsGravatar Logan Gunthorpe 1-2/+2
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-1/+72
2018-04-04Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+6
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 4-8/+8
2018-04-04Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2018-04-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 40-5340/+3909
2018-04-04Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 19-255/+1598
2018-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 47-775/+1434
2018-04-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 8-37/+45
2018-04-04Merge branch 'pci/sparc'Gravatar Bjorn Helgaas 3-31/+33
2018-04-04Merge branch 'pci/resource-mmap'Gravatar Bjorn Helgaas 4-189/+27
2018-04-04kvm: x86: fix a compile warningGravatar Peng Hao 1-1/+1
2018-04-04KVM: X86: Add Force Emulation Prefix for "emulate the next instruction"Gravatar Wanpeng Li 1-1/+15
2018-04-04KVM: X86: Introduce handle_ud()Gravatar Wanpeng Li 4-16/+18
2018-04-04KVM: vmx: unify adjacent #ifdefsGravatar Paolo Bonzini 1-7/+3
2018-04-04x86: kvm: hide the unused 'cpu' variableGravatar Arnd Bergmann 1-0/+2
2018-04-04KVM: VMX: remove bogus WARN_ON in handle_ept_misconfigGravatar Sean Christopherson 1-12/+1
2018-04-04Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"Gravatar Sean Christopherson 1-1/+1
2018-04-04kvm: Add emulation for movups/movupdGravatar Stefan Fritsch 1-1/+7
2018-04-04KVM: VMX: raise internal error for exception during invalid protected mode stateGravatar Sean Christopherson 1-6/+14
2018-04-04powerpc/hw_breakpoint: Only disable hw breakpoint if cpu supports itGravatar Naveen N. Rao 1-1/+2
2018-04-04openrisc: Set CONFIG_MULTI_IRQ_HANDLERGravatar Palmer Dabbelt 1-0/+4
2018-04-04arm64: Set CONFIG_MULTI_IRQ_HANDLERGravatar Palmer Dabbelt 1-0/+4
2018-04-04powerpc/mm/radix: Update command line parsing for disable_radixGravatar Aneesh Kumar K.V 2-4/+14
2018-04-04powerpc/mm/radix: Parse disable_radix commandline correctly.Gravatar Aneesh Kumar K.V 1-1/+1
2018-04-04powerpc/mm/hugetlb: initialize the pagetable cache correctly for hugetlbGravatar Aneesh Kumar K.V 1-5/+13
2018-04-04powerpc/mm/radix: Update pte fragment count from 16 to 256 on radixGravatar Aneesh Kumar K.V 4-12/+17
2018-04-04powerpc/mm/keys: Update documentation and remove unnecessary checkGravatar Aneesh Kumar K.V 2-23/+16
2018-04-04powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overheadGravatar Nicholas Piggin 1-29/+16
2018-04-03Merge tag 'media/v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 4-297/+272
2018-04-04powerpc/64s/idle: Consolidate power9_offline_stop()/power9_idle_stop()Gravatar Michael Ellerman 1-12/+11
2018-04-03Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 4-9/+3
2018-04-03Merge branch 'parisc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-31/+212
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextGravatar Linus Torvalds 38-23/+1095
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-100/+170