1. dd129c6 MIPS: Malta: Use PIIX4 poweroff driver to power down by Paul Burton · 8 years ago
  2. a07539c MIPS: Malta: Cleanup DMA coherence #ifdefs by Paul Burton · 8 years ago
  3. 803ad26 MIPS: remove unneeded includes from dma-mapping.h by Christoph Hellwig · 6 years ago
  4. 7e4dbdc MIPS: remove CONFIG_DMA_COHERENT by Christoph Hellwig · 6 years ago
  5. 09adad1 MIPS: Convert read_persistent_clock() to read_persistent_clock64() by Baolin Wang · 6 years ago
  6. ead1505 MIPS: Set I/O port resource types correctly by Bjorn Helgaas · 7 years ago
  7. 24ed960 treewide: Switch DEFINE_TIMER callbacks to struct timer_list * by Kees Cook · 7 years ago
  8. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  9. fb615d6 Update MIPS email addresses by Paul Burton · 7 years ago
  10. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  11. 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
  12. 1ff9789 timer: Remove users of expire and data arguments to DEFINE_TIMER by Kees Cook · 7 years ago
  13. dd01635 irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.h by Paul Burton · 7 years ago
  14. 72eb299 MIPS: Use mips_gic_present() in place of gic_present by Paul Burton · 7 years ago
  15. 6070286 MIPS: Malta: Use new GIC accessor functions by Paul Burton · 7 years ago
  16. 3c9b416 MIPS: CPS: Cluster support for topology functions by Paul Burton · 7 years ago
  17. e83f7e0 MIPS: CPS: Have asm/mips-cps.h include CM & CPC headers by Paul Burton · 7 years ago
  18. 93c5bba5 MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts by Paul Burton · 7 years ago
  19. ba5d08c clocksource/drivers: Rename clocksource_probe to timer_probe by Daniel Lezcano · 7 years ago
  20. ac3c4aa Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 7 years ago
  21. 174ddfd Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  22. 4287ade MIPS/Malta: Probe gic-timer via devicetree by Matt Redfearn · 8 years ago
  23. e469b23 Merge branch '4.11-fixes' into mips-for-linux-next by Ralf Baechle · 8 years ago
  24. 1eed400 MIPS: smp-mt: Use CPU interrupt controller IPI IRQ domain support by Paul Burton · 8 years ago
  25. 9eec1c0 MIPS: Malta: Fix i8259 irqchip setup by Matt Redfearn · 8 years ago
  26. 26dd3e4 MIPS: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  27. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  28. dabdc18 MIPS: Print CM error reports upon bus errors by Paul Burton · 8 years ago
  29. f230202 MIPS: Sanitise coherentio semantics by Paul Burton · 8 years ago
  30. c834469 MIPS: Malta: Remove custom halt implementation by Paul Burton · 8 years ago
  31. 10b6ea0 MIPS: Malta: Use syscon-reboot driver to reboot by Paul Burton · 8 years ago
  32. 97af8e1 MIPS: Malta: Probe pflash via DT by Paul Burton · 8 years ago
  33. 0a46ffa MIPS: Malta: Probe RTC via DT by Paul Burton · 8 years ago
  34. eea1645 MIPS: Malta: Remove custom DT match table by Paul Burton · 8 years ago
  35. 38ec82f MIPS: Malta: Probe interrupt controllers via DT by Paul Burton · 8 years ago
  36. 0051fc2 MIPS: Malta: Use all available DDR by default by Paul Burton · 8 years ago
  37. 422dd25 MIPS: Malta: Allow PCI devices DMA to lower 2GB physical by Paul Burton · 8 years ago
  38. db19462 MIPS: Squash lines for simple wrapper functions by Masahiro Yamada · 8 years ago
  39. 305723a MIPS: Malta: Fix IOCU disable switch read for MIPS64 by Paul Burton · 8 years ago
  40. 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  41. 24e1df6 MIPS: malta-time: Take seconds into account by James Hogan · 8 years ago
  42. aab4673 MIPS: malta-time: Start GIC count before syncing to RTC by James Hogan · 8 years ago
  43. 5e7c1c9 MIPS: Introduce plat_get_fdt a platform API to retrieve the FDT by Matt Redfearn · 9 years ago
  44. 3af5a67 MIPS: Fix early CM probing by Paul Burton · 9 years ago
  45. ecafe3e MIPS: Malta: Register UP SMP ops if all else fails by Paul Burton · 9 years ago
  46. e81a8c7d MIPS: Malta: Setup RAM regions via DT by Paul Burton · 9 years ago
  47. ea05071 MIPS: Malta: Remove fw_memblock_t abstraction by Paul Burton · 9 years ago
  48. e1137e1 MIPS: Malta: Split obj-y entries across lines by Paul Burton · 9 years ago
  49. 570e5d2 MIPS: malta: Use generic platform_maar_init by Paul Burton · 9 years ago
  50. 3885c2b MIPS: CM: Add support for reporting CM cache errors by Markos Chandras · 9 years ago
  51. c014d16 MIPS: Add platform callback before initializing the L2 cache by Markos Chandras · 9 years ago
  52. 0cb0985 MIPS: Export get_c0_perfcount_int() by Felix Fietkau · 9 years ago
  53. 4ace613 MIPS: SMP: Don't increment irq_count multiple times for call function IPIs by Alex Smith · 9 years ago
  54. 106eccb MIPS: Malta: Don't reinitialise RTC by James Hogan · 9 years ago
  55. 6249ecb MIPS: Malta: Make GIC FDC IRQ workaround Malta specific by James Hogan · 10 years ago
  56. e8823d2 MIPS: Malta: Basic DT plumbing by Paul Burton · 9 years ago
  57. 41d5e08 Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  58. 3e20a26 Merge branch '4.0-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
  59. f7f8aea MIPS: Malta: Detect and fix bad memsize values by Markos Chandras · 10 years ago
  60. be37a99 MIPS: Malta: malta-time: Ensure GIC counter is running by Markos Chandras · 10 years ago
  61. 602e8a3 MIPS: Malta: Implement get_c0_fdc_int() by James Hogan · 10 years ago
  62. 296b7c6 MIPS: Malta: Implement mips_cdmm_phys_base() by James Hogan · 10 years ago
  63. df519e7 serial: 8250_early: Remove setup_early_serial8250_console() by Peter Hurley · 10 years ago
  64. 15d45cc MIPS: Replace use of phys_t with phys_addr_t. by Ralf Baechle · 10 years ago
  65. b085451 clocksource: mips-gic: Move gic_frequency to clocksource driver by Andrew Bresticker · 10 years ago
  66. fa5635a MIPS: Move GIC clocksource driver to drivers/clocksource/ by Andrew Bresticker · 10 years ago
  67. 4060bbe MIPS: Move gic.h to include/linux/irqchip/mips-gic.h by Andrew Bresticker · 10 years ago
  68. 609ead0 MIPS: Malta: Stop using GIC REG macros by Andrew Bresticker · 10 years ago
  69. 7d9ad5d MIPS: Malta: Use gic_read_count() to read GIC timer by Andrew Bresticker · 10 years ago
  70. 4203d64 MIPS: Malta: Use generic plat_irq_dispatch by Andrew Bresticker · 10 years ago
  71. e9de688 irqchip: mips-gic: Support local interrupts by Andrew Bresticker · 10 years ago
  72. 18743d2 irqchip: mips-gic: Stop using per-platform mapping tables by Andrew Bresticker · 10 years ago
  73. c49581a irqchip: mips-gic: Use IRQ domains by Andrew Bresticker · 10 years ago
  74. 5561c9e irqchip: mips-gic: Remove platform irq_ack/irq_eoi callbacks by Andrew Bresticker · 10 years ago
  75. 8a19b8f MIPS: Move GIC to drivers/irqchip/ by Andrew Bresticker · 10 years ago
  76. a67b3cf MIPS: Remove gic_{enable,disable}_interrupt() by Andrew Bresticker · 10 years ago
  77. a669efc MIPS: Add hook to get C0 performance counter interrupt by Andrew Bresticker · 10 years ago
  78. 5e9e3a5 MIPS: Malta: Do not build the malta-amon.c file if CMP is not enabled by Markos Chandras · 10 years ago
  79. 6461568 MIPS: Malta: Improve system memory detection for '{e, }memsize' >= 2G by Markos Chandras · 10 years ago
  80. 3a551e2 MIPS: Malta: initialise MAARs by Paul Burton · 10 years ago
  81. 1c772b5 MIPS: Malta: Fix dispatching of GIC interrupts by Jeffrey Deans · 10 years ago
  82. b0a88ae MIPS: GIC: Remove GIC_FLAG_IPI by Jeffrey Deans · 10 years ago
  83. 82abb27 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  84. f8647b5 Merge branch '3.15-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
  85. b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 10 years ago
  86. dadaa1c MIPS: Malta: support powering down by Paul Burton · 10 years ago
  87. 37e5c83 MIPS: Malta: hang on halt by Paul Burton · 10 years ago
  88. b6911bb MIPS: Malta: add suspend state entry code by Paul Burton · 10 years ago
  89. eda3d33 MIPS: KVM: Override guest kernel timer frequency directly by James Hogan · 10 years ago
  90. acd8bc1 MIPS: malta: Remove 'maybe_unused' attribute from ememsize{, _str} by Markos Chandras · 10 years ago
  91. 2ff89d6 MIPS: malta: memory.c: Initialize the 'memsize' variable by Markos Chandras · 10 years ago
  92. b633648 MIPS: MT: Remove SMTC support by Ralf Baechle · 10 years ago
  93. ade63aa Merge branch '3.14-fixes' into mips-for-linux-next by Ralf Baechle · 11 years ago
  94. 45b2957 MIPS: Malta: GIC IPIs may be used without MT by Paul Burton · 11 years ago
  95. a9dde28 MIPS: Malta: Fix CONFIG_BLK_DEV_IDE vestiges. by Ralf Baechle · 11 years ago
  96. 2f284ea MIPS: malta: malta-init: Fix System Controller memory mapping for EVA by Leonid Yegoshin · 11 years ago
  97. d1965c0 MIPS: malta: malta-memory: Add free_init_pages_eva() callback by Markos Chandras · 11 years ago
  98. 3bdd8e6 MIPS: malta: malta-memory: Use the PHYS_OFFSET to build the memory map by Markos Chandras · 11 years ago
  99. e6ca4e5 MIPS: malta: malta-memory: Add support for the 'ememsize' variable by Markos Chandras · 11 years ago
  100. f8b7faf MIPS: malta: Configure Segment Control registers for EVA boot by Markos Chandras · 11 years ago