summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* saa7134: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig2015-11-101-1/+1
* saa7164: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig2015-11-101-1/+1
* tw68-core: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig2015-11-101-1/+1
* pcnet32: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig2015-11-101-1/+1
* lib/string.c: add ULL suffix to the constant definitionAndy Shevchenko2015-11-101-1/+1
* hugetlb: trivial comment fixNaoya Horiguchi2015-11-101-2/+2
* selftests/mlock2: add ULL suffix to 64-bit constantsGeert Uytterhoeven2015-11-101-2/+2
* selftests/mlock2: add missing #define _GNU_SOURCEGeert Uytterhoeven2015-11-101-0/+1
* Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2015-11-109-94/+380
|\
| * watchdog: include: add units for timeout values in kerneldocWolfram Sang2015-11-031-5/+5
| * watchdog: include: fix some typosWolfram Sang2015-11-031-2/+2
| * watchdog: core: propagate ping error code to the user spaceAlexander Usyskin2015-11-031-4/+8
| * watchdog: watchdog_dev: Use single variable name for struct watchdog_deviceGuenter Roeck2015-11-031-76/+75
| * watchdog: Always evaluate new timeout against min_timeoutGuenter Roeck2015-11-031-2/+9
| * watchdog: intel-mid: add Magic Closure flagDavid Cohen2015-10-281-1/+1
| * watchdog: imx2_wdt: Use register definition in regmap_write()Fabio Estevam2015-10-281-3/+3
| * watchdog: watchdog_dev: Use device tree alias for naming watchdogsJustin Chen2015-10-271-2/+13
| * watchdog: Watchdog driver for Broadcom Set-Top BoxJustin Chen2015-10-273-0/+246
| * watchdog: bcm7038: add device tree binding documentationJustin Chen2015-10-271-0/+19
* | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-101-1/+0
|\ \
| * | hwmon: (k10temp) Remove duplicate pci-id defineAdam Majer2015-11-091-1/+0
* | | Merge tag 'ntb-4.4' of git://github.com/jonmason/ntbLinus Torvalds2015-11-103-42/+33
|\ \ \
| * | | NTB: fix 32-bit compiler warningArnd Bergmann2015-11-081-2/+2
| * | | NTB: unify translation addressesDave Jiang2015-11-082-18/+13
| * | | NTB: invalid buf pointer in multi-MW setupsJon Mason2015-11-081-2/+2
| * | | NTB: remove unused variableSudip Mukherjee2015-11-081-4/+0
| * | | NTB: fix access of free-ed pointerSudip Mukherjee2015-11-081-8/+7
| * | | NTB: Fix issue where we may be accessing NULL ptrDave Jiang2015-11-081-8/+9
| |/ /
* | | Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-11-1046-2684/+2533
|\ \ \
| * | | dmaengine: edma: Add dummy driver skeleton for edma3-tptcPeter Ujfalusi2015-11-041-0/+19
| * | | Revert "ARM: DTS: am33xx: Use the new DT bindings for the eDMA3"Vinod Koul2015-11-023-73/+43
| * | | Revert "ARM: DTS: am437x: Use the new DT bindings for the eDMA3"Vinod Koul2015-11-022-64/+27
| * | | Merge branch 'topic/of' into for-linusVinod Koul2015-10-311-1/+1
| |\ \ \
| | * | | dmaengine: OF DMAEngine API based on CONFIG_DMA_OF instead of CONFIG_OFKuninori Morimoto2015-10-011-1/+1
| * | | | Merge branch 'topic/ioatdma' into for-linusVinod Koul2015-10-314-5/+152
| |\ \ \ \
| | * | | | dmaengine: ioatdma: add PCIe AER handlersDave Jiang2015-09-211-2/+86
| | * | | | dmaengine: ioatdma: adding shutdown supportDave Jiang2015-09-214-3/+66
| | |/ / /
| * | | | Merge branch 'topic/idma' into for-linusVinod Koul2015-10-314-21/+19
| |\ \ \ \
| | * | | | dmaengine: idma64: use lo_hi_readq() / lo_hi_writeq()Andy Shevchenko2015-09-251-8/+4
| | * | | | dmaengine: idma64: make better performance on pause / resumeAndy Shevchenko2015-09-251-6/+8
| | * | | | dmaengine: idma64: this is not DesignWareAndy Shevchenko2015-09-251-1/+1
| | * | | | dmaengine: idma64: useless use of min_t()Andy Shevchenko2015-09-251-2/+2
| | * | | | dmaengine: idma64: convert to __ffs()Andy Shevchenko2015-09-251-4/+4
| | * | | | dmaengine: idma: rename to INTEL_IDMA64Vinod Koul2015-09-242-2/+2
| | |/ / /
| * | | | Merge branch 'topic/edma' into for-linusVinod Koul2015-10-3121-2491/+2197
| |\ \ \ \
| | * | | | ARM: DTS: am437x: Use the new DT bindings for the eDMA3Peter Ujfalusi2015-10-272-27/+64
| | * | | | ARM: DTS: am33xx: Use the new DT bindings for the eDMA3Peter Ujfalusi2015-10-273-43/+73
| | * | | | dmaengine: edma: New device tree bindingPeter Ujfalusi2015-10-273-147/+459
| | * | | | dmaengine: Kconfig: edma: Select TI_DMA_CROSSBAR in case of ARCH_OMAPPeter Ujfalusi2015-10-271-0/+1
| | * | | | dmaengine: ti-dma-crossbar: Add support for crossbar on AM33xx/AM43xxPeter Ujfalusi2015-10-272-32/+234
OpenPOWER on IntegriCloud