summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* sparc64: Skip bogus PCI bridge ranges.David S. Miller2014-08-141-0/+11
* sparc64: Expand PCI bridge probing debug logging.David S. Miller2014-08-141-1/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-142-3/+31
|\
| * dts: Add bindings for APM X-Gene SoC ethernet driverIyappan Subramanian2014-08-112-3/+31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-08-148-9/+15
|\ \
| * | sparc64: Fix pcr_ops initialization and usage bugs.David S. Miller2014-08-123-3/+8
| * | sparc64: Do not disable interrupts in nmi_cpu_busy()David S. Miller2014-08-121-1/+0Star
| * | sparc: Hook up seccomp and getrandom system calls.David S. Miller2014-08-063-4/+6
| * | sparc: fix decimal printf format specifiers prefixed with 0xHans Wennborg2014-08-061-1/+1
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-1432-1076/+912Star
|\ \ \
| * | | x86, irq, PCI: Keep IRQ assignment for PCI devices during suspend/hibernationJiang Liu2014-08-082-2/+3
| * | | x86/apic/vsmp: Make is_vsmp_box() staticH. Peter Anvin2014-08-021-2/+2
| * | | x86, apic: Remove enable_apic_mode callbackDavid Rientjes2014-07-3110-12/+0Star
| * | | x86, apic: Remove setup_portio_remap callbackDavid Rientjes2014-07-3110-14/+0Star
| * | | x86, apic: Remove multi_timer_check callbackDavid Rientjes2014-07-3110-26/+0Star
| * | | x86, apic: Replace noop_check_apicid_usedDavid Rientjes2014-07-311-6/+1Star
| * | | x86, apic: Remove check_apicid_present callbackDavid Rientjes2014-07-319-25/+0Star
| * | | x86, apic: Remove mps_oem_check callbackDavid Rientjes2014-07-3111-45/+1Star
| * | | x86, apic: Remove smp_callin_clear_local_apic callbackDavid Rientjes2014-07-3110-14/+0Star
| * | | x86, apic: Replace trampoline physical addresses with defaultsDavid Rientjes2014-07-3110-33/+8Star
| * | | x86, apic: Remove x86_32_numa_cpu_node callbackDavid Rientjes2014-07-312-19/+0Star
| * | | x86: intel-mid: Use the new io_apic interfacesJiang Liu2014-07-141-16/+6Star
| * | | x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box()Oren Twaig2014-07-142-67/+1Star
| * | | x86, irq: Clean up irqdomain transition codeJiang Liu2014-06-211-17/+11Star
| * | | 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/+40Star
| * | | x86, irq: Clean up unused IOAPIC interfaceJiang Liu2014-06-212-79/+0Star
| * | | x86, irq, devicetree: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-211-9/+5Star
| * | | x86, irq, SFI: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-213-46/+35Star
| * | | 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/+12Star
| * | | 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/+59Star
| * | | 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/+8Star
| * | | 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/+11Star
| * | | 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/+0Star
| * | | x86: ce4100, irq: Make CE4100 depend on CONFIG_X86_IO_APICJiang Liu2014-06-212-7/+3Star
| * | | 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