summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)Author
2015-08-26MIPS: CM: Add support for reporting CM cache errorsMarkos Chandras
2015-08-26MIPS: CPC: Fix type for GCR CPC base reg for 64-bitMarkos Chandras
2015-08-26MIPS: CM: The CMGCRBase register is 64-bit on 64 bit kernels.Markos Chandras
2015-08-26MIPS: mips-cm: Extend CM accessors for 64-bit CPUsMarkos Chandras
2015-08-26MIPS: Add platform callback before initializing the L2 cacheMarkos Chandras
2015-08-26MIPS: Add MIPS I6400 probe supportMarkos Chandras
2015-08-26MIPS: Add cases for CPU_I6400Markos Chandras
2015-08-18MIPS: Fix LLVM build issue.Ralf Baechle
2015-08-16MIPS: Fix seccomp syscall argument for MIPS64Markos Chandras
2015-08-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras
2015-08-03MIPS: Replace add and sub instructions in relocate_kernel.S with addiuJames Cowgill
2015-08-03jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra
2015-08-03MIPS: show_stack: Fix stack trace with EVAJames Hogan
2015-08-03MIPS: do_mcheck: Fix kernel code dump with EVAJames Hogan
2015-08-03MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith
2015-08-03MIPS: unaligned: Fix build error on big endian R6 kernelsJames Cowgill
2015-08-03MIPS: Fix sched_getaffinity with MT FPAFF enabledFelix Fietkau
2015-08-03MIPS: Fix build with CONFIG_OF=y for non OF-enabled targetsJonas Gorski
2015-07-31MIPS/irqchip: Move i8259 irqchip driver to drivers/irqchipRalf Baechle
2015-07-31mips/irq: prepare for drivers/irqchip/irqchip.h removalJoel Porquet
2015-07-14MIPS: asm-offset.c: Patch up various comments refering to the old filename.Ralf Baechle
2015-07-10MIPS: O32: Use compat_sys_getsockopt.Ralf Baechle
2015-07-10MIPS: c-r4k: Fix cache flushing for MT coresMarkos Chandras
2015-07-09MIPS: cps-vec: Use macros for various arithmetics and memory operationsMarkos Chandras
2015-07-09MIPS: kernel: cps-vec: Replace KSEG0 with CKSEG0Markos Chandras
2015-07-09MIPS: kernel: cps-vec: Use ta0-ta3 pseudo-registers for 64-bitMarkos Chandras
2015-07-09MIPS: kernel: cps-vec: Replace mips32r2 ISA level with mips64r2Markos Chandras
2015-07-09MIPS: kernel: cps-vec: Replace 'la' macro with PTR_LAMarkos Chandras
2015-07-09MIPS: kernel: smp-cps: Fix 64-bit compatibility errors due to pointer castingMarkos Chandras
2015-07-09MIPS: Fix branch emulation for BLTC and BGEC instructionsMarkos Chandras
2015-07-09MIPS: kernel: traps: Fix broken indentationMarkos Chandras
2015-07-09MIPS: bootmem: Don't use memory holes for page bitmapAlexander Sverdlin
2015-07-08MIPS: O32: Do not handle require 32 bytes from the stack to be readable.Ralf Baechle
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-06-21MIPS: IRQ/IP27: Move IRQ allocation API to platform code.Ralf Baechle
2015-06-21MIPS: i8259: DT supportPaul Burton
2015-06-21MIPS: Add support for vmlinux.bin appended dtbJonas Gorski
2015-06-21MIPS: prepare for user enabling of CONFIG_OFRob Herring
2015-06-21MIPS: R12000: Enable branch prediction global historyJoshua Kinard
2015-06-21MIPS: Get rid of 'kgdb_early_setup' cruft.Sergei Shtylyov
2015-06-21MIPS/IRQCHIP: Move irq_chip from arch/mips to drivers/irqchip.Ralf Baechle
2015-06-21MIPS: ingenic: Add newer vendor IDsPaul Burton
2015-06-21MIPS: Add SysRq operation to dump TLBs on all CPUsJames Hogan
2015-06-21MIPS: traps: print Exception Code in __show_regs()Petri Gynther
2015-06-06MIPS: Fix enabling of DEBUG_STACKOVERFLOWJames Hogan
2015-06-03MIPS: Avoid an FPE exception in FCSR mask probingMaciej W. Rozycki
2015-06-02Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar