summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box()Oren Twaig2014-07-132-67/+1
| * | | | x86, irq: Clean up irqdomain transition codeJiang Liu2014-06-211-17/+11
| * | | | x86, irq, devicetree: Release IOAPIC pin when PCI device is disabledJiang Liu2014-06-211-0/+1
| * | | | x86, irq, SFI: Release IOAPIC pin when PCI device is disabledJiang Liu2014-06-211-0/+7
| * | | | x86, irq, mpparse: Release IOAPIC pin when PCI device is disabledJiang Liu2014-06-212-2/+12
| * | | | x86, irq, ACPI: Release IOAPIC pin when PCI device is disabledJiang Liu2014-06-211-0/+27
| * | | | x86, irq: Introduce helper functions to release IOAPIC pinJiang Liu2014-06-212-0/+64
| * | | | x86, irq: Simplify the way to handle ISA IRQJiang Liu2014-06-212-73/+40
| * | | | x86, irq: Clean up unused IOAPIC interfaceJiang Liu2014-06-212-79/+0
| * | | | x86, irq, devicetree: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-211-9/+5
| * | | | x86, irq, SFI: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-213-46/+35
| * | | | x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-212-3/+3
| * | | | x86, irq, ACPI: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-211-32/+12
| * | | | x86, irq: Introduce two helper functions to support irqdomain map operationJiang Liu2014-06-212-1/+103
| * | | | x86, devicetree, irq: Use common mechanism to support irqdomainJiang Liu2014-06-213-140/+59
| * | | | x86, SFI, irq: Provide basic irqdomain supportJiang Liu2014-06-213-1/+12
| * | | | x86, mpparse, irq: Provide basic irqdomain supportJiang Liu2014-06-211-1/+9
| * | | | x86, ACPI, irq: Provide basic irqdomain supportJiang Liu2014-06-211-2/+13
| * | | | x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu2014-06-216-6/+47
| * | | | x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPICJiang Liu2014-06-214-41/+147
| * | | | x86, irq, ACPI: Change __acpi_register_gsi to return IRQ number instead of GSIJiang Liu2014-06-211-13/+8
| * | | | x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ numberJiang Liu2014-06-213-36/+38
| * | | | x86, irq: Simplify arch_early_irq_init()Jiang Liu2014-06-211-22/+11
| * | | | x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Jiang Liu2014-06-216-36/+51
| * | | | x86: ce4100, irq: Do not set legacy_pic to null_legacy_picJiang Liu2014-06-211-2/+0
| * | | | x86: ce4100, irq: Make CE4100 depend on CONFIG_X86_IO_APICJiang Liu2014-06-212-7/+3
| * | | | x86, irq: Introduce some helper utilities to improve readabilityJiang Liu2014-06-212-7/+24
| * | | | x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomainJiang Liu2014-06-211-28/+33
| * | | | x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readabilityJiang Liu2014-06-211-10/+10
| * | | | x86, ioapic: Introduce helper utilities to walk ioapics and pinsJiang Liu2014-06-211-58/+62
| * | | | x86, ioapic: Kill static variable nr_irqs_gsiJiang Liu2014-06-211-19/+5
| * | | | x86, ioapic: Kill unused global variable timer_through_8259Jiang Liu2014-06-212-7/+0
| * | | | x86, irq, trivial: Minor improvements of IRQ related codeJiang Liu2014-06-213-28/+12
| * | | | x86, ACPI, irq: Fix possible eror in GSI to IRQ mapping for legacy IRQJiang Liu2014-06-211-1/+9
| * | | | x86, ACPI, irq: Enhance error handling in function acpi_register_gsi()Jiang Liu2014-06-211-6/+8
| * | | | x86, ACPI, trivial: Minor improvements to arch/x86/kernel/acpi/boot.cJiang Liu2014-06-211-34/+16
| * | | | x86, acpi, irq: Kill static function irq_to_gsi()Jiang Liu2014-06-211-20/+6
| * | | | x86, PCI, ACPI: Use kmalloc_node() to optimize for performanceJiang Liu2014-06-211-3/+3
| * | | | x86, acpi: Reorganize code to avoid forward declaration in boot.cJiang Liu2014-06-211-120/+116
| * | | | x86, mpparse: Simplify arch/x86/include/asm/mpspec.hJiang Liu2014-06-215-22/+12
| * | | | x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL)Jiang Liu2014-06-211-51/+44
* | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-131-1/+2
|\ \ \ \ \
| * \ \ \ \ Merge tag 'efi-urgent' into x86/efiH. Peter Anvin2014-08-113-12/+53
| |\ \ \ \ \
| | * | | | | x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stubMatt Fleming2014-08-051-0/+1
| * | | | | | x86/efi: Fix 3DNow optimization build failure in EFI stubMatt Fleming2014-08-041-1/+1
* | | | | | | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-08-138-70/+309
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | x86, xsave: Add forgotten inline annotationBorislav Petkov2014-06-181-1/+1
| * | | | | | x86/xsaves: Clean up code in xstate offsets computation in xsave areaFenghua Yu2014-05-301-4/+9
| * | | | | | x86/xsave: Make it clear that the XSAVE macros use (%edi)/(%rdi)H. Peter Anvin2014-05-301-0/+1
| * | | | | | Define kernel API to get address of each state in xsave areaFenghua Yu2014-05-293-0/+68