summaryrefslogtreecommitdiffstats
path: root/arch/mips/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton2017-08-301-1/+1
* MIPS: CM: Add cluster & block args to mips_cm_lock_other()Paul Burton2017-08-301-9/+36
* MIPS: Add CPU cluster number accessorsPaul Burton2017-08-301-0/+11
* MIPS: Unify checks for sibling CPUsPaul Burton2017-08-301-0/+17
* MIPS: Store core & VP IDs in GlobalNumber-style variablePaul Burton2017-08-301-26/+13
* MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton2017-08-303-5/+26
* 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: 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-301-37/+42
* MIPS: CPC: Use common CPS accessor generation macrosPaul Burton2017-08-301-41/+22
* MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton2017-08-291-181/+130
* MIPS: CM: Specify register size when generating accessorsPaul Burton2017-08-292-109/+132
* MIPS: CM: Rename mips_cm_base to mips_gcr_basePaul Burton2017-08-291-3/+3
* MIPS: math-emu: Add FP emu debugfs stats for individual instructionsAleksandar Markovic2017-08-291-0/+115
* MIPS: math-emu: Add FP emu debugfs statistics for branchesAleksandar Markovic2017-08-291-0/+1
* MIPS: math-emu: Correct user fault_addr typePaul Burton2017-08-291-1/+1
* MIPS: Alchemy: update cpu feature overridesManuel Lauss2017-08-291-0/+26
* MIPS: Octeon: Expose support for mips32r1, mips32r2 and mips64r1Petar Jovanovic2017-08-291-3/+3
* MIPS: NUMA: Remove the unused parent_node() macroDou Liyang2017-08-292-2/+0
* MIPS: Remove unused R6000 supportPaul Burton2017-08-293-12/+0
* MIPS: SMP: Constify smp opsMatt Redfearn2017-08-295-15/+15
* MIPS: Introduce cpu_tcache_line_sizeMatt Redfearn2017-08-081-0/+3
* Revert "MIPS: Don't unnecessarily include kmalloc.h into <asm/cache.h>."Paul Burton2017-08-071-0/+2
* MIPS: Octeon: Fix broken EDAC driver.Steven J. Hill2017-08-073-1/+97
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-08-061-0/+2
|\
| * MIPS: ralink: Fix build error due to missing headerHarvey Hunt2017-07-181-0/+2
* | tty: Fix TIOCGPTPEER ioctl definitionGleb Fotengauer-Malinovskiy2017-07-171-1/+1
|/
* Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-277/+0
|\
| * kill {__,}{get,put}_user_unaligned()Al Viro2017-07-041-277/+0
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-07-1535-636/+367
|\ \
| * | MIPS: Fix minimum alignment requirement of IRQ stackMatt Redfearn2017-07-111-1/+1
| * | MIPS: Correct forced syscall errorsJames Hogan2017-07-111-1/+1
| * | MIPS16e2: Provide feature overrides for non-MIPS16 systemsMaciej W. Rozycki2017-07-1116-0/+16
| * | MIPS: MIPS16e2: Identify ASE presenceMaciej W. Rozycki2017-07-053-0/+5
| * | MIPS: VDSO: Fix conversions in do_monotonic()/do_monotonic_coarse()Goran Ferenc2017-06-291-2/+2
| * | MIPS: Add CPU shared FTLB feature detectionPaul Burton2017-06-292-0/+45
| * | MIPS: Fix unaligned PC interpretation in `compute_return_epc'Maciej W. Rozycki2017-06-291-4/+1
| * | MIPS: Use queued spinlocks (qspinlock)Paul Burton2017-06-293-232/+3
| * | MIPS: Use queued read/write locks (qrwlock)Paul Burton2017-06-293-224/+3
| * | MIPS: cmpxchg: Rearrange __xchg() arguments to match xchg()Paul Burton2017-06-291-2/+3
| * | MIPS: cmpxchg: Implement 1 byte & 2 byte cmpxchg()Paul Burton2017-06-291-0/+7
| * | MIPS: cmpxchg: Implement 1 byte & 2 byte xchg()Paul Burton2017-06-291-2/+7
| * | MIPS: cmpxchg: Implement __cmpxchg() as a functionPaul Burton2017-06-291-27/+32
| * | MIPS: cmpxchg: Drop __xchg_u{32,64} functionsPaul Burton2017-06-291-31/+17
| * | MIPS: cmpxchg: Error out on unsupported xchg() callsPaul Burton2017-06-291-15/+17
| * | MIPS: cmpxchg: Use __compiletime_error() for bad cmpxchg() pointersPaul Burton2017-06-291-3/+10
| * | MIPS: cmpxchg: Pull xchg() asm into a macroPaul Burton2017-06-291-48/+33
| * | MIPS: cmpxchg: Unify R10000_LLSC_WAR & non-R10000_LLSC_WAR casesPaul Burton2017-06-291-58/+22
| * | MIPS: unaligned: Add DSP lwx & lhx missaligned access supportMiodrag Dinic2017-06-291-0/+11