summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-121-10/+9
|\
| * 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/+9
* | | | 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/+0
| * | | | MIPS: PowerTV: Remove support code.Ralf Baechle2013-10-292-152/+0
| * | | | 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/+3
| * | | | MIPS: Implement task_user_regset_view.Ralf Baechle2013-10-291-0/+129
| * | | | MIPS: ptrace: Use tracehook helpers.Ralf Baechle2013-10-291-41/+5
| * | | | MIPS: O32 / 32-bit: Always copy 4 stack arguments.Ralf Baechle2013-10-292-433/+401
| * | | | 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/+0
| * | | | 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/+0
| | |_|/ | |/| |
* | | | 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
* MIPS: DECstation HRT initialization rearrangementMaciej W. Rozycki2013-09-131-1/+7
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-09-128-56/+81
|\
| * Merge branch '3.11-fixes' into mips-for-linux-nextRalf Baechle2013-09-053-54/+57
| |\
| | * MIPS: kexec: Fix random crashes while loading crashkernelPrem Mallappa2013-09-051-51/+48
| | * MIPS: kdump: Skip walking indirection page for crashkernelsPrem Mallappa2013-09-051-0/+6
| | * MIPS: DECstation HRT calibration bug fixesMaciej W. Rozycki2013-09-051-3/+3
| * | Merge branch '3.11-fixes' into mips-for-linux-nextRalf Baechle2013-09-042-2/+10
| |\ \ | | |/
| | * MIPS: Ftrace: Fix function tracing return address to matchCorey Minyard2013-09-031-1/+1
| | * MIPS: R4k clock source initialization bug fixMaciej W. Rozycki2013-09-031-1/+9
| * | MIPS: Netlogic: Add support for XLP2XXJayachandran C2013-09-031-0/+5
| * | MIPS: Discard .eh_frame sections in linker script.David Daney2013-08-261-0/+1
| * | MIPS: Use r4k_wait for OCTEON3 CPUs.David Daney2013-08-261-0/+1
| * | MIPS: Probe for new OCTEON CPU/SoC types.David Daney2013-08-261-0/+7
| |/
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-09-101-2/+1
|\ \
| * \ Merge tag 'v3.11-rc7' into devicetree/nextGrant Likely2013-08-282-9/+19
| |\ \ | | |/
| * | of: Specify initrd location using 64-bitSantosh Shilimkar2013-07-241-2/+1
OpenPOWER on IntegriCloud