summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* MIPS: Force CPUs to lose FP context during mode switchesPaul Burton2016-05-131-23/+17
* MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)Paul Burton2016-05-131-0/+4
* MIPS: Allow emulation for unaligned [LS]DXC1 instructionsPaul Burton2016-05-131-0/+1
* MIPS: ptrace: Prevent writes to read-only FCSR bitsMaciej W. Rozycki2016-05-131-9/+19
* MIPS: ptrace: Fix FP context restoration FCSR regressionMaciej W. Rozycki2016-05-131-0/+1
* MIPS: dts: pic32: Update dts to reflect new PIC32MZDA clk bindingPurna Chandra Mandal2016-05-133-259/+45
* CLK: microchip: Add Microchip PIC32 clock driver.Purna Chandra Mandal2016-05-136-0/+1396
* dt/bindings/clk: Add PIC32 clock binding documentation.Purna Chandra Mandal2016-05-132-0/+81
* MIPS: ELF: Unify ABI classification macrosMaciej W. Rozycki2016-05-133-65/+62
* MIPS: ELF: Unify __MIPS_O32_FP64_MUST_BE_ZERO definitionsMaciej W. Rozycki2016-05-132-25/+12
* MIPS: ELF: Deconditionalise ABI flags definitionsMaciej W. Rozycki2016-05-131-18/+18
* MIPS: Print GuestCtl1 on machine check exceptionJames Hogan2016-05-131-0/+2
* MIPS: dump_tlb: Preserve and dump GuestIDJames Hogan2016-05-131-3/+14
* MIPS: Add probing & defs for VZ & guest featuresJames Hogan2016-05-134-0/+349
* MIPS: Add guest CP0 accessorsJames Hogan2016-05-131-11/+330
* MIPS: Add register definitions for VZ ASE registersJames Hogan2016-05-131-0/+117
* MIPS: Avoid magic numbers probing kscratch_maskJames Hogan2016-05-132-2/+4
* MIPS: Add perf counter featureJames Hogan2016-05-135-6/+9
* MIPS: Add defs & probing of [X]ContextConfigJames Hogan2016-05-134-1/+14
* MIPS: Add defs & probing of BadInstr[P] registersJames Hogan2016-05-134-0/+17
* MIPS: Add defs & probing of extended CP0_EBaseJames Hogan2016-05-134-0/+43
* MIPS: Define & use CP0_EBase bit definitionsJames Hogan2016-05-134-4/+13
* MIPS: alchemy: Remove CLK_IS_ROOTStephen Boyd2016-05-131-2/+1
* MIPS: ath79: Remove CLK_IS_ROOTStephen Boyd2016-05-131-1/+1
* MIPS: Octeon: detect and fix byte swapped initramfsAurelien Jarno2016-05-131-0/+32
* MIPS: BMIPS: BMIPS4380 and BMIPS5000 support RIXIFlorian Fainelli2016-05-132-1/+4
* MIPS: Move RIXI exception enabling after vendor-specific cpu_probeFlorian Fainelli2016-05-131-9/+9
* MIPS: Allow RIXI to be used on non-R2 or R6 coresFlorian Fainelli2016-05-132-4/+9
* MIPS: mm: Panic if an XPA kernel is run without RIXIPaul Burton2016-05-131-0/+3
* MIPS: mm: Don't do MTHC0 if XPA not presentJames Hogan2016-05-133-11/+19
* MIPS: mm: Simplify build_update_entriesPaul Burton2016-05-131-21/+16
* MIPS: mm: Be more explicit about PTE mode bit handlingPaul Burton2016-05-131-5/+9
* MIPS: mm: Pass scratch register through to iPTE_SWPaul Burton2016-05-131-13/+11
* MIPS: mm: Don't clobber $1 on XPA TLB refillJames Hogan2016-05-131-14/+10
* MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic)Paul Burton2016-05-135-27/+125
* MIPS: mm: Unify pte_page definitionPaul Burton2016-05-131-3/+3
* MIPS: mm: Standardise on _PAGE_NO_READ, drop _PAGE_READPaul Burton2016-05-133-40/+15
* MIPS: Use enums to make asm/pgtable-bits.h readablePaul Burton2016-05-131-108/+81
* MIPS: Remove redundant asm/pgtable-bits.h inclusionsPaul Burton2016-05-133-4/+0
* MIPS: Fix HTW config on XPA kernel without LPA enabledJames Hogan2016-05-131-3/+1
* MIPS: Separate XPA CPU feature into LPA and MVHJames Hogan2016-05-133-2/+11
* MIPS: math-emu: Fix jalr emulation when rd == $0Paul Burton2016-05-131-3/+5
* MIPS: math-emu: Fix m{add,sub}.s shiftsPaul Burton2016-05-135-19/+25
* MIPS: math-emu: Fix code indentationPaul Burton2016-05-132-2/+2
* MIPS: math-emu: Fix bit-width in ieee754dp_{mul, maddf, msubf} commentsPaul Burton2016-05-132-2/+2
* MIPS: math-emu: Add z argument macrosPaul Burton2016-05-135-9/+20
* MIPS: math-emu: Unify ieee754dp_m{add,sub}fPaul Burton2016-05-133-272/+21
* MIPS: math-emu: Unify ieee754sp_m{add,sub}fPaul Burton2016-05-133-261/+21
* MIPS: math-emu: Emulate MIPSr6 sel.fmt instructionPaul Burton2016-05-131-2/+24
* MIPS: inst: Declare fsel_op for sel.fmt instructionPaul Burton2016-05-131-0/+1