1. 792a402 MIPS: OCTEON: irq: Fix potential NULL pointer dereference by Gustavo A. R. Silva · 6 years ago
  2. 636e9d2 MIPS: OCTEON: octeon-irq: fix spelling mistake "to" -> "too" by Colin Ian King · 5 years ago
  3. bcb64116 MIPS: OCTEON: octeon-irq: make octeon_irq_ciu3_set_affinity() static by Aaro Koskinen · 6 years ago
  4. 9475e90 MIPS: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  5. 7896de7b MIPS: Octeon: assign bool true/false not 1/0 by Nicholas Mc Guire · 7 years ago
  6. 948869f Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
  7. 902f4d0 MIPS: OCTEON: irq: Check for null return on kzalloc allocation by Colin Ian King · 7 years ago
  8. db6775c MIPS: Octeon: Fix logging messages with spurious periods after newlines by Joe Perches · 7 years ago
  9. ba1fc93 MIPS: Octeon: Allow access to CIU3 IRQ domains. by Steven J. Hill · 7 years ago
  10. 0a90055 MIPS: Octeon: mark GPIO controller node not populated after IRQ init. by Steven J. Hill · 8 years ago
  11. 4a89cf8 Merge branch '4.7-fixes' into mips-for-linux-next by Ralf Baechle · 8 years ago
  12. 71471e2 MIPS: Octeon: Remove forced mappings of USB interrupts. by Steven J. Hill · 8 years ago
  13. 008d0cf MIPS: Octeon: Off by one in octeon_irq_gpio_map() by Dan Carpenter · 9 years ago
  14. 490f754 MIPS: OCTEON: Simplify code in octeon_irq_ciu_gpio_set_type() by David Daney · 9 years ago
  15. ce210d3 MIPS: OCTEON: Add support for OCTEON III interrupt controller. by David Daney · 9 years ago
  16. 2253e0b MIPS: OCTEON: Remove some code limiting NR_IRQS to 255 by David Daney · 9 years ago
  17. 5d4c9bc irqdomain: Use irq_domain_get_of_node() instead of direct field access by Marc Zyngier · 9 years ago
  18. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  19. 56a86c3 MIPS: octeon: Replace the homebrewn flow handler by Thomas Gleixner · 10 years ago
  20. 5c15942 MIPS: irq: Use access helper irq_data_get_affinity_mask() by Jiang Liu · 10 years ago
  21. 25aae56 MIPS, IRQ: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 10 years ago
  22. 64b139f MIPS: OCTEON: irq: add CIB and other fixes by David Daney · 10 years ago
  23. 2e3ecab MIPS: OCTEON: Don't do acknowledge operations for level triggered irqs. by David Daney · 10 years ago
  24. debe6a6 MIPS: OCTEON: Update octeon-model.h code for new SoCs. by David Daney · 10 years ago
  25. cf35570 MIPS: Octeon: Make Octeon GPIO IRQ chip CPU hotplug-aware by Alexander Sverdlin · 10 years ago
  26. 3589871 mips: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  27. a53825e MIPS: Octeon: Add twsi interrupt initialization for OCTEON 3XXX, 5XXX, 63XX by Eunbong Song · 11 years ago
  28. 01f8fa4 genirq: Allow forcing cpu affinity of interrupts by Thomas Gleixner · 11 years ago
  29. 2eddb70 MIPS: Octeon: Fix warning in of_device_alloc on cn3xxx by Andreas Herrmann · 11 years ago
  30. 17efb59 MIPS: Move declaration of Octeon function fixup_irqs() to header. by Ralf Baechle · 11 years ago
  31. 078a55f MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code by Paul Gortmaker · 12 years ago
  32. 5ebf1f2 MIPS: octeon: Use irq_get_trigger_type() to get IRQ flags by Javier Martinez Canillas · 12 years ago
  33. d41d547 MIPS: octeon: Fix GPIO number in IRQ chip private data by Alexander Sverdlin · 12 years ago
  34. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 12 years ago
  35. 43f01da MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree. by David Daney · 13 years ago
  36. c9f0f0c0 MIPS: OCTEON: Register ciu/ciu2 as the default irq_domain. by David Daney · 12 years ago
  37. 1a7e68f MIPS: Octeon: Make interrupt controller work with threaded handlers. by David Daney · 13 years ago
  38. 88fd858 MIPS: OCTEON: Add support for cn68XX interrupt controller. by David Daney · 13 years ago
  39. 87161cc MIPS: Octeon: Fix broken interrupt controller code. by David Daney · 12 years ago
  40. b59b284 MIPS: Octeon: Use device tree to register serial ports. by David Daney · 13 years ago
  41. 368bec0 netdev: octeon_mgmt: Convert to use device tree. by David Daney · 13 years ago
  42. f353a21 i2c: Convert i2c-octeon.c to use device tree. by David Daney · 13 years ago
  43. a0c1658 MIPS: Octeon: Setup irq_domains for interrupts. by David Daney · 13 years ago
  44. a339aef MIPS: OCTEON: Consolidate the edge and level irq_chip structures. by David Daney · 13 years ago
  45. f5e0828 MIPS: OCTEON: Remove unneeded OCTEON_IRQ_* defines. by David Daney · 13 years ago
  46. 6d1ab4c MIPS: Octeon: Add irq handlers for GPIO interrupts. by David Daney · 13 years ago
  47. 5b7cd6f MIPS: Octeon: Simplify irq_cpu_on/offline irq chip functions by Thomas Gleixner · 14 years ago
  48. 0c32638 MIPS: Octeon: Rewrite interrupt handling code. by David Daney · 14 years ago
  49. 3508920 MIPS: Octeon: Fix fixup_irqs for HOTPLUG_CPU by David Daney · 14 years ago
  50. 5aae1fd MIPS: Octeon: Improve interrupt handling. by David Daney · 14 years ago
  51. a894f14 MIPS: Octeon: Move MSI code out of octeon-irq.c. by David Daney · 14 years ago
  52. 3996142 MIPS: Octeon: Replace rwlocks in irq_chip handlers with raw_spinlocks. by David Daney · 15 years ago
  53. 4837a66 MIPS: Octeon: Convert octeon_irq_msi_lock to raw spinlock. by Ralf Baechle · 15 years ago
  54. 4a8a738 MIPS: Make various locks static. by Ralf Baechle · 15 years ago
  55. 86568dc MIPS: Octeon: Do proper acknowledgment of CIU timer interrupts. by David Daney · 15 years ago
  56. dbb103b MIPS: Octeon: Fix EOI handling. by David Daney · 15 years ago
  57. cd847b7 MIPS: Octeon: Use lockless interrupt controller operations when possible. by David Daney · 15 years ago
  58. b6b74d5 MIPS: Octeon: Use write_{un,}lock_irq{restore,save} to set irq affinity by David Daney · 15 years ago
  59. 773cb77 MIPS: Cavium: Add CPU hotplugging code. by Ralf Baechle · 16 years ago
  60. 631330f MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users. by Ralf Baechle · 16 years ago
  61. e8635b4 MIPS: Add Cavium OCTEON PCI support. by David Daney · 16 years ago
  62. d5dedd4 irq: change ->set_affinity() to return status by Yinghai Lu · 16 years ago
  63. ae03550 MIPS: Convert obsolete irq_desc_t to struct irq_desc by Thomas Gleixner · 16 years ago
  64. 5b3b168 MIPS: Add Cavium OCTEON processor support files to arch/mips/cavium-octeon. by David Daney · 16 years ago