summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-24x86/irq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQJiang Liu2-35/+0
2015-04-24x86/irq: Remove x86_io_apic_ops.eoi_ioapic_pin and related interfacesJiang Liu5-44/+4
2015-04-24x86/irq: Remove x86_io_apic_ops.set_affinity and related interfacesJiang Liu5-47/+1
2015-04-24x86/irq: Remove x86_io_apic_ops.setup_entry and related interfacesJiang Liu6-58/+0
2015-04-24x86/irq: Remove x86_io_apic_ops.print_entries and related interfacesJiang Liu5-67/+0
2015-04-24x86/irq: Remove unused struct mp_pin_infoJiang Liu1-27/+3
2015-04-24x86/irq: Remove unused old IOAPIC irqdomain interfacesJiang Liu2-205/+1
2015-04-24x86/irq: Convert IOAPIC to use hierarchical irqdomain interfacesJiang Liu8-137/+240
2015-04-24x86/irq: Introduce helper functions to support hierarchical irqdomains for IO...Jiang Liu1-0/+61
2015-04-24x86/irq: Simplify the way to print IOAPIC entryJiang Liu1-2/+28
2015-04-24x86/irq: Refine the way to allocate irq_cfg for legacy IRQsJiang Liu2-13/+42
2015-04-24x86/irq: Implement callbacks to enable hierarchical irqdomains on IOAPICsJiang Liu2-3/+166
2015-04-24x86/irq: Prepare IOAPIC interfaces to support hierarchical irqdomainsJiang Liu6-22/+54
2015-04-24x86/irq: Remove unused pre_init_apic_IRQ0()Jiang Liu2-18/+0
2015-04-24x86/intel-mid, trivial: Refine code syntax for sfi_parse_mtmr()Jiang Liu1-10/+10
2015-04-24x86/intel-mid: Delay initialization of APB timerThomas Gleixner3-11/+13
2015-04-24irq_remapping: Remove unused function irq_remapping_print_chip()Jiang Liu2-15/+0
2015-04-24x86/irq: Simplify MSI/DMAR/HPET implementation by using common codeJiang Liu1-138/+54
2015-04-24x86/irq: Implement irq_chip.irq_write_msi_msg for MSI/DMAR/HPET irq_chipsJiang Liu1-0/+12
2015-04-24x86/MSI: Replace msi_update_msg() with irq_chip_compose_msi_msg()Jiang Liu1-17/+2
2015-04-24x86/MSI: Simplify the way to deal with remapped MSI interruptsJiang Liu1-4/+24
2015-04-24x86/irq: Normalize x86 irq_chip nameJiang Liu1-2/+2
2015-04-24x86/uv: Use hierarchical irqdomain to manage UV interruptsJiang Liu2-180/+119
2015-04-24x86/htirq: Use hierarchical irqdomain to manage Hypertransport interruptsJiang Liu5-88/+158
2015-04-24x86/irq: Use hierarchical irqdomain to manage DMAR interruptsJiang Liu2-57/+103
2015-04-24iommu/vt-d: Refine the interfaces to create IRQ for DMAR unitJiang Liu6-43/+39
2015-04-24x86/MSI: Clean up unused MSI related code and interfacesJiang Liu3-64/+4
2015-04-24irq_remapping: Clean up unused MSI related codeJiang Liu5-185/+0
2015-04-24irq_remapping/amd: Clean up unused MSI related codeJiang Liu1-113/+2
2015-04-24irq_remapping/vt-d: Clean up unused MSI related codeJiang Liu1-144/+0
2015-04-24x86/irq: Directly call native_compose_msi_msg() for DMAR IRQJiang Liu1-4/+2
2015-04-24x86/MSI: Use hierarchical irqdomains to manage MSI interruptsJiang Liu7-73/+94
2015-04-24x86/hpet: Enhance HPET IRQ to support hierarchical irqdomainsJiang Liu3-63/+167
2015-04-24irq_remapping/amd: Enhance AMD IR driver to support hierarchical irqdomainsJiang Liu4-6/+341
2015-04-24irq_remapping/vt-d: Enhance Intel IR driver to support hierarchical irqdomainsJiang Liu2-8/+333
2015-04-24irq_remapping/vt-d: Change prototypes to prepare for hierarchical irqdomainJiang Liu1-11/+11
2015-04-24irq_remapping: Introduce new interfaces to support hierarchical irqdomainsJiang Liu4-1/+132
2015-04-24x86/dmar: Use new irqdomain interfaces to allocate/free IRQJiang Liu3-4/+27
2015-04-24x86/htirq: Use new irqdomain interfaces to allocate/free IRQJiang Liu3-17/+18
2015-04-24x86/uv: Use new irqdomain interfaces to allocate/free IRQJiang Liu1-16/+11
2015-04-24x86/MSI: Use new irqdomain interfaces to allocate/free IRQJiang Liu1-8/+6
2015-04-24x86/hpet: Use new irqdomain interfaces to allocate/free IRQJiang Liu1-3/+5
2015-04-24x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectorsJiang Liu4-18/+160
2015-04-24x86/irq: Save destination CPU ID in irq_cfgJiang Liu2-0/+7
2015-04-21Merge tag 'remoteproc-4.1-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-13/+8
2015-04-21Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2-0/+25
2015-04-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-10/+13
2015-04-21Merge tag 'fbdev-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds26-50/+193
2015-04-21Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds396-10222/+25495
2015-04-20Merge tag 'iommu-updates-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds19-477/+634