index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
xen
/
events.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
xen: implement xen_hvm_register_pirq
Stefano Stabellini
2010-10-22
1
-1
/
+3
|
*
xen: get the maximum number of pirqs from xen
Stefano Stabellini
2010-10-22
1
-4
/
+26
|
*
xen: support pirq != irq
Stefano Stabellini
2010-10-22
1
-16
/
+48
|
*
x86: xen: Sanitse irq handling (part two)
Konrad Rzeszutek Wilk
2010-10-18
1
-4
/
+3
|
*
xen/x86/PCI: Add support for the Xen PCI subsystem
Alex Nixon
2010-10-18
1
-2
/
+30
|
*
xen: fix shared irq device passthrough
Konrad Rzeszutek Wilk
2010-10-18
1
-3
/
+8
|
*
xen: Provide a variant of xen_poll_irq with timeout.
Konrad Rzeszutek Wilk
2010-10-18
1
-5
/
+12
|
*
xen: Find an unbound irq number in reverse order (high to low).
Konrad Rzeszutek Wilk
2010-10-18
1
-5
/
+20
|
*
xen: statically initialize cpu_evtchn_mask_p
Jeremy Fitzhardinge
2010-10-18
1
-1
/
+6
|
*
xen: set pirq name to something useful.
Gerd Hoffmann
2010-10-18
1
-2
/
+2
|
*
xen: dynamically allocate irq & event structures
Jeremy Fitzhardinge
2010-10-18
1
-6
/
+10
|
*
xen: identity map gsi->irqs
Konrad Rzeszutek Wilk
2010-10-18
1
-5
/
+15
|
*
xen: implement pirq type event channels
Jeremy Fitzhardinge
2010-10-18
1
-2
/
+241
|
|
|
\
*
-
.
\
Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...
Linus Torvalds
2010-10-26
1
-32
/
+69
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
*
xen: improvements to VIRQ_DEBUG output
Ian Campbell
2010-10-22
1
-22
/
+56
|
|
*
xen: set up IRQ before binding virq to evtchn
Jeremy Fitzhardinge
2010-10-22
1
-5
/
+5
|
|
*
xen: ensure that all event channels start off bound to VCPU 0
Ian Campbell
2010-10-22
1
-1
/
+1
|
|
*
xen/events: change to using fasteoi
Jeremy Fitzhardinge
2010-10-22
1
-4
/
+7
|
|
/
*
|
x86: xen: Sanitise sparse_irq handling
Thomas Gleixner
2010-10-12
1
-12
/
+11
|
/
*
xen: handle events as edge-triggered
Jeremy Fitzhardinge
2010-08-24
1
-1
/
+1
*
xen: use percpu interrupts for IPIs and VIRQs
Jeremy Fitzhardinge
2010-08-24
1
-4
/
+15
*
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2010-08-06
1
-0
/
+1
|
\
|
*
xen: Do not suspend IPI IRQs.
Ian Campbell
2010-07-29
1
-0
/
+1
*
|
Introduce CONFIG_XEN_PVHVM compile option
Stefano Stabellini
2010-07-29
1
-0
/
+4
*
|
xen: Fix find_unbound_irq in presence of ioapic irqs.
Stefano Stabellini
2010-07-22
1
-2
/
+11
*
|
xen: Xen PCI platform device driver.
Stefano Stabellini
2010-07-22
1
-2
/
+6
*
|
x86/xen: event channels delivery on HVM.
Sheng Yang
2010-07-22
1
-7
/
+63
|
/
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
xen: Remove unnecessary arch specific xen irq functions.
Eric W. Biederman
2010-02-18
1
-2
/
+6
*
xen: don't leak IRQs over suspend/resume.
Ian Campbell
2009-12-03
1
-0
/
+3
*
Merge branch 'percpu-for-linus' into percpu-for-next
Tejun Heo
2009-08-14
1
-2
/
+2
|
\
|
*
xen: Use kcalloc() in xen_init_IRQ()
Pekka Enberg
2009-07-01
1
-2
/
+2
*
|
percpu: clean up percpu variable definitions
Tejun Heo
2009-06-24
1
-4
/
+5
*
|
percpu: cleanup percpu array definitions
Tejun Heo
2009-06-24
1
-2
/
+2
|
/
*
Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-06-10
1
-0
/
+6
|
\
|
*
xen: add irq_from_evtchn
Ian Campbell
2009-03-30
1
-0
/
+6
*
|
x86/irq: change irq_desc_alloc() to take node instead of cpu
Yinghai Lu
2009-04-28
1
-1
/
+1
*
|
irq: change ->set_affinity() to return status
Yinghai Lu
2009-04-28
1
-5
/
+7
|
/
*
xen: explicitly initialise the cpu field of irq_info
Ian Campbell
2009-02-09
1
-5
/
+6
*
xen: make sure that softirqs get handled at the end of event processing
Jeremy Fitzhardinge
2009-02-09
1
-20
/
+9
*
xen: remove irq bindcount
Jeremy Fitzhardinge
2009-02-09
1
-19
/
+7
*
xen: pack all irq-related info together
Jeremy Fitzhardinge
2009-02-09
1
-49
/
+135
*
xen: use our own eventchannel->irq path
Jeremy Fitzhardinge
2009-02-09
1
-2
/
+20
*
xen: set irq_chip disable
Jeremy Fitzhardinge
2009-02-09
1
-0
/
+3
*
xen: fix too early kmalloc call
Christophe Saout
2009-01-12
1
-2
/
+3
*
Xen: reduce memory required for cpu_evtchn_mask
Mike Travis
2009-01-11
1
-5
/
+16
*
cpumask: update irq_desc to use cpumask_var_t
Mike Travis
2009-01-11
1
-2
/
+2
*
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-01-02
1
-3
/
+3
|
\
|
*
Merge ../linux-2.6-x86
Rusty Russell
2008-12-13
1
-4
/
+8
|
|
\
|
*
|
cpumask: make irq_set_affinity() take a const struct cpumask
Rusty Russell
2008-12-13
1
-3
/
+3
[prev]
[next]