summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen: events: assume PHYSDEVOP_get_free_pirq existsIan Campbell2011-03-101-9/+6Star
* xen: pci: collapse apic_register_gsi_xen_hvm and xen_hvm_register_pirqIan Campbell2011-03-101-8/+3Star
* xen: events: return irq from xen_allocate_pirq_msiIan Campbell2011-03-103-15/+18
* xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msiIan Campbell2011-03-103-14/+9Star
* xen: events: do not leak IRQ from xen_allocate_pirq_msi when no pirq available.Ian Campbell2011-03-101-1/+4
* xen: pci: only define xen_initdom_setup_msi_irqs if CONFIG_XEN_DOM0Ian Campbell2011-03-101-0/+2
* Merge branch 'stable/pcifront-fixes' into stable/irq.cleanupKonrad Rzeszutek Wilk2011-03-103-19/+33
|\
| * pci/xen: When free-ing MSI-X/MSI irq->desc also use generic code.Konrad Rzeszutek Wilk2011-02-181-0/+3
| * pci/xen: Cleanup: convert int** to int[]Konrad Rzeszutek Wilk2011-02-183-12/+12
| * pci/xen: Use xen_allocate_pirq_msi instead of xen_allocate_pirqKonrad Rzeszutek Wilk2011-02-181-3/+3
| * xen-pcifront: Sanity check the MSI/MSI-X valuesKonrad Rzeszutek Wilk2011-02-181-4/+16
| * xen-pcifront: don't use flush_scheduled_work()Tejun Heo2011-02-171-2/+1Star
* | Merge branch 'stable/irq.rework' into stable/irq.cleanupKonrad Rzeszutek Wilk2011-03-106-168/+153Star
|\ \
| * | xen/irq: Cleanup up the pirq_to_irq for DomU PV PCI passthrough guests as well.Konrad Rzeszutek Wilk2011-03-031-1/+2
| * | xen: Use IRQF_FORCE_RESUMEThomas Gleixner2011-03-031-19/+1Star
| * | Merge branch 'irq/for-xen' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Konrad Rzeszutek Wilk2011-03-033-5/+12
| |\ \
| | * | genirq: Add IRQF_FORCE_RESUMEThomas Gleixner2011-02-083-5/+12
| * | | xen/timer: Missing IRQF_NO_SUSPEND in timer code broke suspend.Ian Campbell2011-03-031-1/+3
| * | | xen: Fix compile error introduced by "switch to new irq_chip functions"Ian Campbell2011-03-031-1/+1
| * | | xen: Switch to new irq_chip functionsThomas Gleixner2011-03-031-44/+51
| * | | xen: Remove stale irq_chip.endThomas Gleixner2011-03-031-18/+0Star
| * | | xen: events: do not free legacy IRQsIan Campbell2011-03-031-0/+4
| * | | xen: events: allocate GSIs and dynamic IRQs from separate IRQ ranges.Ian Campbell2011-03-031-50/+27Star
| * | | xen: events: add xen_allocate_irq_{dynamic, gsi} and xen_free_irqIan Campbell2011-03-031-18/+35
| * | | xen:events: move find_unbound_irq inside CONFIG_PCI_MSIIan Campbell2011-03-031-17/+17
| * | | xen: handled remapped IRQs when enabling a pcifront PCI device.Ian Campbell2011-03-031-8/+14
| |/ /
* | | Linux 2.6.38-rc6Linus Torvalds2011-02-221-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2011-02-224-120/+44Star
|\ \ \
| * | | eCryptfs: Copy up lower inode attrs in getattrTyler Hicks2011-02-211-0/+2
| * | | ecryptfs: read on a directory should return EISDIR if not supportedAndy Whitcroft2011-02-211-0/+1
| * | | eCryptfs: Handle NULL nameidata pointersTyler Hicks2011-02-213-26/+29
| * | | eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata"Tyler Hicks2011-02-181-94/+12Star
| | |/ | |/|
* | | drm/i915: Do not handle backlight combination mode speciallyIndan Zupancic2011-02-222-47/+0Star
* | | module: explicitly align module_version_attribute structureDmitry Torokhov2011-02-221-1/+1
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2011-02-227-103/+61Star
|\ \ \
| * | | dell-laptop: Toggle the unsupported hardware killswitchKeng-Yu Lin2011-02-211-2/+22
| * | | thinkpad_acpi: Always report scancodes for hotkeysSeth Forshee2011-02-211-6/+2Star
| * | | acer-wmi: Fix capitalisation of GUIDMatthew Garrett2011-02-211-1/+1
| * | | platform/x86: ideapad-laptop depends on INPUTRandy Dunlap2011-02-211-1/+1
| * | | platform: x86: acer-wmi: world-writable sysfs threeg fileVasiliy Kulikov2011-02-211-1/+1
| * | | platform: x86: asus_acpi: world-writable procfs filesVasiliy Kulikov2011-02-211-7/+1Star
| * | | platform: x86: tc1100-wmi: world-writable sysfs wireless and jogdial filesVasiliy Kulikov2011-02-211-1/+1
| * | | platform-drivers: x86: pmic: Use request_irq instead of chained handlerThomas Gleixner2011-02-211-38/+12Star
| * | | platform-drivers: x86: pmic: Use irq_chip buslock mechanismThomas Gleixner2011-02-071-48/+32Star
| * | | platform-drivers: x86: Convert pmic to new irq_chip functionsThomas Gleixner2011-02-071-14/+8Star
| * | | platform-drivers: x86: pmic: Fix up bogus irq hackeryThomas Gleixner2011-02-071-5/+1Star
* | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2011-02-221-1/+11
|\ \ \ \
| * | | | fixdep: Do not record dependency on the source file itselfMichal Marek2011-02-211-1/+11
* | | | | Docbook: add fs/eventfd.c and fix typos in itRandy Dunlap2011-02-222-6/+11
* | | | | Documentation: log_buf_len uses [KMG] suffixRandy Dunlap2011-02-221-4/+3Star