Age | Commit message (Expand) | Author | Files | Lines |
2017-09-19 | irqchip/gic-v3: Iterate over possible CPUs by for_each_possible_cpu() | zijun_hu | 1 | -4/+4 |
2017-09-04 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -30/+79 |
2017-08-31 | Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 1 | -30/+76 |
2017-08-31 | irqchip/gic-v3: Advertise GICv4 support to KVM | Marc Zyngier | 1 | -0/+2 |
2017-08-23 | irqchip/gic-v3: Add VLPI/DirectLPI discovery | Marc Zyngier | 1 | -1/+23 |
2017-08-23 | irqchip/gic-v3: Add redistributor iterator | Marc Zyngier | 1 | -22/+47 |
2017-08-23 | irqchip: Convert to using %pOF instead of full_name | Rob Herring | 1 | -7/+4 |
2017-08-18 | irqchip/gic-v3: Report that effective affinity is a single target | Marc Zyngier | 1 | -0/+3 |
2017-08-02 | irqchip/gic: Ensure we have an ISB between ack and ->handle_irq | Will Deacon | 1 | -0/+2 |
2017-07-04 | irqchip/gic-v3: Honor forced affinity setting | Suzuki K Poulose | 1 | -1/+6 |
2017-07-04 | irqchip/gic-v3: Report failures in gic_irq_domain_alloc | Suzuki K Poulose | 1 | -2/+5 |
2017-06-30 | irqchip/gic-v3: Fix out-of-bound access in gic_set_affinity | Suzuki K Poulose | 1 | -0/+3 |
2016-12-25 | irqchip/gic: Consolidate hotplug state space | Thomas Gleixner | 1 | -1/+1 |
2016-12-25 | cpu/hotplug: Cleanup state names | Thomas Gleixner | 1 | -2/+2 |
2016-11-16 | arm64: Add hypervisor safe helper for checking constant capabilities | Suzuki K Poulose | 1 | -12/+1 |
2016-10-14 | irqchip/gicv3: Handle loop timeout proper | Dan Carpenter | 1 | -1/+1 |
2016-09-21 | Merge branch 'irq/urgent' into irq/core | Thomas Gleixner | 1 | -3/+4 |
2016-09-20 | irqchip/gicv3: Silence noisy DEBUG_PER_CPU_MAPS warning | James Morse | 1 | -3/+4 |
2016-09-12 | irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPI | Tomasz Nowicki | 1 | -5/+2 |
2016-09-12 | irqchip/gic-v3: Reset BPR during initialization | Daniel Thompson | 1 | -0/+8 |
2016-08-17 | irqchip/gicv3: Remove disabling redistributor and group1 non-secure interrupts | Sudeep Holla | 1 | -2/+9 |
2016-07-14 | irqchip/gicv3: Convert to hotplug state machine | Richard Cochran | 1 | -15/+7 |
2016-06-02 | irqchip/gic-v3: Fix quiescence check in gic_enable_redist | Andrew Jones | 1 | -1/+1 |
2016-05-19 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -28/+147 |
2016-05-11 | irqchip/gic-v3: Configure all interrupts as non-secure Group-1 | Marc Zyngier | 1 | -0/+12 |
2016-05-11 | irqchip/gic: Ensure ordering between read of INTACK and shared data | Will Deacon | 1 | -0/+7 |
2016-05-03 | irqchip/gic-v3: Parse and export virtual GIC information | Julien Grall | 1 | -1/+113 |
2016-05-03 | irqchip/gic-v3: Gather all ACPI specific data in a single structure | Julien Grall | 1 | -27/+33 |
2016-05-03 | irqchip/gic-v3: Prefix all pr_* messages by "GICv3: " | Julien Grall | 1 | -0/+2 |
2016-05-02 | irqchip/gic-v3: Add support for partitioned PPIs | Marc Zyngier | 1 | -2/+174 |
2016-03-09 | irqchip/gic-v3: Always return IRQ_SET_MASK_OK_DONE in gic_set_affinity | Antoine Tenart | 1 | -1/+1 |
2016-03-09 | irqchip/gic-v3: ACPI: Add redistributor support via GICC structures | Tomasz Nowicki | 1 | -13/+101 |
2016-03-09 | irqchip/gic-v3: Add ACPI support for GICv3/4 initialization | Tomasz Nowicki | 1 | -0/+137 |
2016-03-09 | irqchip/gic-v3: Refactor gic_of_init() for GICv3 driver | Tomasz Nowicki | 1 | -52/+78 |
2015-10-15 | irqchip/gic-v3: Fix translation of LPIs after conversion to irq_fwspec | Marc Zyngier | 1 | -9/+13 |
2015-10-13 | irqchip: Convert all alloc/xlate users from of_node to fwnode | Marc Zyngier | 1 | -26/+23 |
2015-10-13 | irqdomain: Use irq_domain_get_of_node() instead of direct field access | Marc Zyngier | 1 | -1/+1 |
2015-10-10 | irqchip/gic-v3: Specialize readq and writeq accesses | Jean-Philippe Brucker | 1 | -3/+3 |
2015-10-10 | irqchip/gic-v3: Change unsigned types for AArch32 compatibility | Jean-Philippe Brucker | 1 | -13/+12 |
2015-10-10 | irqchip/gic-v3: Refactor the arm64 specific parts | Jean-Philippe Brucker | 1 | -53/+4 |
2015-10-10 | irqchip/gic-v3: Make gic_enable_sre an inline function | Marc Zyngier | 1 | -23/+9 |
2015-09-29 | irqchip/gicv3-its: Use new jump label API | Robert Richter | 1 | -3/+3 |
2015-09-29 | irqchip/gicv3: Workaround for Cavium ThunderX erratum 23154 | Robert Richter | 1 | -1/+41 |
2015-09-16 | irqchip: Kill off set_irq_flags usage | Rob Herring | 1 | -3/+2 |
2015-09-16 | irqchip/gic-v3: Use IRQD_FORWARDED_TO_VCPU flag | Thomas Gleixner | 1 | -8/+6 |
2015-08-27 | irqchip/GICv3: Don't deactivate interrupts forwarded to a guest | Marc Zyngier | 1 | -2/+25 |
2015-08-27 | irqchip/GICv3: Convert to EOImode == 1 | Marc Zyngier | 1 | -6/+62 |
2015-07-12 | irqchip: Prepare for local stub header removal | Joel Porquet | 1 | -1/+1 |
2015-06-05 | irqchip: gic: Simplify gic_configure_irq by using IRQCHIP_SET_TYPE_MASKED | Sudeep Holla | 1 | -0/+1 |
2015-04-20 | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |