summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-10Linux 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-09Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds9-50/+77
2014-05-09Merge tag 'trace-fixes-v3.15-rc4-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+3
2014-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-4/+76
2014-05-09Merge 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
2014-05-08mmc: rtsx: Revert "mmc: rtsx: add support for pre_req and post_req"Micky Ching4-448/+109
2014-05-08x86/intel: Add quirk to disable HPET for the Baytrail platformFeng Tang1-0/+16
2014-05-08x86/hpet: Make boot_hpet_disable externFeng Tang2-1/+2
2014-05-08Merge tag 'for-linus-20140507' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+6
2014-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds5-2/+19
2014-05-08Merge branch 'drm-radeon-mullins' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds11-31/+203
2014-05-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-87/+294
2014-05-08x86-64, build: Fix stack protector Makefile breakage with 32-bit userlandGeorge Spelvin1-0/+1