summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * irqchip: mips-gic: Move various definitions to the driverPaul Burton2017-09-041-5/+0Star
| * MIPS: GIC: Move GIC_LOCAL_INT_* to asm/mips-gic.hPaul Burton2017-09-041-0/+24
| * MIPS: Add __ioread64_copyPaul Burton2017-09-043-1/+45
| * MIPS: CPS: Read GIC_VL_IDENT directly, not via irqchip driverPaul Burton2017-09-041-1/+1
| * MIPS: Malta: Use new GIC accessor functionsPaul Burton2017-09-011-3/+3
| * MIPS: GIC: Introduce asm/mips-gic.h with accessor functionsPaul Burton2017-08-302-0/+294
| * MIPS: Don't use dma_cache_sync to implement fd_cacheflushChristoph Hellwig2017-08-301-2/+2
| * MIPS: generic: Bump default NR_CPUS to 16Paul Burton2017-08-301-1/+1
| * MIPS: generic: Don't explicitly disable CONFIG_USB_SUPPORTPaul Burton2017-08-301-1/+0Star
| * MIPS: Make CONFIG_MIPS_MT_SMP default yPaul Burton2017-08-306-4/+2Star
| * MIPS: Prevent direct use of generic_defconfigPaul Burton2017-08-301-0/+13
| * MIPS: NI 169445: Only include in 32r2el kernelsPaul Burton2017-08-301-0/+3
| * MIPS: SEAD-3: Only include in 32 bit kernels by defaultPaul Burton2017-08-301-0/+2
| * MIPS: generic: Allow filtering enabled boards by requirementsPaul Burton2017-08-302-2/+98
| * MIPS: CPS: Detect CPUs in secondary clustersPaul Burton2017-08-301-29/+51
| * MIPS: CPS: Cluster support for topology functionsPaul Burton2017-08-307-48/+136
| * MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton2017-08-3019-29/+27Star
| * MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton2017-08-3014-15/+37
| * MIPS: CM: Add cluster & block args to mips_cm_lock_other()Paul Burton2017-08-304-18/+58
| * MIPS: Add CPU cluster number accessorsPaul Burton2017-08-302-0/+21
| * MIPS: Unify checks for sibling CPUsPaul Burton2017-08-303-11/+26
| * MIPS: Store core & VP IDs in GlobalNumber-style variablePaul Burton2017-08-302-26/+35
| * MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton2017-08-3015-45/+70
| * MIPS: CPS: Use GlobalNumber macros rather than magic numbersPaul Burton2017-08-301-2/+2
| * MIPS: Add accessor & bit definitions for GlobalNumberPaul Burton2017-08-301-0/+13
| * MIPS: CPS: Add CM/CPC 3.5 register definitionsPaul Burton2017-08-302-7/+69
| * MIPS: CPS: Use change_*, set_* & clear_* where appropriatePaul Burton2017-08-303-21/+8Star
| * MIPS: CPS: Introduce register modify (set/clear/change) accessorsPaul Burton2017-08-301-1/+22
| * MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton2017-08-304-42/+49
| * MIPS: CPC: Use common CPS accessor generation macrosPaul Burton2017-08-301-41/+22Star
| * MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton2017-08-298-239/+188Star
| * MIPS: CM: Specify register size when generating accessorsPaul Burton2017-08-293-115/+135
| * MIPS: CM: Rename mips_cm_base to mips_gcr_basePaul Burton2017-08-292-8/+8
| * MIPS: math-emu: Add FP emu debugfs stats for individual instructionsAleksandar Markovic2017-08-293-4/+650
| * MIPS: math-emu: Add FP emu debugfs clear functionalityAleksandar Markovic2017-08-291-1/+37
| * MIPS: math-emu: Add FP emu debugfs statistics for branchesAleksandar Markovic2017-08-293-0/+3
| * MIPS: math-emu: CLASS.D: Zero bits 32-63 of the resultAleksandar Markovic2017-08-291-2/+2
| * MIPS: math-emu: RINT.<D|S>: Fix several problems by reimplementationAleksandar Markovic2017-08-295-6/+187
| * MIPS: math-emu: CMP.Sxxx.<D|S>: Prevent occurrences of SIGILL crashesAleksandar Markovic2017-08-291-0/+3
| * MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case)Douglas Leung2017-08-291-39/+94
| * MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case)Douglas Leung2017-08-292-70/+50Star
| * MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumerationAleksandar Markovic2017-08-293-22/+20Star
| * MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputsAleksandar Markovic2017-08-292-2/+34
| * MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputsAleksandar Markovic2017-08-292-2/+42
| * MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagationAleksandar Markovic2017-08-292-91/+41Star
| * MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputsAleksandar Markovic2017-08-292-4/+4
| * MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputsAleksandar Markovic2017-08-294-4/+12
| * MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signsAleksandar Markovic2017-08-294-6/+22
| * MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negativeAleksandar Markovic2017-08-294-32/+96
| * MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zeroAleksandar Markovic2017-08-294-24/+8Star