summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\ \ \ | |_|/ |/| |
| * | MIPS/irqchip: Move i8259 irqchip driver to drivers/irqchipRalf Baechle2015-07-312-384/+0
| * | mips/irq: prepare for drivers/irqchip/irqchip.h removalJoel Porquet2015-07-311-2/+1
| |/
* | 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-097-20/+24
|\ \
| * | MIPS: Replace add and sub instructions in relocate_kernel.S with addiuJames Cowgill2015-08-031-4/+4
| * | 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-032-12/+2
| * | 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
|/
* MIPS: asm-offset.c: Patch up various comments refering to the old filename.Ralf Baechle2015-07-141-1/+1
* MIPS: O32: Use compat_sys_getsockopt.Ralf Baechle2015-07-101-1/+1
* MIPS: c-r4k: Fix cache flushing for MT coresMarkos Chandras2015-07-101-1/+43
* 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 branch emulation for BLTC and BGEC instructionsMarkos Chandras2015-07-091-2/+2
* 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
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-2711-240/+156
|\
| * MIPS: IRQ/IP27: Move IRQ allocation API to platform code.Ralf Baechle2015-06-211-38/+0
| * MIPS: i8259: DT supportPaul Burton2015-06-211-2/+41
| * MIPS: Add support for vmlinux.bin appended dtbJonas Gorski2015-06-212-1/+23
| * MIPS: prepare for user enabling of CONFIG_OFRob Herring2015-06-211-0/+1
| * MIPS: R12000: Enable branch prediction global historyJoshua Kinard2015-06-211-2/+6
| * MIPS: Get rid of 'kgdb_early_setup' cruft.Sergei Shtylyov2015-06-213-23/+0
| * MIPS/IRQCHIP: Move irq_chip from arch/mips to drivers/irqchip.Ralf Baechle2015-06-212-170/+0
| * MIPS: ingenic: Add newer vendor IDsPaul Burton2015-06-211-1/+3
| * MIPS: Add SysRq operation to dump TLBs on all CPUsJames Hogan2015-06-212-0/+78
| * MIPS: traps: print Exception Code in __show_regs()Petri Gynther2015-06-211-3/+4
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-221-7/+2
|\ \ | |/ |/|
| * Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-022-2/+2
| |\
| * | sched/preempt, MIPS: Properly lock access to the FPUDavid Hildenbrand2015-05-191-7/+2