summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-16genirq: Remove dynamic_irq messThomas Gleixner2-26/+7
2014-05-16ia64: Use irq_init_descThomas Gleixner3-5/+5
2014-05-16genirq: Replace dynamic_irq_init/cleanupThomas Gleixner3-0/+15
2014-05-16genirq: Remove irq_reserve_irq[s]Thomas Gleixner2-32/+0
2014-05-16genirq: Replace reserve_irqs in core codeThomas Gleixner3-3/+15
2014-05-16s390: Avoid call to irq_reserve_irqs()Thomas Gleixner1-1/+5
2014-05-16s390: Remove pointless arch_show_interrupts()Thomas Gleixner1-5/+0
2014-05-16s390: pci: Check return value of alloc_irq_desc() properThomas Gleixner1-3/+3
2014-05-16sh: intc: Remove pointless irq_reserve_irqs() invocationThomas Gleixner1-6/+0
2014-05-16x86, irq: Remove pointless irq_reserve_irqs() callThomas Gleixner1-3/+0
2014-05-16genirq: Make create/destroy_irq() ia64 privateThomas Gleixner2-4/+3
2014-05-16tile: Use SPARSE_IRQThomas Gleixner3-54/+9
2014-05-16tile: pci: Use irq_alloc/free_hwirq()Thomas Gleixner1-9/+8
2014-05-16tile: hvc: Use irq_alloc/free_hwirqThomas Gleixner1-4/+4
2014-05-16tile: serial: Use irq_alloc/free_hwirqThomas Gleixner1-4/+4
2014-05-16tile: net: Use irq_alloc/free_hwirqThomas Gleixner1-3/+3
2014-05-16tile: usb: Use irq_alloc/free_hwirqThomas Gleixner2-8/+8
2014-05-16tile: Implement irq_alloc/free_hwirq() for migrationThomas Gleixner2-0/+15
2014-05-16x86: Remove create/destroy_irq()Thomas Gleixner2-109/+1
2014-05-16ia64: Remove unused check_irq_used()Thomas Gleixner2-9/+0
2014-05-16iommu: dmar: Provide arch specific irq allocationThomas Gleixner3-3/+8
2014-05-16iommu: smar: Fix return value check of create_irq()Thomas Gleixner1-1/+1
2014-05-16x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner3-23/+1
2014-05-16x86: ioapic: Use irq_alloc/free_hwirq()Thomas Gleixner1-13/+10
2014-05-16x86: htirq: Use irq_alloc/free_irq()Thomas Gleixner1-9/+4
2014-05-16x86: uv: Use irq_alloc/free_hwirq()Thomas Gleixner1-6/+4
2014-05-16x86: hpet: Use irq_alloc/free_hwirq()Thomas Gleixner1-3/+2
2014-05-16x86: irq_remapping: Use irq_alloc/free_hwirq()Thomas Gleixner1-7/+5
2014-05-16x86: Implement arch_setup/teardown_hwirq()Thomas Gleixner2-0/+34
2014-05-16genirq: Provide generic hwirq allocation facilityThomas Gleixner3-0/+71
2014-05-16mips: Kill pointless destroy_irq()Thomas Gleixner2-18/+2
2014-05-16arm: iop13xx: Use sparse irqs for MSIThomas Gleixner8-42/+19
2014-05-16Merge branches 'linus' and 'irq/urgent' into irq/coreThomas Gleixner349-2580/+3994
2014-05-13MAINTAINERS: Add co-maintainer for drivers/irqchipJason Cooper1-0/+8
2014-05-09Linux 3.15-rc5v3.15-rc5Linus Torvalds1-1/+1
2014-05-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds38-77/+150
2014-05-09x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall()Boris Ostrovsky1-1/+1
2014-05-09x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macroAndres Freund1-1/+1
2014-05-09x86: Fix typo preventing msr_set/clear_bit from having an effectAndres Freund1-1/+1
2014-05-08Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds9-50/+77
2014-05-08Merge tag 'trace-fixes-v3.15-rc4-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+3
2014-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-4/+76
2014-05-08Merge tag 'sound-3.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds7-9/+30
2014-05-08Merge tag 'mfd-mmc-fixes-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-448/+109
2014-05-08Merge tag 'irqchip-mvebu-3.16' of git://git.infradead.org/linux-mvebu into ir...Thomas Gleixner4-14/+24
2014-05-08irqchip: orion: Reverse irq handling prioritySebastian Hesselbarth1-2/+2
2014-05-08irqchip: irq-armada-370-xp: Use cpu notifier to initialize secondary CPUsThomas Petazzoni3-8/+17
2014-05-08irqchip: irq-armada-370-xp: Do the set_smp_cross_call() in the driverThomas Petazzoni3-4/+5
2014-05-08tracepoint: Fix use of tracepoint funcs after rcu freeMathieu Desnoyers1-2/+2
2014-05-08trace: module: Maintain a valid user countRomain Izard1-1/+1