1. d9f8293 irqchip/mips-gic: Use effective affinity to unmask by Paul Burton · 7 years ago
  2. a08588e irqchip/mips-gic: Fix shifts to extract register fields by Paul Burton · 7 years ago
  3. 90019f8 irqchip.mips-gic: Fix shared interrupt mask writes by Paul Burton · 7 years ago
  4. 6c09ffd irqchip/gic-v4: Fix building with ancient gcc by Arnd Bergmann · 7 years ago
  5. 3fad4cd irqchip/gic-v3: Iterate over possible CPUs by for_each_possible_cpu() by zijun_hu · 7 years ago
  6. 73184130 Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 7 years ago
  7. 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
  8. 7f15a64 irqchip: mips-gic: Let the core set struct irq_common_data affinity by Paul Burton · 7 years ago
  9. 07df8bf irqchip: mips-gic: Use cpumask_first_and() in gic_set_affinity() by Paul Burton · 7 years ago
  10. b2b2e58 irqchip: mips-gic: Clean up mti, reserved-cpu-vectors handling by Paul Burton · 7 years ago
  11. 7778c4b irqchip: mips-gic: Use pcpu_masks to avoid reading GIC_SH_MASK* by Paul Burton · 7 years ago
  12. aa49373 irqchip: mips-gic: Make pcpu_masks a per-cpu variable by Paul Burton · 7 years ago
  13. 87888bc irqchip: mips-gic: Inline gic_basic_init() by Paul Burton · 7 years ago
  14. fbea754 irqchip: mips-gic: Inline __gic_init() by Paul Burton · 7 years ago
  15. dd01635 irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.h by Paul Burton · 7 years ago
  16. 56d7b61 irqchip: mips-gic: Remove gic_present by Paul Burton · 7 years ago
  17. 85eec73 irqchip: mips-gic: Remove gic_init() by Paul Burton · 7 years ago
  18. 75c1b2f irqchip: mips-gic: Remove __gic_irq_dispatch() forward declaration by Paul Burton · 7 years ago
  19. 8410381 irqchip: mips-gic: Remove gic_get_usm_range() by Paul Burton · 7 years ago
  20. b11d4c1 irqchip: mips-gic: Move various definitions to the driver by Paul Burton · 7 years ago
  21. 0d0cf58 irqchip: mips-gic: Convert remaining local reg access to new accessors by Paul Burton · 7 years ago
  22. 9da3c64 irqchip: mips-gic: Convert local int mask access to new accessors by Paul Burton · 7 years ago
  23. 3680746 irqchip: mips-gic: Convert remaining shared reg access to new accessors by Paul Burton · 7 years ago
  24. 0efe3cb irqchip: mips-gic: Remove gic_map_to_vpe() by Paul Burton · 7 years ago
  25. d3e8cf4 irqchip: mips-gic: Remove gic_map_to_pin() by Paul Burton · 7 years ago
  26. c26ba67 irqchip: mips-gic: Remove gic_set_dual_edge() by Paul Burton · 7 years ago
  27. 471aa96 irqchip: mips-gic: Remove gic_set_trigger() by Paul Burton · 7 years ago
  28. 80e5f9c irqchip: mips-gic: Remove gic_set_polarity() by Paul Burton · 7 years ago
  29. 87554b0 irqchip: mips-gic: Drop gic_(re)set_mask() functions by Paul Burton · 7 years ago
  30. a0dc5cb irqchip: mips-gic: Simplify gic_local_irq_domain_map() by Paul Burton · 7 years ago
  31. e98fcb2 irqchip: mips-gic: Simplify shared interrupt pending/mask reads by Paul Burton · 7 years ago
  32. 9762d2e irqchip: mips-gic: Remove gic_read_local_vp_id() by Paul Burton · 7 years ago
  33. 095a7e3 irqchip: mips-gic: Remove counter access functions by Paul Burton · 7 years ago
  34. 9fbd7fd Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 7 years ago
  35. ae3efab irqchip/ls-scfg-msi: Add MSI affinity support by Minghuan Lian · 7 years ago
  36. fd100da irqchip/ls-scfg-msi: Add LS1043a v1.1 MSI support by Minghuan Lian · 7 years ago
  37. 4dd5da6 irqchip/ls-scfg-msi: Add LS1046a MSI support by Minghuan Lian · 7 years ago
  38. d35b2c9 irqchip/ls-scfg-msi: Fix typo of MSI compatible strings by Minghuan Lian · 7 years ago
  39. b304605 irqchip/irq-bcm7120-l2: Use correct I/O accessors for irq_fwd_mask by Florian Fainelli · 7 years ago
  40. c8c7d93 irqchip/mmp: Make mmp_intc_conf const by Bhumika Goyal · 7 years ago
  41. 73c4c37 irqchip/gic: Make irq_chip const by Bhumika Goyal · 7 years ago
  42. 4bdf502 irqchip/gic-v3: Advertise GICv4 support to KVM by Marc Zyngier · 8 years ago
  43. 3d63cb5 irqchip/gic-v4: Enable low-level GICv4 operations by Marc Zyngier · 8 years ago
  44. 7954907 irqchip/gic-v4: Add some basic documentation by Marc Zyngier · 8 years ago
  45. f2eac75 irqchip/gic-v4: Add VLPI configuration interface by Marc Zyngier · 8 years ago
  46. eab8431 irqchip/gic-v4: Add VPE command interface by Marc Zyngier · 8 years ago
  47. 7de5c0a irqchip/gic-v4: Add per-VM VPE domain creation by Marc Zyngier · 8 years ago
  48. d51c4b4 irqchip/gic-v3-its: Set implementation defined bit to enable VLPIs by Marc Zyngier · 8 years ago
  49. e57a3e28 irqchip/gic-v3-its: Allow doorbell interrupts to be injected/cleared by Marc Zyngier · 7 years ago
  50. 958b90d irqchip/gic-v3-its: Move pending doorbell after VMOVP by Marc Zyngier · 7 years ago
  51. 20b3d54 irqchip/gic-v3-its: Add device proxy for VPE management if !DirectLpi by Marc Zyngier · 8 years ago
  52. 93f94ea irqchip/gic-v3-its: Make LPI allocation optional on device creation by Marc Zyngier · 7 years ago
  53. f6a91da irqchip/gic-v3-its: Add VPE interrupt masking by Marc Zyngier · 8 years ago
  54. 3171a47 irqchip/gic-v3-its: Add VPE affinity changes by Marc Zyngier · 8 years ago
  55. 5e2f764 irqchip/gic-v3-its: Add VPE invalidation hook by Marc Zyngier · 8 years ago
  56. e643d80 irqchip/gic-v3-its: Add VPE scheduling by Marc Zyngier · 8 years ago
  57. eb78192 irqchip/gic-v3-its: Add VPE irq domain [de]activation by Marc Zyngier · 8 years ago
  58. 7d75bbb irqchip/gic-v3-its: Add VPE irq domain allocation/teardown by Marc Zyngier · 8 years ago
  59. 8fff27a irqchip/gic-v3-its: Add VPE domain infrastructure by Marc Zyngier · 8 years ago
  60. 015ec03 irqchip/gic-v3-its: Add VLPI configuration handling by Marc Zyngier · 8 years ago
  61. d011e4e irqchip/gic-v3-its: Add VLPI map/unmap operations by Marc Zyngier · 8 years ago
  62. c808eea irqchip/gic-v3-its: Add VLPI configuration hook by Marc Zyngier · 8 years ago
  63. d7276b8 irqchip/gic-v3-its: Add GICv4 ITS command definitions by Marc Zyngier · 8 years ago
  64. 582e2b4 MIPS: GIC: Introduce asm/mips-gic.h with accessor functions by Paul Burton · 7 years ago
  65. a0ffec3 irqchip: mips-gic: SYNC after enabling GIC region by James Hogan · 7 years ago
  66. 2c0e838 irqchip: mips-gic: SYNC after enabling GIC region by James Hogan · 7 years ago
  67. e83f7e0 MIPS: CPS: Have asm/mips-cps.h include CM & CPC headers by Paul Burton · 7 years ago
  68. fe7a38c MIPS: Unify checks for sibling CPUs by Paul Burton · 7 years ago
  69. 93c5bba5 MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts by Paul Burton · 7 years ago
  70. adcdb94 irqchip/gic-v3-its: Generalize LPI configuration by Marc Zyngier · 8 years ago
  71. 70cc81e irqchip/gic-v3-its: Generalize device table allocation by Marc Zyngier · 8 years ago
  72. cf2be8b irqchip/gic-v3-its: Rework LPI freeing by Marc Zyngier · 8 years ago
  73. 7c297a2 irqchip/gic-v3-its: Split out pending table allocation by Marc Zyngier · 8 years ago
  74. 4cacac5 irqchip/gic-v3-its: Allow use of indirect VCPU tables by Marc Zyngier · 8 years ago
  75. 0e5ccf9 irqchip/gic-v3-its: Split out property table allocation by Marc Zyngier · 8 years ago
  76. 8d85dce irqchip/gic-v3-its: Implement irq_set_irqchip_state for pending state by Marc Zyngier · 8 years ago
  77. e4f9094 irqchip/gic-v3-its: Macro-ize its_send_single_command by Marc Zyngier · 8 years ago
  78. 3dfa576 irqchip/gic-v3-its: Add probing for VLPI properties by Marc Zyngier · 8 years ago
  79. a13b040 irqchip/gic-v3-its: Move LPI definitions around by Marc Zyngier · 8 years ago
  80. 0edc23e irqchip/gic-v3: Add VLPI/DirectLPI discovery by Marc Zyngier · 8 years ago
  81. 0d94ded irqchip/gic-v3: Add redistributor iterator by Marc Zyngier · 8 years ago
  82. e81f54c irqchip: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  83. 5ed34d3 irqchip: Add UniPhier AIDET irqchip driver by Masahiro Yamada · 7 years ago
  84. 9bdd8b1 irqchip/gic-v3-its: Properly handle command queue wrapping by Marc Zyngier · 7 years ago
  85. 319ec8b irqchip/armada-370-xp: Enable MSI-X support by Stefan Roese · 7 years ago
  86. 5009121 irqchip/xtensa-mx: Report that effective affinity is a single target by Marc Zyngier · 7 years ago
  87. 18416e4 irqchip/mips-gic: Report that effective affinity is a single target by Marc Zyngier · 7 years ago
  88. 79a0d4d irqchip/hip04: Report that effective affinity is a single target by Marc Zyngier · 7 years ago
  89. 64b5aaa irqchip/metag-ext: Report that effective affinity is a single target by Marc Zyngier · 7 years ago
  90. b8d9884 irqchip/bcm-7038-l1: Report that effective affinity is a single target by Marc Zyngier · 7 years ago
  91. d0ed5e8 irqchip/bcm-6345-l1: Report that effective affinity is a single target by Marc Zyngier · 7 years ago
  92. e31793a irqchip/armada-370-xp: Report that effective affinity is a single target by Marc Zyngier · 7 years ago
  93. 0d224d3 irqchip/gic-v3-its: Report that effective affinity is a single target by Marc Zyngier · 7 years ago
  94. 956ae91 irqchip/gic-v3: Report that effective affinity is a single target by Marc Zyngier · 7 years ago
  95. 0c9e498 irqchip/gic: Report that effective affinity is a single target by Marc Zyngier · 7 years ago
  96. 9c9947f Merge tag 'irqchip-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 7 years ago
  97. a0088737 irqchip/gic-v3-its-platform-msi: Fix msi-parent parsing loop by Lorenzo Pieralisi · 7 years ago
  98. fdf6e7a irqchip/gic-v3-its: Allow GIC ITS number more than MAX_NUMNODES by Hanjun Guo · 7 years ago
  99. c017d21 irqchip: brcmstb-l2: Define an irq_pm_shutdown function by Florian Fainelli · 7 years ago
  100. 39a06b6 irqchip/gic: Ensure we have an ISB between ack and ->handle_irq by Will Deacon · 7 years ago