summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2014-06-21x86, irq, ACPI: Release IOAPIC pin when PCI device is disabledJiang Liu1-0/+27
2014-06-21x86, irq: Introduce helper functions to release IOAPIC pinJiang Liu2-0/+64
2014-06-21x86, irq: Simplify the way to handle ISA IRQJiang Liu2-73/+40
2014-06-21x86, irq: Clean up unused IOAPIC interfaceJiang Liu2-79/+0
2014-06-21x86, irq, devicetree: Use common irqdomain map interface to program IOAPIC pinsJiang Liu1-9/+5
2014-06-21x86, irq, SFI: Use common irqdomain map interface to program IOAPIC pinsJiang Liu3-46/+35
2014-06-21x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2-3/+3
2014-06-21x86, irq, ACPI: Use common irqdomain map interface to program IOAPIC pinsJiang Liu1-32/+12
2014-06-21x86, irq: Introduce two helper functions to support irqdomain map operationJiang Liu2-1/+103
2014-06-21x86, devicetree, irq: Use common mechanism to support irqdomainJiang Liu3-140/+59
2014-06-21x86, SFI, irq: Provide basic irqdomain supportJiang Liu3-1/+12
2014-06-21x86, mpparse, irq: Provide basic irqdomain supportJiang Liu1-1/+9
2014-06-21x86, ACPI, irq: Provide basic irqdomain supportJiang Liu1-2/+13
2014-06-21x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu6-6/+47
2014-06-21x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPICJiang Liu4-41/+147
2014-06-21x86, irq, ACPI: Change __acpi_register_gsi to return IRQ number instead of GSIJiang Liu1-13/+8
2014-06-21x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ numberJiang Liu3-36/+38
2014-06-21x86, irq: Simplify arch_early_irq_init()Jiang Liu1-22/+11
2014-06-21x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Jiang Liu6-36/+51
2014-06-21x86: ce4100, irq: Do not set legacy_pic to null_legacy_picJiang Liu1-2/+0
2014-06-21x86: ce4100, irq: Make CE4100 depend on CONFIG_X86_IO_APICJiang Liu2-7/+3
2014-06-21x86, irq: Introduce some helper utilities to improve readabilityJiang Liu2-7/+24
2014-06-21x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomainJiang Liu1-28/+33
2014-06-21x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readabilityJiang Liu1-10/+10
2014-06-21x86, ioapic: Introduce helper utilities to walk ioapics and pinsJiang Liu1-58/+62
2014-06-21x86, ioapic: Kill static variable nr_irqs_gsiJiang Liu1-19/+5
2014-06-21x86, ioapic: Kill unused global variable timer_through_8259Jiang Liu2-7/+0
2014-06-21x86, irq, trivial: Minor improvements of IRQ related codeJiang Liu3-28/+12
2014-06-21x86, ACPI, irq: Fix possible eror in GSI to IRQ mapping for legacy IRQJiang Liu1-1/+9
2014-06-21x86, ACPI, irq: Enhance error handling in function acpi_register_gsi()Jiang Liu1-6/+8
2014-06-21x86, ACPI, trivial: Minor improvements to arch/x86/kernel/acpi/boot.cJiang Liu1-34/+16
2014-06-21x86, acpi, irq: Kill static function irq_to_gsi()Jiang Liu1-20/+6
2014-06-21x86, PCI, ACPI: Use kmalloc_node() to optimize for performanceJiang Liu1-3/+3
2014-06-21x86, acpi: Reorganize code to avoid forward declaration in boot.cJiang Liu1-120/+116
2014-06-21x86, mpparse: Simplify arch/x86/include/asm/mpspec.hJiang Liu5-22/+12
2014-06-21x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL)Jiang Liu1-51/+44
2014-06-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+4
2014-06-19Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+8
2014-06-19Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-29/+37
2014-06-18x86/xen: no need to explicitly register an NMI callbackDavid Vrabel1-8/+1
2014-06-16x86, kaslr: boot-time selectable with hibernationKees Cook2-2/+8
2014-06-14Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-27/+87
2014-06-14x86/kprobes: Fix build errors and blacklist context_track_userMasami Hiramatsu1-3/+4
2014-06-13x86/vdso: Fix vdso_installAndy Lutomirski1-11/+11
2014-06-12Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-24/+46
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds26-467/+559
2014-06-12x86/vdso: Hack to keep 64-bit Go programs workingAndy Lutomirski3-13/+60
2014-06-12x86/vdso: Add PUT_LE to store little-endian valuesAndy Lutomirski1-3/+16
2014-06-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-0/+26
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-684/+801