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