summaryrefslogtreecommitdiffstats
path: root/arch/mips/loongson64
Commit message (Expand)AuthorAgeFilesLines
* mips: loongson64: remove unreachable(), fix loongson_poweroff().Yifeng Li2019-02-071-1/+6
* MIPS: Loongson: Introduce and use loongson_llsc_mb()Huacai Chen2019-02-041-0/+23
* Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-291-4/+3
|\
| * PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-231-4/+3
| * MIPS: remove the HT_PCI config optionChristoph Hellwig2018-11-231-1/+1
* | Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-12-263-7/+6
|\ \
| * | MIPS: Loongson: Add Loongson-3A R2.1 basic supportHuacai Chen2018-11-192-2/+4
| * | MIPS: Simplify FP context initializationPaul Burton2018-11-091-5/+2
| |/
* / MIPS: Loongson3,SGI-IP27: Simplify max_low_pfn calculationPaul Burton2018-11-151-10/+2
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-2/+1
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* MIPS: Loongson-3: Fix BRIDGE irq delivery problemHuacai Chen2018-10-151-10/+3
* MIPS: Loongson-3: Fix CPU UART irq delivery problemHuacai Chen2018-10-151-40/+3
* MIPS: kexec: Make a framework for both jumping and halting on nonboot CPUsDengcheng Zhu2018-09-221-0/+4
* mips: switch to NO_BOOTMEMMike Rapoport2018-09-141-19/+15
* MIPS: Remove no-op/identity castsPaul Burton2018-08-311-5/+5
* MIPS: Loongon64: DMA functions cleanupHuacai Chen2018-08-285-7/+14
* MIPS: Loongson: Add Loongson-3A R3.1 basic supportHuacai Chen2018-07-232-2/+4
* MIPS: loongson64: cs5536: Fix PCI_OHCI_INT_REG readsPaul Burton2018-07-171-1/+1
* mips: unify prom_putchar() declarationsAlexander Sverdlin2018-07-171-0/+1
* MIPS: loongson64: use generic dma noncoherent opsChristoph Hellwig2018-06-243-2/+19
* MIPS: loongson: untangle dma implementationsChristoph Hellwig2018-06-244-23/+5
* MIPS: make the default mips dma implementation optionalChristoph Hellwig2018-06-241-0/+2
* MIPS: consolidate the swiotlb implementationsChristoph Hellwig2018-06-241-70/+1
* MIPS: loongson: remove loongson_dma_supportedChristoph Hellwig2018-06-241-8/+1
* Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-06-121-1/+1
|\
| * MIPS: Convert read_persistent_clock() to read_persistent_clock64()Baolin Wang2018-05-141-1/+1
* | swiotlb: move the SWIOTLB config symbol to lib/KconfigChristoph Hellwig2018-05-091-7/+0
* | mips,unicore32: swiotlb doesn't need sg->dma_lengthChristoph Hellwig2018-05-091-1/+0
* | scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+0
* | iommu-helper: mark iommu_is_span_boundary as inlineChristoph Hellwig2018-05-091-4/+0
|/
* dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig2018-03-201-2/+2
* MIPS: Loongson64: Select ARCH_MIGHT_HAVE_PC_SERIOHuacai Chen2018-03-051-0/+3
* MIPS: Loongson64: Select ARCH_MIGHT_HAVE_PC_PARPORTHuacai Chen2018-03-051-0/+3
* Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-02-073-4/+2
|\
| * MIPS: Loongson fix name confict - MEM_RESERVEDHuacai Chen2018-01-242-2/+2
| * MIPS: Loongson64: Drop 32-bit support for Loongson 2E/2F devicesJiaxun Yang2018-01-181-2/+0
* | mips: use swiotlb_{alloc,free}Christoph Hellwig2018-01-152-19/+3
* | dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig2018-01-151-3/+0
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-027-0/+7
* MIPS: Loongson 2F: allow NULL clock for clk_get_rateJonas Gorski2017-09-061-0/+3
* MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton2017-08-301-1/+2
* MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton2017-08-301-5/+6
* MIPS: SMP: Constify smp opsMatt Redfearn2017-08-291-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-07-154-7/+99
|\
| * MIPS: Loogson: Make enum loongson_cpu_type more clearHuacai Chen2017-06-291-3/+8
| * MIPS: Loongson-3: support irq_set_affinity() in i8259 chipHuacai Chen2017-06-291-13/+54
| * MIPS: Loongson-3: IRQ balancing for PCI devicesHuacai Chen2017-06-292-3/+34
| * MIPS: Loongson: Add NMI handler supportHuacai Chen2017-06-291-0/+13
| * MIPS: Loongson: Add Loongson-3A R3 basic supportHuacai Chen2017-06-282-2/+4