summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm: dts: replace 'linux,stdout-path' with 'stdout-path'Rob Herring2018-03-0716-16/+16
* arm64: dts: Add SC2731 PMIC dts file for Spreadtrum SC9860Baolin Wang2018-03-072-0/+170
* arm64: dts: Add DMA device node for Spreadtrum SC9860Baolin Wang2018-03-071-0/+34
* arm64: dts: Add watchdog device node for Spreadtrum SC9860Baolin Wang2018-03-071-0/+9
* arm64: dts: Add timer node for Spreadtrum SC9860Baolin Wang2018-03-071-0/+7
* arm64: dts: Add pin controller node for Spreadtrum SC9860Baolin Wang2018-03-071-0/+5
* arm64: dts: Add ADI device node for Spreadtrum SC9860Baolin Wang2018-03-072-0/+10
* arm64: dts: Add hwspinlock node for Spreadtrum SC9860Baolin Wang2018-03-071-0/+17
* Merge tag 'davinci-for-v4.17/dt' of ssh://gitolite.kernel.org/pub/scm/linux/k...Arnd Bergmann2018-03-072-1/+23
|\
| * ARM: dts: da850-evm: add chosen and SPI aliasAdam Ford2018-02-261-0/+5
| * ARM: dts: da850-lego-ev3: use a correct fallback for at24 compatibleBartosz Golaszewski2018-02-261-1/+1
| * ARM: dts: da850-lego-ev3: Add node for reboot modesDavid Lechner2018-02-231-0/+17
* | Merge tag 'sti-dt-for-v4.17-round1' of ssh://gitolite.kernel.org/pub/scm/linu...Arnd Bergmann2018-03-0714-315/+300
|\ \
| * | ARM: dts: STi: Remove unused clk_ext2f_a9 clockPatrice Chotard2018-02-133-33/+0
| * | ARM: dts: STi: Update clocks node locationPatrice Chotard2018-02-133-122/+122
| * | ARM: dts: STi: Update sound related nodes locationPatrice Chotard2018-02-133-73/+77
| * | ARM: dts: STi: Add fake reg property for usb2_picophyX nodesPatrice Chotard2018-02-125-9/+14
| * | ARM: dts: STi: Add fake reg for restart, powerdown and picophy/softresetPatrice Chotard2018-02-121-4/+8
| * | ARM: dts: STi: Add fake reg property for remote processorsPatrice Chotard2018-02-122-4/+7
| * | ARM: dts: STi: Add fake reg property for irq-syscfgPatrice Chotard2018-02-121-1/+2
| * | ARM: dts: STi: Add fake reg property for miphy28lp_phyPatrice Chotard2018-02-124-4/+5
| * | ARM: dts: STi: Add fake reg property for sti-display-subsystemPatrice Chotard2018-02-123-4/+5
| * | ARM: dts: STi: Move leds node outside soc nodePatrice Chotard2018-02-123-51/+50
| * | ARM: dts: STi: Fix bindings notationPatrice Chotard2018-02-1212-25/+25
| |/
* | arm: dts: add Nuvoton NPCM750 device treeBrendan Higgins2018-03-063-0/+202
* | ARM: dts: artpec: add node for hardware crypto acceleratorNiklas Cassel2018-03-061-0/+6
* | ARM: dts: artpec: add disabled node for PCIe endpoint modeNiklas Cassel2018-03-061-0/+18
* | ARM: dts: artpec: add and utilize nbpfaxi DMA controllersNiklas Cassel2018-03-061-0/+58
* | ARM: dts: artpec: add and utilize artpec6 pin controllerNiklas Cassel2018-03-061-0/+34
* | ARM: dts: artpec: migrate ethernet to stmmac bindingNiklas Cassel2018-03-062-7/+36
* | ARM: dts: artpec: remove 0x prefix from clkctrl unit addressNiklas Cassel2018-03-061-1/+1
* | ARM: dts: artpec: use 1 GiB RAMNiklas Cassel2018-03-061-1/+1
* | ARM: dts: artpec: disable Accelerator Coherency PortNiklas Cassel2018-03-061-2/+1
* | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-03-045-17/+20
|\ \
| * | x86/platform/intel-mid: Handle Intel Edison reboot correctlySebastian Panceac2018-02-281-1/+1
| * | x86/asm: Add instruction suffixes to bitopsJan Beulich2018-02-282-14/+17
| * | x86/entry/64: Add instruction suffixJan Beulich2018-02-281-1/+1
| * | x86/refcounts: Switch to UD2 for exceptionsKees Cook2018-02-281-1/+1
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-047-25/+48
|\ \ \
| * | | x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner2018-03-016-25/+32
| * | | x86/xen: Zero MSR_IA32_SPEC_CTRL before suspendJuergen Gross2018-02-281-0/+16
* | | | Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-03-031-1/+3
|\ \ \ \
| * | | | sh: fix build error for empty CONFIG_BUILTIN_DTB_SOURCEMasahiro Yamada2018-03-021-1/+3
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-03-035-17/+149
|\ \ \ \ \
| * | | | | KVM: x86: fix vcpu initialization with userspace lapicRadim Krčmář2018-03-012-7/+6
| * | | | | KVM: X86: Allow userspace to define the microcode versionWanpeng Li2018-03-014-5/+12
| * | | | | KVM: X86: Introduce kvm_get_msr_feature()Wanpeng Li2018-03-011-3/+15
| * | | | | KVM: SVM: Add MSR-based feature support for serializing LFENCETom Lendacky2018-03-012-1/+36
| * | | | | KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky2018-03-014-5/+84
* | | | | | Merge branch 'parisc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-03-028-39/+86
|\ \ \ \ \ \