summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-25Merge tag 'mvebu-arm-5.7-1' of git://git.infradead.org/linux-mvebu into arm/socArnd Bergmann4-12/+5
2020-03-25Merge tag 'tegra-for-5.7-arm-core' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann15-315/+150
2020-03-25Merge tag 'tegra-for-5.7-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann11-466/+1125
2020-03-25Merge tag 'stm32-soc-for-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2-11/+40
2020-03-25Merge tag 'sunxi-core-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann1-1/+1
2020-03-25Merge tag 'arm-soc/for-5.7/soc-arm64' of https://github.com/Broadcom/stblinux...Arnd Bergmann1-1/+0
2020-03-25Merge tag 'arm-soc/for-5.7/soc' of https://github.com/Broadcom/stblinux into ...Arnd Bergmann1-8/+0
2020-03-25Merge tag 'omap-for-v5.7/pm33xx-signed' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann5-8/+160
2020-03-25Merge tag 'omap-for-v5.7/soc-signed' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann5-36/+27
2020-03-25Merge tag 'renesas-arm-soc-for-v5.7-tag1' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann4-3/+3
2020-03-13arm: mach-dove: Mark dove_io_desc as __maybe_unusedVincenzo Frascino1-1/+1
2020-03-13ARM: orion: replace setup_irq() by request_irq()afzal mohammed1-7/+3
2020-03-13ARM: debug: stm32: add UART early console support for STM32MP1Erwan Le Ray2-1/+16
2020-03-13ARM: debug: stm32: add UART early console support for STM32H7Erwan Le Ray2-2/+15
2020-03-13ARM: debug: stm32: add UART early console configuration for STM32F7Erwan Le Ray1-3/+4
2020-03-13ARM: debug: stm32: add UART early console configuration for STM32F4Erwan Le Ray2-8/+8
2020-03-13ARM: tegra: cpuidle: Remove unnecessary memory barrierDmitry Osipenko2-4/+0
2020-03-13ARM: tegra: cpuidle: Make abort_flag atomicDmitry Osipenko1-4/+5
2020-03-13ARM: tegra: cpuidle: Handle case where secondary CPU hangs on entering LP2Dmitry Osipenko1-2/+49
2020-03-13ARM: tegra: Make outer_disable() open-codedDmitry Osipenko1-3/+8
2020-03-13ARM: tegra: Rename some of the newly exposed PM functionsDmitry Osipenko6-26/+26
2020-03-13ARM: tegra: Expose PM functions required for new cpuidle driverDmitry Osipenko9-18/+44
2020-03-13soc/tegra: pmc: Cleanup whitespace usageThierry Reding1-163/+163
2020-03-13soc/tegra: pmc: Add pins for Tegra194Venkat Reddy Talla2-50/+63
2020-03-13soc/tegra: Add support for 32 kHz blink clockSowjanya Komatineni1-0/+112
2020-03-13soc/tegra: Add Tegra PMC clocks registration into PMC driverSowjanya Komatineni1-0/+242
2020-03-13Merge branch 'for-5.7/dt-bindings' into for-5.7/socThierry Reding9-304/+596
2020-03-13dt-bindings: usb: Add NVIDIA Tegra XUSB device mode controller bindingNagarjuna Kristam1-0/+190
2020-03-13dt-bindings: phy: tegra-xusb: Add usb-role-switchNagarjuna Kristam1-0/+6
2020-03-13dt-bindings: phy: tegra: Add Tegra194 supportJC Kuo1-0/+18
2020-03-12ARM: tegra: Propagate error from tegra_idle_lp2_last()Dmitry Osipenko4-8/+12
2020-03-12ARM: tegra: Change tegra_set_cpu_in_lp2() type to voidDmitry Osipenko3-18/+6
2020-03-12ARM: tegra: Remove pen-locking from cpuidle-tegra20Dmitry Osipenko7-251/+4
2020-03-12ARM: tegra: Add tegra_pm_park_secondary_cpu()Dmitry Osipenko2-0/+19
2020-03-12ARM: tegra: Compile sleep-tegra20/30.S unconditionallyDmitry Osipenko2-6/+2
2020-03-10ARM: bcm: Drop unneeded select of PCI_DOMAINS_GENERIC, HAVE_SMP, TIMER_OFGeert Uytterhoeven1-8/+0
2020-03-10arm64: bcm2835: Drop select of nonexistent HAVE_ARM_ARCH_TIMERGeert Uytterhoeven1-1/+0
2020-03-08ARM: orion5x: ts78xx: Remove unneeded variable retXu Wang1-2/+1
2020-03-08ARM: orion5x: Drop unneeded select of PCI_DOMAINS_GENERICGeert Uytterhoeven1-2/+0
2020-03-06Merge branch 'omap-for-v5.7/omap1' into omap-for-v5.7/socTony Lindgren4-29/+15
2020-03-04ARM: OMAP: replace setup_irq() by request_irq()afzal mohammed4-29/+15
2020-03-02Linux 5.6-rc4v5.6-rc4Linus Torvalds1-1/+1
2020-03-02Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+7
2020-03-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds22-107/+171
2020-03-01KVM: VMX: check descriptor table exits on instruction emulationOliver Upton1-0/+15
2020-03-01Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-56/+34
2020-03-01ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter1-3/+3
2020-02-29macintosh: therm_windtunnel: fix regression when instantiating devicesWolfram Sang1-21/+31
2020-02-29jbd2: fix data races at struct journal_headQian Cai1-4/+4
2020-02-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-7/+14