summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* MIPS: features: Add initial support for Segmentation Control registersSteven J. Hill2014-01-221-0/+2
* MIPS: features: Add initial support for TLBINVF capable coresLeonid Yegoshin2014-01-221-0/+5
* MIPS: MT: proc: Add support for printing VPE and TC idsMarkos Chandras2014-01-221-1/+8
* MIPS: Add printing of ES bit for Imgtec cores when cache error occurs.Leonid Yegoshin2014-01-221-8/+21
* MIPS: GIC: Send IPIs using the GICSteven J. Hill2014-01-221-0/+27
* MIPS: MT: Mark existing TCs as presentMarkos Chandras2014-01-221-0/+1
* MIPS: kernel: smp-cmp: MIPS MT code needs CONFIG_MIPS_MTMarkos Chandras2014-01-221-0/+3
* MIPS: BMIPS: change compile time checks to runtime checksJonas Gorski2014-01-222-135/+232
* MIPS: Support for 64-bit FP with O32 binariesPaul Burton2014-01-1310-72/+209
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-1/+1
|\
| * constify copy_siginfo_to_user{,32}()Al Viro2013-11-091-1/+1
* | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-58/+2Star
|\ \
| * \ Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-073-3/+3
| |\ \
| * | | mips: use common of_flat_dt_get_machine_nameRob Herring2013-10-101-14/+1Star
| * | | of: remove early_init_dt_setup_initrd_archRob Herring2013-10-091-10/+0Star
| * | | mips: use early_init_dt_scanRob Herring2013-10-091-36/+3Star
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-121-10/+9Star
|\ \ \
| * \ \ Merge branch 'linus' into sched/coreIngo Molnar2013-11-013-3/+3
| |\ \ \ | | | |/ | | |/|
| * | | Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-094-23/+42
| |\ \ \ | | | |/ | | |/|
| * | | sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra2013-10-041-10/+9Star
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-11-0817-688/+737
|\ \ \ \
| * | | | MIPS: traps: Reformat notify_die invocations to 80 columns.Ralf Baechle2013-10-291-10/+14
| * | | | MIPS: Print correct PC in trace dump after NMI exceptionLeonid Yegoshin2013-10-292-5/+22
| * | | | MIPS: kernel: cpu-probe: Report CPU id during probeLeonid Yegoshin2013-10-291-2/+2
| * | | | MIPS: Remove bogus BUG_ON()Markos Chandras2013-10-291-1/+0Star
| * | | | MIPS: PowerTV: Remove support code.Ralf Baechle2013-10-292-152/+0Star
| * | | | MIPS: ftrace: Add support for syscall tracepoints.Ralf Baechle2013-10-291-0/+10
| * | | | MIPS: ptrace: Switch syscall reporting to tracehook_report_syscall_entry().Ralf Baechle2013-10-291-2/+4
| * | | | MIPS: Move audit_arch() helper function to __syscall_get_arch().Ralf Baechle2013-10-291-13/+3Star
| * | | | MIPS: Implement task_user_regset_view.Ralf Baechle2013-10-291-0/+129
| * | | | MIPS: ptrace: Use tracehook helpers.Ralf Baechle2013-10-291-41/+5Star
| * | | | MIPS: O32 / 32-bit: Always copy 4 stack arguments.Ralf Baechle2013-10-292-433/+401Star
| * | | | MIPS: Provide arch_syscall_addr.Ralf Baechle2013-10-292-0/+34
| * | | | MIPS: 32-bit: Remove unused gas macros fifty and mille.Ralf Baechle2013-10-291-14/+0Star
| * | | | MIPS: 64-bit: Mark native syscall table as data object.Ralf Baechle2013-10-291-1/+2
| * | | | MIPS: compat: Mark N32 syscall table as data object.Ralf Baechle2013-10-291-0/+1
| * | | | MIPS: compat: Export O32 syscall table and rename to avoid duplicate symbol.Ralf Baechle2013-10-291-5/+5
| * | | | MIPS: Tell R4k SC and MC variations apartMaciej W. Rozycki2013-10-291-4/+24
| * | | | MIPS: Add 8250/16550 serial early printk driverYoichi Yuasa2013-10-292-0/+67
| * | | | MIPS: Fix start of free memory when using initrdGreg Ungerer2013-10-291-5/+14
| * | | | MIPS: Panic messages should not end in \n.Ralf Baechle2013-10-292-3/+3
| * | | | MIPS: Use NUMA_NO_NODE instead of -1 for node ID.Ralf Baechle2013-10-291-1/+2
| * | | | MIPS: SMP: kill redundant call of generic_smp_call_function_single_interrupt()Jiang Liu2013-10-291-1/+0Star
| | |_|/ | |/| |
* / | | MIPS: Perf: Fix 74K cache mapDeng-Cheng Zhu2013-10-291-2/+2
|/ / /
* | / MIPS: stack protector: Fix per-task canary switchJames Hogan2013-10-073-3/+3
| |/ |/|
* | MIPS: Disable usermode switching of the FR bit for MIPS R5 CPUs.Ralf Baechle2013-09-191-0/+13
* | MIPS: Cleanup CP0 PRId and CP1 FPIR register access masksMaciej W. Rozycki2013-09-181-20/+22
* | MIPS: Optimize current_cpu_type() for better code.Ralf Baechle2013-09-174-3/+7
|/
* MIPS: kernel: vpe: Make vpe_attrs an array of pointers.Markos Chandras2013-09-131-1/+1
* MIPS: Fix SMP core calculations when using MT support.Leonid Yegoshin2013-09-131-2/+11