1. 1b505de MIPS: Use EXCCODE_ constants with set_except_vector() by James Hogan · 9 years ago
  2. da34232 Merge branch '4.3-fixes' into mips-for-linux-next by Ralf Baechle · 9 years ago
  3. 7963b3f MIPS: add nmi_enter() + nmi_exit() to nmi_exception_handler() by Petri Gynther · 9 years ago
  4. a13c996 MIPS: traps: tidy up ebase calculation by Paul Burton · 9 years ago
  5. 40e084a MIPS: Add uprobes support. by Ralf Baechle · 9 years ago
  6. e3b2883 MIPS: Set trap_no field in thread_struct on exception. by Ralf Baechle · 9 years ago
  7. 3c865dd MIPS: Refactor dumping of TLB registers for r3k/r4k by James Hogan · 9 years ago
  8. 4e88a86 MIPS: Add cases for CPU_I6400 by Markos Chandras · 10 years ago
  9. 1e77863 MIPS: show_stack: Fix stack trace with EVA by James Hogan · 9 years ago
  10. 55c723e MIPS: do_mcheck: Fix kernel code dump with EVA by James Hogan · 9 years ago
  11. 761b449 MIPS: kernel: traps: Fix broken indentation by Markos Chandras · 10 years ago
  12. 52ea7bf MIPS: Get rid of 'kgdb_early_setup' cruft. by Sergei Shtylyov · 10 years ago
  13. 37dd381 MIPS: traps: print Exception Code in __show_regs() by Petri Gynther · 10 years ago
  14. 2d2ec2f MIPS: traps: remove extra Tainted: line from __show_regs() output by Petri Gynther · 10 years ago
  15. 6496edf Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  16. bfaf245 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  17. 304acb7 MIPS: Set `si_code' for SIGFPE signals sent from emulation too by Maciej W. Rozycki · 10 years ago
  18. 443c440 MIPS: Always clear FCSR cause bits after emulation by Maciej W. Rozycki · 10 years ago
  19. ed2d72c MIPS: Respect the FCSR exception mask for `si_code' by Maciej W. Rozycki · 10 years ago
  20. 2d83fea MIPS: Correct FP ISA requirements by Maciej W. Rozycki · 10 years ago
  21. c987503 MIPS: Fix BREAK code interpretation heuristics by Maciej W. Rozycki · 10 years ago
  22. f6a31da MIPS: BREAK instruction interpretation corrections by Maciej W. Rozycki · 10 years ago
  23. 68893e0 MIPS: Correct MIPS16 BREAK code interpretation by Maciej W. Rozycki · 10 years ago
  24. 27e28e8 MIPS: Normalise code flow in the CpU exception handler by Maciej W. Rozycki · 10 years ago
  25. 4a7c237 MIPS: Reindent R6 RI exception emulation by Maciej W. Rozycki · 10 years ago
  26. 1f44377 MIPS: Correct the comment for FPU emulator traps by Maciej W. Rozycki · 10 years ago
  27. 8f7ff02 MIPS: Read CPU IRQ line that FDC to routed to by James Hogan · 10 years ago
  28. 4a91d8f MIPS: Allow shared IRQ for timer & perf counter by James Hogan · 10 years ago
  29. 64bedff MIPS: Clear [MSA]FPE CSR.Cause after notify_die() by James Hogan · 10 years ago
  30. ad70c13 MIPS: Ensure FCSR cause bits are clear after invoking FPU emulator by Paul Burton · 10 years ago
  31. 8dd9289 mips: fix up obsolete cpu function usage. by Rusty Russell · 10 years ago
  32. a135c71 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  33. 7c151d3 MIPS: Make use of the ERETNC instruction on MIPS R6 by Markos Chandras · 10 years ago
  34. b0a668f MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6 by Leonid Yegoshin · 10 years ago
  35. 9c7d576 MIPS: kernel: traps: Add MIPS R6 related definitions by Leonid Yegoshin · 10 years ago
  36. 4695089 MIPS: Add cases for CPU_QEMU_GENERIC by Leonid Yegoshin · 10 years ago
  37. 9791554 MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPS by Paul Burton · 10 years ago
  38. d76e9b9 MIPS: traps: Fix inline asm ctc1 missing .set hardfloat by James Hogan · 10 years ago
  39. 26b40ef MIPS: traps: Dump the PageGrain and Wired registers on MC by Markos Chandras · 10 years ago
  40. 31ec86b MIPS: traps: Dump the HTW registers on a MC exception by Markos Chandras · 10 years ago
  41. 314727f MIPS: traps: Replace printk with pr_err for MC exceptions by Markos Chandras · 10 years ago
  42. 4227a2d MIPS: Support for hybrid FPRs by Paul Burton · 10 years ago
  43. 762a1f4 MIPS: disable preemption whilst initialising MSA by Paul Burton · 11 years ago
  44. 732c0c3 MIPS: fix MSA context for tasks which don't use FP first by Paul Burton · 10 years ago
  45. c901775 MIPS: init upper 64b of vector registers when MSA is first used by Paul Burton · 10 years ago
  46. b834067 MIPS: preserve scalar FP CSR when switching vector context by Paul Burton · 11 years ago
  47. 5890f70 MIPS: Use dedicated exception handler if CPU supports RI/XI exceptions by Leonid Yegoshin · 10 years ago
  48. f8647b5 Merge branch '3.15-fixes' into mips-for-linux-next by Ralf Baechle · 11 years ago
  49. f7a89f1 MIPS: Call find_vma with the mmap_sem held by Davidlohr Bueso · 11 years ago
  50. 2e2d663 Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-for-linux-next by Ralf Baechle · 11 years ago
  51. 721a920 MIPS: Fix typo when reporting cache and ftlb errors for ImgTec cores by Markos Chandras · 11 years ago
  52. b633648c5 MIPS: MT: Remove SMTC support by Ralf Baechle · 11 years ago
  53. ae4ce45 MIPS: traps: Add CPU PM callback for trap configuration by James Hogan · 11 years ago
  54. 078dde5 MIPS: traps: Set correct address limit for breakpoints and traps by Leonid Yegoshin · 11 years ago
  55. b08a9c9 MIPS: kernel: traps: Whitespace clean up by Markos Chandras · 11 years ago
  56. aced4cb MIPS: Add cases for CPU_P5600 by James Hogan · 11 years ago
  57. 2bcb3fb MIPS: Dumb MSA FP exception handler by Paul Burton · 11 years ago
  58. 1db1af8 MIPS: Basic MSA context switching support by Paul Burton · 11 years ago
  59. 442e14a MIPS: Add 1074K CPU support explicitly. by Steven J. Hill · 11 years ago
  60. 26ab96d MIPS: Add support for interAptiv cores by Leonid Yegoshin · 11 years ago
  61. 75b5b5e MIPS: Add support for FTLBs by Leonid Yegoshin · 11 years ago
  62. 708ac4b MIPS: Add support for the proAptiv cores by Leonid Yegoshin · 11 years ago
  63. 6de2045 MIPS: Add printing of ES bit for Imgtec cores when cache error occurs. by Leonid Yegoshin · 11 years ago
  64. 597ce17 MIPS: Support for 64-bit FP with O32 binaries by Paul Burton · 11 years ago
  65. dc73e4c MIPS: traps: Reformat notify_die invocations to 80 columns. by Ralf Baechle · 11 years ago
  66. 83e4da1 MIPS: Print correct PC in trace dump after NMI exception by Leonid Yegoshin · 11 years ago
  67. c1724c8 MIPS: Remove bogus BUG_ON() by Markos Chandras · 11 years ago
  68. 69f24d1 MIPS: Optimize current_cpu_type() for better code. by Ralf Baechle · 11 years ago
  69. 1b05018 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  70. a47bde9 MIPS: Delete dead invocation of exception_exit(). by Ralf Baechle · 11 years ago
  71. 078a55f MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code by Paul Gortmaker · 12 years ago
  72. 6ac5310 Merge branch '3.10-fixes' into mips-for-linux-next by Ralf Baechle · 12 years ago
  73. c6213c6 MIPS: microMIPS: Fix improper definition of ISA exception bit. by Steven J. Hill · 12 years ago
  74. 1990e54 MIPS: Get rid of MIPS I flag and test macros. by Ralf Baechle · 12 years ago
  75. a3d9086 MIPS: Flush TLB handlers directly after writing them by Jonas Gorski · 12 years ago
  76. 83bee79 MIPS: Allow kernel to use coprocessor 2 by Jayachandran C · 12 years ago
  77. c3fc5cd MIPS: Implement HAVE_CONTEXT_TRACKING. by Ralf Baechle · 12 years ago
  78. a9a6e7a MIPS: Trap exception handling fixes by Maciej W. Rozycki · 12 years ago
  79. f94d9a8 MIPS: Idle: Do address fiddlery in helper functions. by Ralf Baechle · 12 years ago
  80. bdc92d74 MIPS: Idle: Consolidate all declarations in <asm/idle.h>. by Ralf Baechle · 12 years ago
  81. 48c4ac9 Revert "MIPS: Allow ASID size to be determined at boot time." by David Daney · 12 years ago
  82. daf799c Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  83. b22d1b6 Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill into mips-for-linux-next by Ralf Baechle · 12 years ago
  84. 5e0e61d Merge branch 'next/kvm' into mips-for-linux-next by Ralf Baechle · 12 years ago
  85. 2a0b24f MIPS: microMIPS: Add support for exception handling. by Steven J. Hill · 12 years ago
  86. 102cedc MIPS: microMIPS: Floating point support. by Leonid Yegoshin · 12 years ago
  87. d532f3d MIPS: Allow ASID size to be determined at boot time. by Steven J. Hill · 12 years ago
  88. 9843b03 KVM/MIPS32: KVM Guest kernel support. by Sanjay Lal · 12 years ago
  89. 9b3539e Merge branch 'mips-next-3.10' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-next by Ralf Baechle · 12 years ago
  90. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 12 years ago
  91. 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 12 years ago
  92. 1186e4e MIPS: Avoid overoptimization by GCC. by Ralf Baechle · 12 years ago
  93. 86a1708 MIPS: Make tlb exception handler definitions and declarations match. by Ralf Baechle · 12 years ago
  94. adb3789 MIPS: Fix ISA level which causes secondary cache init bypassing and more by Deng-Cheng Zhu · 12 years ago
  95. aebb2af Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  96. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 12 years ago
  97. b968831 MIPS: Whitespace cleanups and reformatting. by Steven J. Hill · 12 years ago
  98. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 12 years ago
  99. 051ff44 MIPS: Handle COP3 Unusable exception as COP1X for FP emulation by Maciej W. Rozycki · 13 years ago
  100. 7aa1c8f MIPS: kdump: Add support by Ralf Baechle · 12 years ago