1. dabdc18 MIPS: Print CM error reports upon bus errors by Paul Burton · 8 years ago
  2. f230202 MIPS: Sanitise coherentio semantics by Paul Burton · 8 years ago
  3. c834469b MIPS: Malta: Remove custom halt implementation by Paul Burton · 8 years ago
  4. 10b6ea0 MIPS: Malta: Use syscon-reboot driver to reboot by Paul Burton · 8 years ago
  5. 97af8e1 MIPS: Malta: Probe pflash via DT by Paul Burton · 8 years ago
  6. 0a46ffa MIPS: Malta: Probe RTC via DT by Paul Burton · 8 years ago
  7. eea1645 MIPS: Malta: Remove custom DT match table by Paul Burton · 8 years ago
  8. 38ec82f MIPS: Malta: Probe interrupt controllers via DT by Paul Burton · 8 years ago
  9. 0051fc2 MIPS: Malta: Use all available DDR by default by Paul Burton · 8 years ago
  10. 422dd25 MIPS: Malta: Allow PCI devices DMA to lower 2GB physical by Paul Burton · 8 years ago
  11. db19462 MIPS: Squash lines for simple wrapper functions by Masahiro Yamada · 8 years ago
  12. 305723a MIPS: Malta: Fix IOCU disable switch read for MIPS64 by Paul Burton · 8 years ago
  13. 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  14. 24e1df6 MIPS: malta-time: Take seconds into account by James Hogan · 8 years ago
  15. aab4673 MIPS: malta-time: Start GIC count before syncing to RTC by James Hogan · 8 years ago
  16. 5e7c1c9 MIPS: Introduce plat_get_fdt a platform API to retrieve the FDT by Matt Redfearn · 8 years ago
  17. 3af5a67 MIPS: Fix early CM probing by Paul Burton · 8 years ago
  18. ecafe3e MIPS: Malta: Register UP SMP ops if all else fails by Paul Burton · 9 years ago
  19. e81a8c7d MIPS: Malta: Setup RAM regions via DT by Paul Burton · 9 years ago
  20. ea05071 MIPS: Malta: Remove fw_memblock_t abstraction by Paul Burton · 9 years ago
  21. e1137e1 MIPS: Malta: Split obj-y entries across lines by Paul Burton · 9 years ago
  22. 570e5d2 MIPS: malta: Use generic platform_maar_init by Paul Burton · 9 years ago
  23. 3885c2b MIPS: CM: Add support for reporting CM cache errors by Markos Chandras · 9 years ago
  24. c014d16 MIPS: Add platform callback before initializing the L2 cache by Markos Chandras · 9 years ago
  25. 0cb0985 MIPS: Export get_c0_perfcount_int() by Felix Fietkau · 9 years ago
  26. 4ace613 MIPS: SMP: Don't increment irq_count multiple times for call function IPIs by Alex Smith · 9 years ago
  27. 106eccb MIPS: Malta: Don't reinitialise RTC by James Hogan · 9 years ago
  28. 6249ecb MIPS: Malta: Make GIC FDC IRQ workaround Malta specific by James Hogan · 9 years ago
  29. e8823d2 MIPS: Malta: Basic DT plumbing by Paul Burton · 9 years ago
  30. 41d5e08 Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  31. 3e20a26 Merge branch '4.0-fixes' into mips-for-linux-next by Ralf Baechle · 9 years ago
  32. f7f8aea MIPS: Malta: Detect and fix bad memsize values by Markos Chandras · 9 years ago
  33. be37a99 MIPS: Malta: malta-time: Ensure GIC counter is running by Markos Chandras · 9 years ago
  34. 602e8a3 MIPS: Malta: Implement get_c0_fdc_int() by James Hogan · 9 years ago
  35. 296b7c6 MIPS: Malta: Implement mips_cdmm_phys_base() by James Hogan · 9 years ago
  36. df519e7 serial: 8250_early: Remove setup_early_serial8250_console() by Peter Hurley · 9 years ago
  37. 15d45cc MIPS: Replace use of phys_t with phys_addr_t. by Ralf Baechle · 9 years ago
  38. b085451 clocksource: mips-gic: Move gic_frequency to clocksource driver by Andrew Bresticker · 10 years ago
  39. fa5635a MIPS: Move GIC clocksource driver to drivers/clocksource/ by Andrew Bresticker · 10 years ago
  40. 4060bbe MIPS: Move gic.h to include/linux/irqchip/mips-gic.h by Andrew Bresticker · 10 years ago
  41. 609ead0 MIPS: Malta: Stop using GIC REG macros by Andrew Bresticker · 10 years ago
  42. 7d9ad5d MIPS: Malta: Use gic_read_count() to read GIC timer by Andrew Bresticker · 10 years ago
  43. 4203d64 MIPS: Malta: Use generic plat_irq_dispatch by Andrew Bresticker · 10 years ago
  44. e9de688 irqchip: mips-gic: Support local interrupts by Andrew Bresticker · 10 years ago
  45. 18743d2 irqchip: mips-gic: Stop using per-platform mapping tables by Andrew Bresticker · 10 years ago
  46. c49581a irqchip: mips-gic: Use IRQ domains by Andrew Bresticker · 10 years ago
  47. 5561c9e irqchip: mips-gic: Remove platform irq_ack/irq_eoi callbacks by Andrew Bresticker · 10 years ago
  48. 8a19b8f MIPS: Move GIC to drivers/irqchip/ by Andrew Bresticker · 10 years ago
  49. a67b3cf MIPS: Remove gic_{enable,disable}_interrupt() by Andrew Bresticker · 10 years ago
  50. a669efc MIPS: Add hook to get C0 performance counter interrupt by Andrew Bresticker · 10 years ago
  51. 5e9e3a5 MIPS: Malta: Do not build the malta-amon.c file if CMP is not enabled by Markos Chandras · 10 years ago
  52. 6461568 MIPS: Malta: Improve system memory detection for '{e, }memsize' >= 2G by Markos Chandras · 10 years ago
  53. 3a551e2 MIPS: Malta: initialise MAARs by Paul Burton · 10 years ago
  54. 1c772b5 MIPS: Malta: Fix dispatching of GIC interrupts by Jeffrey Deans · 10 years ago
  55. b0a88ae MIPS: GIC: Remove GIC_FLAG_IPI by Jeffrey Deans · 10 years ago
  56. 82abb27 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  57. f8647b5 Merge branch '3.15-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
  58. b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 10 years ago
  59. dadaa1c MIPS: Malta: support powering down by Paul Burton · 10 years ago
  60. 37e5c83 MIPS: Malta: hang on halt by Paul Burton · 10 years ago
  61. b6911bb MIPS: Malta: add suspend state entry code by Paul Burton · 10 years ago
  62. eda3d33 MIPS: KVM: Override guest kernel timer frequency directly by James Hogan · 10 years ago
  63. acd8bc1 MIPS: malta: Remove 'maybe_unused' attribute from ememsize{, _str} by Markos Chandras · 10 years ago
  64. 2ff89d6 MIPS: malta: memory.c: Initialize the 'memsize' variable by Markos Chandras · 10 years ago
  65. b633648c5 MIPS: MT: Remove SMTC support by Ralf Baechle · 10 years ago
  66. ade63aa Merge branch '3.14-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
  67. 45b2957 MIPS: Malta: GIC IPIs may be used without MT by Paul Burton · 10 years ago
  68. a9dde28 MIPS: Malta: Fix CONFIG_BLK_DEV_IDE vestiges. by Ralf Baechle · 10 years ago
  69. 2f284ea MIPS: malta: malta-init: Fix System Controller memory mapping for EVA by Leonid Yegoshin · 10 years ago
  70. d1965c0 MIPS: malta: malta-memory: Add free_init_pages_eva() callback by Markos Chandras · 10 years ago
  71. 3bdd8e6 MIPS: malta: malta-memory: Use the PHYS_OFFSET to build the memory map by Markos Chandras · 10 years ago
  72. e6ca4e5 MIPS: malta: malta-memory: Add support for the 'ememsize' variable by Markos Chandras · 10 years ago
  73. f8b7faf MIPS: malta: Configure Segment Control registers for EVA boot by Markos Chandras · 10 years ago
  74. e56b6aa MIPS: Malta: Allow use of MIPS CPS SMP implementation by Paul Burton · 10 years ago
  75. 7dc2834 MIPS: Malta: Probe CPC when supported by Paul Burton · 10 years ago
  76. 237036d MIPS: Malta: Make use of generic CM support by Paul Burton · 10 years ago
  77. 031365b MIPS: APRP: Choose the correct VPE loader by fixing the linking by Deng-Cheng Zhu · 10 years ago
  78. 9c1f6e0 MIPS: APRP: Fix the linking of rtlx interrupt hook by Deng-Cheng Zhu · 10 years ago
  79. 3b2663c mips: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  80. 23a91de MIPS: Malta: use generic 8250 early console by Paul Burton · 10 years ago
  81. a87ea88 MIPS: Malta: initialise the RTC at boot by Paul Burton · 10 years ago
  82. 28a623b MIPS: Malta: remove unused cpu_khz variable by Paul Burton · 10 years ago
  83. 5792bf6 MIPS: APRP: Code formatting clean-ups. by Steven J. Hill · 10 years ago
  84. 1336113 MIPS: APRP: Add support for Malta CMP platform. by Deng-Cheng Zhu · 11 years ago
  85. f6ba061 MIPS: Malta: Remove ttyS2 serial for CMP platforms by Leonid Yegoshin · 11 years ago
  86. 3ae423f Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  87. 13b7ea6 MIPS: malta: Fix GIC interrupt offsets by Markos Chandras · 11 years ago
  88. 40b15b2 MIPS: Remove unused defines in piix4.h by Deng-Cheng Zhu · 11 years ago
  89. 8ff374b MIPS: Cleanup CP0 PRId and CP1 FPIR register access masks by Maciej W. Rozycki · 11 years ago
  90. 078a55f MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code by Paul Gortmaker · 11 years ago
  91. 6ac5310 Merge branch '3.10-fixes' into mips-for-linux-next by Ralf Baechle · 11 years ago
  92. 7827620 MIPS: Malta: Update GCMP detection. by Leonid Yegoshin · 11 years ago
  93. 0dad5d2 MIPS: Malta: Move platform-specific PCI code to arch/mips/pci. by Ralf Baechle · 11 years ago
  94. b72d9a4 MIPS: malta: Remove software reset defines from generic header. by Steven J. Hill · 11 years ago
  95. 36a29af MIPS: malta: Move defines of reset registers and values. by Steven J. Hill · 11 years ago
  96. b22d1b6 Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill into mips-for-linux-next by Ralf Baechle · 11 years ago
  97. 0ab2b7d MIPS: Add new GIC clockevent driver. by Raghu Gandham · 11 years ago
  98. dfa762e MIPS: Refactor GIC clocksource code. by Steven J. Hill · 11 years ago
  99. 28ea215 MIPS: Move 'gic_frequency' to common location. by Steven J. Hill · 11 years ago
  100. ff86714 MIPS: Move 'gic_present' to common location. by Steven J. Hill · 11 years ago