Age | Commit message (Expand) | Author |
2014-06-21 | x86, irq, devicetree: Release IOAPIC pin when PCI device is disabled | Jiang Liu |
2014-06-21 | x86, irq, SFI: Release IOAPIC pin when PCI device is disabled | Jiang Liu |
2014-06-21 | x86, irq, mpparse: Release IOAPIC pin when PCI device is disabled | Jiang Liu |
2014-06-21 | x86, irq, ACPI: Release IOAPIC pin when PCI device is disabled | Jiang Liu |
2014-06-21 | x86, irq: Introduce helper functions to release IOAPIC pin | Jiang Liu |
2014-06-21 | x86, irq: Simplify the way to handle ISA IRQ | Jiang Liu |
2014-06-21 | x86, irq: Clean up unused IOAPIC interface | Jiang Liu |
2014-06-21 | x86, irq, devicetree: Use common irqdomain map interface to program IOAPIC pins | Jiang Liu |
2014-06-21 | x86, irq, SFI: Use common irqdomain map interface to program IOAPIC pins | Jiang Liu |
2014-06-21 | x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pins | Jiang Liu |
2014-06-21 | x86, irq, ACPI: Use common irqdomain map interface to program IOAPIC pins | Jiang Liu |
2014-06-21 | x86, irq: Introduce two helper functions to support irqdomain map operation | Jiang Liu |
2014-06-21 | x86, devicetree, irq: Use common mechanism to support irqdomain | Jiang Liu |
2014-06-21 | x86, SFI, irq: Provide basic irqdomain support | Jiang Liu |
2014-06-21 | x86, mpparse, irq: Provide basic irqdomain support | Jiang Liu |
2014-06-21 | x86, ACPI, irq: Provide basic irqdomain support | Jiang Liu |
2014-06-21 | x86, irq: Enhance mp_register_ioapic() to support irqdomain | Jiang Liu |
2014-06-21 | x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPIC | Jiang Liu |
2014-06-21 | x86, irq, ACPI: Change __acpi_register_gsi to return IRQ number instead of GSI | Jiang Liu |
2014-06-21 | x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ number | Jiang Liu |
2014-06-21 | x86, irq: Simplify arch_early_irq_init() | Jiang Liu |
2014-06-21 | x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_... | Jiang Liu |
2014-06-21 | x86: ce4100, irq: Do not set legacy_pic to null_legacy_pic | Jiang Liu |
2014-06-21 | x86: ce4100, irq: Make CE4100 depend on CONFIG_X86_IO_APIC | Jiang Liu |
2014-06-21 | x86, irq: Introduce some helper utilities to improve readability | Jiang Liu |
2014-06-21 | x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomain | Jiang Liu |
2014-06-21 | x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readability | Jiang Liu |
2014-06-21 | x86, ioapic: Introduce helper utilities to walk ioapics and pins | Jiang Liu |
2014-06-21 | x86, ioapic: Kill static variable nr_irqs_gsi | Jiang Liu |
2014-06-21 | x86, ioapic: Kill unused global variable timer_through_8259 | Jiang Liu |
2014-06-21 | x86, irq, trivial: Minor improvements of IRQ related code | Jiang Liu |
2014-06-21 | x86, ACPI, irq: Fix possible eror in GSI to IRQ mapping for legacy IRQ | Jiang Liu |
2014-06-21 | x86, ACPI, irq: Enhance error handling in function acpi_register_gsi() | Jiang Liu |
2014-06-21 | x86, ACPI, trivial: Minor improvements to arch/x86/kernel/acpi/boot.c | Jiang Liu |
2014-06-21 | x86, acpi, irq: Kill static function irq_to_gsi() | Jiang Liu |
2014-06-21 | x86, PCI, ACPI: Use kmalloc_node() to optimize for performance | Jiang Liu |
2014-06-21 | x86, acpi: Reorganize code to avoid forward declaration in boot.c | Jiang Liu |
2014-06-21 | x86, mpparse: Simplify arch/x86/include/asm/mpspec.h | Jiang Liu |
2014-06-21 | x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL) | Jiang Liu |
2014-06-21 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2014-06-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds |
2014-06-21 | Merge tag 'for-linus' of git://github.com/gxt/linux | Linus Torvalds |
2014-06-19 | Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2014-06-19 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2014-06-20 | unicore32: Remove ARCH_HAS_CPUFREQ config option | Stephen Boyd |
2014-06-20 | arch: unicore32: ksyms: export '__cpuc_coherent_kern_range' to avoid compilin... | Chen Gang |
2014-06-20 | arch: unicore32: ksyms: export 'pm_power_off' to avoid compiling failure. | Chen Gang |
2014-06-20 | arch: unicore32: ksyms: export additional find_first_*() to avoid compiling f... | Chen Gang |
2014-06-20 | arch:unicore32:mm: add devmem_is_allowed() to support STRICT_DEVMEM | Chen Gang |
2014-06-20 | unicore32: include: asm: add missing ')' for PAGE_* macros in pgtable.h | Chen Gang |