1. de58e52 irqchip/bcm2835: Refactor handle_IRQ() calls out of MAKE_HWIRQ by Eric Anholt · 9 years ago
  2. 649953b PCI: xilinx: Fix typo in function name by Jiang Liu · 9 years ago
  3. 4c2880b irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instance by Jon Hunter · 9 years ago
  4. 567e5a0 irqchip/gic: Only allow the primary GIC to set the CPU map by Jon Hunter · 9 years ago
  5. 36f024e PCI/MSI: pci-xgene-msi: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 9 years ago
  6. f70229e unicore32/irq: Prepare puv3_gpio_handler for irq argument removal by Thomas Gleixner · 9 years ago
  7. f5dbdd4 tile/pci_gx: Prepare trio_handle_level_irq for irq argument removal by Thomas Gleixner · 9 years ago
  8. 625b86a m68k/irq: Prepare irq handlers for irq argument removal by Thomas Gleixner · 9 years ago
  9. 88bd646 C6X/megamode-pic: Prepare megamod_irq_cascade for irq argument removal by Thomas Gleixner · 9 years ago
  10. 2b501769 blackfin: Prepare irq handlers for irq argument removal by Thomas Gleixner · 9 years ago
  11. badae6b arc/irq: Prepare idu_cascade_isr for irq argument removal by Thomas Gleixner · 9 years ago
  12. d7185a9 sparc/irq: Use access helper irq_data_get_affinity_mask() by Jiang Liu · 9 years ago
  13. 6a4a5b3 sparc/irq: Use helper irq_data_get_irq_handler_data() by Jiang Liu · 9 years ago
  14. d2109a1 parisc/irq: Use access helper irq_data_get_affinity_mask() by Jiang Liu · 9 years ago
  15. 9d03e78 mn10300/irq: Use access helper irq_data_get_affinity_mask() by Jiang Liu · 9 years ago
  16. 4ba3750 irqchip/i8259: Prepare i8259_irq_dispatch for irq argument removal by Thomas Gleixner · 9 years ago
  17. 0509cfd MIPS/irqchip: Move i8259 irqchip driver to drivers/irqchip by Ralf Baechle · 9 years ago
  18. 0b73670 irqchip: Remove header drivers/irqchip/irqchip.h by Joel Porquet · 9 years ago
  19. 0a271c2 mips/irq: prepare for drivers/irqchip/irqchip.h removal by Joel Porquet · 9 years ago
  20. fd4b267 microblaze/irq: prepare for drivers/irqchip/irqchip.h removal by Joel Porquet · 9 years ago
  21. f075915 PCI/MSI: Drop domain field from msi_controller by Marc Zyngier · 9 years ago
  22. 8d63bc7 PCI/MSI: pci-xgene-msi: Get rid of struct msi_controller by Marc Zyngier · 9 years ago
  23. ef50645 irqchip/GICv2m: Add platform MSI support by Marc Zyngier · 9 years ago
  24. 5cedceb irqchip/GICv2m: Get rid of struct msi_controller by Marc Zyngier · 9 years ago
  25. 1e6db00 irqchip/gicv3-its: Add platform MSI support by Marc Zyngier · 9 years ago
  26. 54456db irqchip/gicv3-its: Make the PCI/MSI code standalone by Marc Zyngier · 9 years ago
  27. 841514a irqchip/gicv3-its: Get rid of struct msi_controller by Marc Zyngier · 9 years ago
  28. e55dcd4 irqchip/gicv3-its: Register irq domain with NEXUS token by Marc Zyngier · 9 years ago
  29. f130420 irqchip/gicv3-its: Split PCI/MSI code from the core ITS driver by Marc Zyngier · 9 years ago
  30. a571607 genirq: Add DOMAIN_BUS_NEXUS irqdomain property by Marc Zyngier · 9 years ago
  31. c09fcc4b drivers/base: Add MSI domain support for non-PCI devices by Marc Zyngier · 9 years ago
  32. c706c23 of/platform: Assign MSI domain to platform device by Marc Zyngier · 9 years ago
  33. d8a1cb7 PCI/MSI: Let pci_msi_get_domain use struct device::msi_domain by Marc Zyngier · 9 years ago
  34. 471c931 PCI/MSI: Allow msi_domain lookup using the host bridge node by Marc Zyngier · 9 years ago
  35. b165e2b PCI/MSI: Add support for OF-provided msi_domain by Marc Zyngier · 9 years ago
  36. 44aa0c6 PCI/MSI: Add hooks to populate the msi_domain field by Marc Zyngier · 9 years ago
  37. f1421db device core: Introduce per-device MSI domain pointer by Marc Zyngier · 9 years ago
  38. 0380839 PCI/MSI: Register irq domain with specific token by Marc Zyngier · 9 years ago
  39. ad3aedf genirq/irqdomain: Allow irq domain aliasing by Marc Zyngier · 9 years ago
  40. 8505a81 genirq: Use the proper parameter name in kernel doc by Masanari Iida · 9 years ago
  41. 4b979e4 Merge branch 'linus' into irq/core by Thomas Gleixner · 9 years ago
  42. 1559f3b xtensa/irq: Use access helper irq_data_get_affinity_mask() by Jiang Liu · 9 years ago
  43. 7fe88f3 spmi/pmic: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 9 years ago
  44. fb68ba6 spmi/pmic_arb: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 9 years ago
  45. c497615 sh/intc: Prepare irq flow handlers for irq argument removal by Thomas Gleixner · 9 years ago
  46. 8228a04 sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 9 years ago
  47. 8b8149d sh/irq: Use access helper irq_data_get_affinity_mask() by Thomas Gleixner · 9 years ago
  48. d0abe2f sh/irq: Use irq accessor functions instead of open coded access by Jiang Liu · 9 years ago
  49. cde5c27 sh/irq: Use accessor irq_data_get_node() by Jiang Liu · 9 years ago
  50. 59fb3d5 ia64/iosapic: Use irq_set_chip_handler_name_locked() by Thomas Gleixner · 9 years ago
  51. c42574e ia64/irq: Use access helper irq_data_get_affinity_mask() by Jiang Liu · 9 years ago
  52. bdf76e3 C6X/meagmod-pic: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 9 years ago
  53. 2843844 blackfin/irq: Use irq_set_handler_locked() by Thomas Gleixner · 9 years ago
  54. 247bd4f blackfin/irq: Use access helper irq_data_get_affinity_mask() by Jiang Liu · 9 years ago
  55. 95e432b alpha/irq: Use access helper irq_data_get_affinity_mask() by Jiang Liu · 9 years ago
  56. 0aef399 irqchip/bcm7120-l2: Fix interrupt status for multiple parent IRQs by Florian Fainelli · 9 years ago
  57. fd53776 irqchip/bcm7120-l2: Perform suspend/resume even without installed child IRQs by Brian Norris · 9 years ago
  58. be9b22b genirq: Add chip_[suspend|resume] PM support to irq_chip by Brian Norris · 9 years ago
  59. c376023 irqchip: Appropriate __init annotation for const data by Nicolas Pitre · 9 years ago
  60. 1ee4fb3 genirq: Export irq_[get|set]_irqchip_state() by Bjorn Andersson · 9 years ago
  61. 0d3f2c9 irqchip/gic: Remove redundant gic_set_irqchip_flags by Sudeep Holla · 9 years ago
  62. aec89ef irqchip/gic: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND by Sudeep Holla · 9 years ago
  63. cbfe8fa Linux 4.2-rc4 by Linus Torvalds · 9 years ago
  64. 2579d01 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  65. 2800348 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  66. df6e23a avr32/irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 9 years ago
  67. 4f31dd6 avr32/at32ap: Use irq_set_handler_locked() by Thomas Gleixner · 9 years ago
  68. 4365160 avr32/at32ap: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 9 years ago
  69. 1a4e879 x86/mm/pat: Revert 'Adjust default caching mode translation tables' by Thomas Gleixner · 9 years ago
  70. 2c534c0 perf/x86/intel/cqm: Return cached counter value from IRQ context by Matt Fleming · 9 years ago
  71. 26ae19a Merge tag 'usb-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  72. 82b35f3 Merge tag 'tty-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  73. b0de415 Merge tag 'staging-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  74. e433b65 Merge tag 'char-misc-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  75. 4e5a74f parport: Revert "parport: fix memory leak" by Sudip Mukherjee · 9 years ago
  76. 763e326 Merge tag 'trace-v4.2-rc2-fix3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  77. 4520083 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm by Linus Torvalds · 9 years ago
  78. aca105a Merge tag 'md/4.2-fixes' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  79. 32fd3d4 Merge tag 'for-linus-20150724' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  80. 8ca2435 libnvdimm: fix namespace seed creation by Dan Williams · 9 years ago
  81. 33b4017 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  82. 9fbf075 Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 9 years ago
  83. 1e63dca Merge tag 'mmc-4.2-rc3' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago
  84. a52bd79 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  85. afdf0b9 Merge tag 'regulator-fix-v4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 9 years ago
  86. 365c83c Merge tag 'spi-fix-v4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 9 years ago
  87. 5b7f00a Merge tag 'sound-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  88. 874bf9e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 9 years ago
  89. 077b205 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  90. b497500 Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  91. c624406 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  92. e3eea14 ftrace: Fix breakage of set_ftrace_pid by Steven Rostedt (Red Hat) · 9 years ago
  93. 8b5a359 Input: goodix - fix touch coordinates on WinBook TW100 and TW700 by Bastien Nocera · 9 years ago
  94. b38ebd1 Input: LEDs - skip unnamed LEDs by Dmitry Torokhov · 9 years ago
  95. 0c38ec7 Merge remote-tracking branches 'spi/fix/gqspi', 'spi/fix/imx', 'spi/fix/mg-spfi' and 'spi/fix/spidev' into spi-linus by Mark Brown · 9 years ago
  96. 4c7d83e Merge remote-tracking branches 'regulator/fix/88pm800', 'regulator/fix/max8973', 'regulator/fix/s2mps11' and 'regulator/fix/supply' into regulator-linus by Mark Brown · 9 years ago
  97. 7055a31 Merge remote-tracking branch 'regulator/fix/core' into regulator-linus by Mark Brown · 9 years ago
  98. f6ee9b5 spi: imx: Fix small DMA transfers by Sascha Hauer · 9 years ago
  99. c0c3322 x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commit by Denys Vlasenko · 9 years ago
  100. 8a0a5da x86/mm: Fix newly introduced printk format warnings by Thomas Gleixner · 9 years ago