summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | irqchip/gic-v3-its: Limit scope of VPE mapping to be per ITSMarc Zyngier2017-10-192-0/+76
| | * | irqchip/gic-v3-its: Make its_send_vmapp operate on a single ITSMarc Zyngier2017-10-191-11/+12
| | * | irqchip/gic-v3-its: Make its_send_vinvall operate on a single ITSMarc Zyngier2017-10-191-10/+24
| | * | irqchip/gic-v3-its: Make GICv4_ITS_LIST_MAX globally availableMarc Zyngier2017-10-192-8/+8
| | * | irqchip/gic-v3-its: Track per-ITS list numberMarc Zyngier2017-10-191-0/+3
| | * | irqchip/gic-v3-its: Workaround HiSilicon Hip07 redistributor addressingMarc Zyngier2017-10-193-2/+40
| | * | irqchip/gic-v3-its: Pass its_node pointer to each command builderMarc Zyngier2017-10-191-20/+38
| | * | irqchip/gic-v3-its: Add post-mortem info on command timeoutMarc Zyngier2017-10-191-6/+10
| | * | irqchip/gic-v3: Add workaround for Synquacer pre-ITSArd Biesheuvel2017-10-193-2/+82
| | * | irqchip/gic: Make quirks matching conditional on init return valueArd Biesheuvel2017-10-193-6/+13
| | * | irqchip/gic-v3: Probe device ID space before quirks handlingArd Biesheuvel2017-10-191-12/+6
| | * | irqchip/gic-v3: Add support for Range Selector (RS) featureShanker Donthineni2017-10-194-9/+55
| | * | irqchip/brcmstb-l2: Add support for the BCM7271 L2 controllerDoug Berger2017-10-192-23/+66
| | * | irqchip/brcmstb-l2: Abstract register accessesDoug Berger2017-10-191-9/+20
| | * | irqchip/brcmstb-l2: Remove some processing from the handlerDoug Berger2017-10-191-24/+48
| | * | irqchip/renesas-intc-irqpin: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-191-6/+3
| | * | dt-bindings: irqchip: renesas-irqc: Document R-Car M3-W, V3M, D3 supportGeert Uytterhoeven2017-10-191-0/+3
| | * | irqdomain: Add __rcu annotations to radix tree slotMasahiro Yamada2017-10-191-2/+2
| | * | irqdomain: Move revmap_trees_mutex to struct irq_domainMasahiro Yamada2017-10-192-7/+9
| |/ /
| * | irqchip: Add Kconfig menuRandy Dunlap2017-10-161-0/+4
| * | irqchip/irq-omap-intc: Do not statically initialize variablesLadislav Michl2017-10-161-2/+2
| * | irqchip/irq-omap-intc: Remove omap3_init_irq()Ladislav Michl2017-10-162-14/+0
| * | genirq/matrix: Add tracepointsThomas Gleixner2017-09-252-0/+216
| * | genirq: Implement bitmap matrix allocatorThomas Gleixner2017-09-254-0/+454
| * | genirq/irqdomain: Add force reactivation flag to irq domainsThomas Gleixner2017-09-252-0/+7
| * | genirq/irqdomain: Propagate early activationThomas Gleixner2017-09-256-12/+13
| * | genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner2017-09-255-21/+52
| * | genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner2017-09-2512-25/+36
| * | genirq: Separate activation and startupThomas Gleixner2017-09-254-8/+43
| * | genirq: Set managed shut down flag at initThomas Gleixner2017-09-251-1/+1
| * | genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHYThomas Gleixner2017-09-252-4/+11
| * | irqdomain/debugfs: Provide domain specific debug callbackThomas Gleixner2017-09-253-1/+9
| * | genirq/msi: Capture device name for debugfsThomas Gleixner2017-09-254-1/+21
| * | genirq/debugfs: Show debug information for all irq descriptorsThomas Gleixner2017-09-252-1/+1
* | | KVM: arm/arm64: fix the incompatible matching for external abortDongjiu Geng2017-11-062-2/+2
* | | KVM: arm/arm64: Unify 32bit fault injectionMarc Zyngier2017-11-065-218/+131
* | | KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESETEric Auger2017-11-063-49/+58
* | | KVM: arm/arm64: Document KVM_DEV_ARM_ITS_CTRL_RESETEric Auger2017-11-061-0/+20
* | | KVM: arm/arm64: vgic-its: Free caches when GITS_BASER Valid bit is clearedEric Auger2017-11-061-4/+18
* | | KVM: arm/arm64: vgic-its: New helper functions to free the cacheswanghaibin2017-11-061-21/+20
* | | KVM: arm/arm64: vgic-its: Remove kvm_its_unmap_deviceEric Auger2017-11-061-12/+2
* | | arm/arm64: KVM: Load the timer state when enabling the timerChristoffer Dall2017-11-061-0/+4
* | | KVM: arm/arm64: Rework kvm_timer_should_fireChristoffer Dall2017-11-063-4/+24
* | | KVM: arm/arm64: Get rid of kvm_timer_flush_hwstateChristoffer Dall2017-11-063-26/+0
* | | KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exitChristoffer Dall2017-11-061-24/+51
* | | KVM: arm/arm64: Move phys_timer_emulate functionChristoffer Dall2017-11-061-16/+16
* | | KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register trapsChristoffer Dall2017-11-061-27/+14
* | | KVM: arm/arm64: Support EL1 phys timer register access in set/get regChristoffer Dall2017-11-063-2/+43
* | | KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exitChristoffer Dall2017-11-063-94/+178
* | | KVM: arm/arm64: Set VCPU affinity for virt timer irqChristoffer Dall2017-11-061-0/+9