Age | Commit message (Expand) | Author | Files | Lines |
2011-03-10 | xen: events: rename restore_cpu_pirqs -> restore_pirqs | Ian Campbell | 1 | -2/+2 |
2011-03-10 | xen: events: remove unused public functions | Ian Campbell | 2 | -29/+3 |
2011-03-10 | xen: events: fix xen_map_pirq_gsi error return | Ian Campbell | 1 | -1/+1 |
2011-03-10 | xen: events: simplify comment | Ian Campbell | 2 | -10/+4 |
2011-03-10 | xen: events: separate two unrelated halves of if condition | Ian Campbell | 1 | -4/+8 |
2011-03-10 | xen: events: remove dom0 specific xen_create_msi_irq | Ian Campbell | 3 | -47/+40 |
2011-03-10 | xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irq | Ian Campbell | 3 | -32/+10 |
2011-03-10 | xen: events: push set_irq_msi down into xen_create_msi_irq | Ian Campbell | 2 | -10/+10 |
2011-03-10 | xen: events: update pirq_to_irq in xen_create_msi_irq | Ian Campbell | 1 | -0/+1 |
2011-03-10 | xen: events: refactor xen_create_msi_irq slightly | Ian Campbell | 1 | -9/+6 |
2011-03-10 | xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQ | Ian Campbell | 3 | -59/+43 |
2011-03-10 | xen: events: assume PHYSDEVOP_get_free_pirq exists | Ian Campbell | 1 | -9/+6 |
2011-03-10 | xen: pci: collapse apic_register_gsi_xen_hvm and xen_hvm_register_pirq | Ian Campbell | 1 | -8/+3 |
2011-03-10 | xen: events: return irq from xen_allocate_pirq_msi | Ian Campbell | 3 | -15/+18 |
2011-03-10 | xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msi | Ian Campbell | 3 | -14/+9 |
2011-03-10 | xen: events: do not leak IRQ from xen_allocate_pirq_msi when no pirq available. | Ian Campbell | 1 | -1/+4 |
2011-03-10 | xen: pci: only define xen_initdom_setup_msi_irqs if CONFIG_XEN_DOM0 | Ian Campbell | 1 | -0/+2 |
2011-03-10 | Merge branch 'stable/pcifront-fixes' into stable/irq.cleanup | Konrad Rzeszutek Wilk | 3 | -19/+33 |
2011-03-10 | Merge branch 'stable/irq.rework' into stable/irq.cleanup | Konrad Rzeszutek Wilk | 6 | -168/+153 |
2011-03-03 | xen/irq: Cleanup up the pirq_to_irq for DomU PV PCI passthrough guests as well. | Konrad Rzeszutek Wilk | 1 | -1/+2 |
2011-03-03 | xen: Use IRQF_FORCE_RESUME | Thomas Gleixner | 1 | -19/+1 |
2011-03-03 | Merge branch 'irq/for-xen' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Konrad Rzeszutek Wilk | 3 | -5/+12 |
2011-03-03 | xen/timer: Missing IRQF_NO_SUSPEND in timer code broke suspend. | Ian Campbell | 1 | -1/+3 |
2011-03-03 | xen: Fix compile error introduced by "switch to new irq_chip functions" | Ian Campbell | 1 | -1/+1 |
2011-03-03 | xen: Switch to new irq_chip functions | Thomas Gleixner | 1 | -44/+51 |
2011-03-03 | xen: Remove stale irq_chip.end | Thomas Gleixner | 1 | -18/+0 |
2011-03-03 | xen: events: do not free legacy IRQs | Ian Campbell | 1 | -0/+4 |
2011-03-03 | xen: events: allocate GSIs and dynamic IRQs from separate IRQ ranges. | Ian Campbell | 1 | -50/+27 |
2011-03-03 | xen: events: add xen_allocate_irq_{dynamic, gsi} and xen_free_irq | Ian Campbell | 1 | -18/+35 |
2011-03-03 | xen:events: move find_unbound_irq inside CONFIG_PCI_MSI | Ian Campbell | 1 | -17/+17 |
2011-03-03 | xen: handled remapped IRQs when enabling a pcifront PCI device. | Ian Campbell | 1 | -8/+14 |
2011-02-22 | Linux 2.6.38-rc6v2.6.38-rc6 | Linus Torvalds | 1 | -1/+1 |
2011-02-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr... | Linus Torvalds | 4 | -120/+44 |
2011-02-22 | drm/i915: Do not handle backlight combination mode specially | Indan Zupancic | 2 | -47/+0 |
2011-02-22 | module: explicitly align module_version_attribute structure | Dmitry Torokhov | 1 | -1/+1 |
2011-02-22 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg... | Linus Torvalds | 7 | -103/+61 |
2011-02-22 | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 1 | -1/+11 |
2011-02-22 | Docbook: add fs/eventfd.c and fix typos in it | Randy Dunlap | 2 | -6/+11 |
2011-02-22 | Documentation: log_buf_len uses [KMG] suffix | Randy Dunlap | 1 | -4/+3 |
2011-02-22 | Documentation: explain [KMG] parameter suffix | Ahmed S. Darwish | 1 | -0/+5 |
2011-02-22 | Documentation: complete crashkernel= parameter documentation | Ahmed S. Darwish | 1 | -4/+8 |
2011-02-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 4 | -36/+46 |
2011-02-22 | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 9 | -363/+342 |
2011-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 3 | -9/+9 |
2011-02-22 | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 17 | -37/+175 |
2011-02-22 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 4 | -11/+23 |
2011-02-22 | [CIFS] update cifs version | Steve French | 1 | -1/+1 |
2011-02-22 | dell-laptop: Toggle the unsupported hardware killswitch | Keng-Yu Lin | 1 | -2/+22 |
2011-02-22 | thinkpad_acpi: Always report scancodes for hotkeys | Seth Forshee | 1 | -6/+2 |
2011-02-22 | acer-wmi: Fix capitalisation of GUID | Matthew Garrett | 1 | -1/+1 |