summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-09spi: s3c64xx: Don't request/release DMA channels for each SPI transferMarek Szyprowski1-28/+29
2017-01-09Merge tag 'v4.10-rc1' into spi-s3c64xxMark Brown11287-242060/+728358
2017-01-09spi: dw: Make debugfs use bus num and make irq name uniquePhil Reid2-5/+4
2017-01-09spi: spi-axi: Free resources on error pathChristophe JAILLET1-1/+2
2017-01-06spi: bcm53xx: (re)license code to the GPL v2Rafał Miłecki1-1/+9
2017-01-06spi: imx: adjust watermark level according to transfer lengthJiada Wang1-8/+8
2017-01-04spi: pxa2xx-pci: Enable DMA for Intel MerrifieldAndy Shevchenko1-0/+24
2017-01-04spi: pxa2xx: fix indentation of the comments in headerAndy Shevchenko1-7/+7
2017-01-04spi: pxa2xx: add missed breakAndy Shevchenko1-0/+1
2017-01-04spi: sh-msiof: Remove useless memory allocation failure messageGeert Uytterhoeven1-3/+1
2017-01-04spi: rspi: Remove useless memory allocation failure messageGeert Uytterhoeven1-3/+1
2017-01-04spi: dw-mid: switch to new dmaengine_terminate_* API (part 2)Andy Shevchenko1-2/+2
2016-12-31spi: armada-3700: Coding style fixesRomain Perier1-1/+2
2016-12-31spi: armada-3700: Replaced raw values for nbits by the SPI macrosRomain Perier1-3/+3
2016-12-31spi: dw: Make debugfs name unique between instancesPhil Reid1-1/+4
2016-12-31spi: bcm53xx: set of_node to let DT specify device(s)Rafał Miłecki1-7/+1
2016-12-31spi: bcm-qspi: Enable the driver on BMIPS_GENERICJaedon Shin1-1/+2
2016-12-26Linux 4.10-rc1Linus Torvalds1-2/+2
2016-12-26powerpc: Fix build warning on 32-bit PPCLarry Finger1-1/+1
2016-12-26avoid spurious "may be used uninitialized" warningLinus Torvalds1-0/+1
2016-12-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds227-665/+604
2016-12-26Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds72-689/+308
2016-12-26Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds3-371/+673
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin9-50/+174
2016-12-25mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin4-18/+25
2016-12-25ktime: Get rid of ktime_equal()Thomas Gleixner4-20/+4
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner56-95/+84
2016-12-25ktime: Get rid of the unionThomas Gleixner48-227/+200
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner132-327/+320
2016-12-25irqchip/armada-xp: Consolidate hotplug state spaceThomas Gleixner2-2/+1
2016-12-25irqchip/gic: Consolidate hotplug state spaceThomas Gleixner2-2/+1
2016-12-25coresight/etm3/4x: Consolidate hotplug state spaceThomas Gleixner2-3/+2
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner59-77/+77
2016-12-25cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsThomas Gleixner6-340/+1
2016-12-25staging/lustre/libcfs: Convert to hotplug state machineAnna-Maria Gleixner2-40/+46
2016-12-25scsi/bnx2i: Convert to hotplug state machineSebastian Andrzej Siewior2-48/+31
2016-12-25scsi/bnx2fc: Convert to hotplug state machineSebastian Andrzej Siewior2-46/+34
2016-12-25cpu/hotplug: Prevent overwriting of callbacksThomas Gleixner1-46/+50
2016-12-25x86/msr: Remove bogus cleanup from the error pathThomas Gleixner1-1/+0
2016-12-25bus: arm-ccn: Prevent hotplug callback leakThomas Gleixner1-1/+4
2016-12-25perf/x86/intel/cstate: Prevent hotplug callback leakThomas Gleixner1-7/+7
2016-12-25ARM/imx/mmcd: Fix broken cpu hotplug handlingThomas Gleixner1-12/+22
2016-12-25scsi: qedi: Convert to hotplug state machineThomas Gleixner1-64/+32
2016-12-24tools/power turbostat: remove obsolete -M, -m, -C, -c optionsLen Brown2-110/+2
2016-12-24tools/power turbostat: Make extensible via the --add parameterLen Brown2-9/+409
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1088-1088/+1088
2016-12-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-90/+177
2016-12-24Merge tag 'watchdog-for-linus-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds18-58/+262
2016-12-24Merge tag 'ntb-4.10' of git://github.com/jonmason/ntbLinus Torvalds7-33/+741
2016-12-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds23-117/+279