aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2017-07-11MIPS: Fix MIPS I ISA /proc/cpuinfo reportingMaciej W. Rozycki
2017-07-11MIPS: Fix minimum alignment requirement of IRQ stackMatt Redfearn
2017-07-11MIPS: generic: Support MIPS Boston development boardsPaul Burton
2017-07-11MIPS: DTS: img: Don't attempt to build-in all .dtb filesPaul Burton
2017-07-11MIPS: Traced negative syscalls should return -ENOSYSJames Hogan
2017-07-11MIPS: Correct forced syscall errorsJames Hogan
2017-07-11MIPS: Negate error syscall return in traceJames Hogan
2017-07-11MIPS: Drop duplicate HAVE_SYSCALL_TRACEPOINTS selectJames Hogan
2017-07-11MIPS16e2: Provide feature overrides for non-MIPS16 systemsMaciej W. Rozycki
2017-07-11MIPS: MIPS16e2: Report ASE presence in /proc/cpuinfoMaciej W. Rozycki
2017-07-05MIPS: MIPS16e2: Subdecode extended LWSP/SWSP instructionsMaciej W. Rozycki
2017-07-05MIPS: MIPS16e2: Identify ASE presenceMaciej W. Rozycki
2017-06-29MIPS: VDSO: Fix a mismatch between comment and preprocessor constantAleksandar Markovic
2017-06-29MIPS: VDSO: Add implementation of gettimeofday() fallbackGoran Ferenc
2017-06-29MIPS: VDSO: Add implementation of clock_gettime() fallbackGoran Ferenc
2017-06-29MIPS: VDSO: Fix conversions in do_monotonic()/do_monotonic_coarse()Goran Ferenc
2017-06-29MIPS: Use current_cpu_type() in m4kc_tlbp_war()Paul Burton
2017-06-29MIPS: Allow storing pgd in C0_CONTEXT for MIPSr6Paul Burton
2017-06-29MIPS: Handle tlbex-tlbp race conditionPaul Burton
2017-06-29MIPS: Add CPU shared FTLB feature detectionPaul Burton
2017-06-29MIPS: CPS: Handle spurious VP starts more gracefullyPaul Burton
2017-06-29MIPS: CPS: Handle cores not powering down more gracefullyPaul Burton
2017-06-29MIPS: CPS: Prevent multi-core with dcache aliasingPaul Burton
2017-06-29MIPS: CPS: Select CONFIG_SYS_SUPPORTS_SCHED_SMT for MIPSr6Paul Burton
2017-06-29MIPS: CM: WARN on attempt to lock invalid VP, not BUGPaul Burton
2017-06-29MIPS: CM: Avoid per-core locking with CM3 & higherPaul Burton
2017-06-29MIPS: Skip IPI setup if we only have 1 CPUPaul Burton
2017-06-29MIPS: Use `pr_debug' for messages from `__compute_return_epc_for_insn'Maciej W. Rozycki
2017-06-29MIPS: math-emu: For MFHC1/MTHC1 also return SIGILL right awayMaciej W. Rozycki
2017-06-29MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error messageMaciej W. Rozycki
2017-06-29MIPS: Send SIGILL for R6 branches in `__compute_return_epc_for_insn'Maciej W. Rozycki
2017-06-29MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn'Maciej W. Rozycki
2017-06-29MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn'Maciej W. Rozycki
2017-06-29MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Maciej W. Rozycki
2017-06-29MIPS: Fix unaligned PC interpretation in `compute_return_epc'Maciej W. Rozycki
2017-06-29MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Maciej W. Rozycki
2017-06-29MIPS: math-emu: Prevent wrong ISA mode instruction emulationMaciej W. Rozycki
2017-06-29MIPS: Use queued spinlocks (qspinlock)Paul Burton
2017-06-29MIPS: Use queued read/write locks (qrwlock)Paul Burton
2017-06-29MIPS: cmpxchg: Rearrange __xchg() arguments to match xchg()Paul Burton
2017-06-29MIPS: cmpxchg: Implement 1 byte & 2 byte cmpxchg()Paul Burton
2017-06-29MIPS: cmpxchg: Implement 1 byte & 2 byte xchg()Paul Burton
2017-06-29MIPS: cmpxchg: Implement __cmpxchg() as a functionPaul Burton
2017-06-29MIPS: cmpxchg: Drop __xchg_u{32,64} functionsPaul Burton
2017-06-29MIPS: cmpxchg: Error out on unsupported xchg() callsPaul Burton
2017-06-29MIPS: cmpxchg: Use __compiletime_error() for bad cmpxchg() pointersPaul Burton
2017-06-29MIPS: cmpxchg: Pull xchg() asm into a macroPaul Burton
2017-06-29MIPS: cmpxchg: Unify R10000_LLSC_WAR & non-R10000_LLSC_WAR casesPaul Burton
2017-06-29MIPS: unaligned: Add DSP lwx & lhx missaligned access supportMiodrag Dinic
2017-06-29MIPS: R6: Fix PREF instruction usage by memcpy for MIPS R6Leonid Yegoshin