summaryrefslogtreecommitdiff
path: root/drivers
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 Campbell1-3/+4
2011-03-10xen: events: rename restore_cpu_pirqs -> restore_pirqsIan Campbell1-2/+2
2011-03-10xen: events: remove unused public functionsIan Campbell1-20/+0
2011-03-10xen: events: fix xen_map_pirq_gsi error returnIan Campbell1-1/+1
2011-03-10xen: events: simplify commentIan Campbell1-7/+3
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 Campbell1-41/+0
2011-03-10xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irqIan Campbell1-29/+7
2011-03-10xen: events: push set_irq_msi down into xen_create_msi_irqIan Campbell1-1/+9
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 Campbell1-16/+14
2011-03-10xen: events: assume PHYSDEVOP_get_free_pirq existsIan Campbell1-9/+6
2011-03-10xen: events: return irq from xen_allocate_pirq_msiIan Campbell1-8/+11
2011-03-10xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msiIan Campbell1-7/+5
2011-03-10xen: events: do not leak IRQ from xen_allocate_pirq_msi when no pirq available.Ian Campbell1-1/+4
2011-03-10Merge branch 'stable/pcifront-fixes' into stable/irq.cleanupKonrad Rzeszutek Wilk1-10/+21
2011-03-10Merge branch 'stable/irq.rework' into stable/irq.cleanupKonrad Rzeszutek Wilk1-154/+124
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-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-02-21drm/i915: Do not handle backlight combination mode speciallyIndan Zupancic2-47/+0
2011-02-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds7-103/+61
2011-02-21Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+1
2011-02-21dell-laptop: Toggle the unsupported hardware killswitchKeng-Yu Lin1-2/+22
2011-02-21thinkpad_acpi: Always report scancodes for hotkeysSeth Forshee1-6/+2
2011-02-21acer-wmi: Fix capitalisation of GUIDMatthew Garrett1-1/+1
2011-02-21platform/x86: ideapad-laptop depends on INPUTRandy Dunlap1-1/+1
2011-02-21platform: x86: acer-wmi: world-writable sysfs threeg fileVasiliy Kulikov1-1/+1
2011-02-21platform: x86: asus_acpi: world-writable procfs filesVasiliy Kulikov1-7/+1
2011-02-21platform: x86: tc1100-wmi: world-writable sysfs wireless and jogdial filesVasiliy Kulikov1-1/+1
2011-02-21platform-drivers: x86: pmic: Use request_irq instead of chained handlerThomas Gleixner1-38/+12
2011-02-20Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-18/+64
2011-02-20Revert "tpm_tis: Use timeouts returned from TPM"Linus Torvalds3-21/+3
2011-02-18hwmon: (lm85) extend to support EMC6D103 chipsJan Beulich2-3/+22
2011-02-18Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+135
2011-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds20-172/+266