summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-01-249-74/+291
|\
| * Merge branch '4.4-fixes' into mips-for-linux-nextRalf Baechle2016-01-242-1/+4
| |\
| | * MIPS: Fix macro typoJaedon Shin2016-01-241-1/+1
| | * MIPS: smp-cps: Ensure secondary cores start with EVA disabledMatt Redfearn2016-01-241-0/+3
| * | MIPS: Use EXCCODE_ constants with set_except_vector()James Hogan2016-01-242-30/+30
| * | MIPS: ptrace: Drop cp0_tcstatus from regoffset_table[]James Hogan2016-01-241-3/+0Star
| * | MIPS: TXx9: Be sure to clamp return valueLinus Walleij2016-01-241-1/+1
| * | MIPS: sync-r4k: reduce skew while synchronizationHuacai Chen2016-01-241-24/+8Star
| * | MIPS: Add IEEE Std 754 conformance mode selectionMaciej W. Rozycki2016-01-202-14/+103
| * | MIPS: Determine the presence of IEEE Std 754-2008 featuresMaciej W. Rozycki2016-01-201-2/+74
| * | MIPS: ELF: Interpret the NAN2008 file header flagMaciej W. Rozycki2016-01-201-0/+56
| * | ELF: Also pass any interpreter's file header to `arch_check_elf'Maciej W. Rozycki2016-01-201-1/+1
| * | MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulationMaciej W. Rozycki2016-01-201-0/+2
| * | MIPS: Define the legacy-NaN and 2008-NaN featuresMaciej W. Rozycki2016-01-201-0/+2
| * | MIPS: Use a union to access the ELF file headerMaciej W. Rozycki2016-01-201-14/+26
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-151-3/+3
|\ \ | |/ |/|
| * module: use a structure to encapsulate layout.Rusty Russell2015-12-041-3/+3
* | MIPS: CPS: drop .set mips64r2 directivesPaul Burton2015-12-221-2/+0Star
* | MIPS: uaccess: Take EVA into account in [__]clear_userJames Hogan2015-12-221-0/+2
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-11-1522-173/+618
|\
| * Merge branch '4.3-fixes' into mips-for-linux-nextRalf Baechle2015-11-123-3/+14
| |\
| | * MIPS: OCTEON: omit ELF NOTE segmentsDavid Daney2015-11-101-1/+8
| | * MIPS: vmlinux: discard .MIPS.abiflagsAaro Koskinen2015-11-101-0/+1
| | * MIPS: Switch BMIPS5000 to use r4k_wait_irqoff()Petri Gynther2015-11-091-2/+3
| | * MIPS: add nmi_enter() + nmi_exit() to nmi_exception_handler()Petri Gynther2015-11-091-0/+2
| * | MIPS: idle: add case for CPU_5KEAurelien Jarno2015-11-121-0/+1
| * | MIPS: vmlinux: create a section for appended DTBAaro Koskinen2015-11-122-0/+9
| * | MIPS: Make the kernel arguments from dtb availableJonas Gorski2015-11-111-7/+17
| * | MIPS: Add LATENCYTOP supportAaro Koskinen2015-11-111-12/+15
| * | MIPS: VDSO: Add implementations of gettimeofday() and clock_gettime()Alex Smith2015-11-112-6/+109
| * | MIPS: Initial implementation of a VDSOAlex Smith2015-11-114-98/+86Star
| * | MIPS: Extend hardware table walking support to MIPS64Paul Burton2015-11-111-2/+1Star
| * | MIPS: Always use r4k_wait_irqoff for MIPSr6Paul Burton2015-11-111-1/+10
| * | MIPS: CM, CPC: Ensure core-other GCRs reflect the correct corePaul Burton2015-11-112-0/+12
| * | MIPS: CM: make use of mips_cm_{lock,unlock}_otherPaul Burton2015-11-112-2/+7
| * | MIPS: CM: Introduce core-other locking functionsPaul Burton2015-11-111-0/+39
| * | MIPS: CPS: Warn if a core doesn't startPaul Burton2015-11-111-1/+25
| * | MIPS: CPS: Skip Config1 presence checkPaul Burton2015-11-111-3/+1Star
| * | MIPS: CPS: Read CM GCR base from cop0Paul Burton2015-11-112-6/+8
| * | MIPS: CPS: Early debug using an ns16550-compatible UARTPaul Burton2015-11-113-0/+223
| * | MIPS: CPS: Set Status.KX on entry for MIPS64 kernelsPaul Burton2015-10-261-1/+7
| * | MIPS: CPS: Set Status.BEV bit during early bootPaul Burton2015-10-261-1/+1
| * | MIPS: Always read full 64 bit CM error GCRs for CM3Paul Burton2015-10-261-34/+36
| * | MIPS: Avoid buffer overrun in mips_cm_error_reportPaul Burton2015-10-261-0/+2
| * | MIPS: Don't read GCRs when a CM is not presentPaul Burton2015-10-261-7/+10
| * | MIPS: traps: tidy up ebase calculationPaul Burton2015-10-261-6/+3Star
| * | MIPS: Declare mips_debugfs_dir in a headerPaul Burton2015-10-265-6/+5Star
| |/
* / mips: add entry for new mlock2 syscallEric B Munson2015-11-104-0/+4
|/
* MIPS: scall: Always run the seccomp syscall filtersMarkos Chandras2015-10-044-73/+42Star
* MIPS: Fix R2300 FP context switch handlingPaul Burton2015-10-021-27/+1Star