summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2019-08-23MIPS: xlp: Drop boot_mem_mapJiaxun Yang1-6/+6
2019-08-23MIPS: ip22: Drop addr_is_ramJiaxun Yang1-18/+2
2019-08-23MIPS: msp: Record prom memoryJiaxun Yang1-6/+16
2019-08-23MIPS: malta: Drop prom_free_prom_memoryJiaxun Yang1-11/+0
2019-08-23MIPS: fw: Record prom memoryJiaxun Yang1-6/+18
2019-08-23MIPS: OCTEON: Drop boot_mem_mapJiaxun Yang2-12/+8
2019-08-20MIPS: Octeon: Fix a typo in #define OCTOEN_SERIAL_LENChristophe JAILLET1-2/+2
2019-08-12MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a booleanNathan Chancellor1-1/+1
2019-08-12MIPS/ptrace: Update mips_get_syscall_arg's return typeNathan Chancellor1-14/+7
2019-08-12MIPS: Don't use bc_false uninitialized in __mm_isBranchInstrNathan Chancellor1-1/+1
2019-08-09Merge branch 'ingenic-tcu-v5.4' into mips-nextPaul Burton7-150/+92
2019-08-09MIPS: jz4740: Drop obsolete codePaul Cercueil1-149/+2
2019-08-09MIPS: GCW0: Reduce system timer and clocksource to 750 kHzPaul Cercueil1-0/+10
2019-08-09MIPS: CI20: Reduce system timer and clocksource to 3 MHzPaul Cercueil1-0/+7
2019-08-09MIPS: qi_lb60: Reduce system timer and clocksource to 750 kHzPaul Cercueil1-0/+7
2019-08-09MIPS: jz4740: Add DTS nodes for the TCU driversPaul Cercueil3-0/+66
2019-08-07mips: fix vdso32 build, againArnd Bergmann2-10/+1
2019-08-07MIPS: octeon: Remove ARCH_HAS_IRQ_PER_CPUPaul Burton1-1/+0
2019-08-07MIPS: octeon: Remove cpu_has_saaPaul Burton1-8/+0
2019-08-06MIPS: Ingenic: Disable broken BTB lookup optimization.Zhou Yanjie2-0/+11
2019-08-06MIPS: Ingenic: Fix bugs when detecting X1000's L2 cache.Zhou Yanjie1-7/+20
2019-07-30mips: remove nargs from __SYSCALLFiroz Khan5-6/+6
2019-07-30MIPS: jz4740: Drop dead codePaul Cercueil8-370/+2
2019-07-30MIPS: configs: LB60: update defconfigPaul Cercueil1-22/+22
2019-07-30MIPS: qi_lb60: Migrate to devicetreePaul Cercueil3-496/+287
2019-07-30MIPS: DTS: jz4740: Add missing nodesPaul Cercueil1-0/+84
2019-07-30MIPS: Kconfig: remove HAVE_LATENCYTOP_SUPPORTFabian Mewes1-4/+0
2019-07-30MIPS: X1000: Add X1000 system type.Zhou Yanjie3-1/+6
2019-07-27mips: vdso: Fix flip/flop vdso building bugVincenzo Frascino1-7/+7
2019-07-27mips: vdso: Fix source pathVincenzo Frascino1-2/+2
2019-07-26MIPS: BCM47XX: Add support for Netgear R6200 V1Edward Matijević3-0/+12
2019-07-26mips: Add clock_gettime64 entry pointVincenzo Frascino2-0/+9
2019-07-26mips: Add clock_getres entry pointVincenzo Frascino3-0/+39
2019-07-26mips: Add support for generic vDSOVincenzo Frascino11-115/+296
2019-07-24MIPS: Remove unused R8000 CPU supportPaul Burton10-293/+5
2019-07-24MIPS: Remove unused R5432_CP0_INTERRUPT_WARPaul Burton14-28/+0
2019-07-24MIPS: Remove unused R5432 CPU supportPaul Burton8-30/+1
2019-07-24MIPS: Remove unused R4300 CPU supportPaul Burton9-33/+1
2019-07-23MIPS: qi_lb60: Move MMC configuration to devicetreePaul Cercueil2-32/+33
2019-07-22MIPS: pte_special()/pte_mkspecial() supportDmitry Korotin3-2/+20
2019-07-22MIPS: BMIPS: add clock controller nodesJonas Gorski6-15/+51
2019-07-22MIPS: DTS: jz4740: Add node for the MMC driverPaul Cercueil1-3/+18
2019-07-22MIPS: Decode config3 register on Ingenic SoCsPaul Cercueil1-0/+8
2019-07-22MIPS: Rename JZRISC to XBURSTPaul Cercueil6-9/+9
2019-07-22MIPS: Undefine PMD_ORDER for 32-bit buildsDaniel Silsby1-1/+1
2019-07-22MIPS: ingenic: Add support for huge pagesDaniel Silsby1-0/+1
2019-07-22MIPS: Decouple CPU_SUPPORTS_HUGEPAGES from 64BITDaniel Silsby1-2/+2
2019-07-22MIPS: Add partial 32-bit huge page supportDaniel Silsby3-7/+73
2019-07-22MIPS: Disallow CPU_SUPPORTS_HUGEPAGES for XPA,EVADaniel Silsby1-0/+1
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds5-37/+0