summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-04-24x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()Jiang Liu2-4/+9
2015-04-24x86/irq: Remove function apic_set_affinity()Jiang Liu2-39/+3
2015-04-24x86/irq: Make functions only used in vector.c staticJiang Liu2-6/+4
2015-04-24x86/irq: Remove unused alloc_irq_and_cfg_at()Jiang Liu2-22/+0
2015-04-24x86/irq: Remove sis apic bug workaroundThomas Gleixner2-28/+10
2015-04-24x86/irq: Use cached IOAPIC entry instead of reading from hardwareJiang Liu1-57/+21
2015-04-24x86/irq: Clean up io_apic.hJiang Liu2-26/+10
2015-04-24x86: Remove more unmodified io_apic_opsThomas Gleixner5-8/+5
2015-04-24x86/irq: Remove x86_io_apic_ops.write and x86_io_apic_ops.modifyJiang Liu4-19/+4
2015-04-24x86/irq: Remove struct io_apic_irq_attrJiang Liu2-17/+0
2015-04-24x86/irq: Move irq_cfg.irq_2_pin into io_apic.cJiang Liu3-97/+77
2015-04-24irq_remapping/amd: Move struct irq_2_irte into amd_iommu.cJiang Liu1-13/+0
2015-04-24irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.cJiang Liu1-9/+0
2015-04-24x86/irq: Remove irq_cfg.irq_remappedJiang Liu1-1/+0
2015-04-24irq_remapping: Clean up unsued code to support IOAPICJiang Liu2-24/+0
2015-04-24x86/irq: Clean up unused forward declarations in x86_init.hJiang Liu1-6/+0
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 Liu4-25/+4
2015-04-24x86/irq: Remove x86_io_apic_ops.set_affinity and related interfacesJiang Liu4-32/+1
2015-04-24x86/irq: Remove x86_io_apic_ops.setup_entry and related interfacesJiang Liu5-45/+0
2015-04-24x86/irq: Remove x86_io_apic_ops.print_entries and related interfacesJiang Liu4-60/+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 Liu1-2/+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 Liu3-41/+134
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 Liu4-28/+32
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 Liu3-20/+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 Liu6-72/+94
2015-04-24x86/hpet: Enhance HPET IRQ to support hierarchical irqdomainsJiang Liu3-63/+167
2015-04-24irq_remapping: Introduce new interfaces to support hierarchical irqdomainsJiang Liu2-0/+73
2015-04-24x86/dmar: Use new irqdomain interfaces to allocate/free IRQJiang Liu2-2/+12
2015-04-24x86/htirq: Use new irqdomain interfaces to allocate/free IRQJiang Liu1-13/+13