summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorLines
2017-09-06MIPS: Add DWARF unwinding to assemblyCorey Minyard-5/+8
2017-09-06MIPS: Fix issues in backtracesCorey Minyard-3/+19
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig-8/+4
2017-09-04MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.hPaul Burton-2/+0
2017-09-04MIPS: Use mips_gic_present() in place of gic_presentPaul Burton-4/+2
2017-09-04MIPS: VDSO: Drop gic_get_usm_range() usagePaul Burton-10/+5
2017-09-04MIPS: CPS: Read GIC_VL_IDENT directly, not via irqchip driverPaul Burton-1/+1
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar-23/+4
2017-08-30MIPS: CPS: Detect CPUs in secondary clustersPaul Burton-29/+51
2017-08-30MIPS: CPS: Cluster support for topology functionsPaul Burton-12/+3
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton-9/+5
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton-6/+17
2017-08-30MIPS: CM: Add cluster & block args to mips_cm_lock_other()Paul Burton-9/+22
2017-08-30MIPS: Add CPU cluster number accessorsPaul Burton-0/+10
2017-08-30MIPS: Unify checks for sibling CPUsPaul Burton-11/+9
2017-08-30MIPS: Store core & VP IDs in GlobalNumber-style variablePaul Burton-0/+22
2017-08-30MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton-32/+35
2017-08-30MIPS: CPS: Use GlobalNumber macros rather than magic numbersPaul Burton-2/+2
2017-08-30MIPS: CPS: Use change_*, set_* & clear_* where appropriatePaul Burton-7/+3
2017-08-30MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton-5/+7
2017-08-29MIPS: Remove pt_regs adjustments in indirect syscall handlerJames Cowgill-17/+0
2017-08-29MIPS: seccomp: Fix indirect syscall argsJames Hogan-6/+4
2017-08-29MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton-39/+39
2017-08-29MIPS: CM: Specify register size when generating accessorsPaul Burton-6/+3
2017-08-29MIPS: CM: Rename mips_cm_base to mips_gcr_basePaul Burton-5/+5
2017-08-29MIPS: Declare various variables & functions staticPaul Burton-6/+8
2017-08-29MIPS: Remove plat_timer_setup()Paul Burton-14/+0
2017-08-29MIPS: Include linux/cpu.h for arch_cpu_idle()Paul Burton-0/+1
2017-08-29MIPS: signal: Remove unreachable code from force_fcr31_sig().Ralf Baechle-2/+1
2017-08-29MIPS: Remove unused ST_OFF from r2300_switch.SPaul Burton-6/+0
2017-08-29MIPS: Move r2300 FP code from r2300_switch.S to r2300_fpu.SPaul Burton-76/+79
2017-08-29MIPS: Move r4k FP code from r4k_switch.S to r4k_fpu.SPaul Burton-212/+211
2017-08-29MIPS: Remove unused R6000 supportPaul Burton-133/+0
2017-08-29MIPS: R6: Constify r2_decoder_tablesMatt Redfearn-4/+4
2017-08-29MIPS: SMP: Constify smp opsMatt Redfearn-9/+9
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang-3/+3
2017-08-17mips/signal: In force_fcr31_sig return in the impossible caseEric W. Biederman-1/+1
2017-08-07MIPS: Fix race on setting and getting cpu_online_maskMatija Glavinic Pecotic-3/+3
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman-10/+9
2017-07-19signal/mips: Document a conflict with SI_USER with SIGFPEEric W. Biederman-1/+1
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-409/+636
2017-07-11MIPS: Fix MIPS I ISA /proc/cpuinfo reportingMaciej W. Rozycki-1/+1
2017-07-11MIPS: Traced negative syscalls should return -ENOSYSJames Hogan-0/+7
2017-07-11MIPS: Negate error syscall return in traceJames Hogan-1/+1
2017-07-11MIPS: MIPS16e2: Report ASE presence in /proc/cpuinfoMaciej W. Rozycki-0/+1
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer-2/+4
2017-07-05MIPS: MIPS16e2: Subdecode extended LWSP/SWSP instructionsMaciej W. Rozycki-2/+37
2017-07-05MIPS: MIPS16e2: Identify ASE presenceMaciej W. Rozycki-0/+2
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+0
2017-06-30MIPS: Avoid accidental raw backtraceJames Hogan-0/+2