summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)AuthorFilesLines
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski1-4/+4
2015-07-06x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski1-4/+4
2015-05-19x86/irq/msi: Implement irq_set_vcpu_affinity for remapped MSI irqsFeng Wu1-0/+1
2015-05-15x86: Use entering[_ack]_irq() instead of open coding itThomas Gleixner1-4/+2
2015-05-13x86, irq: Allocate CPU vectors from device local CPUs if possibleJiang Liu1-9/+14
2015-05-13x86/hpet: Pass proper pointer to irq_alloc_infoSergey Senozhatsky1-1/+1
2015-05-11Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar1-7/+4
2015-05-10x86/asm/entry/irq: Clean up IRQn_VECTOR macrosBrian Gerst2-3/+3
2015-05-05x86/x2apic: Acpi_gbl_FADT existence depends on CONFIG_ACPIJan Kiszka1-0/+2
2015-05-05x86: Constify irqdomain opsThomas Gleixner2-8/+8
2015-04-24x86/irq: Avoid memory allocation in __assign_irq_vector()Jiang Liu1-16/+17
2015-04-24x86/irq: Move irqdomain specific code into asm/irqdomain.hJiang Liu3-3/+3
2015-04-24x86: Cleanup irq_domain opsThomas Gleixner1-1/+8
2015-04-24x86,ioapic: Cleanup irq_trigger/polarity()Thomas Gleixner1-88/+50
2015-04-24x86, ioapic: Use proper defines for the entry fieldsThomas Gleixner1-50/+50
2015-04-24x86/irq: Move private data in struct irq_cfg into dedicated data structureJiang Liu1-102/+119
2015-04-24x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()Jiang Liu1-2/+8
2015-04-24x86/irq: Remove function apic_set_affinity()Jiang Liu1-37/+3
2015-04-24x86/irq: Make functions only used in vector.c staticJiang Liu1-3/+4
2015-04-24x86/irq: Remove unused alloc_irq_and_cfg_at()Jiang Liu1-21/+0
2015-04-24x86/irq: Remove sis apic bug workaroundThomas Gleixner1-25/+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 Liu1-15/+8
2015-04-24x86: Remove more unmodified io_apic_opsThomas Gleixner1-1/+1
2015-04-24x86/irq: Remove x86_io_apic_ops.write and x86_io_apic_ops.modifyJiang Liu1-2/+4
2015-04-24x86/irq: Remove struct io_apic_irq_attrJiang Liu1-10/+0
2015-04-24x86/irq: Move irq_cfg.irq_2_pin into io_apic.cJiang Liu2-90/+77
2015-04-24irq_remapping: Clean up unsued code to support IOAPICJiang Liu1-1/+0
2015-04-24x86/irq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQJiang Liu1-34/+0
2015-04-24x86/irq: Remove x86_io_apic_ops.eoi_ioapic_pin and related interfacesJiang Liu1-16/+4
2015-04-24x86/irq: Remove x86_io_apic_ops.set_affinity and related interfacesJiang Liu1-24/+1
2015-04-24x86/irq: Remove x86_io_apic_ops.setup_entry and related interfacesJiang Liu1-24/+0
2015-04-24x86/irq: Remove x86_io_apic_ops.print_entries and related interfacesJiang Liu1-55/+0
2015-04-24x86/irq: Remove unused struct mp_pin_infoJiang Liu1-27/+3
2015-04-24x86/irq: Remove unused old IOAPIC irqdomain interfacesJiang Liu1-201/+1
2015-04-24x86/irq: Convert IOAPIC to use hierarchical irqdomain interfacesJiang Liu1-97/+211
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 Liu1-3/+156
2015-04-24x86/irq: Prepare IOAPIC interfaces to support hierarchical irqdomainsJiang Liu1-13/+26
2015-04-24x86/irq: Remove unused pre_init_apic_IRQ0()Jiang Liu1-17/+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/htirq: Use hierarchical irqdomain to manage Hypertransport interruptsJiang Liu2-41/+121
2015-04-24x86/irq: Use hierarchical irqdomain to manage DMAR interruptsJiang Liu1-57/+96
2015-04-24iommu/vt-d: Refine the interfaces to create IRQ for DMAR unitJiang Liu1-11/+13