aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/timer-integrator-ap.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-30MIPS: GIC: Introduce asm/mips-gic.h with accessor functionsPaul Burton3-7/+300
2017-08-30irqchip: mips-gic: SYNC after enabling GIC regionJames Hogan1-1/+4
2017-08-30MIPS: Don't use dma_cache_sync to implement fd_cacheflushChristoph Hellwig1-2/+2
2017-08-30MIPS: generic: Bump default NR_CPUS to 16Paul Burton1-1/+1
2017-08-30MIPS: generic: Don't explicitly disable CONFIG_USB_SUPPORTPaul Burton1-1/+0
2017-08-30MIPS: Make CONFIG_MIPS_MT_SMP default yPaul Burton6-4/+2
2017-08-30MIPS: Prevent direct use of generic_defconfigPaul Burton1-0/+13
2017-08-30MIPS: NI 169445: Only include in 32r2el kernelsPaul Burton1-0/+3
2017-08-30MIPS: SEAD-3: Only include in 32 bit kernels by defaultPaul Burton1-0/+2
2017-08-30MIPS: generic: Allow filtering enabled boards by requirementsPaul Burton3-2/+99
2017-08-30MIPS: CPS: Detect CPUs in secondary clustersPaul Burton1-29/+51
2017-08-30MIPS: CPS: Cluster support for topology functionsPaul Burton7-48/+136
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton20-30/+28
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton14-15/+37
2017-08-30MIPS: CM: Add cluster & block args to mips_cm_lock_other()Paul Burton4-18/+58
2017-08-30MIPS: Add CPU cluster number accessorsPaul Burton2-0/+21
2017-08-30MIPS: Unify checks for sibling CPUsPaul Burton5-13/+28
2017-08-30MIPS: Store core & VP IDs in GlobalNumber-style variablePaul Burton2-26/+35
2017-08-30MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton16-46/+71
2017-08-30MIPS: CPS: Use GlobalNumber macros rather than magic numbersPaul Burton1-2/+2
2017-08-30MIPS: Add accessor & bit definitions for GlobalNumberPaul Burton1-0/+13
2017-08-30MIPS: CPS: Add CM/CPC 3.5 register definitionsPaul Burton2-7/+69
2017-08-30MIPS: CPS: Use change_*, set_* & clear_* where appropriatePaul Burton3-21/+8
2017-08-30MIPS: CPS: Introduce register modify (set/clear/change) accessorsPaul Burton1-1/+22
2017-08-30MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton4-42/+49
2017-08-30MIPS: CPC: Use common CPS accessor generation macrosPaul Burton1-41/+22
2017-08-29MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton9-241/+190
2017-08-29MIPS: CM: Specify register size when generating accessorsPaul Burton3-115/+135
2017-08-29MIPS: CM: Rename mips_cm_base to mips_gcr_basePaul Burton2-8/+8
2017-08-29MIPS: math-emu: Add FP emu debugfs stats for individual instructionsAleksandar Markovic3-4/+650
2017-08-29MIPS: math-emu: Add FP emu debugfs clear functionalityAleksandar Markovic1-1/+37
2017-08-29MIPS: math-emu: Add FP emu debugfs statistics for branchesAleksandar Markovic3-0/+3
2017-08-29MIPS: math-emu: CLASS.D: Zero bits 32-63 of the resultAleksandar Markovic1-2/+2
2017-08-29MIPS: math-emu: RINT.<D|S>: Fix several problems by reimplementationAleksandar Markovic6-6/+194
2017-08-29MIPS: math-emu: CMP.Sxxx.<D|S>: Prevent occurrences of SIGILL crashesAleksandar Markovic1-0/+3
2017-08-29MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case)Douglas Leung1-39/+94
2017-08-29MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case)Douglas Leung2-70/+50
2017-08-29MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumerationAleksandar Markovic3-22/+20
2017-08-29MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputsAleksandar Markovic2-2/+34
2017-08-29MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputsAleksandar Markovic2-2/+42
2017-08-29MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagationAleksandar Markovic2-91/+41
2017-08-29MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputsAleksandar Markovic2-4/+4
2017-08-29MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputsAleksandar Markovic4-4/+12
2017-08-29MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signsAleksandar Markovic4-6/+22
2017-08-29MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negativeAleksandar Markovic4-32/+96
2017-08-29MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zeroAleksandar Markovic4-24/+8
2017-08-29MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagationAleksandar Markovic4-16/+112
2017-08-29MIPS: Declare various variables & functions staticPaul Burton5-8/+10
2017-08-29MIPS: Remove plat_timer_setup()Paul Burton1-14/+0
2017-08-29MIPS: Remove __invalidate_kernel_vmap_rangePaul Burton1-1/+0