Age | Commit message (Expand) | Author | Files | Lines |
2016-07-29 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -17/+6 |
2016-07-14 | irqchip/gic: Convert to hotplug state machine | Richard Cochran | 1 | -17/+6 |
2016-06-13 | irqchip/gic: Add platform driver for non-root GICs that require RPM | Jon Hunter | 1 | -4/+36 |
2016-06-13 | irqchip/gic: Prepare for adding platform driver | Jon Hunter | 1 | -7/+7 |
2016-06-13 | irqchip/gic: Add helper function for chip initialisation | Jon Hunter | 1 | -14/+27 |
2016-06-13 | irqchip/gic: Isolate early GIC initialisation code | Jon Hunter | 1 | -23/+32 |
2016-05-27 | remove lots of IS_ERR_VALUE abuses | Arnd Bergmann | 1 | -1/+1 |
2016-05-19 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -6/+83 |
2016-05-17 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -115/+207 |
2016-05-11 | irqchip/gic: Add helper functions for GIC setup and teardown | Jon Hunter | 1 | -19/+42 |
2016-05-11 | irqchip/gic: Store GIC configuration parameters | Jon Hunter | 1 | -49/+65 |
2016-05-11 | irqchip/gic: Pass GIC pointer to save/restore functions | Jon Hunter | 1 | -35/+39 |
2016-05-11 | irqchip/gic: Return an error if GIC initialisation fails | Jon Hunter | 1 | -26/+73 |
2016-05-11 | irqchip/gic: Remove static irq_chip definition for eoimode1 | Jon Hunter | 1 | -16/+6 |
2016-05-11 | irqchip/gic: Don't initialise chip if mapping IO space fails | Jon Hunter | 1 | -2/+6 |
2016-05-11 | irqchip/gic: Ensure ordering between read of INTACK and shared data | Will Deacon | 1 | -0/+8 |
2016-05-03 | irqchip/gic-v2: Parse and export virtual GIC information | Julien Grall | 1 | -1/+75 |
2016-05-03 | irqchip/gic-v2: Gather ACPI specific data in a single structure | Julien Grall | 1 | -4/+7 |
2016-04-25 | irqchip/gic: Restore CPU interface checking | Marc Zyngier | 1 | -3/+2 |
2016-03-08 | Merge branch 'linus' into irq/core, to pick up fixes | Ingo Molnar | 1 | -7/+6 |
2016-02-19 | irqchip/gic: Return IRQ_SET_MASK_OK_DONE in the set_affinity method | Marc Zyngier | 1 | -1/+1 |
2016-02-11 | irqchip/gic: Only set the EOImodeNS bit for the root controller | Jon Hunter | 1 | -1/+1 |
2016-02-11 | irqchip/gic: Only populate set_affinity for the root controller | Jon Hunter | 1 | -6/+5 |
2015-12-29 | Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/... | Thomas Gleixner | 1 | -2/+6 |
2015-12-21 | irqchip/gic-v2m: acpi: Introducing GICv2m ACPI support | Suravee Suthikulpanit | 1 | -1/+5 |
2015-12-21 | irqdomain: Introduce is_fwnode_irqchip helper | Suravee Suthikulpanit | 1 | -1/+1 |
2015-12-18 | irqchip/gic: Kconfig the number of instances | Linus Walleij | 1 | -20/+10 |
2015-12-16 | irqchip/gic: Make interrupt ID 1020 invalid | Marc Zyngier | 1 | -1/+1 |
2015-12-16 | irqchip/gic: Assign irqchip dynamically | Linus Walleij | 1 | -9/+13 |
2015-12-16 | irqchip/gic: Support RealView variant setup | Linus Walleij | 1 | -1/+1 |
2015-11-17 | irqchip/gic: Add save/restore of the active state | Marc Zyngier | 1 | -0/+28 |
2015-11-17 | irqchip/gic: Clear enable bits before restoring them | Marc Zyngier | 1 | -2/+8 |
2015-11-04 | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -34/+35 |
2015-10-13 | irqchip/gic: Kill the xlate method | Marc Zyngier | 1 | -25/+0 |
2015-10-13 | irqchip/gic: Switch ACPI support to stacked domains | Marc Zyngier | 1 | -14/+30 |
2015-10-13 | irqchip/gic: Get rid of gic_init_bases() | Marc Zyngier | 1 | -5/+3 |
2015-10-13 | irqchip: Convert all alloc/xlate users from of_node to fwnode | Marc Zyngier | 1 | -4/+29 |
2015-10-13 | irqdomain: Use irq_domain_get_of_node() instead of direct field access | Marc Zyngier | 1 | -1/+1 |
2015-10-09 | irqchip/gic: Warn if GICv3 system registers are enabled | Marc Zyngier | 1 | -0/+15 |
2015-10-01 | irqchip / GIC: Convert the GIC driver to ACPI probing | Marc Zyngier | 1 | -34/+35 |
2015-09-22 | irqchip/gic: Add arm,pl390 support | Geert Uytterhoeven | 1 | -0/+1 |
2015-09-16 | irqchip: Kill off set_irq_flags usage | Rob Herring | 1 | -2/+2 |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -2/+2 |
2015-09-16 | irqchip/gic: Use IRQD_FORWARDED_TO_VCPU flag | Thomas Gleixner | 1 | -25/+9 |
2015-09-15 | irqchip/GIC: Add workaround for aliased GIC400 | Marc Zyngier | 1 | -5/+39 |
2015-09-01 | irqchip/GIC: Fix EOImode setting for non-DT/ACPI systems | Marc Zyngier | 1 | -3/+16 |
2015-08-27 | irqchip/GIC: Don't deactivate interrupts forwarded to a guest | Marc Zyngier | 1 | -0/+55 |
2015-08-27 | irqchip/GIC: Convert to EOImode == 1 | Marc Zyngier | 1 | -3/+68 |
2015-08-04 | irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instance | Jon Hunter | 1 | -6/+12 |
2015-08-04 | irqchip/gic: Only allow the primary GIC to set the CPU map | Jon Hunter | 1 | -18/+25 |