1. dd098a0 irqchip/mips-gic: Get rid of the reliance on irq_cpu_online() by Marc Zyngier · 3 years, 2 months ago
  2. 1fee9db irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entry by Marc Zyngier · 3 years, 6 months ago
  3. 046a6ee irqchip: Bulk conversion to generic_handle_domain_irq() by Marc Zyngier · 3 years, 8 months ago
  4. 1982752 irqchip/mips-gic: Directly include linux/irqdomain.h by Marc Zyngier · 6 years ago
  5. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  6. b0e453f irqchip/mips-gic: Make local symbols static by Wei Yongjun · 4 years, 6 months ago
  7. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  8. 6d4d367 irqchip/mips-gic: Use the correct local interrupt map registers by Paul Burton · 6 years ago
  9. 285cb4f irqchip/mips-gic: Avoid spuriously handling masked interrupts by Matt Redfearn · 7 years ago
  10. 666740f irqchip: mips-gic: Print warning if inherited GIC base is used by Matt Redfearn · 7 years ago
  11. 1f19aee irqchip/mips-gic: Add pr_fmt and reword pr_* messages by Matt Redfearn · 7 years ago
  12. 61dc367 irqchip: mips-gic: Make IPI bitmaps static by Paul Burton · 7 years ago
  13. 5af3e93 irqchip: mips-gic: Share register writes in gic_set_type() by Paul Burton · 7 years ago
  14. 8285768 irqchip: mips-gic: Remove gic_vpes variable by Paul Burton · 7 years ago
  15. 25c51da irqchip: mips-gic: Use num_possible_cpus() to reserve IPIs by Paul Burton · 7 years ago
  16. 890f6b5 irqchip: mips-gic: Configure EIC when CPUs come online by Paul Burton · 7 years ago
  17. 25ac19e irqchip: mips-gic: Mask local interrupts when CPUs come online by Paul Burton · 7 years ago
  18. da61fcf irqchip: mips-gic: Use irq_cpu_online to (un)mask all-VP(E) IRQs by Paul Burton · 7 years ago
  19. 63b746b1 irqchip: mips-gic: Inline gic_local_irq_domain_map() by Paul Burton · 7 years ago
  20. d9f8293 irqchip/mips-gic: Use effective affinity to unmask by Paul Burton · 7 years ago
  21. a08588e irqchip/mips-gic: Fix shifts to extract register fields by Paul Burton · 7 years ago
  22. 90019f8 irqchip.mips-gic: Fix shared interrupt mask writes by Paul Burton · 7 years ago
  23. 73184130 Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 7 years ago
  24. 93cc122 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  25. 7f15a64 irqchip: mips-gic: Let the core set struct irq_common_data affinity by Paul Burton · 7 years ago
  26. 07df8bf irqchip: mips-gic: Use cpumask_first_and() in gic_set_affinity() by Paul Burton · 7 years ago
  27. b2b2e58 irqchip: mips-gic: Clean up mti, reserved-cpu-vectors handling by Paul Burton · 7 years ago
  28. 7778c4b irqchip: mips-gic: Use pcpu_masks to avoid reading GIC_SH_MASK* by Paul Burton · 7 years ago
  29. aa49373 irqchip: mips-gic: Make pcpu_masks a per-cpu variable by Paul Burton · 7 years ago
  30. 87888bc irqchip: mips-gic: Inline gic_basic_init() by Paul Burton · 7 years ago
  31. fbea754 irqchip: mips-gic: Inline __gic_init() by Paul Burton · 7 years ago
  32. dd01635 irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.h by Paul Burton · 7 years ago
  33. 56d7b61 irqchip: mips-gic: Remove gic_present by Paul Burton · 7 years ago
  34. 85eec73 irqchip: mips-gic: Remove gic_init() by Paul Burton · 7 years ago
  35. 75c1b2f irqchip: mips-gic: Remove __gic_irq_dispatch() forward declaration by Paul Burton · 7 years ago
  36. 84103814 irqchip: mips-gic: Remove gic_get_usm_range() by Paul Burton · 7 years ago
  37. b11d4c1 irqchip: mips-gic: Move various definitions to the driver by Paul Burton · 7 years ago
  38. 0d0cf58 irqchip: mips-gic: Convert remaining local reg access to new accessors by Paul Burton · 7 years ago
  39. 9da3c64 irqchip: mips-gic: Convert local int mask access to new accessors by Paul Burton · 7 years ago
  40. 3680746 irqchip: mips-gic: Convert remaining shared reg access to new accessors by Paul Burton · 7 years ago
  41. 0efe3cb irqchip: mips-gic: Remove gic_map_to_vpe() by Paul Burton · 7 years ago
  42. d3e8cf4 irqchip: mips-gic: Remove gic_map_to_pin() by Paul Burton · 7 years ago
  43. c26ba67 irqchip: mips-gic: Remove gic_set_dual_edge() by Paul Burton · 7 years ago
  44. 471aa96 irqchip: mips-gic: Remove gic_set_trigger() by Paul Burton · 7 years ago
  45. 80e5f9c irqchip: mips-gic: Remove gic_set_polarity() by Paul Burton · 7 years ago
  46. 87554b0 irqchip: mips-gic: Drop gic_(re)set_mask() functions by Paul Burton · 7 years ago
  47. a0dc5cb irqchip: mips-gic: Simplify gic_local_irq_domain_map() by Paul Burton · 7 years ago
  48. e98fcb2 irqchip: mips-gic: Simplify shared interrupt pending/mask reads by Paul Burton · 7 years ago
  49. 9762d2e irqchip: mips-gic: Remove gic_read_local_vp_id() by Paul Burton · 7 years ago
  50. 095a7e3 irqchip: mips-gic: Remove counter access functions by Paul Burton · 7 years ago
  51. 582e2b4 MIPS: GIC: Introduce asm/mips-gic.h with accessor functions by Paul Burton · 7 years ago
  52. a0ffec3 irqchip: mips-gic: SYNC after enabling GIC region by James Hogan · 7 years ago
  53. 2c0e838 irqchip: mips-gic: SYNC after enabling GIC region by James Hogan · 7 years ago
  54. e83f7e0 MIPS: CPS: Have asm/mips-cps.h include CM & CPC headers by Paul Burton · 7 years ago
  55. 93c5bba5 MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts by Paul Burton · 7 years ago
  56. 18416e4 irqchip/mips-gic: Report that effective affinity is a single target by Marc Zyngier · 7 years ago
  57. ddac9c5 irqchip/mips-gic: Remove population of irq domain names by Matt Redfearn · 7 years ago
  58. 03ffbcd Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  59. 8d9d51b Merge tag 'irqchip-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 8 years ago
  60. 96f0d93 irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded access by Marc Zyngier · 8 years ago
  61. 0b7e815 irqchip/irq-mips-gic: Constify irq_domain_ops by Tobias Klauser · 8 years ago
  62. 9f93d87 irqchip/mips-gic: Mark count and compare accessors notrace by Marcin Nowakowski · 8 years ago
  63. 8ada00a irqchip/mips-gic: Replace static map with dynamic by Matt Redfearn · 8 years ago
  64. b87281e irqchip/mips-gic: Remove device IRQ domain by Paul Burton · 8 years ago
  65. f8dcd9e irqchip/mips-gic: Separate IPI reservation & usage tracking by Paul Burton · 8 years ago
  66. 4296989 irqchip/mips-gic: Fix Local compare interrupt by Matt Redfearn · 8 years ago
  67. 4cfffcf irqchip/mips-gic: Fix local interrupts by Marcin Nowakowski · 8 years ago
  68. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  69. 474aa3d Merge tag 'irqchip-core-4.9' of git://git.infradead.org/users/jcooper/linux into irq/core by Thomas Gleixner · 8 years ago
  70. 0f4ed15 irqchip/mips-gic: Use for_each_set_bit to iterate over local IRQs by Paul Burton · 8 years ago
  71. e875bd6 irqchip/mips-gic: Fix local interrupts by Paul Burton · 8 years ago
  72. cae750b irqchip/mips-gic: Use for_each_set_bit to iterate over IRQs by Paul Burton · 8 years ago
  73. 2564970 irqchip/mips-gic: Implement activate op for device domain by Paul Burton · 8 years ago
  74. 6a33fa2 irqchip/mips-gic: Cleanup chip and handler setup by Paul Burton · 8 years ago
  75. 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  76. e658052 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  77. 547aefc irqchip/mips-gic: Match IPI IRQ domain by bus token only by Paul Burton · 8 years ago
  78. 99ec8a3 irqchip/mips-gic: Map to VPs using HW VPNum by Paul Burton · 8 years ago
  79. 8658be1 Merge branch 'irq/for-block' into irq/core by Thomas Gleixner · 9 years ago
  80. 21c57fd irqchip/mips-gic: Populate irq_domain names by Harvey Hunt · 9 years ago
  81. 4b2312b irqchip/mips-gic: Fix IRQs in gic_dev_domain by Harvey Hunt · 9 years ago
  82. ba01cf0 irqchip: mips-gic: Setup EIC mode on each CPU if it's in use by Paul Burton · 9 years ago
  83. 835d2b4 irqchip: mips-gic: Provide VP ID accessor by Paul Burton · 9 years ago
  84. d46812b irqchip: mips-gic: Use HW IDs for VPE_OTHER_ADDR by Paul Burton · 9 years ago
  85. 91951f9 irqchip/mips-gic: Don't overrun pcpu_masks array by Paul Burton · 9 years ago
  86. 16a8083 irqchip/mips-gic: Add new DT property to reserve IPIs by Qais Yousef · 9 years ago
  87. bb11cff MIPS: Make smp CMP, CPS and MT use the new generic IPI functions by Qais Yousef · 9 years ago
  88. 78930f0 irqchip/mips-gic: Clear percpu_masks correctly when mapping by Qais Yousef · 9 years ago
  89. 2a07870 irqchip/mips-gic: Use gic_vpes instead of NR_CPUS by Qais Yousef · 9 years ago
  90. c98c1822 irqchip/mips-gic: Add device hierarchy domain by Qais Yousef · 9 years ago
  91. 2af70a9 irqchip/mips-gic: Add a IPI hierarchy domain by Qais Yousef · 9 years ago
  92. c0a9f72 irqchip: irq-mips-gic: Provide function to map GIC user section by Alex Smith · 9 years ago
  93. d77d5ac irqchip: mips-gic: Fix pending & mask reads for MIPS64 with 32b GIC. by Paul Burton · 9 years ago
  94. ab41f6c irqchip: mips-gic: Convert CPU numbers to VP IDs. by Paul Burton · 9 years ago
  95. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  96. 807249d Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  97. 17e6b00 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  98. 6f50c83 IRQCHIP: irq-mips-gic: Add support for CM3 64-bit timer irqs by Markos Chandras · 9 years ago
  99. c3f57f0 IRQCHIP: irq-mips-gic: Extend GIC accessors for 64-bit CMs by Markos Chandras · 9 years ago
  100. 4ace613 MIPS: SMP: Don't increment irq_count multiple times for call function IPIs by Alex Smith · 9 years ago