summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-03-12irqchip: Remove asmlinkage from static functionsStephen Boyd11-17/+14
2014-03-06irqchip: gic: Silence sparse warningsStephen Boyd1-4/+5
2014-03-06irqchip: Silence sparse warningStephen Boyd1-0/+1
2014-03-05x86: hyperv: Fixup the (brain) damage caused by the irq cleanupThomas Gleixner1-20/+6
2014-03-05s390: Do not rely on magic indirect includesThomas Gleixner1-0/+1
2014-03-04irqchip: xtensa: Select only an online cpuThomas Gleixner1-1/+1
2014-03-04x86: Hyperv: Cleanup the irq messThomas Gleixner1-35/+4
2014-03-04xen: Add proper irq accounting for HYPERCALL vectorThomas Gleixner1-0/+1
2014-03-04s390: Cio: Use the core irq stats functionThomas Gleixner1-4/+1
2014-03-04xen: Get rid of the last irq_desc abuseThomas Gleixner1-14/+1
2014-03-04xen: Use the proper irq functionsThomas Gleixner3-22/+8
2014-03-04pci: pcie-designware: Remove irq_desc abuseThomas Gleixner1-3/+1
2014-03-04Revert irqchip: irq-dove: Add PMU interrupt controllerJason Cooper2-127/+0
2014-02-22Merge tag 'irqchip-mvebu-3.15' of git://git.infradead.org/linux-mvebu into ir...Thomas Gleixner1-27/+69
2014-02-22irqchip: armada-370-xp: Setup a chained handler for the MPICEzequiel Garcia1-7/+43
2014-02-22irqchip: armada-370-xp: Add helper for the MSI IRQ handlingEzequiel Garcia1-24/+30
2014-02-22Merge tag 'tags/mvebu-irqchip-fixes-3.13' into mvebu/irqchipJason Cooper1-2/+2
2014-02-19Merge branch 'irq/for-arm' into irq/coreThomas Gleixner263-1869/+3268
2014-02-19Merge tag 'mvebu-irqchip-3.14' of git://git.infradead.org/linux-mvebu into ir...Thomas Gleixner2-0/+127
2014-02-16Merge tag 'dt-fixes-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-34/+54
2014-02-16of: search the best compatible match first in __of_match_node()Kevin Hao1-1/+42
2014-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds10-22/+30
2014-02-16Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-19/+14
2014-02-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-26/+28
2014-02-16Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-16/+79
2014-02-15i2c: mv64xxx: refactor message start to ensure proper initializationWolfram Sang1-19/+14
2014-02-15Merge tag 'usb-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds23-131/+136
2014-02-15Merge tag 'tty-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds13-63/+75
2014-02-15Merge tag 'staging-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds45-509/+506
2014-02-15Merge tag 'driver-core-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+8
2014-02-15Merge tag 'char-misc-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-18/+21
2014-02-15Merge tag 'md/3.14-fixes' of git://neil.brown.name/mdLinus Torvalds2-49/+54
2014-02-14Revert "OF: base: match each node compatible against all given matches first"Kevin Hao1-37/+16
2014-02-14Revert "misc: eeprom: sunxi: Add new compatibles"Greg Kroah-Hartman1-4/+1
2014-02-14Merge tag 'pm+acpi-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-15/+19
2014-02-14Merge tag 'edac_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds3-10/+15
2014-02-14Merge tag 'fbdev-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-12/+13
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds11-104/+119
2014-02-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds16-73/+209
2014-02-14Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2014-02-14Merge tag 'for-v3.14-fixes' of git://git.infradead.org/battery-2.6Linus Torvalds3-5/+4
2014-02-14Merge branches 'cma', 'cxgb4', 'iser', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma...Roland Dreier16-71/+207
2014-02-14RDMA/ocrdma: Fix load time panic during GID table initDevesh Sharma1-1/+1
2014-02-14RDMA/ocrdma: Fix traffic class shiftDevesh Sharma1-1/+1
2014-02-14IB/iser: Fix use after free in iser_snd_completion()Dan Carpenter1-1/+2
2014-02-14IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser co...Roi Dayan1-3/+7
2014-02-14IB/usnic: Fix smatch endianness errorUpinder Malhi1-1/+8
2014-02-14EDAC: Correct workqueue setup pathBorislav Petkov1-4/+7
2014-02-14EDAC: Poll timeout cannot be zero, p2Borislav Petkov3-7/+9
2014-02-14video: Kconfig: Allow more broad selection of the imxfb framebuffer driver.Denis Carikli1-1/+1