1. 24b0e3e MIPS: ath79: Improve the DDR controller interface by Alban Bedel · 10 years ago
  2. 626a069 MIPS: ath79: Correctly name the defines for the PLL_FB register by Alban Bedel · 10 years ago
  3. da628e8 MIPS: ath79: Enable ZBOOT support by Alban Bedel · 10 years ago
  4. 25aae56 MIPS, IRQ: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 9 years ago
  5. 2e93f68 MIPS: Alchemy: Remove unneeded cast removing const by Krzysztof Kozlowski · 10 years ago
  6. a2d25e6 MIPS: tlbex.c: Remove new instance of __cpuinitdata that crept back in by Paul Gortmaker · 10 years ago
  7. 9a8f4ea MIPS: c-r4k: Remove legacy __cpuinit section that crept in by Paul Gortmaker · 10 years ago
  8. b1f7e11 MIPS: BCM77xx: Remove legacy __cpuinit{,data} sections that crept in by Paul Gortmaker · 10 years ago
  9. 361d0f78 MIPS: ATH25: Remove legacy __cpuinit section that crept in by Paul Gortmaker · 10 years ago
  10. 644238a MIPS: Pistachio: Enable USB PHY driver in defconfig by Andrew Bresticker · 10 years ago
  11. 57991eb PHY: Add driver for Pistachio USB2.0 PHY by Andrew Bresticker · 10 years ago
  12. 90bc35c phy: Add binding document for Pistachio USB2.0 PHY by Andrew Bresticker · 10 years ago
  13. 018f62e MIPS: Pistachio: Support 8250-based early printk by Ezequiel Garcia · 10 years ago
  14. 8bac078 MIPS: BMIPS: dts: Add uart device nodes to bcm7xxx platforms by Jaedon Shin · 10 years ago
  15. 380e427 MIPS: BMIPS: Add support for Broadcom BCM97435SVMB by Florian Fainelli · 10 years ago
  16. e4c7d00 MIPS: BMIPS: Add BCM7435 dtsi by Florian Fainelli · 10 years ago
  17. 3fbbb2e MIPS: BCM63xx: Utilize asm/bmips-spaces.h by Florian Fainelli · 10 years ago
  18. 09a50cc MIPS: BMIPS: Define BMIPS_FIXADDR_TOP in asm/bmips-spaces.h by Florian Fainelli · 10 years ago
  19. 5564f09 MAINTAINERS: Add Broadcom BCM47xx entry by Rafał Miłecki · 9 years ago
  20. 0752f92 MIPS: ingenic: Initial MIPS Creator CI20 support by Paul Burton · 9 years ago
  21. 5b9cdd2 MIPS: ingenic: Initial JZ4780 support by Paul Burton · 9 years ago
  22. 8838245 MIPS: JZ4740: use Ingenic SoC UART driver by Paul Burton · 9 years ago
  23. 0cf985f serial: 8250_ingenic: support for Ingenic SoC UARTs by Paul Burton · 9 years ago
  24. 98fd25e devicetree: document Ingenic SoC UART binding by Paul Burton · 9 years ago
  25. 6ec127f MIPS: JZ4740: only detect RAM size if not specified in DT by Paul Burton · 9 years ago
  26. 1237496 MIPS: JZ4740: remove clock.h by Paul Burton · 9 years ago
  27. 29136ad clk: ingenic: add JZ4780 CGU support by Paul Burton · 9 years ago
  28. 50d893f MIPS, clk: move jz4740 clock suspend, resume functions to jz4740-cgu by Paul Burton · 9 years ago
  29. ed286ca MIPS, clk: move jz4740 UDC auto suspend functions to jz4740-cgu by Paul Burton · 9 years ago
  30. 41dd641 MIPS,clk: move jz4740_clock_set_wait_mode to jz4740-cgu by Paul Burton · 9 years ago
  31. ff1930c MIPS,clk: migrate JZ4740 to common clock framework by Paul Burton · 9 years ago
  32. b066303 clk: ingenic: add driver for Ingenic SoC CGU clocks by Paul Burton · 9 years ago
  33. fe4ef45 DEVICETREE: Add Ingenic CGU binding documentation by Paul Burton · 9 years ago
  34. e06b86a MIPS: JZ4740: replace use of jz4740_clock_bdata by Paul Burton · 9 years ago
  35. 1f4b840 MIPS: JZ4740: Call jz4740_clock_init earlier by Paul Burton · 9 years ago
  36. 44e08e7 MIPS/IRQCHIP: Move Ingenic SoC intc driver to drivers/irqchip by Paul Burton · 9 years ago
  37. 24ccfa0 MIPS: JZ4740: support newer SoC interrupt controllers by Paul Burton · 9 years ago
  38. 2da0188 MIPS: JZ4740: Avoid JZ4740-specific naming by Paul Burton · 9 years ago
  39. 3aa9459 MIPS: JZ4740: read intc base address from DT by Paul Burton · 9 years ago
  40. ad68f8d MIPS: JZ4740: define IRQ numbers based on number of intc IRQs by Paul Burton · 9 years ago
  41. 943d69c MIPS: JZ4740: support >32 interrupts by Paul Burton · 9 years ago
  42. fe778ec MIPS: JZ4740: Remove jz_intc_base global by Paul Burton · 9 years ago
  43. 2aabd28 MIPS: JZ4740: drop intc debugfs code by Paul Burton · 9 years ago
  44. 638c885 MIPS: JZ4740: register an irq_domain for the interrupt controller by Paul Burton · 9 years ago
  45. 69ce4b2 MIPS: JZ4740: parse SoC interrupt controller parent IRQ from DT by Paul Burton · 9 years ago
  46. adbdce7 MIPS: JZ4740: probe interrupt controller via DT by Paul Burton · 9 years ago
  47. 5f408eb devicetree: document Ingenic SoC interrupt controller binding by Paul Burton · 9 years ago
  48. 0e81db8 MIPS: JZ4740: Move arch_init_irq out of arch/mips/jz4740/irq.c by Paul Burton · 9 years ago
  49. 2974a35 MIPS: JZ4740: use generic plat_irq_dispatch by Paul Burton · 9 years ago
  50. 8e8261e MIPS: JZ4740: probe CPU interrupt controller via DT by Paul Burton · 9 years ago
  51. 892b8cf IRQCHIP: irq_cpu: declare irqchip table entry by Paul Burton · 9 years ago
  52. 67e38cf MIPS/IRQCHIP: Move irq_chip from arch/mips to drivers/irqchip. by Ralf Baechle · 9 years ago
  53. ffb1843d05 MIPS: JZ4740: require & include DT by Paul Burton · 9 years ago
  54. 252617a MIPS: ingenic: Add newer vendor IDs by Paul Burton · 9 years ago
  55. de361e8 MIPS: JZ4740: introduce CONFIG_MACH_INGENIC by Paul Burton · 9 years ago
  56. 2d06fe5 devicetree/bindings: add Qi Hardware vendor prefix by Paul Burton · 9 years ago
  57. f289cc7 devicetree/bindings: add Ingenic Semiconductor vendor prefix by Paul Burton · 9 years ago
  58. bc4f12e MIPS: DEC: Update CPU overrides by Maciej W. Rozycki · 9 years ago
  59. cc23caf MIPS: netlogic: remove unnecessary MTD partition probe specification by Brian Norris · 9 years ago
  60. 9a20b09 MIPS: tlb-r3k: Optimise a TLBWI barrier in TLB invalidation by Maciej W. Rozycki · 9 years ago
  61. 3bcb03f MIPS: tlb-r3k: Move CP0.Wired register initialisation to `tlb_init' by Maciej W. Rozycki · 9 years ago
  62. dbfbf60 MIPS: tlb-r3k: Also invalidate wired TLB entries on boot by Maciej W. Rozycki · 9 years ago
  63. 24ca1d9 MIPS: dump_tlb: Take XPA into account by James Hogan · 9 years ago
  64. c2bc435 MIPS: dump_tlb: Take RI/XI bits into account by James Hogan · 9 years ago
  65. decebcc MIPS: dump_tlb: Take EHINV bit into account by James Hogan · 9 years ago
  66. 48269c7 MIPS: dump_tlb: Take global bit into account by James Hogan · 9 years ago
  67. d7f5499 MIPS: dump_tlb: Make use of EntryLo bit definitions by James Hogan · 9 years ago
  68. d1ce483e MIPS: dump_tlb: Refactor TLB matching by James Hogan · 9 years ago
  69. 137877e MIPS: dump_tlb: Use tlbr hazard macros by James Hogan · 9 years ago
  70. 8ab6abc MIPS: mipsregs.h: Add EntryLo bit definitions by James Hogan · 9 years ago
  71. e50f0e3 MIPS: hazards: Add hazard macros for tlb read by James Hogan · 9 years ago
  72. d1e9a4f MIPS: Add SysRq operation to dump TLBs on all CPUs by James Hogan · 9 years ago
  73. 37dd381 MIPS: traps: print Exception Code in __show_regs() by Petri Gynther · 10 years ago
  74. 2623899 MIPS: BCM47xx: Read board info for all bcma buses by Rafał Miłecki · 10 years ago
  75. 6e122ac MIPS: BCM47xx: Extract info about et2 interface by Rafał Miłecki · 10 years ago
  76. 1387fe7 MIPS: BCM47xx: Extract all boardflags to new u32 fields by Rafał Miłecki · 10 years ago
  77. 5bfad4ee MIPS: BCM47XX: Simplify function looking for NVRAM entry by Rafał Miłecki · 10 years ago
  78. d28c9a5 MIPS: BCM47XX: Make sure NVRAM buffer ends with \0 by Rafał Miłecki · 10 years ago
  79. 2fb7ac5 MIPS: Malta: Make maltasmvp_defconfig useful again. by Ralf Baechle · 10 years ago
  80. fb59e39 MIPS: ftrace: Enable support for syscall tracepoints. by Ralf Baechle · 11 years ago
  81. 0f57d86 Linux 4.1-rc8 by Linus Torvalds · 9 years ago
  82. b86a756 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  83. dc75117 Merge tag 'ntb-4.1' of git://github.com/jonmason/ntb by Linus Torvalds · 9 years ago
  84. 1f1e34f Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  85. baaae192 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  86. 5bd2c28 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  87. d37479a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  88. 2fbbada Merge tag 'sound-4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  89. 36f5811 MPI: MIPS: Fix compilation error with GCC 5.1 by Jaedon Shin · 9 years ago
  90. 1b3ed36 IRQCHIP: mips-gic: Don't nest calls to do_IRQ() by Rabin Vincent · 9 years ago
  91. c8d17b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  92. b07d4961 Doc: networking: Fix URL for wiki.wireshark.org in udplite.txt by Masanari Iida · 9 years ago
  93. ae36806 sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHO by Marcelo Ricardo Leitner · 9 years ago
  94. b85dfd3 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  95. 7b565d9 Merge tag 'md/4.1-rc7-fixes' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  96. c39f3bc Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  97. c83b2f2 iommu/vt-d: Only enable extended context tables if PASID is supported by David Woodhouse · 9 years ago
  98. ea358cd md: make sure MD_RECOVERY_DONE is clear before starting recovery/resync by NeilBrown · 9 years ago
  99. 8e8e251 md: Close race when setting 'action' to 'idle'. by NeilBrown · 9 years ago
  100. c008f1d md: don't return 0 from array_state_store by NeilBrown · 9 years ago