summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-10xen: events: do not workaround too-small nr_irqsIan Campbell1-7/+0
2011-03-10xen: events: remove use of nr_irqs as upper bound on number of pirqsIan Campbell1-34/+25
2011-03-10xen: events: dynamically allocate irq info structuresIan Campbell1-15/+16
2011-03-10xen: events: maintain a list of Xen interruptsIan Campbell1-15/+44
2011-03-10xen: events: push setup of irq<->{evtchn,ipi,virq,pirq} maps into irq_info in...Ian Campbell1-21/+21
2011-03-10xen: events: turn irq_info constructors into initialiser functionsIan Campbell1-38/+66
2011-03-10xen: events: use per-cpu variable for cpu_evtchn_maskIan Campbell1-20/+8
2011-03-10xen: events: refactor GSI pirq bindings functionsIan Campbell3-18/+40
2011-03-10xen: events: rename restore_cpu_pirqs -> restore_pirqsIan Campbell1-2/+2
2011-03-10xen: events: remove unused public functionsIan Campbell2-29/+3
2011-03-10xen: events: fix xen_map_pirq_gsi error returnIan Campbell1-1/+1
2011-03-10xen: events: simplify commentIan Campbell2-10/+4
2011-03-10xen: events: separate two unrelated halves of if conditionIan Campbell1-4/+8
2011-03-10xen: events: remove dom0 specific xen_create_msi_irqIan Campbell3-47/+40
2011-03-10xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irqIan Campbell3-32/+10
2011-03-10xen: events: push set_irq_msi down into xen_create_msi_irqIan Campbell2-10/+10
2011-03-10xen: events: update pirq_to_irq in xen_create_msi_irqIan Campbell1-0/+1
2011-03-10xen: events: refactor xen_create_msi_irq slightlyIan Campbell1-9/+6
2011-03-10xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQIan Campbell3-59/+43
2011-03-10xen: events: assume PHYSDEVOP_get_free_pirq existsIan Campbell1-9/+6
2011-03-10xen: pci: collapse apic_register_gsi_xen_hvm and xen_hvm_register_pirqIan Campbell1-8/+3
2011-03-10xen: events: return irq from xen_allocate_pirq_msiIan Campbell3-15/+18
2011-03-10xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msiIan Campbell3-14/+9
2011-03-10xen: events: do not leak IRQ from xen_allocate_pirq_msi when no pirq available.Ian Campbell1-1/+4
2011-03-10xen: pci: only define xen_initdom_setup_msi_irqs if CONFIG_XEN_DOM0Ian Campbell1-0/+2
2011-03-10Merge branch 'stable/pcifront-fixes' into stable/irq.cleanupKonrad Rzeszutek Wilk3-19/+33
2011-03-10Merge branch 'stable/irq.rework' into stable/irq.cleanupKonrad Rzeszutek Wilk6-168/+153
2011-03-03xen/irq: Cleanup up the pirq_to_irq for DomU PV PCI passthrough guests as well.Konrad Rzeszutek Wilk1-1/+2
2011-03-03xen: Use IRQF_FORCE_RESUMEThomas Gleixner1-19/+1
2011-03-03Merge branch 'irq/for-xen' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Konrad Rzeszutek Wilk3-5/+12
2011-03-03xen/timer: Missing IRQF_NO_SUSPEND in timer code broke suspend.Ian Campbell1-1/+3
2011-03-03xen: Fix compile error introduced by "switch to new irq_chip functions"Ian Campbell1-1/+1
2011-03-03xen: Switch to new irq_chip functionsThomas Gleixner1-44/+51
2011-03-03xen: Remove stale irq_chip.endThomas Gleixner1-18/+0
2011-03-03xen: events: do not free legacy IRQsIan Campbell1-0/+4
2011-03-03xen: events: allocate GSIs and dynamic IRQs from separate IRQ ranges.Ian Campbell1-50/+27
2011-03-03xen: events: add xen_allocate_irq_{dynamic, gsi} and xen_free_irqIan Campbell1-18/+35
2011-03-03xen:events: move find_unbound_irq inside CONFIG_PCI_MSIIan Campbell1-17/+17
2011-03-03xen: handled remapped IRQs when enabling a pcifront PCI device.Ian Campbell1-8/+14
2011-02-22Linux 2.6.38-rc6v2.6.38-rc6Linus Torvalds1-1/+1
2011-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds4-120/+44
2011-02-22drm/i915: Do not handle backlight combination mode speciallyIndan Zupancic2-47/+0
2011-02-22module: explicitly align module_version_attribute structureDmitry Torokhov1-1/+1
2011-02-22Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds7-103/+61
2011-02-22Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds1-1/+11
2011-02-22Docbook: add fs/eventfd.c and fix typos in itRandy Dunlap2-6/+11
2011-02-22Documentation: log_buf_len uses [KMG] suffixRandy Dunlap1-4/+3
2011-02-22Documentation: explain [KMG] parameter suffixAhmed S. Darwish1-0/+5
2011-02-22Documentation: complete crashkernel= parameter documentationAhmed S. Darwish1-4/+8
2011-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds4-36/+46