summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.Konrad Rzeszutek Wilk2014-04-151-3/+41
* xen/spinlock: Don't enable them unconditionally.Konrad Rzeszutek Wilk2014-04-151-1/+4
* xen-pciback: silence an unwanted debug printkDan Carpenter2014-04-151-1/+2
* xen: fix memory leak in __xen_pcibk_add_pci_dev()Daeseok Youn2014-04-151-0/+2
* x86/xen: Fix 32-bit PV guests's usage of kernel_stackBoris Ostrovsky2014-04-152-9/+19
* Xen: do hv callback accounting only on x86Arnd Bergmann2014-04-071-1/+1
* Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus...David Vrabel2014-04-071493-13637/+25211
|\
| * Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-0182-393/+705
| |\
| | * irqchip: sun7i/sun6i: Disable NMI before registering the handlerHans de Goede2014-03-311-3/+3
| | * ARM: sun7i/sun6i: dts: Fix IRQ number for sun6i NMI controllerHans de Goede2014-03-311-1/+1
| | * ARM: sun7i/sun6i: irqchip: Update the documentationCarlo Caione2014-03-261-0/+27
| | * ARM: sun7i/sun6i: dts: Add NMI irqchip supportCarlo Caione2014-03-262-0/+16
| | * ARM: sun7i/sun6i: irqchip: Add irqchip driver for NMI controllerCarlo Caione2014-03-262-0/+209
| | * genirq: Export symbol no_action()Alexander Shiyan2014-03-221-0/+1
| | * arm: omap: Fix typo in ams-delta-fiq.cThomas Gleixner2014-03-201-1/+1
| | * m68k: atari: Fix the last kernel_stat.h falloutThomas Gleixner2014-03-201-0/+1
| | * irqchip: sun4i: Simplify sun4i_irq_ackHans de Goede2014-03-191-6/+1
| | * irqchip: sun4i: Use handle_fasteoi_irq for all interruptsHans de Goede2014-03-191-14/+4
| | * genirq: procfs: Make smp_affinity values go+rChema Gonzalez2014-03-191-4/+4
| | * softirq: Add linux/irq.h to make it compile againThomas Gleixner2014-03-191-0/+1
| | * m68k: amiga: Add linux/irq.h to make it compile againThomas Gleixner2014-03-191-0/+1
| | * irqchip: sun4i: Don't ack IRQs > 0, fix acking of IRQ 0Hans de Goede2014-03-141-3/+16
| | * irqchip: sun4i: Fix a comment about mask register initializationHans de Goede2014-03-141-1/+1
| | * irqchip: sun4i: Fix irq 0 not workingHans de Goede2014-03-141-2/+16
| | * genirq: Add a new IRQCHIP_EOI_THREADED flagThomas Gleixner2014-03-144-9/+44
| | * genirq: Document IRQCHIP_ONESHOT_SAFE flagThomas Gleixner2014-03-141-0/+1
| | * ARM: sunxi: dt: Convert to the new irq controller compatiblesMaxime Ripard2014-03-143-3/+3
| | * irqchip: sunxi: Change compatiblesMaxime Ripard2014-03-142-3/+3
| | * Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2014-03-12800-5000/+8233
| | |\
| | | * genirq: Provide irq_request/release_resources chip callbacksThomas Gleixner2014-03-122-1/+33
| | * | irqchip: Remove unused includeStephen Boyd2014-03-121-2/+0
| | * | parisc: Validate online cpus in irq_set_affinity() callbacksThomas Gleixner2014-03-121-1/+1
| | * | xen: Validate online cpus in set_affinityThomas Gleixner2014-03-121-1/+1
| | * | mips: Validate online cpus in irq_set_affinity() callbacksThomas Gleixner2014-03-122-2/+2
| | * | ia64: Validate online cpus in irq_set_affinity() callbacksThomas Gleixner2014-03-123-11/+5
| | * | irqchip: Remove asmlinkage from static functionsStephen Boyd2014-03-1211-17/+14
| | * | x86: hardirq: Make irq_hv_callback_count available for CONFIG_HYPERV=m as wellThomas Gleixner2014-03-061-1/+1
| | * | irqchip: gic: Silence sparse warningsStephen Boyd2014-03-061-4/+5
| | * | irqchip: Silence sparse warningStephen Boyd2014-03-061-0/+1
| | * | x86: hyperv: Fixup the (brain) damage caused by the irq cleanupThomas Gleixner2014-03-053-25/+11
| | * | m68k: Do not rely on magic indirect includesThomas Gleixner2014-03-051-1/+1
| | * | powerpc: eeh: Fixup the brown paperbag fallout of the "cleanup"Thomas Gleixner2014-03-051-1/+2
| | * | s390: Do not rely on magic indirect includesThomas Gleixner2014-03-042-0/+2
| | * | x86: hyperv: Fix brown paperbag typos reported by Fenguangs build robotThomas Gleixner2014-03-041-3/+3
| | * | x86: hyperv: Make it build with CONFIG_HYPERV=m againThomas Gleixner2014-03-041-1/+1
| | * | x86: Remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-043-4/+4
| | * | mn10300: Remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-044-6/+6
| | * | ia64: Remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-044-12/+1
| | * | xtensa: Use irq_set_affinity instead of homebrewn codeThomas Gleixner2014-03-041-19/+3
| | * | irqchip: xtensa: Select only an online cpuThomas Gleixner2014-03-041-1/+1