| Commit message (Expand) | Author | Age | Files | Lines |
* | ia64: Use irq_init_desc | Thomas Gleixner | 2014-05-16 | 3 | -5/+5 |
* | genirq: Replace dynamic_irq_init/cleanup | Thomas Gleixner | 2014-05-16 | 3 | -0/+15 |
* | genirq: Remove irq_reserve_irq[s] | Thomas Gleixner | 2014-05-16 | 2 | -32/+0 |
* | genirq: Replace reserve_irqs in core code | Thomas Gleixner | 2014-05-16 | 3 | -3/+15 |
* | s390: Avoid call to irq_reserve_irqs() | Thomas Gleixner | 2014-05-16 | 1 | -1/+5 |
* | s390: Remove pointless arch_show_interrupts() | Thomas Gleixner | 2014-05-16 | 1 | -5/+0 |
* | s390: pci: Check return value of alloc_irq_desc() proper | Thomas Gleixner | 2014-05-16 | 1 | -3/+3 |
* | sh: intc: Remove pointless irq_reserve_irqs() invocation | Thomas Gleixner | 2014-05-16 | 1 | -6/+0 |
* | x86, irq: Remove pointless irq_reserve_irqs() call | Thomas Gleixner | 2014-05-16 | 1 | -3/+0 |
* | genirq: Make create/destroy_irq() ia64 private | Thomas Gleixner | 2014-05-16 | 2 | -4/+3 |
* | tile: Use SPARSE_IRQ | Thomas Gleixner | 2014-05-16 | 3 | -54/+9 |
* | tile: pci: Use irq_alloc/free_hwirq() | Thomas Gleixner | 2014-05-16 | 1 | -9/+8 |
* | tile: hvc: Use irq_alloc/free_hwirq | Thomas Gleixner | 2014-05-16 | 1 | -4/+4 |
* | tile: serial: Use irq_alloc/free_hwirq | Thomas Gleixner | 2014-05-16 | 1 | -4/+4 |
* | tile: net: Use irq_alloc/free_hwirq | Thomas Gleixner | 2014-05-16 | 1 | -3/+3 |
* | tile: usb: Use irq_alloc/free_hwirq | Thomas Gleixner | 2014-05-16 | 2 | -8/+8 |
* | tile: Implement irq_alloc/free_hwirq() for migration | Thomas Gleixner | 2014-05-16 | 2 | -0/+15 |
* | x86: Remove create/destroy_irq() | Thomas Gleixner | 2014-05-16 | 2 | -109/+1 |
* | ia64: Remove unused check_irq_used() | Thomas Gleixner | 2014-05-16 | 2 | -9/+0 |
* | iommu: dmar: Provide arch specific irq allocation | Thomas Gleixner | 2014-05-16 | 3 | -3/+8 |
* | iommu: smar: Fix return value check of create_irq() | Thomas Gleixner | 2014-05-16 | 1 | -1/+1 |
* | x86: Get rid of get_nr_irqs_gsi() | Thomas Gleixner | 2014-05-16 | 3 | -23/+1 |
* | x86: ioapic: Use irq_alloc/free_hwirq() | Thomas Gleixner | 2014-05-16 | 1 | -13/+10 |
* | x86: htirq: Use irq_alloc/free_irq() | Thomas Gleixner | 2014-05-16 | 1 | -9/+4 |
* | x86: uv: Use irq_alloc/free_hwirq() | Thomas Gleixner | 2014-05-16 | 1 | -6/+4 |
* | x86: hpet: Use irq_alloc/free_hwirq() | Thomas Gleixner | 2014-05-16 | 1 | -3/+2 |
* | x86: irq_remapping: Use irq_alloc/free_hwirq() | Thomas Gleixner | 2014-05-16 | 1 | -7/+5 |
* | x86: Implement arch_setup/teardown_hwirq() | Thomas Gleixner | 2014-05-16 | 2 | -0/+34 |
* | genirq: Provide generic hwirq allocation facility | Thomas Gleixner | 2014-05-16 | 3 | -0/+71 |
* | mips: Kill pointless destroy_irq() | Thomas Gleixner | 2014-05-16 | 2 | -18/+2 |
* | arm: iop13xx: Use sparse irqs for MSI | Thomas Gleixner | 2014-05-16 | 8 | -42/+19 |
*-. | Merge branches 'linus' and 'irq/urgent' into irq/core | Thomas Gleixner | 2014-05-16 | 349 | -2580/+3994 |
|\ \ |
|
| | * | MAINTAINERS: Add co-maintainer for drivers/irqchip | Jason Cooper | 2014-05-13 | 1 | -0/+8 |
| | * | genirq: Provide irq_force_affinity fallback for non-SMP | Arnd Bergmann | 2014-05-07 | 1 | -0/+5 |
| * | | Linux 3.15-rc5v3.15-rc5 | Linus Torvalds | 2014-05-09 | 1 | -1/+1 |
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-05-09 | 38 | -77/+150 |
| |\ \ |
|
| | * | | x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall() | Boris Ostrovsky | 2014-05-09 | 1 | -1/+1 |
| | * | | x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macro | Andres Freund | 2014-05-09 | 1 | -1/+1 |
| | * | | x86: Fix typo preventing msr_set/clear_bit from having an effect | Andres Freund | 2014-05-09 | 1 | -1/+1 |
| | * | | x86/intel: Add quirk to disable HPET for the Baytrail platform | Feng Tang | 2014-05-08 | 1 | -0/+16 |
| | * | | x86/hpet: Make boot_hpet_disable extern | Feng Tang | 2014-05-08 | 2 | -1/+2 |
| | * | | x86-64, build: Fix stack protector Makefile breakage with 32-bit userland | George Spelvin | 2014-05-07 | 1 | -0/+1 |
| | * | | x86/reboot: Add reboot quirk for Certec BPC600 | Christian Gmeiner | 2014-05-07 | 1 | -0/+10 |
| | * | | asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/* | Andi Kleen | 2014-05-06 | 9 | -16/+16 |
| | * | | asmlinkage, x86: Add explicit __visible to arch/x86/* | Andi Kleen | 2014-05-06 | 18 | -34/+34 |
| | * | | asmlinkage: Revert "lto: Make asmlinkage __visible" | Andi Kleen | 2014-05-06 | 1 | -2/+2 |
| | * | | x86, build: Don't get confused by local symbols | H. Peter Anvin | 2014-05-06 | 1 | -2/+2 |
| | * | | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem... | Ingo Molnar | 2014-05-04 | 1 | -19/+64 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | x86/efi: earlyprintk=efi,keep fix | Dave Young | 2014-05-03 | 1 | -19/+64 |
| * | | | Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2014-05-09 | 9 | -50/+77 |
| |\ \ \ |
|