| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-08-15 | 2 | -6/+6 |
|\ |
|
| * | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 2014-08-12 | 2 | -6/+6 |
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-08-14 | 16 | -910/+784 |
|\ \ |
|
| * | | x86/apic/vsmp: Make is_vsmp_box() static | H. Peter Anvin | 2014-08-02 | 1 | -2/+2 |
| * | | x86, apic: Remove enable_apic_mode callback | David Rientjes | 2014-07-31 | 9 | -11/+0 |
| * | | x86, apic: Remove setup_portio_remap callback | David Rientjes | 2014-07-31 | 9 | -13/+0 |
| * | | x86, apic: Remove multi_timer_check callback | David Rientjes | 2014-07-31 | 9 | -25/+0 |
| * | | x86, apic: Replace noop_check_apicid_used | David Rientjes | 2014-07-31 | 1 | -6/+1 |
| * | | x86, apic: Remove check_apicid_present callback | David Rientjes | 2014-07-31 | 8 | -19/+0 |
| * | | x86, apic: Remove mps_oem_check callback | David Rientjes | 2014-07-31 | 9 | -36/+1 |
| * | | x86, apic: Remove smp_callin_clear_local_apic callback | David Rientjes | 2014-07-31 | 9 | -13/+0 |
| * | | x86, apic: Replace trampoline physical addresses with defaults | David Rientjes | 2014-07-31 | 8 | -22/+0 |
| * | | x86, apic: Remove x86_32_numa_cpu_node callback | David Rientjes | 2014-07-31 | 1 | -11/+0 |
| * | | x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box() | Oren Twaig | 2014-07-14 | 1 | -59/+1 |
| * | | x86, irq: Clean up irqdomain transition code | Jiang Liu | 2014-06-21 | 1 | -17/+11 |
| * | | x86, irq, devicetree: Release IOAPIC pin when PCI device is disabled | Jiang Liu | 2014-06-21 | 1 | -0/+1 |
| * | | x86, irq, mpparse: Release IOAPIC pin when PCI device is disabled | Jiang Liu | 2014-06-21 | 1 | -0/+1 |
| * | | x86, irq, ACPI: Release IOAPIC pin when PCI device is disabled | Jiang Liu | 2014-06-21 | 1 | -0/+27 |
| * | | x86, irq: Introduce helper functions to release IOAPIC pin | Jiang Liu | 2014-06-21 | 1 | -0/+61 |
| * | | x86, irq: Simplify the way to handle ISA IRQ | Jiang Liu | 2014-06-21 | 2 | -73/+40 |
| * | | x86, irq: Clean up unused IOAPIC interface | Jiang Liu | 2014-06-21 | 1 | -70/+0 |
| * | | x86, irq, devicetree: Use common irqdomain map interface to program IOAPIC pins | Jiang Liu | 2014-06-21 | 1 | -9/+5 |
| * | | x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pins | Jiang Liu | 2014-06-21 | 1 | -1/+3 |
| * | | x86, irq, ACPI: Use common irqdomain map interface to program IOAPIC pins | Jiang Liu | 2014-06-21 | 1 | -32/+12 |
| * | | x86, irq: Introduce two helper functions to support irqdomain map operation | Jiang Liu | 2014-06-21 | 1 | -1/+98 |
| * | | x86, devicetree, irq: Use common mechanism to support irqdomain | Jiang Liu | 2014-06-21 | 2 | -138/+59 |
| * | | x86, mpparse, irq: Provide basic irqdomain support | Jiang Liu | 2014-06-21 | 1 | -1/+9 |
| * | | x86, ACPI, irq: Provide basic irqdomain support | Jiang Liu | 2014-06-21 | 1 | -2/+13 |
| * | | x86, irq: Enhance mp_register_ioapic() to support irqdomain | Jiang Liu | 2014-06-21 | 4 | -4/+44 |
| * | | x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPIC | Jiang Liu | 2014-06-21 | 2 | -39/+127 |
| * | | x86, irq, ACPI: Change __acpi_register_gsi to return IRQ number instead of GSI | Jiang Liu | 2014-06-21 | 1 | -13/+8 |
| * | | x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ number | Jiang Liu | 2014-06-21 | 2 | -36/+36 |
| * | | x86, irq: Simplify arch_early_irq_init() | Jiang Liu | 2014-06-21 | 1 | -22/+11 |
| * | | x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_... | Jiang Liu | 2014-06-21 | 4 | -33/+42 |
| * | | x86, irq: Introduce some helper utilities to improve readability | Jiang Liu | 2014-06-21 | 1 | -7/+22 |
| * | | x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomain | Jiang Liu | 2014-06-21 | 1 | -28/+33 |
| * | | x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readability | Jiang Liu | 2014-06-21 | 1 | -10/+10 |
| * | | x86, ioapic: Introduce helper utilities to walk ioapics and pins | Jiang Liu | 2014-06-21 | 1 | -58/+62 |
| * | | x86, ioapic: Kill static variable nr_irqs_gsi | Jiang Liu | 2014-06-21 | 1 | -19/+5 |
| * | | x86, ioapic: Kill unused global variable timer_through_8259 | Jiang Liu | 2014-06-21 | 1 | -3/+0 |
| * | | x86, irq, trivial: Minor improvements of IRQ related code | Jiang Liu | 2014-06-21 | 1 | -16/+5 |
| * | | x86, ACPI, irq: Fix possible eror in GSI to IRQ mapping for legacy IRQ | Jiang Liu | 2014-06-21 | 1 | -1/+9 |
| * | | x86, ACPI, irq: Enhance error handling in function acpi_register_gsi() | Jiang Liu | 2014-06-21 | 1 | -6/+8 |
| * | | x86, ACPI, trivial: Minor improvements to arch/x86/kernel/acpi/boot.c | Jiang Liu | 2014-06-21 | 1 | -34/+16 |
| * | | x86, acpi, irq: Kill static function irq_to_gsi() | Jiang Liu | 2014-06-21 | 1 | -20/+6 |
| * | | x86, acpi: Reorganize code to avoid forward declaration in boot.c | Jiang Liu | 2014-06-21 | 1 | -120/+116 |
| * | | x86, mpparse: Simplify arch/x86/include/asm/mpspec.h | Jiang Liu | 2014-06-21 | 2 | -4/+10 |
| * | | x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL) | Jiang Liu | 2014-06-21 | 1 | -51/+44 |
* | | | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-08-14 | 4 | -9/+120 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86/xsaves: Clean up code in xstate offsets computation in xsave area | Fenghua Yu | 2014-05-31 | 1 | -4/+9 |