Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
a0e181167ee4254988c8c89d26ffd8ef4cb7deb0
/
drivers
/
xen
/
events.c
a0e1811
xen: events: fix xen_map_pirq_gsi error return
by Ian Campbell
· 14 years ago
653378a
xen: events: simplify comment
by Ian Campbell
· 14 years ago
be49472
xen: events: separate two unrelated halves of if condition
by Ian Campbell
· 14 years ago
71eef7d
xen: events: remove dom0 specific xen_create_msi_irq
by Ian Campbell
· 14 years ago
ca1d8fe
xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irq
by Ian Campbell
· 14 years ago
f420e01
xen: events: push set_irq_msi down into xen_create_msi_irq
by Ian Campbell
· 14 years ago
2e55288
xen: events: update pirq_to_irq in xen_create_msi_irq
by Ian Campbell
· 14 years ago
8135591
xen: events: refactor xen_create_msi_irq slightly
by Ian Campbell
· 14 years ago
bf480d9
xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQ
by Ian Campbell
· 14 years ago
5cad61a
xen: events: assume PHYSDEVOP_get_free_pirq exists
by Ian Campbell
· 14 years ago
4b41df7
xen: events: return irq from xen_allocate_pirq_msi
by Ian Campbell
· 14 years ago
bb5d079
xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msi
by Ian Campbell
· 14 years ago
ae1635b
xen: events: do not leak IRQ from xen_allocate_pirq_msi when no pirq available.
by Ian Campbell
· 14 years ago
1aa0b51
xen/irq: Cleanup up the pirq_to_irq for DomU PV PCI passthrough guests as well.
by Konrad Rzeszutek Wilk
· 14 years ago
676dc3c
xen: Use IRQF_FORCE_RESUME
by Thomas Gleixner
· 14 years ago
aa673c1
xen: Fix compile error introduced by "switch to new irq_chip functions"
by Ian Campbell
· 14 years ago
c9e265e
xen: Switch to new irq_chip functions
by Thomas Gleixner
· 14 years ago
149f256
xen: Remove stale irq_chip.end
by Thomas Gleixner
· 14 years ago
7214610
xen: events: do not free legacy IRQs
by Ian Campbell
· 14 years ago
8991150
xen: events: allocate GSIs and dynamic IRQs from separate IRQ ranges.
by Ian Campbell
· 14 years ago
c9df1ce
xen: events: add xen_allocate_irq_{dynamic, gsi} and xen_free_irq
by Ian Campbell
· 14 years ago
cbf6aa8
xen:events: move find_unbound_irq inside CONFIG_PCI_MSI
by Ian Campbell
· 14 years ago
9f99a2f
Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 14 years ago
110e7c7
xen/event: validate irq before get evtchn by irq
by Joe Jin
· 14 years ago
b2e4ae6
xen: Use this_cpu_inc_return
by Christoph Lameter
· 14 years ago
780f36d
xen: Use this_cpu_ops
by Christoph Lameter
· 14 years ago
d1b758e
xen/irq: Cleanup the find_unbound_irq
by Konrad Rzeszutek Wilk
· 14 years ago
11e8896
Merge branch '2.6.37-rc4-pvhvm-fixes' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm
by Linus Torvalds
· 14 years ago
29dcbc5
xen: allocate irq descs on any NUMA node
by Jeremy Fitzhardinge
· 14 years ago
9a069c3
xen: fix save/restore for PV on HVM guests with pirq remapping
by Stefano Stabellini
· 14 years ago
af42b8d
xen: fix MSI setup and teardown for PV on HVM guests
by Stefano Stabellini
· 14 years ago
e5fc734
xen: use PHYSDEVOP_get_free_pirq to implement find_unbound_pirq
by Stefano Stabellini
· 14 years ago
1233471
xen/events: Use PIRQ instead of GSI value when unmapping MSI/MSI-X irqs.
by Konrad Rzeszutek Wilk
· 14 years ago
e041956
xen/events: use locked set|clear_bit() for cpu_evtchn_mask
by Jeremy Fitzhardinge
· 14 years ago
1c6969e
xen/evtchn: clear secondary CPUs' cpu_evtchn_mask[] after restore
by Jan Beulich
· 14 years ago
6903591
xen: events: do not unmask event channels on resume
by Ian Campbell
· 14 years ago
18cb657
Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 14 years ago
520045d
Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
by Linus Torvalds
· 14 years ago
4fe7d5a
xen: make hvc_xen console work for dom0.
by Jeremy Fitzhardinge
· 14 years ago
f731e3ef
xen: remap MSIs into pirqs when running as initial domain
by Qing He
· 14 years ago
38aa66f
xen: remap GSIs as pirqs when running as initial domain
by Jeremy Fitzhardinge
· 14 years ago
809f926
xen: map MSIs into pirqs
by Stefano Stabellini
· 15 years ago
3942b74
xen: support GSI -> pirq remapping in PV on HVM guests
by Stefano Stabellini
· 15 years ago
42a1de5
xen: implement xen_hvm_register_pirq
by Stefano Stabellini
· 15 years ago
01557ba
xen: get the maximum number of pirqs from xen
by Stefano Stabellini
· 14 years ago
7a043f1
xen: support pirq != irq
by Stefano Stabellini
· 15 years ago
cb52e6d
xen: improvements to VIRQ_DEBUG output
by Ian Campbell
· 14 years ago
a52521f
xen: set up IRQ before binding virq to evtchn
by Jeremy Fitzhardinge
· 14 years ago
b0097ad
xen: ensure that all event channels start off bound to VCPU 0
by Ian Campbell
· 14 years ago
3588fe2
xen/events: change to using fasteoi
by Jeremy Fitzhardinge
· 14 years ago
2c52f8d
x86: xen: Sanitse irq handling (part two)
by Konrad Rzeszutek Wilk
· 14 years ago
b5401a9
xen/x86/PCI: Add support for the Xen PCI subsystem
by Alex Nixon
· 15 years ago
15ebbb8
xen: fix shared irq device passthrough
by Konrad Rzeszutek Wilk
· 14 years ago
d9a8814
xen: Provide a variant of xen_poll_irq with timeout.
by Konrad Rzeszutek Wilk
· 15 years ago
3a69e91
xen: Find an unbound irq number in reverse order (high to low).
by Konrad Rzeszutek Wilk
· 14 years ago
3b32f57
xen: statically initialize cpu_evtchn_mask_p
by Jeremy Fitzhardinge
· 15 years ago
1a60d05
xen: set pirq name to something useful.
by Gerd Hoffmann
· 14 years ago
b21ddbf
xen: dynamically allocate irq & event structures
by Jeremy Fitzhardinge
· 15 years ago
0794bfc
xen: identity map gsi->irqs
by Konrad Rzeszutek Wilk
· 14 years ago
d46a78b
xen: implement pirq type event channels
by Jeremy Fitzhardinge
· 14 years ago
77dff1c
x86: xen: Sanitise sparse_irq handling
by Thomas Gleixner
· 14 years ago
dffe2e1
xen: handle events as edge-triggered
by Jeremy Fitzhardinge
· 14 years ago
aaca496
xen: use percpu interrupts for IPIs and VIRQs
by Jeremy Fitzhardinge
· 14 years ago
1787985
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
ca65f9f
Introduce CONFIG_XEN_PVHVM compile option
by Stefano Stabellini
· 14 years ago
4877c73
xen: Do not suspend IPI IRQs.
by Ian Campbell
· 14 years ago
99ad198
xen: Fix find_unbound_irq in presence of ioapic irqs.
by Stefano Stabellini
· 15 years ago
183d03c
xen: Xen PCI platform device driver.
by Stefano Stabellini
· 15 years ago
38e20b0
x86/xen: event channels delivery on HVM.
by Sheng Yang
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
ca4dbc6
xen: Remove unnecessary arch specific xen irq functions.
by Eric W. Biederman
· 15 years ago
fed5ea8
xen: don't leak IRQs over suspend/resume.
by Ian Campbell
· 15 years ago
384be2b
Merge branch 'percpu-for-linus' into percpu-for-next
by Tejun Heo
· 15 years ago
a70c352
xen: Use kcalloc() in xen_init_IRQ()
by Pekka Enberg
· 16 years ago
245b2e7
percpu: clean up percpu variable definitions
by Tejun Heo
· 16 years ago
204fba4
percpu: cleanup percpu array definitions
by Tejun Heo
· 16 years ago
be15f9d
Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
85ac16d
x86/irq: change irq_desc_alloc() to take node instead of cpu
by Yinghai Lu
· 16 years ago
d5dedd4
irq: change ->set_affinity() to return status
by Yinghai Lu
· 16 years ago
d4c0453
xen: add irq_from_evtchn
by Ian Campbell
· 16 years ago
90af951
xen: explicitly initialise the cpu field of irq_info
by Ian Campbell
· 16 years ago
3445a8f
xen: make sure that softirqs get handled at the end of event processing
by Jeremy Fitzhardinge
· 16 years ago
d77bbd4
xen: remove irq bindcount
by Jeremy Fitzhardinge
· 16 years ago
ced40d0
xen: pack all irq-related info together
by Jeremy Fitzhardinge
· 16 years ago
792dc4f
xen: use our own eventchannel->irq path
by Jeremy Fitzhardinge
· 16 years ago
54a353a
xen: set irq_chip disable
by Jeremy Fitzhardinge
· 16 years ago
28e0886
xen: fix too early kmalloc call
by Christophe Saout
· 16 years ago
c7a3589
Xen: reduce memory required for cpu_evtchn_mask
by Mike Travis
· 16 years ago
7f7ace0
cpumask: update irq_desc to use cpumask_var_t
by Mike Travis
· 16 years ago
b840d79
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
18eefed
irq: simplify for_each_irq_desc() usage
by KOSAKI Motohiro
· 16 years ago
6f8a0ed
sparseirq, xen: make sure irq_desc is allocated for interrupts
by Jeremy Fitzhardinge
· 16 years ago
968ea6d
Merge ../linux-2.6-x86
by Rusty Russell
· 16 years ago
0de2652
cpumask: make irq_set_affinity() take a const struct cpumask
by Rusty Russell
· 16 years ago
0b8f1ef
sparse irq_desc[] array: core kernel and x86 changes
by Yinghai Lu
· 16 years ago
ff3c536
xen: compilation fix of drivers/xen/events.c on IA64
by Isaku Yamahata
· 16 years ago
10e5808
genirq: use iterators for irq_desc loops
by Thomas Gleixner
· 16 years ago
2b46b37
xen: fix memory access violation bug when CONFIG_HAVE_SPARSE_IRQ is enabled
by Alex Nixon
· 16 years ago
08678b0
generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]
by Yinghai Lu
· 16 years ago
5a15d7e
drivers/xen: use nr_irqs
by Yinghai Lu
· 16 years ago
Next »