1. 0135c03 spi/bcm63xx: make spi subsystem aware of message size limits by Jonas Gorski · 8 years ago
  2. 57f22cd Merge remote-tracking branches 'spi/topic/ti-qspi' and 'spi/topic/topcliff-pch' into spi-next by Mark Brown · 8 years ago
  3. e2a3b0d Merge remote-tracking branches 'spi/topic/rockchip', 'spi/topic/rspi', 'spi/topic/s3c64xx', 'spi/topic/sh-msiof' and 'spi/topic/slave' into spi-next by Mark Brown · 8 years ago
  4. 2016d52 Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/lantiq-ssc', 'spi/topic/mpc52xx', 'spi/topic/ppc4xx' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 8 years ago
  5. 3470650 Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/ep93xx', 'spi/topic/falcon' and 'spi/topic/fsl-lpspi' into spi-next by Mark Brown · 8 years ago
  6. 244a60c Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/topic/bcm-qspi' and 'spi/topic/bcm53xx' into spi-next by Mark Brown · 8 years ago
  7. 3490462 Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 8 years ago
  8. 42af2f5 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 8 years ago
  9. e0afd0f Merge remote-tracking branches 'spi/fix/pxa2xx', 'spi/fix/rspi' and 'spi/fix/s3c64xx' into spi-linus by Mark Brown · 8 years ago
  10. d2f68a0 Merge tag 'spi-fix-v4.10-rc4' into spi-linus by Mark Brown · 8 years ago
  11. 7abfe04 spi: spi-ti-qspi: Fix error handling by Christophe JAILLET · 8 years ago
  12. 30fb272 spi: spi-ti-qspi: Fix error handling by Christophe JAILLET · 8 years ago
  13. 582c97f spi: lantiq-ssc: activate under COMPILE_TEST by Hauke Mehrtens · 8 years ago
  14. e92f005 spi: armada-3700: Remove spi_master_put in a3700_spi_remove() by Wei Yongjun · 8 years ago
  15. cce59c2 spi: ti-qspi: revise ti_qspi_probe() failure flow by Prahlad V · 8 years ago
  16. 55f0cd3 spi: spi-ep93xx: simplify GPIO chip selects by H Hartley Sweeten · 8 years ago
  17. ad16d4a spi: rspi: Replaces "n" by "len" in qspi_transfer_*() by DongCV · 8 years ago
  18. 7264abc spi: rspi: Fixes bogus received byte in qspi_transfer_in() by DongCV · 8 years ago
  19. 973f7dd spi: bcm-qspi: Remove unnecessary platform_set_drvdata() by Wei Yongjun · 8 years ago
  20. 345309f spi: bcm-qspi: Fix bcm_qspi_bspi_read() performance by Kamal Dasu · 8 years ago
  21. 17f84b7 spi: lantiq-ssc: add support for Lantiq SSC SPI controller by Hauke Mehrtens · 8 years ago
  22. 379f831 spi: s3c64xx: fix inconsistency between binding and driver by Andi Shyti · 8 years ago
  23. d9928b4 spi: armada-3700: Remove .owner field for driver by Wei Yongjun · 8 years ago
  24. 81ab52f spi: bcm-qspi: Added mspi read fallback in bcm_qspi_flash_read() by Kamal Dasu · 8 years ago
  25. 8324147 spi: fix device-node leaks by Johan Hovold · 8 years ago
  26. 1ce2486 spi: mediatek: Only do dma for 4-byte aligned buffers by Daniel Kurtz · 8 years ago
  27. 88b0aa5 spi: When no dma_chan map buffers with spi_master's parent by Daniel Kurtz · 8 years ago
  28. 64e02cb spi: pca2xx-pci: Allow MSI by Jan Kiszka · 8 years ago
  29. e51e9b9 spi: pxa2xx: Prepare for edge-triggered interrupts by Jan Kiszka · 8 years ago
  30. e18a80a spi: pxa2xx: Add support for Intel Gemini Lake by David E. Box · 8 years ago
  31. 52cc720 Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linus by Mark Brown · 8 years ago
  32. 3f95ba3 Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/axi', 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl-dspi' and 'spi/fix/pxa2xx' into spi-linus by Mark Brown · 8 years ago
  33. 45e861a spi/topcliff-pch: Delete an error message for a failed memory allocation in pch_spi_set_tx() by Markus Elfring · 8 years ago
  34. b996356 spi/topcliff-pch: Combine substrings for four messages by Markus Elfring · 8 years ago
  35. baa35f5 spi/topcliff-pch: Improve size determinations in pch_spi_probe() by Markus Elfring · 8 years ago
  36. 84aa0ba spi/topcliff-pch: Use kcalloc() in pch_spi_handle_dma() by Markus Elfring · 8 years ago
  37. 6ceb3b2 spi/topcliff-pch: Delete an unnecessary return statement in two functions by Markus Elfring · 8 years ago
  38. 797236f spi/ppc4xx: Use kcalloc() in spi_ppc4xx_of_probe() by Markus Elfring · 8 years ago
  39. ffcaef5 spi/ppc4xx: Combine substrings for a message in spi_ppc4xx_of_probe() by Markus Elfring · 8 years ago
  40. 9c4f044 spi/mpc52xx: Combine substrings for two messages by Markus Elfring · 8 years ago
  41. 8b6c895 spi/mpc52xx: Use kmalloc_array() in mpc52xx_spi_probe() by Markus Elfring · 8 years ago
  42. 31ae779 spi: fsl: Combine substrings for two messages by Markus Elfring · 8 years ago
  43. 5223db0 spi: fsl: Use kcalloc() in of_fsl_spi_get_chipselects() by Markus Elfring · 8 years ago
  44. d9bc4a8 spi: fsl: Use kmalloc_array() in of_fsl_spi_get_chipselects() by Markus Elfring · 8 years ago
  45. f9bdb7f spi: Use kcalloc() in spi_register_board_info() by Markus Elfring · 8 years ago
  46. b031248 spi: pxa2xx: Factor out handle_bad_msg by Jan Kiszka · 8 years ago
  47. 72bc7ae spi: s3c64xx: potential oops on probe error by Dan Carpenter · 8 years ago
  48. c5a2a39 spi: davinci: use dma_mapping_error() by Kevin Hilman · 8 years ago
  49. 9c6a3af spi: make falcon-spi bool by Hauke Mehrtens · 8 years ago
  50. 102ecc47 spi: fsl-lpspi: fix indentation error by Gao Pan · 8 years ago
  51. 3d63a47 spi: s3c64xx: Don't request/release DMA channels for each SPI transfer by Marek Szyprowski · 8 years ago
  52. 5c47e3c Merge tag 'v4.10-rc1' into spi-s3c64xx by Mark Brown · 8 years ago
  53. e70002c spi: dw: Make debugfs use bus num and make irq name unique by Phil Reid · 8 years ago
  54. 9620ca9 spi: spi-axi: Free resources on error path by Christophe JAILLET · 8 years ago
  55. e360e72 spi: bcm53xx: (re)license code to the GPL v2 by Rafał Miłecki · 8 years ago
  56. 66459c5 spi: imx: adjust watermark level according to transfer length by Jiada Wang · 8 years ago
  57. 2501452 spi: pxa2xx-pci: Enable DMA for Intel Merrifield by Andy Shevchenko · 8 years ago
  58. 63971c5 spi: pxa2xx: fix indentation of the comments in header by Andy Shevchenko · 8 years ago
  59. a2dd8af spi: pxa2xx: add missed break by Andy Shevchenko · 8 years ago
  60. e7ad4a7 spi: sh-msiof: Remove useless memory allocation failure message by Geert Uytterhoeven · 8 years ago
  61. ffcfae3 spi: rspi: Remove useless memory allocation failure message by Geert Uytterhoeven · 8 years ago
  62. cf1716e spi: dw-mid: switch to new dmaengine_terminate_* API (part 2) by Andy Shevchenko · 8 years ago
  63. 85798e15 spi: armada-3700: Coding style fixes by Romain Perier · 8 years ago
  64. cfd6693 spi: armada-3700: Replaced raw values for nbits by the SPI macros by Romain Perier · 8 years ago
  65. 13288bd spi: dw: Make debugfs name unique between instances by Phil Reid · 8 years ago
  66. 78d759d spi: bcm53xx: set of_node to let DT specify device(s) by Rafał Miłecki · 8 years ago
  67. 279e4af spi: bcm-qspi: Enable the driver on BMIPS_GENERIC by Jaedon Shin · 8 years ago
  68. 7ce7d89 Linux 4.10-rc1 by Linus Torvalds · 8 years ago
  69. 8ae679c powerpc: Fix build warning on 32-bit PPC by Larry Finger · 8 years ago
  70. d33d5a6c avoid spurious "may be used uninitialized" warning by Linus Torvalds · 8 years ago
  71. 3ddc76d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  72. b272f73 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  73. 10bbe75 Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 8 years ago
  74. 6290602 mm: add PageWaiters indicating tasks are waiting for a page bit by Nicholas Piggin · 8 years ago
  75. 6326fec mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked by Nicholas Piggin · 8 years ago
  76. 1f3a8e4 ktime: Get rid of ktime_equal() by Thomas Gleixner · 8 years ago
  77. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  78. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  79. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  80. 008b69e irqchip/armada-xp: Consolidate hotplug state space by Thomas Gleixner · 8 years ago
  81. 6896bcd irqchip/gic: Consolidate hotplug state space by Thomas Gleixner · 8 years ago
  82. 36e5b0e coresight/etm3/4x: Consolidate hotplug state space by Thomas Gleixner · 8 years ago
  83. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  84. 530e9b7 cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions by Thomas Gleixner · 8 years ago
  85. 7b73796 staging/lustre/libcfs: Convert to hotplug state machine by Anna-Maria Gleixner · 8 years ago
  86. e210faa scsi/bnx2i: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  87. c53b005 scsi/bnx2fc: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  88. dc280d93 cpu/hotplug: Prevent overwriting of callbacks by Thomas Gleixner · 8 years ago
  89. 59fefd0 x86/msr: Remove bogus cleanup from the error path by Thomas Gleixner · 8 years ago
  90. 26242b3 bus: arm-ccn: Prevent hotplug callback leak by Thomas Gleixner · 8 years ago
  91. 834fcd2 perf/x86/intel/cstate: Prevent hotplug callback leak by Thomas Gleixner · 8 years ago
  92. a051f22 ARM/imx/mmcd: Fix broken cpu hotplug handling by Thomas Gleixner · 8 years ago
  93. a98d1a0 scsi: qedi: Convert to hotplug state machine by Thomas Gleixner · 8 years ago
  94. 6886fee tools/power turbostat: remove obsolete -M, -m, -C, -c options by Len Brown · 8 years ago
  95. 388e9c8 tools/power turbostat: Make extensible via the --add parameter by Len Brown · 8 years ago
  96. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  97. 1dd5c6b Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  98. 3a77fa8 Merge tag 'watchdog-for-linus-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  99. 01e0d60 Merge tag 'ntb-4.10' of git://github.com/jonmason/ntb by Linus Torvalds · 8 years ago
  100. 6ac3bb1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago