summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Fix LLVM build issue.Ralf Baechle2015-08-181-1/+1
* MIPS: Fix seccomp syscall argument for MIPS64Markos Chandras2015-08-162-2/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-08-0929-60/+128
|\
| * MIPS: Make set_pte() SMP safe.David Daney2015-08-051-0/+31
| * MIPS: Replace add and sub instructions in relocate_kernel.S with addiuJames Cowgill2015-08-031-4/+4
| * MIPS: Flush RPS on kernel entry with EVAJames Hogan2015-08-031-0/+25
| * Revert "MIPS: BCM63xx: Provide a plat_post_dma_flush hook"Florian Fainelli2015-08-031-10/+0
| * MIPS: BMIPS: Delete unused Kconfig symbolKevin Cernekee2015-08-031-1/+0
| * MIPS: Export get_c0_perfcount_int()Felix Fietkau2015-08-036-0/+6
| * MIPS: show_stack: Fix stack trace with EVAJames Hogan2015-08-031-0/+7
| * MIPS: do_mcheck: Fix kernel code dump with EVAJames Hogan2015-08-031-0/+6
| * MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith2015-08-0313-30/+29
| * MIPS: Partially disable RIXI support.Ralf Baechle2015-08-031-4/+4
| * MIPS: Handle page faults of executable but unreadable pages correctly.Ralf Baechle2015-08-031-1/+2
| * MIPS: Malta: Don't reinitialise RTCJames Hogan2015-08-031-6/+9
| * MIPS: unaligned: Fix build error on big endian R6 kernelsJames Cowgill2015-08-031-1/+1
| * MIPS: Fix sched_getaffinity with MT FPAFF enabledFelix Fietkau2015-08-031-2/+3
| * MIPS: Fix build with CONFIG_OF=y for non OF-enabled targetsJonas Gorski2015-08-031-1/+1
* | signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras2015-08-071-2/+0
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-07-199-29/+7
|\
| * MIPS: fpu.h: Allow 64-bit FPU on a 64-bit MIPS R6 CPUMarkos Chandras2015-07-191-1/+1
| * MIPS: SB1: Remove support for Pass 1 parts.Ralf Baechle2015-07-146-25/+2
| * MIPS: Require O32 FP64 support for MIPS64 with O32 compatPaul Burton2015-07-141-0/+1
| * MIPS: asm-offset.c: Patch up various comments refering to the old filename.Ralf Baechle2015-07-142-3/+3
* | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-172-15/+1
|/
* MIPS: O32: Use compat_sys_getsockopt.Ralf Baechle2015-07-101-1/+1
* MIPS: c-r4k: Extend way_string arrayPaul Burton2015-07-101-1/+3
* MIPS: Pistachio: Support CDMM & Fast Debug ChannelJames Hogan2015-07-102-1/+12
* MIPS: Malta: Make GIC FDC IRQ workaround Malta specificJames Hogan2015-07-101-7/+13
* MIPS: c-r4k: Fix cache flushing for MT coresMarkos Chandras2015-07-103-4/+55
* Revert "MIPS: Kconfig: Disable SMP/CPS for 64-bit"Markos Chandras2015-07-091-1/+1
* MIPS: cps-vec: Use macros for various arithmetics and memory operationsMarkos Chandras2015-07-091-16/+16
* MIPS: kernel: cps-vec: Replace KSEG0 with CKSEG0Markos Chandras2015-07-091-2/+2
* MIPS: kernel: cps-vec: Use ta0-ta3 pseudo-registers for 64-bitMarkos Chandras2015-07-091-21/+21
* MIPS: kernel: cps-vec: Replace mips32r2 ISA level with mips64r2Markos Chandras2015-07-091-2/+2
* MIPS: kernel: cps-vec: Replace 'la' macro with PTR_LAMarkos Chandras2015-07-091-10/+10
* MIPS: kernel: smp-cps: Fix 64-bit compatibility errors due to pointer castingMarkos Chandras2015-07-091-3/+3
* MIPS: Fix erroneous JR emulation for MIPS R6Markos Chandras2015-07-091-1/+1
* MIPS: Fix branch emulation for BLTC and BGEC instructionsMarkos Chandras2015-07-092-4/+4
* MIPS: kernel: traps: Fix broken indentationMarkos Chandras2015-07-091-4/+4
* MIPS: bootmem: Don't use memory holes for page bitmapAlexander Sverdlin2015-07-091-8/+5
* MIPS: O32: Do not handle require 32 bytes from the stack to be readable.Ralf Baechle2015-07-082-18/+52
* MIPS, CPUFREQ: Fix spelling of Institute.Ralf Baechle2015-07-0710-10/+10
* MIPS: Lemote 2F: Fix build caused by recent mass rename.Ralf Baechle2015-07-071-1/+1
* Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-07-012-5/+0
|\
| * Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2015-06-304-6/+2
| |\
| | * of: clean-up unnecessary libfdt include pathsRob Herring2015-06-042-5/+0
| | * MIPS: prepare for user enabling of CONFIG_OFRob Herring2015-06-042-1/+2
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-014-8/+7
|\ \ \
| * | | MIPS/ralink: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-2/+1