index
:
litmus-rt-imx6.git
chengyangfu
master
wip-mc2
wip-mc2-lvc
wip-mc2-new
wip-mc2-ver2
LITMUS^RT and MC^2 V1 support for the i.MX6 processor family.
Namhoon Kim
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
xen
/
events.c
Commit message (
Expand
)
Author
Age
...
*
|
xen: events: return irq from xen_allocate_pirq_msi
Ian Campbell
2011-03-10
*
|
xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msi
Ian Campbell
2011-03-10
*
|
xen: events: do not leak IRQ from xen_allocate_pirq_msi when no pirq available.
Ian Campbell
2011-03-10
*
|
xen/irq: Cleanup up the pirq_to_irq for DomU PV PCI passthrough guests as well.
Konrad Rzeszutek Wilk
2011-03-03
*
|
xen: Use IRQF_FORCE_RESUME
Thomas Gleixner
2011-03-03
*
|
xen: Fix compile error introduced by "switch to new irq_chip functions"
Ian Campbell
2011-03-03
*
|
xen: Switch to new irq_chip functions
Thomas Gleixner
2011-03-03
*
|
xen: Remove stale irq_chip.end
Thomas Gleixner
2011-03-03
*
|
xen: events: do not free legacy IRQs
Ian Campbell
2011-03-03
*
|
xen: events: allocate GSIs and dynamic IRQs from separate IRQ ranges.
Ian Campbell
2011-03-03
*
|
xen: events: add xen_allocate_irq_{dynamic, gsi} and xen_free_irq
Ian Campbell
2011-03-03
*
|
xen:events: move find_unbound_irq inside CONFIG_PCI_MSI
Ian Campbell
2011-03-03
|
/
*
Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2011-01-10
|
\
|
*
xen/event: validate irq before get evtchn by irq
Joe Jin
2011-01-10
|
*
xen/irq: Cleanup the find_unbound_irq
Konrad Rzeszutek Wilk
2010-12-09
*
|
xen: Use this_cpu_inc_return
Christoph Lameter
2010-12-17
*
|
xen: Use this_cpu_ops
Christoph Lameter
2010-12-17
|
/
*
Merge branch '2.6.37-rc4-pvhvm-fixes' of git://xenbits.xen.org/people/sstabel...
Linus Torvalds
2010-12-03
|
\
|
*
xen: fix save/restore for PV on HVM guests with pirq remapping
Stefano Stabellini
2010-12-02
|
*
xen: fix MSI setup and teardown for PV on HVM guests
Stefano Stabellini
2010-12-02
|
*
xen: use PHYSDEVOP_get_free_pirq to implement find_unbound_pirq
Stefano Stabellini
2010-12-02
*
|
xen: allocate irq descs on any NUMA node
Jeremy Fitzhardinge
2010-12-02
|
/
*
xen/events: Use PIRQ instead of GSI value when unmapping MSI/MSI-X irqs.
Konrad Rzeszutek Wilk
2010-11-22
*
xen/events: use locked set|clear_bit() for cpu_evtchn_mask
Jeremy Fitzhardinge
2010-11-16
*
xen/evtchn: clear secondary CPUs' cpu_evtchn_mask[] after restore
Jan Beulich
2010-11-16
*
xen: events: do not unmask event channels on resume
Ian Campbell
2010-11-10
*
Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2010-10-28
|
\
|
*
xen: make hvc_xen console work for dom0.
Jeremy Fitzhardinge
2010-10-22
|
*
xen: remap MSIs into pirqs when running as initial domain
Qing He
2010-10-22
|
*
xen: remap GSIs as pirqs when running as initial domain
Jeremy Fitzhardinge
2010-10-22
|
*
xen: map MSIs into pirqs
Stefano Stabellini
2010-10-22
|
*
xen: support GSI -> pirq remapping in PV on HVM guests
Stefano Stabellini
2010-10-22
|
*
xen: implement xen_hvm_register_pirq
Stefano Stabellini
2010-10-22
|
*
xen: get the maximum number of pirqs from xen
Stefano Stabellini
2010-10-22
|
*
xen: support pirq != irq
Stefano Stabellini
2010-10-22
|
*
x86: xen: Sanitse irq handling (part two)
Konrad Rzeszutek Wilk
2010-10-18
|
*
xen/x86/PCI: Add support for the Xen PCI subsystem
Alex Nixon
2010-10-18
|
*
xen: fix shared irq device passthrough
Konrad Rzeszutek Wilk
2010-10-18
|
*
xen: Provide a variant of xen_poll_irq with timeout.
Konrad Rzeszutek Wilk
2010-10-18
|
*
xen: Find an unbound irq number in reverse order (high to low).
Konrad Rzeszutek Wilk
2010-10-18
|
*
xen: statically initialize cpu_evtchn_mask_p
Jeremy Fitzhardinge
2010-10-18
|
*
xen: set pirq name to something useful.
Gerd Hoffmann
2010-10-18
|
*
xen: dynamically allocate irq & event structures
Jeremy Fitzhardinge
2010-10-18
|
*
xen: identity map gsi->irqs
Konrad Rzeszutek Wilk
2010-10-18
|
*
xen: implement pirq type event channels
Jeremy Fitzhardinge
2010-10-18
|
|
|
\
*
-
.
\
Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...
Linus Torvalds
2010-10-26
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
*
xen: improvements to VIRQ_DEBUG output
Ian Campbell
2010-10-22
|
|
*
xen: set up IRQ before binding virq to evtchn
Jeremy Fitzhardinge
2010-10-22
|
|
*
xen: ensure that all event channels start off bound to VCPU 0
Ian Campbell
2010-10-22
|
|
*
xen/events: change to using fasteoi
Jeremy Fitzhardinge
2010-10-22
|
|
/
[prev]
[next]