summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang42-135/+112
2020-05-07MIPS: Truncate link address into 32bit for 32bit kernelJiaxun Yang3-3/+14
2020-05-07MIPS: Remove dead code in pci.hJason Yan1-3/+0
2020-05-07MIPS: CFE: Remove dead code in cfe_getfwinfo()Jason Yan1-5/+0
2020-05-07MIPS: Octeon: Remove dead code in __cvmx_helper_npi_probe()Jason Yan1-12/+0
2020-05-04MIPS: tools: Move "returns" after "loongson3-llsc-check"Tiezhu Yang1-2/+2
2020-05-02MIPS: perf: Remove unnecessary "fallthrough" pseudo keywordsHuacai Chen1-2/+2
2020-05-02mips: Drop CONFIG_MTD_M25P80 in various defconfig filesBin Meng5-5/+0
2020-05-02MIPS: Loongson64: Correct TLB type for Loongson-3 ClassicJiaxun Yang1-1/+4
2020-04-30MIPS: Loongson64: Probe CPU features via CPUCFGJiaxun Yang1-8/+37
2020-04-30MIPS: perf: Add hardware perf events support for new Loongson-3Huacai Chen2-33/+341
2020-04-30MIPS: tools: Show result for loongson3-llsc-checkTiezhu Yang1-0/+2
2020-04-30MIPS: ingenic: Drop obsolete code, merge the rest in setup.cPaul Cercueil12-373/+61
2020-04-29MIPS: ingenic: GCW0: Update defconfigPaul Cercueil1-3/+128
2020-04-29MIPS: ingenic: CI20: enable OST, PWM drivers in defconfigPaul Cercueil1-28/+34
2020-04-29MIPS: ingenic: DTS: Update GCW0 supportPaul Cercueil1-15/+484
2020-04-29MIPS: ingenic: DTS: Update JZ4770 supportPaul Cercueil1-7/+170
2020-04-29MIPS: ingenic: DTS: Add nodes for the watchdog/PWM/OSTPaul Cercueil3-0/+72
2020-04-29MIPS: ingenic: DTS: Respect cell count of common propertiesPaul Cercueil4-36/+30
2020-04-29MIPS: ingenic: DTS: Fix invalid value in #dma-cellsPaul Cercueil1-2/+2
2020-04-29MIPS: Loongson64: Switch the order of RS780E and LS7ALiangliang Huang1-2/+2
2020-04-28MIPS: Loongson: Get host bridge informationTiezhu Yang2-0/+24
2020-04-28MIPS: oprofile: remove unneeded semicolon in common.cJason Yan1-1/+1
2020-04-26MIPS: Kernel: Identify Loongson-2K processorsJiaxun Yang4-5/+33
2020-04-26MIPS: Loongson: Add support for perf toolTiezhu Yang1-0/+1
2020-04-26MIPS: Rename the "Fill" cache ops to avoid build failureHuacai Chen3-3/+3
2020-04-24MIPS: Clear XContext at boot timeJiaxun Yang1-0/+3
2020-04-24MIPS: arch_send_call_function_single_ipi() calling conventions changeLiangliang Huang1-1/+1
2020-04-24MIPS: Loongson-3: Add some unaligned instructions emulationHuacai Chen2-1/+314
2020-04-24MIPS: Move unaligned load/store helpers to inst.hHuacai Chen3-775/+777
2020-04-24MIPS: Fix the declaration conflict of mm_isBranchInstr()Huacai Chen2-4/+3
2020-04-21MIPS: Make sparse_init() using top-down allocationTiezhu Yang1-0/+10
2020-04-21MIPS: Cleanup code about plat_mem_setup()Tiezhu Yang2-3/+1
2020-04-21MIPS: Do not initialise globals to 0Tiezhu Yang1-1/+1
2020-04-20MIPS: Loongson64: Mark RS780 HPET as brokenJiaxun Yang1-5/+3
2020-04-20MIPS: DTS: Loongson64: Add ACPI Controller NodeJiaxun Yang1-0/+5
2020-04-20MIPS: Loongson64: Make RS780E ACPI as a platform driverJiaxun Yang3-154/+1
2020-04-20MIPS: Loongson64: Remove dead RTC codeJiaxun Yang5-87/+1
2020-04-20MIPS: alchemy: Fix build error after ioremap cleanupThomas Bogendoerfer1-0/+1
2020-04-19MIPS: DTS: CI20: make DM9000 Ethernet controller use NVMEM to find the defaul...H. Nikolaus Schaller1-0/+3
2020-04-19MIPS: DTS: JZ4780: define node for JZ4780 efusePrasannaKumar Muralidharan1-2/+17
2020-04-19MIPS: use ioremap_page_rangeChristoph Hellwig1-101/+11
2020-04-19MIPS: move ioremap_prot und iounmap out of lineChristoph Hellwig4-107/+49
2020-04-19MIPS: split out the 64-bit ioremap implementationChristoph Hellwig1-28/+37
2020-04-19MIPS: merge __ioremap_mode into ioremap_protChristoph Hellwig1-17/+13
2020-04-19MIPS: cleanup fixup_bigphys_addr handlingChristoph Hellwig10-93/+27
2020-04-19MIPS: remove cpu_has_64bit_addressesChristoph Hellwig11-17/+2
2020-04-19MIPS: Netlogic: remove unneeded semicolon in fmn_message_handler()Jason Yan1-1/+1
2020-04-16mips: loongsoon2ef: remove private clk apiArnd Bergmann5-146/+4
2020-04-16MIPS: Fix typo for user_ld macro definitionbibo mao1-1/+1