summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Fix up obsolete cpu_set usageEzequiel Garcia2015-05-151-1/+1
* MIPS: traps: remove extra Tainted: line from __show_regs() outputPetri Gynther2015-05-121-1/+0
* MIPS: Fix a preemption issue with thread's FPU defaultsMaciej W. Rozycki2015-05-121-1/+1
* MIPS: fix FP mode selection in lieu of .MIPS.abiflags dataPaul Burton2015-05-121-15/+17
* MIPS: SMP: Fix build error.Ralf Baechle2015-05-121-2/+4
* Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-209-30/+30
|\
| * mips: fix up obsolete cpu function usage.Rusty Russell2015-03-059-30/+30
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-04-1725-339/+794
|\ \
| * \ Merge branch '4.0-fixes' into mips-for-linux-nextRalf Baechle2015-04-135-110/+244
| |\ \
| | * | MIPS: smp-cps: cpu_set FPU mask if FPU presentNiklas Cassel2015-04-101-0/+6
| | * | MIPS: kernel: entry.S: Set correct ISA level for mips_ihbMarkos Chandras2015-04-101-1/+2
| | * | MIPS: unaligned: Fix regular load/store instruction emulation for EVAMarkos Chandras2015-04-101-5/+47
| | * | MIPS: unaligned: Surround load/store macros in do {} while statementsMarkos Chandras2015-04-101-26/+90
| | * | MIPS: unaligned: Prevent EVA instructions on kernel unaligned accessesMarkos Chandras2015-04-101-78/+94
| | * | MIPS: Add support for XPA.Steven J. Hill2015-03-192-0/+5
| | |/
| * | Merge branch '4.1-fp' into mips-for-linux-nextRalf Baechle2015-04-134-74/+35
| |\ \
| * | | MIPS: Fix double inclusion of headers in misalignment emulator.Ralf Baechle2015-04-081-2/+0
| * | | MIPS: Factor out FPU feature probingMaciej W. Rozycki2015-04-081-54/+71
| * | | MIPS: Respect the ISA level in FCSR handlingMaciej W. Rozycki2015-04-084-12/+65
| * | | MIPS: math-emu: Set FIR feature flags for full emulationMaciej W. Rozycki2015-04-081-2/+23
| * | | MIPS: Correct ISA masking in FPU feature determinationMaciej W. Rozycki2015-04-081-1/+3
| * | | MIPS: Set `si_code' for SIGFPE signals sent from emulation tooMaciej W. Rozycki2015-04-083-70/+88
| * | | MIPS: Always clear FCSR cause bits after emulationMaciej W. Rozycki2015-04-082-1/+20
| * | | MIPS: Respect the FCSR exception mask for `si_code'Maciej W. Rozycki2015-04-081-1/+10
| * | | MIPS: Correct FP ISA requirementsMaciej W. Rozycki2015-04-081-12/+11
| * | | MIPS: Fix BREAK code interpretation heuristicsMaciej W. Rozycki2015-04-081-1/+1
| * | | MIPS: BREAK instruction interpretation correctionsMaciej W. Rozycki2015-04-081-18/+18
| * | | MIPS: Correct MIPS16 BREAK code interpretationMaciej W. Rozycki2015-04-081-1/+1
| * | | MIPS: Use `FPU_CSR_ALL_X' in `__build_clear_fpe'Maciej W. Rozycki2015-04-081-1/+1
| * | | MIPS: Normalise code flow in the CpU exception handlerMaciej W. Rozycki2015-04-081-8/+7
| * | | MIPS: Reindent R6 RI exception emulationMaciej W. Rozycki2015-04-081-16/+15
| * | | MIPS: ELF: Drop `get_fp_abi'Maciej W. Rozycki2015-04-081-12/+2
| * | | MIPS: Correct the comment for and reformat `movf_func'Maciej W. Rozycki2015-04-081-1/+4
| * | | MIPS: Clarify the comment for `__cpu_has_fpu'Maciej W. Rozycki2015-04-081-1/+1
| * | | MIPS: Correct the comment for FPU emulator trapsMaciej W. Rozycki2015-04-081-3/+3
| * | | MIPS: perf: Add hardware perf events support for Loongson-3Huacai Chen2015-04-011-0/+71
| * | | MIPS: Add R16000 detectionJoshua Kinard2015-04-012-2/+8
| * | | MIPS: Provide fallback reboot/poweroff/halt implementationsAndrew Bresticker2015-04-011-0/+25
| * | | MIPS: smp: Make stop_this_cpu() actually stop the CPUAndrew Bresticker2015-04-011-4/+2
| * | | MIPS: LLVMLinux: Fix a 'cast to type not present in union' error.Toma Tabacu2015-04-011-2/+4
| * | | MIPS: Let __dt_register_buses accept a single bus typeKevin Cernekee2015-04-011-1/+4
| * | | MIPS: csrc-sb1250: Implement read_sched_clockDeng-Cheng Zhu2015-04-011-0/+8
| * | | MIPS: csrc-sb1250: Remove FSF mail address from GPL noticeDeng-Cheng Zhu2015-04-011-4/+0
| * | | MIPS: csrc-sb1250: Extract hpt cycle acquisition from sb1250_hpt_readDeng-Cheng Zhu2015-04-011-2/+9
| * | | MIPS: cevt-txx9: Implement read_sched_clockDeng-Cheng Zhu2015-04-011-0/+9
| * | | MIPS: csrc-ioasic: Implement read_sched_clockDeng-Cheng Zhu2015-04-011-0/+9
| * | | MIPS: csrc-ioasic: Remove FSF mail address from GPL noticeDeng-Cheng Zhu2015-04-011-4/+0
| * | | MIPS: csrc-bcm1480: Implement read_sched_clockDeng-Cheng Zhu2015-04-011-0/+8
| * | | MIPS: csrc-bcm1480: Remove FSF mail address from GPL noticeDeng-Cheng Zhu2015-04-011-4/+0
| * | | MIPS: csrc-r4k: Implement read_sched_clockDeng-Cheng Zhu2015-04-011-0/+8
OpenPOWER on IntegriCloud