Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
1ad107fd7492d3dd54d9622793f947b0afea5202
/
drivers
/
xen
/
events.c
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
· 14 years ago
183d03c
xen: Xen PCI platform device driver.
by Stefano Stabellini
· 14 years ago
38e20b0
x86/xen: event channels delivery on HVM.
by Sheng Yang
· 14 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
· 15 years ago
245b2e7
percpu: clean up percpu variable definitions
by Tejun Heo
· 15 years ago
204fba4
percpu: cleanup percpu array definitions
by Tejun Heo
· 15 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
· 15 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
d68d82a
xen: implement CPU hotplugging
by Alex Nixon
· 16 years ago
168d2f4
xen: save previous spinlock when blocking
by Jeremy Fitzhardinge
· 16 years ago
0d1edf4
xen: compile irq functions without -pg for ftrace
by Jeremy Fitzhardinge
· 16 years ago
2d9e1e2
xen: implement Xen-specific spinlocks
by Jeremy Fitzhardinge
· 16 years ago
6673cf6
xen: Use wmb instead of rmb in xen_evtchn_do_upcall().
by Isaku Yamahata
· 16 years ago
0e91398
xen: implement save/restore
by Jeremy Fitzhardinge
· 16 years ago
0f2287a
xen: fix unbind_from_irq()
by Jeremy Fitzhardinge
· 16 years ago
eb1e305
xen: add rebind_evtchn_irq
by Jeremy Fitzhardinge
· 16 years ago
642e0c8
xen: add resend_irq_on_evtchn() definition into events.c
by Isaku Yamahata
· 17 years ago
e849c3e
Xen: make events.c portable for ia64/xen support
by Isaku Yamahata
· 17 years ago
e04d0d0
xen: move events.c to drivers/xen for IA64/Xen support
by Isaku Yamahata
· 17 years ago
[Renamed (99%) from arch/x86/xen/events.c]
229664b
xen: short-cut for recursive event handling
by Jeremy Fitzhardinge
· 17 years ago
ee8fa1c
xen: make sure retriggered events are set pending
by Jeremy Fitzhardinge
· 17 years ago
ee523ca
xen: implement a debug-interrupt handler
by Jeremy Fitzhardinge
· 17 years ago
75604d7
x86: remove all definitions with fastcall
by Harvey Harrison
· 17 years ago
65ea5b0
x86: rename the struct pt_regs members for 32/64-bit consistency
by H. Peter Anvin
· 17 years ago
7c23997
[SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriate
by Jeff Garzik
· 17 years ago
9702785
i386: move xen
by Thomas Gleixner
· 17 years ago
[Renamed from arch/i386/xen/events.c]
8d1b875
arch/i386/xen/events.c should #include <asm/xen/hypervisor.h>
by Adrian Bunk
· 17 years ago
b536b4b
xen: use the hvc console infrastructure for Xen console
by Jeremy Fitzhardinge
· 17 years ago
f87e4ca
xen: SMP guest support
by Jeremy Fitzhardinge
· 17 years ago
e46cdb6
xen: event channels
by Jeremy Fitzhardinge
· 17 years ago