summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2016-05-13mips: mt7620: fallback to SDRAM when syscfg0 does not have a valid value for ...Sashka Nochkin2-2/+6
2016-05-13MIPS: Prevent "restoration" of MSA context in non-MSA kernelsPaul Burton1-2/+5
2016-05-13MIPS: cevt-r4k: Dynamically calculate min_delta_nsJames Hogan1-2/+80
2016-05-13MIPS: malta-time: Take seconds into accountJames Hogan1-5/+27
2016-05-13MIPS: malta-time: Start GIC count before syncing to RTCJames Hogan1-5/+5
2016-05-13MIPS: Force CPUs to lose FP context during mode switchesPaul Burton1-23/+17
2016-05-13MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)Paul Burton1-0/+4
2016-05-13MIPS: Allow emulation for unaligned [LS]DXC1 instructionsPaul Burton1-0/+1
2016-05-13MIPS: ptrace: Prevent writes to read-only FCSR bitsMaciej W. Rozycki1-9/+19
2016-05-13MIPS: ptrace: Fix FP context restoration FCSR regressionMaciej W. Rozycki1-0/+1
2016-05-13MIPS: dts: pic32: Update dts to reflect new PIC32MZDA clk bindingPurna Chandra Mandal3-259/+45
2016-05-13MIPS: ELF: Unify ABI classification macrosMaciej W. Rozycki3-65/+62
2016-05-13MIPS: ELF: Unify __MIPS_O32_FP64_MUST_BE_ZERO definitionsMaciej W. Rozycki2-25/+12
2016-05-13MIPS: ELF: Deconditionalise ABI flags definitionsMaciej W. Rozycki1-18/+18
2016-05-13MIPS: Print GuestCtl1 on machine check exceptionJames Hogan1-0/+2
2016-05-13MIPS: dump_tlb: Preserve and dump GuestIDJames Hogan1-3/+14
2016-05-13MIPS: Add probing & defs for VZ & guest featuresJames Hogan4-0/+349
2016-05-13MIPS: Add guest CP0 accessorsJames Hogan1-11/+330
2016-05-13MIPS: Add register definitions for VZ ASE registersJames Hogan1-0/+117
2016-05-13MIPS: Avoid magic numbers probing kscratch_maskJames Hogan2-2/+4
2016-05-13MIPS: Add perf counter featureJames Hogan5-6/+9
2016-05-13MIPS: Add defs & probing of [X]ContextConfigJames Hogan4-1/+14
2016-05-13MIPS: Add defs & probing of BadInstr[P] registersJames Hogan4-0/+17
2016-05-13MIPS: Add defs & probing of extended CP0_EBaseJames Hogan4-0/+43
2016-05-13MIPS: Define & use CP0_EBase bit definitionsJames Hogan4-4/+13
2016-05-13MIPS: alchemy: Remove CLK_IS_ROOTStephen Boyd1-2/+1
2016-05-13MIPS: ath79: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-05-13MIPS: Octeon: detect and fix byte swapped initramfsAurelien Jarno1-0/+32
2016-05-13MIPS: BMIPS: BMIPS4380 and BMIPS5000 support RIXIFlorian Fainelli2-1/+4
2016-05-13MIPS: Move RIXI exception enabling after vendor-specific cpu_probeFlorian Fainelli1-9/+9
2016-05-13MIPS: Allow RIXI to be used on non-R2 or R6 coresFlorian Fainelli2-4/+9
2016-05-13MIPS: mm: Panic if an XPA kernel is run without RIXIPaul Burton1-0/+3
2016-05-13MIPS: mm: Don't do MTHC0 if XPA not presentJames Hogan3-11/+19
2016-05-13MIPS: mm: Simplify build_update_entriesPaul Burton1-21/+16
2016-05-13MIPS: mm: Be more explicit about PTE mode bit handlingPaul Burton1-5/+9
2016-05-13MIPS: mm: Pass scratch register through to iPTE_SWPaul Burton1-13/+11
2016-05-13MIPS: mm: Don't clobber $1 on XPA TLB refillJames Hogan1-14/+10
2016-05-13MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic)Paul Burton5-27/+125
2016-05-13MIPS: mm: Unify pte_page definitionPaul Burton1-3/+3
2016-05-13MIPS: mm: Standardise on _PAGE_NO_READ, drop _PAGE_READPaul Burton3-40/+15
2016-05-13MIPS: Use enums to make asm/pgtable-bits.h readablePaul Burton1-108/+81
2016-05-13MIPS: Remove redundant asm/pgtable-bits.h inclusionsPaul Burton3-4/+0
2016-05-13MIPS: Fix HTW config on XPA kernel without LPA enabledJames Hogan1-3/+1
2016-05-13MIPS: Separate XPA CPU feature into LPA and MVHJames Hogan3-2/+11
2016-05-13MIPS: math-emu: Fix jalr emulation when rd == $0Paul Burton1-3/+5
2016-05-13MIPS: math-emu: Fix m{add,sub}.s shiftsPaul Burton5-19/+25
2016-05-13MIPS: math-emu: Fix code indentationPaul Burton2-2/+2
2016-05-13MIPS: math-emu: Fix bit-width in ieee754dp_{mul, maddf, msubf} commentsPaul Burton2-2/+2
2016-05-13MIPS: math-emu: Add z argument macrosPaul Burton5-9/+20
2016-05-13MIPS: math-emu: Unify ieee754dp_m{add,sub}fPaul Burton3-272/+21