summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-09-0328-694/+1652
|\
| * Merge branch '4.2-fixes' into mips-for-linux-nextRalf Baechle2015-09-031-2/+2
| |\
| | * MIPS: CPS: use 32b accesses to GCRsPaul Burton2015-08-281-2/+2
| * | MIPS: Tidy up FPU context switchingPaul Burton2015-09-031-40/+1
| * | MIPS: Add uprobes support.Ralf Baechle2015-09-035-0/+446
| * | MIPS: Set trap_no field in thread_struct on exception.Ralf Baechle2015-09-032-14/+15
| * | MIPS: Advertise MSA support via HWCAP when presentPaul Burton2015-09-031-0/+1
| * | MIPS: Advertise MIPSr6 via HWCAP when appropriatePaul Burton2015-09-031-0/+3
| * | MIPS: AT_HWCAP aux vector infrastructurePaul Burton2015-09-031-0/+3
| * | MIPS: Save MSA extended context around signalsPaul Burton2015-09-033-15/+333
| * | MIPS: Add definitions for extended contextPaul Burton2015-09-031-0/+13
| * | MIPS: Indicate FP mode in sigcontext sc_used_mathPaul Burton2015-09-031-4/+11
| * | MIPS: Remove unused {get,put}_sigset functionsPaul Burton2015-09-031-51/+0
| * | MIPS: Use common FP sigcontext code for O32 compatPaul Burton2015-09-034-271/+8
| * | MIPS: Skip odd double FP registers when copying FP32 sigcontextPaul Burton2015-09-031-2/+4
| * | MIPS: Move FP usage checks into protected_{save, restore}_fp_contextPaul Burton2015-09-031-39/+34
| * | MIPS: Use struct mips_abi offsets to save FP contextPaul Burton2015-09-033-97/+145
| * | MIPS: Add offsets to sigcontext FP fields to struct mips_abiPaul Burton2015-09-033-3/+15
| * | MIPS: Simplify EVA FP context handling codePaul Burton2015-09-031-25/+19
| * | MIPS: cevt-txx9: Migrate to new 'set-state' interfaceViresh Kumar2015-09-031-30/+51
| * | MIPS: cevt-sb1250: Migrate to new 'set-state' interfaceViresh Kumar2015-09-031-22/+23
| * | MIPS: cevt-r4k: Migrate to new 'set-state' interfaceViresh Kumar2015-09-031-7/+0
| * | MIPS: cevt-gt641xx: Migrate to new 'set-state' interfaceViresh Kumar2015-09-031-18/+39
| * | MIPS: cevt-ds1287: Migrate to new 'set-state' interfaceViresh Kumar2015-09-031-15/+22
| * | MIPS: cevt-bcm1480: Migrate to new 'set-state' interfaceViresh Kumar2015-09-031-22/+22
| * | MIPS: unaligned: Move from deprecated __initcall to arch_initcall.Ralf Baechle2015-09-031-1/+1
| * | MIPS: Probe for small (1KiB) page supportJames Hogan2015-09-031-0/+2
| * | MIPS: Refactor dumping of TLB registers for r3k/r4kJames Hogan2015-09-032-27/+3
| * | MIPS: MSA unaligned memory access supportLeonid Yegoshin2015-09-031-0/+72
| * | MIPS: Introduce accessors for MSA vector registersPaul Burton2015-09-031-0/+67
| * | MIPS: Remove "weak" from get_c0_compare_int() declarationBjorn Helgaas2015-09-031-4/+7
| * | MIPS: MT: Remove "weak" from vpe_run() declarationBjorn Helgaas2015-08-261-5/+5
| * | MIPS: VPE: Exit vpe_release() early if vpe_run() isn't definedBjorn Helgaas2015-08-261-1/+6
| * | MIPS: CPC: Remove "weak" from mips_cpc_phys_base() and make it staticBjorn Helgaas2015-08-261-1/+8
| * | MIPS: Set up FTLB probability for I6400Markos Chandras2015-08-261-5/+13
| * | MIPS: cpu-probe: Fix VTLB/FTLB configuration for R6Markos Chandras2015-08-261-1/+10
| * | MIPS: Add default case for the FTLB enable/disable codeMarkos Chandras2015-08-261-3/+10
| * | MIPS: cpu-probe: Remove cp0 hazard barrier when enabling the FTLBMarkos Chandras2015-08-261-1/+0
| * | MIPS: CM: Add support for reporting CM cache errorsMarkos Chandras2015-08-261-0/+244
| * | MIPS: CPC: Fix type for GCR CPC base reg for 64-bitMarkos Chandras2015-08-261-1/+1
| * | MIPS: CM: The CMGCRBase register is 64-bit on 64 bit kernels.Markos Chandras2015-08-261-1/+1
| * | MIPS: mips-cm: Extend CM accessors for 64-bit CPUsMarkos Chandras2015-08-261-0/+4
| * | MIPS: Add platform callback before initializing the L2 cacheMarkos Chandras2015-08-261-0/+7
| * | MIPS: Add MIPS I6400 probe supportMarkos Chandras2015-08-261-0/+4
| * | MIPS: Add cases for CPU_I6400Markos Chandras2015-08-265-0/+11
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-031-1/+1
|\ \
| * | jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra2015-08-031-1/+1
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2015-09-011-1/+1
|\ \ \
| * | | treewide: fix typos in comment blocksMasahiro Yamada2015-08-071-1/+1
| |/ /
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-012-385/+0
|\ \ \ | |_|/ |/| |
OpenPOWER on IntegriCloud