1. d86aaca9 irqchip/qcom: Fix check for spurious interrupts by Agustin Vega-Frias · 7 years ago
  2. de16dfc irqchip/gic-v3: Change pr_debug message to pr_devel by Mark Salter · 7 years ago
  3. c834b955 irqchip/gic-v3: Ignore disabled ITS nodes by Stephen Boyd · 7 years ago
  4. 439e8b2 irqchip/gic: Take lock when updating irq type by Aniruddha Banerjee · 7 years ago
  5. 04568f4 irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry by Shanker Donthineni · 7 years ago
  6. e01cf46 irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis by Ard Biesheuvel · 7 years ago
  7. 4a665d6 irqchip/mips-gic: Avoid spuriously handling masked interrupts by Matt Redfearn · 7 years ago
  8. bc4704f irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq() by Shanker Donthineni · 7 years ago
  9. f0d5642 irqchip/qcom: Fix u32 comparison with value less than zero by Colin Ian King · 7 years ago
  10. ca655bc irqchip/gic-v3: Fix ppi-partitions lookup by Johan Hovold · 7 years ago
  11. c84e6d0 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  12. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  13. c9bb863 irqchip/irq-mvebu-gicp: Add missing spin_lock init by Antoine Tenart · 7 years ago
  14. 1615090 irqchip/tango: Use irq_gc_mask_disable_and_ack_set by Florian Fainelli · 7 years ago
  15. 30ae961 irqchip/gic-v3-its: Add missing changes to support 52bit physical address by Shanker Donthineni · 7 years ago
  16. 32bd44d irqchip/gic-v3-its: Fix the incorrect parsing of VCPU table size by Shanker Donthineni · 7 years ago
  17. c427a47 irqchip/gic-v3-its: Fix the incorrect BUG_ON in its_init_vpe_domain() by Shanker Donthineni · 7 years ago
  18. d9f8293 irqchip/mips-gic: Use effective affinity to unmask by Paul Burton · 7 years ago
  19. a08588e irqchip/mips-gic: Fix shifts to extract register fields by Paul Burton · 7 years ago
  20. 90019f8 irqchip.mips-gic: Fix shared interrupt mask writes by Paul Burton · 7 years ago
  21. 6c09ffd irqchip/gic-v4: Fix building with ancient gcc by Arnd Bergmann · 7 years ago
  22. 3fad4cd irqchip/gic-v3: Iterate over possible CPUs by for_each_possible_cpu() by zijun_hu · 7 years ago
  23. 7318413 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 · 8 years ago
  26. 07df8bf irqchip: mips-gic: Use cpumask_first_and() in gic_set_affinity() by Paul Burton · 8 years ago
  27. b2b2e58 irqchip: mips-gic: Clean up mti, reserved-cpu-vectors handling by Paul Burton · 8 years ago
  28. 7778c4b irqchip: mips-gic: Use pcpu_masks to avoid reading GIC_SH_MASK* by Paul Burton · 8 years ago
  29. aa49373 irqchip: mips-gic: Make pcpu_masks a per-cpu variable by Paul Burton · 8 years ago
  30. 87888bc irqchip: mips-gic: Inline gic_basic_init() by Paul Burton · 8 years ago
  31. fbea754 irqchip: mips-gic: Inline __gic_init() by Paul Burton · 8 years ago
  32. dd01635 irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.h by Paul Burton · 8 years ago
  33. 56d7b61 irqchip: mips-gic: Remove gic_present by Paul Burton · 8 years ago
  34. 85eec73 irqchip: mips-gic: Remove gic_init() by Paul Burton · 8 years ago
  35. 75c1b2f irqchip: mips-gic: Remove __gic_irq_dispatch() forward declaration by Paul Burton · 8 years ago
  36. 8410381 irqchip: mips-gic: Remove gic_get_usm_range() by Paul Burton · 8 years ago
  37. b11d4c1 irqchip: mips-gic: Move various definitions to the driver by Paul Burton · 8 years ago
  38. 0d0cf58 irqchip: mips-gic: Convert remaining local reg access to new accessors by Paul Burton · 8 years ago
  39. 9da3c64 irqchip: mips-gic: Convert local int mask access to new accessors by Paul Burton · 8 years ago
  40. 3680746 irqchip: mips-gic: Convert remaining shared reg access to new accessors by Paul Burton · 8 years ago
  41. 0efe3cb irqchip: mips-gic: Remove gic_map_to_vpe() by Paul Burton · 8 years ago
  42. d3e8cf4 irqchip: mips-gic: Remove gic_map_to_pin() by Paul Burton · 8 years ago
  43. c26ba67 irqchip: mips-gic: Remove gic_set_dual_edge() by Paul Burton · 8 years ago
  44. 471aa96 irqchip: mips-gic: Remove gic_set_trigger() by Paul Burton · 8 years ago
  45. 80e5f9c irqchip: mips-gic: Remove gic_set_polarity() by Paul Burton · 8 years ago
  46. 87554b0 irqchip: mips-gic: Drop gic_(re)set_mask() functions by Paul Burton · 8 years ago
  47. a0dc5cb irqchip: mips-gic: Simplify gic_local_irq_domain_map() by Paul Burton · 8 years ago
  48. e98fcb2 irqchip: mips-gic: Simplify shared interrupt pending/mask reads by Paul Burton · 8 years ago
  49. 9762d2e irqchip: mips-gic: Remove gic_read_local_vp_id() by Paul Burton · 8 years ago
  50. 095a7e3 irqchip: mips-gic: Remove counter access functions by Paul Burton · 8 years ago
  51. 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 · 8 years ago
  52. ae3efab irqchip/ls-scfg-msi: Add MSI affinity support by Minghuan Lian · 8 years ago
  53. fd100da irqchip/ls-scfg-msi: Add LS1043a v1.1 MSI support by Minghuan Lian · 8 years ago
  54. 4dd5da6 irqchip/ls-scfg-msi: Add LS1046a MSI support by Minghuan Lian · 8 years ago
  55. d35b2c9 irqchip/ls-scfg-msi: Fix typo of MSI compatible strings by Minghuan Lian · 8 years ago
  56. b304605 irqchip/irq-bcm7120-l2: Use correct I/O accessors for irq_fwd_mask by Florian Fainelli · 8 years ago
  57. c8c7d93 irqchip/mmp: Make mmp_intc_conf const by Bhumika Goyal · 8 years ago
  58. 73c4c37 irqchip/gic: Make irq_chip const by Bhumika Goyal · 8 years ago
  59. 4bdf502 irqchip/gic-v3: Advertise GICv4 support to KVM by Marc Zyngier · 8 years ago
  60. 3d63cb5 irqchip/gic-v4: Enable low-level GICv4 operations by Marc Zyngier · 8 years ago
  61. 7954907 irqchip/gic-v4: Add some basic documentation by Marc Zyngier · 8 years ago
  62. f2eac75 irqchip/gic-v4: Add VLPI configuration interface by Marc Zyngier · 8 years ago
  63. eab8431 irqchip/gic-v4: Add VPE command interface by Marc Zyngier · 8 years ago
  64. 7de5c0a irqchip/gic-v4: Add per-VM VPE domain creation by Marc Zyngier · 8 years ago
  65. d51c4b4 irqchip/gic-v3-its: Set implementation defined bit to enable VLPIs by Marc Zyngier · 8 years ago
  66. e57a3e28 irqchip/gic-v3-its: Allow doorbell interrupts to be injected/cleared by Marc Zyngier · 8 years ago
  67. 958b90d irqchip/gic-v3-its: Move pending doorbell after VMOVP by Marc Zyngier · 8 years ago
  68. 20b3d54 irqchip/gic-v3-its: Add device proxy for VPE management if !DirectLpi by Marc Zyngier · 8 years ago
  69. 93f94ea irqchip/gic-v3-its: Make LPI allocation optional on device creation by Marc Zyngier · 8 years ago
  70. f6a91da irqchip/gic-v3-its: Add VPE interrupt masking by Marc Zyngier · 8 years ago
  71. 3171a47 irqchip/gic-v3-its: Add VPE affinity changes by Marc Zyngier · 8 years ago
  72. 5e2f764 irqchip/gic-v3-its: Add VPE invalidation hook by Marc Zyngier · 8 years ago
  73. e643d80 irqchip/gic-v3-its: Add VPE scheduling by Marc Zyngier · 8 years ago
  74. eb78192 irqchip/gic-v3-its: Add VPE irq domain [de]activation by Marc Zyngier · 8 years ago
  75. 7d75bbb irqchip/gic-v3-its: Add VPE irq domain allocation/teardown by Marc Zyngier · 8 years ago
  76. 8fff27a irqchip/gic-v3-its: Add VPE domain infrastructure by Marc Zyngier · 8 years ago
  77. 015ec03 irqchip/gic-v3-its: Add VLPI configuration handling by Marc Zyngier · 8 years ago
  78. d011e4e irqchip/gic-v3-its: Add VLPI map/unmap operations by Marc Zyngier · 8 years ago
  79. c808eea irqchip/gic-v3-its: Add VLPI configuration hook by Marc Zyngier · 8 years ago
  80. d7276b8 irqchip/gic-v3-its: Add GICv4 ITS command definitions by Marc Zyngier · 8 years ago
  81. 582e2b4 MIPS: GIC: Introduce asm/mips-gic.h with accessor functions by Paul Burton · 8 years ago
  82. a0ffec3 irqchip: mips-gic: SYNC after enabling GIC region by James Hogan · 8 years ago
  83. 2c0e838 irqchip: mips-gic: SYNC after enabling GIC region by James Hogan · 8 years ago
  84. e83f7e0 MIPS: CPS: Have asm/mips-cps.h include CM & CPC headers by Paul Burton · 8 years ago
  85. fe7a38c MIPS: Unify checks for sibling CPUs by Paul Burton · 8 years ago
  86. 93c5bba5 MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts by Paul Burton · 8 years ago
  87. adcdb94 irqchip/gic-v3-its: Generalize LPI configuration by Marc Zyngier · 8 years ago
  88. 70cc81e irqchip/gic-v3-its: Generalize device table allocation by Marc Zyngier · 8 years ago
  89. cf2be8b irqchip/gic-v3-its: Rework LPI freeing by Marc Zyngier · 8 years ago
  90. 7c297a2 irqchip/gic-v3-its: Split out pending table allocation by Marc Zyngier · 8 years ago
  91. 4cacac5 irqchip/gic-v3-its: Allow use of indirect VCPU tables by Marc Zyngier · 8 years ago
  92. 0e5ccf9 irqchip/gic-v3-its: Split out property table allocation by Marc Zyngier · 8 years ago
  93. 8d85dce irqchip/gic-v3-its: Implement irq_set_irqchip_state for pending state by Marc Zyngier · 8 years ago
  94. e4f9094 irqchip/gic-v3-its: Macro-ize its_send_single_command by Marc Zyngier · 8 years ago
  95. 3dfa576 irqchip/gic-v3-its: Add probing for VLPI properties by Marc Zyngier · 8 years ago
  96. a13b040 irqchip/gic-v3-its: Move LPI definitions around by Marc Zyngier · 8 years ago
  97. 0edc23e irqchip/gic-v3: Add VLPI/DirectLPI discovery by Marc Zyngier · 8 years ago
  98. 0d94ded irqchip/gic-v3: Add redistributor iterator by Marc Zyngier · 8 years ago
  99. e81f54c irqchip: Convert to using %pOF instead of full_name by Rob Herring · 8 years ago
  100. 5ed34d3 irqchip: Add UniPhier AIDET irqchip driver by Masahiro Yamada · 8 years ago