aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/gic.c
Commit message (Expand)AuthorAgeFilesLines
* xen/arm: Fix assert in send_SGI_oneJulien Grall2013-09-261-1/+1
* xen/arm: gic: Use the correct CPU IDJulien Grall2013-09-261-8/+37
* xen/arm: Initialize correctly IRQ routingJulien Grall2013-09-261-1/+2
* xen/arm: use cpumask_t to describe cpu mask in gic_route_dt_irqJulien Grall2013-09-261-8/+12
* xen/dts: dt_find_interrupt_controller: accept multiple compatible stringsJulien Grall2013-09-171-1/+6
* cleanup unused request{_dt,}_irq() parameterAndrew Cooper2013-08-081-1/+1
* xen/arm: Clear the IRQ_GUEST bit in desc->status when releasing an IRQEric Trudeau2013-07-191-0/+1
* xen/arm: gic_shutdown_irq must only disable the right IRQJulien Grall2013-06-281-3/+1
* xen/arm: Use the right GICD register to initialize IRQs routingJulien Grall2013-06-131-1/+1
* xen/arm: Disable interrupts for the entire duration of the context switchJaeyong Yoo2013-05-231-2/+0
* xen/arm: Remove setup_irqJulien Grall2013-05-131-7/+2
* xen/arm: Use the device tree to map the address range and IRQ to dom0Julien Grall2013-05-131-4/+8
* xen/arm: Use device tree API in pl011 UART driverJulien Grall2013-05-131-4/+0
* xen/arm: New callback in uart_driver to get device tree interrupt structureJulien Grall2013-05-131-0/+12
* xen/arm: Don't hardcode VGIC informationsJulien Grall2013-05-131-3/+18
* xen/arm: Retrieve timer interrupts from the device treeJulien Grall2013-05-131-7/+2
* xen/arm: Use hierarchical device tree to retrieve GIC informationJulien Grall2013-05-131-18/+45
* xen/arm: Introduce setup_dt_irqJulien Grall2013-05-131-0/+5
* xen/arm: Introduce gic_irq_xlateJulien Grall2013-05-131-0/+20
* xen/arm: Introduce gic_route_dt_irqJulien Grall2013-05-131-0/+11
* xen/arm: gic_disable_cpu must be called with interrupts disabledJulien Grall2013-05-101-2/+4
* xen/arm: lr must be included in range [0-nr_lr(Julien Grall2013-05-101-1/+3
* arm: cast int<->pointer via uintptr_tIan Campbell2013-05-101-3/+4
* xen/arm: clear pending irq queues on do_psci_cpu_onStefano Stabellini2013-05-081-0/+12
* xen/gic: EOI irqs on the right pcpuStefano Stabellini2013-05-081-1/+22
* xen/arm: implement smp_call_functionJulien Grall2013-05-081-0/+3
* xen/arm: trap guest WFIStefano Stabellini2013-05-081-1/+7
* xen/arm: correct the computation of the number of interrupt lines for the GICJulien Grall2013-04-301-3/+3
* xen/arm: nr_lrs should be staticJulien Grall2013-04-261-1/+1
* xen/arm: do not use is_running to decide whether we can write directly to the...Stefano Stabellini2013-04-221-3/+6
* arm: gic: implement IPIs using SGI mechanismIan Campbell2013-04-181-6/+79
* xen/arm: Save/Restore GICH_APR registerJulien Grall2013-04-111-0/+2
* arm: gic: fix build on arm64Ian Campbell2013-04-111-1/+1
* arm: vgic: fix race between evtchn upcall and evtchnop_sendIan Campbell2013-04-111-2/+7
* xen/arm: dump gic debug info from arch_dump_domain_infoStefano Stabellini2013-04-101-0/+27
* xen: arm: gic: use 64-bit compatible registersIan Campbell2013-02-221-7/+5
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen/arm: drain all the outstanding interrupts before returning from gic_inter...Stefano Stabellini2013-02-151-7/+13
* xen/arm: make lr_mask per_cpuStefano Stabellini2013-02-151-12/+11
* xen/arm: /spin_lock_irq/spin_lock_irqsave in gic_set_guest_irqStefano Stabellini2013-02-151-2/+3
* xen/arm: initialize the GIC irq properties of interrupts routed to guestsStefano Stabellini2013-01-171-18/+31
* xen/arm: support the ARM generic virtual timerStefano Stabellini2013-01-171-1/+3
* xen: arm: introduce arm32 as a subarch of arm.Ian Campbell2012-12-191-1/+1
* xen: arm: make smp_send_state_dump a real functionIan Campbell2012-12-191-0/+6
* xen: get GIC addresses from DTStefano Stabellini2012-12-131-11/+29
* xen/arm: get the number of cpus from device treeStefano Stabellini2012-11-191-3/+1
* arm: Use per-CPU irq_desc for PPIs and SGIsIan Campbell2012-10-091-5/+18
* xen/arm: protect LR registers and lr_mask changes with spin_lock_irqStefano Stabellini2012-10-091-0/+6
* arm: fix gic_init_secondary_cpu.Ian Campbell2012-08-031-2/+2
* xen/arm: disable the event optimization in the gicStefano Stabellini2012-07-171-42/+0