aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2018-09-26MIPS: BMIPS: Remove special handling of CONFIG_MIPS_ELF_APPENDED_DTB=yYasha Cherikovsky1-8/+1
2018-09-25MIPS/head: Store ELF appended dtb in a global variable tooYasha Cherikovsky1-2/+4
2018-09-25MIPS/head: Add comments after #endif and #elseYasha Cherikovsky1-7/+7
2018-09-22MIPS: kexec: Use prepare method from Generic for UHI platformsDengcheng Zhu4-46/+45
2018-09-22MIPS: kexec: Relax memory restrictionDengcheng Zhu1-3/+3
2018-09-22MIPS: kexec: CPS systems to halt nonboot CPUsDengcheng Zhu1-25/+55
2018-09-22MIPS: kexec: Make a framework for both jumping and halting on nonboot CPUsDengcheng Zhu8-10/+126
2018-09-21MIPS: kexec: Mark CPU offline before disabling local IRQDengcheng Zhu2-0/+6
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig3-25/+11
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig4-27/+11
2018-09-20dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig6-46/+15
2018-09-20MIPS: don't select DMA_MAYBE_COHERENT from DMA_PERDEV_COHERENTChristoph Hellwig3-11/+10
2018-09-19MIPS/PCI: Let Loongson-3 pci_ops access extended config spaceHuacai Chen1-10/+24
2018-09-18MIPS: Loongson-3: Enable Store Fill Buffer at runtimeHuacai Chen2-5/+13
2018-09-18MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRSHuacai Chen1-0/+4
2018-09-17gpio: vr41xx: Delete vr41xx_gpio_pullupdown() callbackLinus Walleij1-8/+0
2018-09-14mips: switch to NO_BOOTMEMMike Rapoport5-102/+46
2018-09-13net: dsa: Add Lantiq / Intel DSA driver for vrx200Hauke Mehrtens1-4/+4
2018-09-13net: lantiq: Add Lantiq / Intel VRX200 Ethernet driverHauke Mehrtens1-3/+3
2018-09-13MIPS: lantiq: Do not enable IRQs in dma openHauke Mehrtens1-1/+0
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+3
2018-09-11MIPS: lantiq: dma: add dev pointerHauke Mehrtens2-2/+3
2018-09-11MIPS: JZ4740: DTS: Add DMA nodesPaul Cercueil1-0/+15
2018-09-11MIPS: JZ4770: DTS: Add DMA nodesPaul Cercueil1-0/+30
2018-09-11MIPS: JZ4780: DTS: Update DMA node to match driver changesPaul Cercueil1-1/+2
2018-09-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-11/+0
2018-09-08rtc: mips: default to rtc-cmos on mipsArnd Bergmann1-1/+1
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier2-11/+0
2018-09-06MIPS: pci-rt2880: set pci controller of_nodeTobias Wolf1-0/+2
2018-09-06mips: txx9: fix iounmap related issueDing Xiang1-3/+2
2018-09-05MIPS: dts: mscc: enable i2c on ocelot_pcb123Alexandre Belloni1-0/+6
2018-09-05MIPS: dts: mscc: Add i2c on ocelotAlexandre Belloni1-0/+19
2018-08-31MIPS: Move arch_mem_init() comment near definitionPaul Burton1-23/+22
2018-08-31MIPS: Remove no-op/identity castsPaul Burton5-10/+10
2018-08-31MIPS: VDSO: Match data page cache colouring when D$ aliasesPaul Burton1-0/+20
2018-08-30MIPS: ralink: Add rt3352 SPI_CS1 pinmuxMathias Kresin1-0/+5
2018-08-30MIPS: Remove SLOW_DOWN_IOPaul Burton1-37/+3
2018-08-30MIPS: Use GENERIC_IOMAPPaul Burton5-241/+12
2018-08-30MIPS: Use a custom elf-entry program to find kernel entry pointPaul Burton4-7/+104
2018-08-29MIPS: BCM47XX: Enable USB power on Netgear WNDR3400v3Tuomas Tynkkynen1-3/+5
2018-08-29y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann1-0/+1
2018-08-29asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann1-1/+0
2018-08-29asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann1-20/+2
2018-08-29y2038: Remove newstat family from default syscall setArnd Bergmann1-0/+1
2018-08-28MIPS: Convert to using %pOFn instead of device_node.nameRob Herring4-19/+19
2018-08-28MIPS: Loongon64: DMA functions cleanupHuacai Chen5-7/+14
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann3-17/+17
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds3-3/+3
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada3-3/+3
2018-08-23Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds10-69/+96