summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/spinlock.c
Commit message (Expand)AuthorAgeFilesLines
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-1/+1
* xen/spinlock: Don't leak interrupt name when offlining.Konrad Rzeszutek Wilk2013-06-101-1/+6
* xen/spinlock: Fix check from greater than to be also be greater or equal to.Konrad Rzeszutek Wilk2013-05-081-1/+1
* xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVMKonrad Rzeszutek Wilk2013-04-161-0/+21
* xen/spinlock: Check against default value of -1 for IRQ line.Konrad Rzeszutek Wilk2013-04-161-0/+4
* xen: Send spinlock IPI to all waitersStefan Bader2013-02-191-1/+0
* debugfs: Add support to print u32 array in debugfsSrivatsa Vaddagiri2012-04-171-6/+6
* x86: xen: size struct xen_spinlock to always fit in arch_spinlock_tDavid Vrabel2012-01-241-5/+22
* xen: Use this_cpu_opsChristoph Lameter2010-12-171-4/+4
* Fix IRQ flag handling namingDavid Howells2010-10-071-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-141-8/+8
* xen: use stronger barrier after unlocking lockYang Xiaowei2009-09-091-2/+7
* xen: only enable interrupts while actually blocking for spinlockJeremy Fitzhardinge2009-09-091-8/+11
* genirq: revert dynarrayThomas Gleixner2008-10-161-1/+1
* x86: move kstat_irqs from kstat to irq_descYinghai Lu2008-10-161-1/+1
* xen: implement CPU hotpluggingAlex Nixon2008-08-251-0/+5
* xen: measure how long spinlocks spend blockingJeremy Fitzhardinge2008-08-211-20/+42
* xen: allow interrupts to be enabled while doing a blocking spinJeremy Fitzhardinge2008-08-211-3/+27
* xen: add debugfs supportJeremy Fitzhardinge2008-08-211-3/+162
* xen: save previous spinlock when blockingJeremy Fitzhardinge2008-08-211-15/+50
* x86: split spinlock implementations out into their own filesJeremy Fitzhardinge2008-07-241-0/+183