| Commit message (Expand) | Author | Files | Lines |
2014-06-21 | x86, devicetree, irq: Use common mechanism to support irqdomain | Jiang Liu | 3 | -140/+59 |
2014-06-21 | x86, SFI, irq: Provide basic irqdomain support | Jiang Liu | 3 | -1/+12 |
2014-06-21 | x86, mpparse, irq: Provide basic irqdomain support | Jiang Liu | 1 | -1/+9 |
2014-06-21 | x86, ACPI, irq: Provide basic irqdomain support | Jiang Liu | 1 | -2/+13 |
2014-06-21 | x86, irq: Enhance mp_register_ioapic() to support irqdomain | Jiang Liu | 6 | -6/+47 |
2014-06-21 | x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPIC | Jiang Liu | 4 | -41/+147 |
2014-06-21 | x86, irq, ACPI: Change __acpi_register_gsi to return IRQ number instead of GSI | Jiang Liu | 1 | -13/+8 |
2014-06-21 | x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ number | Jiang Liu | 3 | -36/+38 |
2014-06-21 | x86, irq: Simplify arch_early_irq_init() | Jiang Liu | 1 | -22/+11 |
2014-06-21 | x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_... | Jiang Liu | 6 | -36/+51 |
2014-06-21 | x86: ce4100, irq: Do not set legacy_pic to null_legacy_pic | Jiang Liu | 1 | -2/+0 |
2014-06-21 | x86: ce4100, irq: Make CE4100 depend on CONFIG_X86_IO_APIC | Jiang Liu | 2 | -7/+3 |
2014-06-21 | x86, irq: Introduce some helper utilities to improve readability | Jiang Liu | 2 | -7/+24 |
2014-06-21 | x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomain | Jiang Liu | 1 | -28/+33 |
2014-06-21 | x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readability | Jiang Liu | 1 | -10/+10 |
2014-06-21 | x86, ioapic: Introduce helper utilities to walk ioapics and pins | Jiang Liu | 1 | -58/+62 |
2014-06-21 | x86, ioapic: Kill static variable nr_irqs_gsi | Jiang Liu | 1 | -19/+5 |
2014-06-21 | x86, ioapic: Kill unused global variable timer_through_8259 | Jiang Liu | 2 | -7/+0 |
2014-06-21 | x86, irq, trivial: Minor improvements of IRQ related code | Jiang Liu | 3 | -28/+12 |
2014-06-21 | x86, ACPI, irq: Fix possible eror in GSI to IRQ mapping for legacy IRQ | Jiang Liu | 1 | -1/+9 |
2014-06-21 | x86, ACPI, irq: Enhance error handling in function acpi_register_gsi() | Jiang Liu | 1 | -6/+8 |
2014-06-21 | x86, ACPI, trivial: Minor improvements to arch/x86/kernel/acpi/boot.c | Jiang Liu | 1 | -34/+16 |
2014-06-21 | x86, acpi, irq: Kill static function irq_to_gsi() | Jiang Liu | 1 | -20/+6 |
2014-06-21 | x86, PCI, ACPI: Use kmalloc_node() to optimize for performance | Jiang Liu | 1 | -3/+3 |
2014-06-21 | x86, acpi: Reorganize code to avoid forward declaration in boot.c | Jiang Liu | 1 | -120/+116 |
2014-06-21 | x86, mpparse: Simplify arch/x86/include/asm/mpspec.h | Jiang Liu | 5 | -22/+12 |
2014-06-21 | x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL) | Jiang Liu | 1 | -51/+44 |
2014-06-21 | genirq: Export irq_domain_disassociate() to architecture interrupt drivers | Jiang Liu | 2 | -1/+3 |
2014-06-20 | MAINTAINERS: add entry for VMware Balloon driver | Dmitry Torokhov | 2 | -1/+10 |
2014-06-20 | w1: mxc_w1: Fix incorrect "presence" status | Alexander Shiyan | 1 | -1/+1 |
2014-06-20 | imx-drm: parallel-display: Fix DPMS default state. | Denis Carikli | 1 | -0/+7 |
2014-06-20 | staging: android: timed_output: fix use after free of dev | Yi Zhang | 1 | -1/+0 |
2014-06-20 | unicore32: Remove ARCH_HAS_CPUFREQ config option | Stephen Boyd | 1 | -6/+0 |
2014-06-20 | UniCore32: Change git tree location information in MAINTAINERS | Guan Xuetao | 1 | -2/+2 |
2014-06-20 | arch: unicore32: ksyms: export '__cpuc_coherent_kern_range' to avoid compilin... | Chen Gang | 1 | -0/+2 |
2014-06-20 | arch: unicore32: ksyms: export 'pm_power_off' to avoid compiling failure. | Chen Gang | 1 | -0/+1 |
2014-06-20 | arch: unicore32: ksyms: export additional find_first_*() to avoid compiling f... | Chen Gang | 1 | -0/+2 |
2014-06-20 | arch:unicore32:mm: add devmem_is_allowed() to support STRICT_DEVMEM | Chen Gang | 1 | -0/+23 |
2014-06-20 | unicore32: include: asm: add missing ')' for PAGE_* macros in pgtable.h | Chen Gang | 1 | -5/+5 |
2014-06-20 | arch/unicore32/kernel/setup.c: add generic 'screen_info' to avoid compiling f... | Chen Gang | 1 | -0/+4 |
2014-06-20 | drivers: scsi: mvsas: fix compiling issue by adding 'MVS_' for "enum pci_inte... | Chen Gang | 2 | -34/+34 |
2014-06-20 | arch: unicore32: kernel: ksyms: remove 'bswapsi2' and 'muldi3' to avoid compi... | Chen Gang | 2 | -4/+0 |
2014-06-20 | arch/unicore32/kernel/ksyms.c: remove 2 export symbols to avoid compiling fai... | Chen Gang | 1 | -4/+0 |
2014-06-20 | drivers/rtc/rtc-puv3.c: remove "&dev->" for typo issue MIME-Version: 1.0 | Chen Gang | 1 | -1/+1 |
2014-06-20 | drivers/rtc/rtc-puv3.c: use dev_dbg() instead of dev_debug() for typo issue | Chen Gang | 1 | -1/+1 |
2014-06-20 | arch/unicore32/include/asm/io.h: add readl_relaxed() generic definition | Chen Gang | 1 | -0/+4 |
2014-06-20 | arch/unicore32/include/asm/ptrace.h: add generic definition for profile_pc() | Chen Gang | 1 | -0/+1 |
2014-06-20 | arch/unicore32/mm/alignment.c: include "asm/pgtable.h" to avoid compiling error | Chen Gang | 1 | -0/+1 |
2014-06-20 | arch/unicore32/kernel/clock.c: add readl() and writel() for 'PM_' macros | Chen Gang | 1 | -4/+4 |
2014-06-20 | arch/unicore32/kernel/module.c: use __vmalloc_node_range() instead of __vmall... | Chen Gang | 1 | -8/+3 |