summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Loongson32: workaround di issueJiaxun Yang2019-01-221-1/+1
* MIPS: Loongson32: Set load address to 0x80200000Jiaxun Yang2019-01-221-1/+1
* MIPS: Loongson32: clarify we don't support MIPS16 and merge configsJiaxun Yang2019-01-222-15/+4
* MIPS: ath79: drop !OF clock codeJohn Crispin2019-01-222-59/+0
* MIPS: ath79: drop platform device registration codeJohn Crispin2019-01-2215-835/+0
* MIPS: ath79: drop legacy pci codeJohn Crispin2019-01-225-309/+22
* MIPS: ath79: drop machfilesJohn Crispin2019-01-2212-919/+9
* MIPS: ath79: drop legacy IRQ codeJohn Crispin2019-01-224-174/+7
* MIPS: ath79: export switch MDIO reference clockFelix Fietkau2019-01-221-0/+8
* MIPS: ath79: support setting up clock via DT on all SoC typesFelix Fietkau2019-01-221-17/+22
* MIPS: ath79: make specifying the reference clock in DT optionalFelix Fietkau2019-01-221-44/+40
* MIPS: ath79: pass PLL base to clock init functionsFelix Fietkau2019-01-221-30/+30
* MIPS: ath79: move legacy "wdt" and "uart" clock aliases out of soc initFelix Fietkau2019-01-221-21/+17
* MIPS: ath79: add helpers for setting clocks and expose the ref clockFelix Fietkau2019-01-221-62/+66
* MIPS: Loongson32: Remove unused platform devicesJiaxun Yang2019-01-222-67/+0
* mips: kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-225-64/+16
* mips: math-emu: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-221-19/+4
* mips: mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-221-12/+3
* mips: ralink: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-221-7/+1
* mips: cavium: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-221-28/+4
* MIPS: Compile post DMA flush only when neededHauke Mehrtens2019-01-182-1/+7
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-01-1413-21/+107
|\
| * Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/git/pza/linux into ...Olof Johansson2019-01-121-0/+4
| |\
| | * reset: socfpga: add an early reset driver for SoCFPGADinh Nguyen2019-01-071-0/+4
| * | Merge tag 'mvebu-fixes-5.0-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson2019-01-123-3/+20
| |\ \
| | * | ARM: dts: kirkwood: Fix polarity of GPIO fan linesLinus Walleij2019-01-101-2/+2
| | * | arm64: dts: marvell: mcbin: fix PCIe reset signalBaruch Siach2019-01-101-1/+1
| | * | arm64: dts: marvell: armada-ap806: reserve PSCI areaHeinrich Schuchardt2019-01-101-0/+17
| | |/
| * | Merge tag 'integrator-fixes-armsoc' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2019-01-121-2/+6
| |\ \
| | * | ARM: integrator: impd1: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-111-1/+1
| | * | gpio: pl061: handle failed allocationsNicholas Mc Guire2019-01-101-1/+5
| | |/
| * | Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2019-01-121-0/+4
| |\ \
| | * | arm64: defconfig: enable modules for amlogic s400 sound cardJerome Brunet2019-01-081-0/+4
| | |/
| * | ARM: dts: da850-lcdk: Correct the sound card namePeter Ujfalusi2019-01-101-1/+1
| * | ARM: dts: da850-lcdk: Correct the audio codec regulatorsPeter Ujfalusi2019-01-101-0/+36
| * | ARM: dts: da850-evm: Correct the sound card namePeter Ujfalusi2019-01-101-1/+1
| * | ARM: dts: da850-evm: Correct the audio codec regulatorsPeter Ujfalusi2019-01-101-4/+25
| * | ARM: davinci: omapl138-hawk: fix label names in GPIO lookup entriesBartosz Golaszewski2019-01-101-2/+2
| * | ARM: davinci: dm644x-evm: fix label names in GPIO lookup entriesBartosz Golaszewski2019-01-101-2/+2
| * | ARM: davinci: dm355-evm: fix label names in GPIO lookup entriesBartosz Golaszewski2019-01-101-2/+2
| * | ARM: davinci: da850-evm: fix label names in GPIO lookup entriesBartosz Golaszewski2019-01-101-2/+2
| * | ARM: davinci: da830-evm: fix label names in GPIO lookup entriesBartosz Golaszewski2019-01-101-2/+2
| |/
* | Merge tag 'remove-dma_zalloc_coherent-5.0' of git://git.infradead.org/users/h...Linus Torvalds2019-01-123-7/+8
|\ \
| * | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-083-7/+8
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-01-123-4/+6
|\ \ \
| * | | x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not...Vitaly Kuznetsov2019-01-111-2/+1
| * | | KVM/VMX: Avoid return error when flush tlb successfully in the hv_remote_flus...Lan Tianyu2019-01-111-1/+1
| * | | kvm: sev: Fail KVM_SEV_INIT if already initializedDavid Rientjes2019-01-111-0/+3
| * | | KVM: x86: Fix bit shifting in update_intel_pt_cfgGustavo A. R. Silva2019-01-111-1/+1
| | |/ | |/|
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-01-117-7/+56
|\ \ \