1. 4ace613 MIPS: SMP: Don't increment irq_count multiple times for call function IPIs by Alex Smith · 9 years ago
  2. 1461df5 MIPS: SMP: Remove plat_smp_ops cpus_done method. by Ralf Baechle · 10 years ago
  3. 66de485 MIPS: BCM1480: Remove checks for CONFIG_SIBYTE_BCM1480_PROF by Paul Bolle · 10 years ago
  4. 421d156 mips: Validate online cpus in irq_set_affinity() callbacks by Thomas Gleixner · 10 years ago
  5. 310ff2c mips: Use the core irq stats function by Thomas Gleixner · 10 years ago
  6. 8ff374b MIPS: Cleanup CP0 PRId and CP1 FPIR register access masks by Maciej W. Rozycki · 11 years ago
  7. 078a55f MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code by Paul Gortmaker · 11 years ago
  8. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 11 years ago
  9. 5f054e3 documentation: remove references to cpu_*_map. by Rusty Russell · 12 years ago
  10. 0b5f9c0 remove references to cpu_*_map in arch/ by Rusty Russell · 12 years ago
  11. b81947c Disintegrate asm/system.h for MIPS by David Howells · 12 years ago
  12. 184748c sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() by Peter Zijlstra · 13 years ago
  13. e4ec798 MIPS: Convert the irq functions to the new names by Thomas Gleixner · 13 years ago
  14. d6d5d5c4 MIPS: Sibyte: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  15. 34f5c1c MIPS: Sibyte: Migrate to new platform makefile style. by Ralf Baechle · 14 years ago
  16. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  17. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  18. f77f13e Fix comment and Kconfig typos for 'require' and 'fragment' by Gilles Espinasse · 14 years ago
  19. ed14bbb MIPS: SB1480: Convert IRQ controller lock to raw spinlock. by Ralf Baechle · 14 years ago
  20. 4a8a738 MIPS: Make various locks static. by Ralf Baechle · 14 years ago
  21. 0863be2 MIPS: BCM1480: Re-apply patch lost due to bad resolution of merge conflict. by Ralf Baechle · 15 years ago
  22. 48a048f cpumask: arch_send_call_function_ipi_mask: mips by Rusty Russell · 15 years ago
  23. 631330f MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users. by Ralf Baechle · 15 years ago
  24. 3d58f48 Merge branch 'linus' into irq/numa by Ingo Molnar · 15 years ago
  25. 5d81b83 MIPS: Sibyte: Fix locking in set_irq_affinity by Thomas Bogendoerfer · 15 years ago
  26. d5dedd4 irq: change ->set_affinity() to return status by Yinghai Lu · 15 years ago
  27. c87e090 MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platforms by Ralf Baechle · 15 years ago
  28. d2287f5 irq: update all arches for new irq_desc, fix by Mike Travis · 15 years ago
  29. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 15 years ago
  30. 98a79d6 cpumask: centralize cpu_online_map and cpu_possible_map by Rusty Russell · 15 years ago
  31. 8d60a90 [MIPS] kgdb: Remove existing implementation by Jason Wessel · 16 years ago
  32. af0c4f6 [MIPS] BCM1480: Remove stray function call resulting in infinite recursion by Ralf Baechle · 16 years ago
  33. 87353d8 [MIPS] SMP: Call platform methods via ops structure. by Ralf Baechle · 17 years ago
  34. 33b75e5c [MIPS] Sibyte: Replace use of removed IO_SPACE_BASE with IOADDR. by Ralf Baechle · 17 years ago
  35. a8401fa [MIPS] BCM1480: Remove duplicate acknowledge of timer interrupt. by Ralf Baechle · 17 years ago
  36. 217dd11 [MIPS] Sibyte: Split and move clock code. by Ralf Baechle · 17 years ago
  37. f3f9ad0 [MIPS] Sibyte: Fixes for oneshot timer mode. by Ralf Baechle · 17 years ago
  38. faf2782 [MIPS] Sibyte: Remove blank line. by Ralf Baechle · 17 years ago
  39. 2e5dcd2 [MIPS] Sibyte: Fix names of the clockevent devices. by Ralf Baechle · 17 years ago
  40. 9e32a51 [MIPS] Sibyte: Build fixes / dead code removal. by Ralf Baechle · 17 years ago
  41. 1238d5d [MIPS] time: Fix cut'n'paste bug in Sibyte clockevent driver. by Ralf Baechle · 17 years ago
  42. 11ca25a [MIPS] Sibyte: Delete {sb1250,bcm1480}_steal_irq(). by Ralf Baechle · 17 years ago
  43. d045336 [MIPS] time: SMP-proofing of Sibyte clockevent/clocksource code. by Ralf Baechle · 17 years ago
  44. d527eef [MIPS] Sibyte: Finish conversion to modern time APIs. by Ralf Baechle · 17 years ago
  45. 9ee5389c [MIPS] Sibyte: Fix typos in sibyte clockevent drivers by Atsushi Nemoto · 17 years ago
  46. 21a151d [MIPS] checkfiles: Fix "need space after that ','" errors. by Ralf Baechle · 17 years ago
  47. e9f874b [MIPS] Clockevent driver for BCM1480 by Ralf Baechle · 17 years ago
  48. 7bcf771 [MIPS] Implement clockevents for R4000-style cp0 count/compare interrupt by Ralf Baechle · 17 years ago
  49. 91a2fcc [MIPS] Consolidate all variants of MIPS cp0 timer interrupt handlers. by Ralf Baechle · 17 years ago
  50. 7c4b477 [MIPS] Sibyte: cleanup static inline forward declarations. by Ralf Baechle · 17 years ago
  51. da51f9e [MIPS] BCM1480: include <linux/init.h>. by Ralf Baechle · 17 years ago
  52. 339c3a6 [MIPS] BCM1480: Export zbbus_mhz. by Ralf Baechle · 17 years ago
  53. fbd0ed3 [MIPS] BCM1480: Fix computation of interrupt mask address register. by Ralf Baechle · 17 years ago
  54. 477f949 [MIPS] Sibyte: CONFIG_SIBYTE_SB1250_DUART -> CONFIG_SERIAL_SB1250_DUART by Ralf Baechle · 17 years ago
  55. dde96ca [MIPS] Use -Werror on subdirectories which build cleanly. by Ralf Baechle · 17 years ago
  56. 3118513 [MIPS] BCM1480: Include <linux/module.h>. by Ralf Baechle · 17 years ago
  57. b45d527 sb1250-duart.c: SB1250 DUART serial support by Maciej W. Rozycki · 17 years ago
  58. 6c9fde4 [MIPS] BCM1480: Fix setting of irq affinity. by Mark Mason · 17 years ago
  59. 8fb303c [MIPS] SB1250: Fix bugs/warnings by creative use of volatile. by Ralf Baechle · 17 years ago
  60. 36a8853 [MIPS] Fix and cleanup the mess that a dozen prom_printf variants are. by Ralf Baechle · 17 years ago
  61. d2af363 [MIPS] Kill redundant EXTRA_AFLAGS by Atsushi Nemoto · 17 years ago
  62. 70d21cd [MIPS] use name instead of typename for each irq_chip by Atsushi Nemoto · 17 years ago
  63. 0059856 [MIPS] mips HPT cleanup: make clocksource_mips public by Atsushi Nemoto · 18 years ago
  64. dd6bfd6 [MIPS] Fix double inclusions by Nicolas Kaiser · 18 years ago
  65. 1603b5a [MIPS] IRQ cleanups by Atsushi Nemoto · 18 years ago
  66. 16b7b2a [MIPS] Fixup migration to GENERIC_TIME by Atsushi Nemoto · 18 years ago
  67. 472f291 [MIPS] Fix compilation warnings in arch/mips/sibyte/bcm1480/smp.c by Mark Mason · 18 years ago
  68. 27f768192 [MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions. by Ralf Baechle · 18 years ago
  69. 937a801 [MIPS] Complete fixes after removal of pt_regs argument to int handlers. by Ralf Baechle · 18 years ago
  70. 34c2dd0 [MIPS] BCM1480: Mask pending interrupts against c0_status.im. by Ralf Baechle · 18 years ago
  71. dc41fb4 [MIPS] Fix 32-bit kernel by replacing 64-bit-only code. by Ralf Baechle · 18 years ago
  72. 5af1c7a [MIPS] BCM1480: Fix fatal typo in the rewritten interrupt handler. by Thiemo Seufer · 18 years ago
  73. 6e61e85 [MIPS] Sibyte: Improve interrupt latency again for sb1250/bcm1480 by Thiemo Seufer · 18 years ago
  74. 94dee17 [MIPS] Eleminate interrupt migration helper use. by Ralf Baechle · 18 years ago
  75. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  76. d1bef4e [PATCH] genirq: rename desc->handler to desc->chip by Ingo Molnar · 18 years ago
  77. e1701fb [PATCH] Fix BCM1480 doubled process accounting times. by [MIPS] James E Wilson · 18 years ago
  78. e4ac58a [MIPS] Rewrite all the assembler interrupt handlers to C. by Ralf Baechle · 18 years ago
  79. 76e1dae [MIPS] Fix compiler warnings in arch/mips/sibyte/bcm1480/irq.c by Martin Michlmayr · 18 years ago
  80. f137e46 Add support for BCM1480 family of chips. by Andrew Isaacson · 19 years ago