1. b31dc3c [MIPS] make plat_perf_setup() static by Dmitri Vorobiev · 16 years ago
  2. ddaf574 [MIPS] make mdesc and prom_getmdesc() static by Dmitri Vorobiev · 16 years ago
  3. 33d69d2 [MIPS] make mips_ejtag_setup() static by Dmitri Vorobiev · 16 years ago
  4. cd2675f [MIPS] make mips_nmi_setup() static by Dmitri Vorobiev · 16 years ago
  5. 39b8d52 [MIPS] Add support for MIPS CMP platform. by Ralf Baechle · 16 years ago
  6. 3084024 [MIPS] Add CoreFPGA5 support; distinguish between SOCit/ROCit by Chris Dearman · 17 years ago
  7. 234fcd1 [MIPS] Fix loads of section missmatches by Ralf Baechle · 16 years ago
  8. 750dc31 [MIPS] Malta: remaining bits of the board support code cleanup by Dmitri Vorobiev · 17 years ago
  9. ef7645c [MIPS] Malta: make the helper function static by Dmitri Vorobiev · 17 years ago
  10. cd80d54 [MIPS] Malta: fix braces at single statement blocks by Dmitri Vorobiev · 17 years ago
  11. bbdda5e [MIPS] Malta, Atlas: move an extern function declaration to the header file by Dmitri Vorobiev · 17 years ago
  12. ae9cef0 [MIPS] Malta: Use C89 style for comments by Dmitri Vorobiev · 17 years ago
  13. 52b3fc0 [MIPS] Malta: else should follow close brace in malta_int.c by Dmitri Vorobiev · 17 years ago
  14. a6352cd [MIPS] Malta: remove a superfluous comment by Dmitri Vorobiev · 17 years ago
  15. 54bf038 [MIPS] Malta: include <linux/cpu.h> instead of <asm/cpu.h> by Dmitri Vorobiev · 17 years ago
  16. 1997267 [MIPS] Malta, Atlas, Sead: remove an extern from .c files by Dmitri Vorobiev · 17 years ago
  17. f807149 [MIPS] Malta: fix oversized lines in malta_int.c by Dmitri Vorobiev · 17 years ago
  18. 82a1791 [MIPS] Malta: remove a dead function declaration by Dmitri Vorobiev · 17 years ago
  19. af82558 [MIPS] Malta: use tabs not spaces by Dmitri Vorobiev · 17 years ago
  20. a382963 [MIPS] Malta: set up the screen info in a separate function by Dmitri Vorobiev · 17 years ago
  21. f3a4ce9 [MIPS] Malta: check the PCI clock frequency in a separate function by Dmitri Vorobiev · 17 years ago
  22. 8216d34 [MIPS] Malta: use the KERN_ facility level in printk() by Dmitri Vorobiev · 17 years ago
  23. 4ca7651 [MIPS] Malta: use Linux kernel style for structure initialization by Dmitri Vorobiev · 17 years ago
  24. 87353d8 [MIPS] SMP: Call platform methods via ops structure. by Ralf Baechle · 17 years ago
  25. 0487de9 [MIPS] Malta: Fix reading the PCI clock frequency on big-endian by Dmitri Vorobiev · 17 years ago
  26. e452e94 [MIPS] Replace 40c7869b693b18412491fdcff64682215b739f9e kludge by Atsushi Nemoto · 17 years ago
  27. 84c21e2 [MIPS] Malta: Fix software reset on big endian by Dmitri Vorobiev · 17 years ago
  28. 40c7869 [MIPS] Atlas, Malta: Don't free firmware memory on free_initmem. by Ralf Baechle · 17 years ago
  29. 6d2d419 [MIPS] Don't byteswap writes to display when running bigendian by Chris Dearman · 17 years ago
  30. 38760d4 [MIPS] time: Replace plat_timer_setup with modern APIs. by Ralf Baechle · 17 years ago
  31. fa33a54 [MIPS] Malta: Delete dead code. by Ralf Baechle · 17 years ago
  32. 21a151d [MIPS] checkfiles: Fix "need space after that ','" errors. by Ralf Baechle · 17 years ago
  33. 49a89ef [MIPS] Fix "no space between function name and open parenthesis" warnings. by Ralf Baechle · 17 years ago
  34. d865bea [MIPS] i8253 PIT clocksource and clockevent drivers by Ralf Baechle · 17 years ago
  35. ea58040 [MIPS] Dyntick support for SMTC: by Ralf Baechle · 17 years ago
  36. 7bcf771 [MIPS] Implement clockevents for R4000-style cp0 count/compare interrupt by Ralf Baechle · 17 years ago
  37. 91a2fcc [MIPS] Consolidate all variants of MIPS cp0 timer interrupt handlers. by Ralf Baechle · 17 years ago
  38. 4b55048 [MIPS] Deforest the function pointer jungle in the time code. by Ralf Baechle · 17 years ago
  39. f571eff [MIPS] IRQ Affinity Support for SMTC on Malta Platform by Kevin D. Kissell · 17 years ago
  40. 48d480b [MIPS] Malta: Fix off by one bug in interrupt handler. by Ralf Baechle · 17 years ago
  41. 153ef95 [MIPS] MIPSsim: Delete old file that survived moving around in the tree. by Ralf Baechle · 17 years ago
  42. 45a98eb [MIPS] Malta: Include <linux/irq.h for cp0_compare_irq / cp0_perfcount_irq. by Ralf Baechle · 17 years ago
  43. 428ab28 [MIPS] SMP: Scatter __cpuinit over the code as needed. by Ralf Baechle · 17 years ago
  44. dc0366b [MIPS] SMTC: Fix secondary VPE interrupt mask initialization. by Ralf Baechle · 17 years ago
  45. dde96ca [MIPS] Use -Werror on subdirectories which build cleanly. by Ralf Baechle · 17 years ago
  46. 4d7d814 [MIPS] Fix modpost warning. by Ralf Baechle · 17 years ago
  47. a11b18e [MIPS] MTI: Add CoreFPGA4 ID. by Chris Dearman · 17 years ago
  48. c3a005f [MIPS] SMTC: Safety net for i8259A interrupts. by Kevin D. Kissell · 17 years ago
  49. efaa534 [MIPS] SMTC: smtc_timer_broadcast ignores its arguments, make it void. by Ralf Baechle · 17 years ago
  50. b187f18 serial: add early_serial_setup() back to header file by Yinghai Lu · 17 years ago
  51. e7c4782 [MIPS] Put an end to <asm/serial.h>'s long and annyoing existence by Ralf Baechle · 17 years ago
  52. f6e2373 [MIPS] MIPSsim: Move code away from the other MIPS Inc. BSP code. by Ralf Baechle · 17 years ago
  53. 3b1d4ed [MIPS] Don't drag a platform specific header into generic arch code. by Ralf Baechle · 17 years ago
  54. 7b4f4ec [MIPS] Fix builds where MSC01E_xxx is undefined. by Chris Dearman · 17 years ago
  55. ffe9ee4 [MIPS] Separate performance counter interrupts by Chris Dearman · 17 years ago
  56. b72c052 [MIPS] Malta: Fix for SOCitSC based Maltas by Chris Dearman · 17 years ago
  57. cf75789 [MIPS] SMTC: Fix build error caused by nonsense code. by Chris Dearman · 17 years ago
  58. d3a5091 [MIPS] Atlas: Fix build. by Ralf Baechle · 17 years ago
  59. 79894c7 [MIPS] Atlas, Malta, SEAD: Remove scroll from interrupt handler. by Ralf Baechle · 17 years ago
  60. d725cf3 [MIPS] MT: Reenable EIC support and add support for SOCit SC. by Chris Dearman · 17 years ago
  61. 1e2b980 MIPSnet: Modernize use platform_device API. by Ralf Baechle · 17 years ago
  62. e3cf10e [MIPS] Malta: Delete unused prototype of mips_timer_interrupt. by Ralf Baechle · 17 years ago
  63. f197465 [MIPS] MIPS Tech: Get rid of volatile in core code. by Ralf Baechle · 17 years ago
  64. 252161e [MIPS] merge GT64111 PCI routines and GT64120 PCI_0 routines by Yoichi Yuasa · 17 years ago
  65. 43e3c88 [MIPS] mips-boards: More liberal check for mips-board console by Thiemo Seufer · 17 years ago
  66. 57a2050 [MIPS] SMTC: De-obscure Malta hooks. by Ralf Baechle · 17 years ago
  67. f76b7ea [MIPS] Atlas, Malta: Fix build warning. by Ralf Baechle · 17 years ago
  68. 36a8853 [MIPS] Fix and cleanup the mess that a dozen prom_printf variants are. by Ralf Baechle · 17 years ago
  69. 12e4396 [MIPS] No need to write c0_compare in plat_timer_setup by Atsushi Nemoto · 17 years ago
  70. d2af363 [MIPS] Kill redundant EXTRA_AFLAGS by Atsushi Nemoto · 17 years ago
  71. 25b8ac3 [MIPS] Use ARRAY_SIZE macro when appropriate by Ahmed S. Darwish · 17 years ago
  72. 70d21cd [MIPS] use name instead of typename for each irq_chip by Atsushi Nemoto · 18 years ago
  73. c44e8d5 [MIPS] prom_free_prom_memory cleanup by Atsushi Nemoto · 18 years ago
  74. 97dcb82 [MIPS] Define MIPS_CPU_IRQ_BASE in generic header by Atsushi Nemoto · 18 years ago
  75. 9616d54 [MIPS] Fix typo of "CONFIG_MT_SMP". by Robert P. J. Day · 18 years ago
  76. bf2326e [PATCH] Malta: Fix build if CONFIG_MTD is diabled. by Jan Altenberg · 18 years ago
  77. f75f369 [MIPS] Fix build errors on SEAD by Atsushi Nemoto · 18 years ago
  78. 61e84f9 [MIPS] Malta: Add missing MTD file. by Ralf Baechle · 18 years ago
  79. b228f4c [MIPS] Malta: Resurrect MTD support for onboard flash. by Ralf Baechle · 18 years ago
  80. dd6bfd6 [MIPS] Fix double inclusions by Nicolas Kaiser · 18 years ago
  81. 1417836 [MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irq by Atsushi Nemoto · 18 years ago
  82. 1603b5a [MIPS] IRQ cleanups by Atsushi Nemoto · 18 years ago
  83. 177b292 [MIPS] Fix Bonito bootup message. by Ralf Baechle · 18 years ago
  84. 67cac1e [MIPS] Fix warning in mips-boards generic PCI by Yoichi Yuasa · 18 years ago
  85. 242954b [MIPS] 16K & 64K page size fixes by Ralf Baechle · 18 years ago
  86. 70e46f4 [MIPS] VSMP: Synchronize cp0 counters on bootup. by Ralf Baechle · 18 years ago
  87. e79f55a [MIPS] Flags must be unsigned long. by Ralf Baechle · 18 years ago
  88. 224dc50 [MIPS] Cleanup remaining references to mips_counter_frequency. by Ralf Baechle · 18 years ago
  89. ba38cdf [MIPS] Malta: Fix uninitialized regs pointer. by Ralf Baechle · 18 years ago
  90. 0118c3c [MIPS] Malta: Fix build for non-MIPS32/64 configuration. by Ralf Baechle · 18 years ago
  91. 27f768192 [MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions. by Ralf Baechle · 18 years ago
  92. 937a801 [MIPS] Complete fixes after removal of pt_regs argument to int handlers. by Ralf Baechle · 18 years ago
  93. fc095a9 [MIPS] Atlas: update interrupt handling by Maciej W. Rozycki · 18 years ago
  94. 846acaa [MIPS] Patch to arch/mips/mips-boards/generic/time.c by Kevin D. Kissell · 18 years ago
  95. 5fd3265 [MIPS] MIPSsim: Build fix, rename sim_timer_setup -> plat_timer_setup. by Ralf Baechle · 18 years ago
  96. 75da124 [MIPS] Remove unused code. by Ralf Baechle · 18 years ago
  97. ece2246 [MIPS] Atlas, Malta, SEAD: Don't disable interrupts in mips_time_init(). by Ralf Baechle · 18 years ago
  98. 54d0a21 [MIPS] Replace board_timer_setup function pointer by plat_timer_setup. by Ralf Baechle · 18 years ago
  99. 783b09d [MIPS] MIPSsim: Delete redeclaration of ll_local_timer_interrupt. by Ralf Baechle · 18 years ago
  100. e1a4e46 [MIPS] Malta: Fix build of certain configs. by Ralf Baechle · 18 years ago