1. 66b19d7 spi: dw: fix possible race condition by Alexandre Belloni · 7 years ago
  2. 2ba87a9 spi: cadence: Fix missing clk_disable_unprepare() on error in cnds_runtime_resume() by Wei Yongjun · 7 years ago
  3. 8570043 spi: spi-fsl-dspi: Fixup regmap configuration by Esben Haabendal · 7 years ago
  4. fb9acf5 spi: orion: fix CS GPIO handling again by Jan Kundrát · 7 years ago
  5. 931c4e9 spi: cadence: Change usleep_range() to udelay(), for atomic context by Janek Kotas · 7 years ago
  6. 08ba7ae spi: sh-msiof: Make sure all DMA operations have completed by Geert Uytterhoeven · 7 years ago
  7. 16c10b3 Merge branch 'spi-4.17' into spi-4.18 for the merge window by Mark Brown · 7 years ago
  8. 29e795c spi: Fix typo on SPI_MEM help text by Fabio Estevam · 7 years ago
  9. 0921e11 spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCAC by Geert Uytterhoeven · 7 years ago
  10. 1e07392 mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata() by Boris Brezillon · 7 years ago
  11. d073bfa spi: omap2-mcspi: Remove unnecessary pm_runtime_force_suspend() by Tony Lindgren · 7 years ago
  12. 7e48e23 spi: Add missing pm_runtime_put_noidle() after failed get by Tony Lindgren · 7 years ago
  13. 6282f12 spi: ti-qspi: Make sure res_mmap != NULL before dereferencing it by Boris Brezillon · 7 years ago
  14. e935dba spi: spi-s3c64xx: Fix system resume support by Marek Szyprowski · 7 years ago
  15. b645605 spi: bcm-qspi: Fix build failure caused by spi_flash_read() API removal by Boris Brezillon · 7 years ago
  16. c1f5ba7 spi: Get rid of the spi_flash_read() API by Boris Brezillon · 7 years ago
  17. 4120f8d mtd: spi-nor: Use the spi_mem_xx() API by Boris Brezillon · 7 years ago
  18. b95cb39 spi: ti-qspi: Implement the spi_mem interface by Boris Brezillon · 7 years ago
  19. 5f195ee spi: bcm-qspi: Implement the spi_mem interface by Boris Brezillon · 7 years ago
  20. b5932f5 spi: Make support for regular transfers optional when ->mem_ops != NULL by Boris Brezillon · 7 years ago
  21. c36ff26 spi: Extend the core to ease integration of SPI memory controllers by Boris Brezillon · 7 years ago
  22. 055ed0d spi: remove forgotten CONFIG_SPI_BCM53XX by Rafał Miłecki · 7 years ago
  23. 331bbcf spi: remove the older/duplicated bcm53xx driver by Rafał Miłecki · 7 years ago
  24. 62bbc86 spi: pxa2xx: check clk_prepare_enable() return value by Tobias Jordan · 7 years ago
  25. bc519d9 spi: bcm2835aux: ensure interrupts are enabled for shared handler by Rob Herring · 7 years ago
  26. 6126fd8 spi: lpspi: Switch to SPDX identifier by Fabio Estevam · 7 years ago
  27. 4c23e48 spi: mxs: Switch to SPDX identifier by Fabio Estevam · 7 years ago
  28. 7965059 spi: imx: Switch to SPDX identifier by Fabio Estevam · 7 years ago
  29. 5a686b2 spi: omap2-mcspi: Idle hardware during suspend and resume by Tony Lindgren · 7 years ago
  30. 52e9a5b spi: omap2-mcspi: Restore context always in runtime_resume by Tony Lindgren · 7 years ago
  31. ded5fa4 spi: meson-spicc: Fix error handling in meson_spicc_probe() by Alexey Khoroshilov · 7 years ago
  32. 602805f spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL by Kamal Dasu · 7 years ago
  33. 5eb9a07 spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master by Kamal Dasu · 7 years ago
  34. 0a090d6 spi: mpc52xx: Use gpio_is_valid() by Arvind Yadav · 7 years ago
  35. bdf3a3b spi: Check presence the of ->transfer[_xxx]() before registering a controller by Boris Brezillon · 7 years ago
  36. 0d7412e spi/bcm63xx-hspi: Enable the clock before calling clk_get_rate(). by Stefan Potyra · 7 years ago
  37. b6a4b39 spi: s3c64xx: samsung: Remove support for Exynos5440 by Krzysztof Kozlowski · 7 years ago
  38. efc4a13 spi: pxa2xx: Allow 64-bit DMA by Andy Shevchenko · 7 years ago
  39. 988f259 spi: Add an helper to flush the message queue by Boris Brezillon · 7 years ago
  40. 4633696 spi: Expose spi_{map,unmap}_buf() for internal use by Boris Brezillon · 7 years ago
  41. e1f16b0 spi: simplify getting .drvdata by Wolfram Sang · 7 years ago
  42. 7956fad spi: pxa2xx: Allow 64-bit DMA by Andy Shevchenko · 7 years ago
  43. 0af7af7 spi: spi-s3c64xx: Allow higher transfer lengths in polling IO mode by Sylwester Nawrocki · 7 years ago
  44. f6364e6 spi: spi-s3c64xx: Use local variable for FIFO length by Sylwester Nawrocki · 7 years ago
  45. 71293a6 spi: pxa2xx: pxa2xx_spi_transfer_one() can be static by kbuild test robot · 7 years ago
  46. 3655d30 spi: spi-s3c64xx: Add missing s3c64xx_ prefix to function names by Sylwester Nawrocki · 7 years ago
  47. 80aa0d7 spi: spi-s3c64xx: Drop unused enable_datapath() function argument by Sylwester Nawrocki · 7 years ago
  48. 49530e6 spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo() by sxauwsk · 7 years ago
  49. e5b43ed spi: Remove depends on HAS_DMA in case of platform dependency by Geert Uytterhoeven · 7 years ago
  50. d5898e1 spi: pxa2xx: Use core message processing loop by Jarkko Nikula · 7 years ago
  51. 8ae55af spi: pxa2xx: Remove pump_transfers string from dev_ prints by Jarkko Nikula · 7 years ago
  52. 1f99f89 spi: pxa2xx: Remove unused argument from pxa2xx_spi_dma_prepare() by Jarkko Nikula · 7 years ago
  53. bfbd0ea spi: spi-s3c64xx: Fix indentation in the register offset definitions by Sylwester Nawrocki · 7 years ago
  54. 4e0b82e spi: spi-s3c64xx: Do not ignore timeout errors in polling I/O mode by Sylwester Nawrocki · 7 years ago
  55. 1c75862 spi: spi-s3c64xx: Remove unused s3c64xx_spi_hwinit() function argument by Sylwester Nawrocki · 7 years ago
  56. ee9b62d spi: spi-s3c64xx: Remove unused driver data structure tgl_spi field by Sylwester Nawrocki · 7 years ago
  57. 9e3a000 spi: zynqmp: Add pm runtime support by Naga Sureshkumar Relli · 7 years ago
  58. 51093cb spi: sh-msiof: Simplify calculation of divisors for transfer rate by Vladimir Zapolskiy · 7 years ago
  59. 3dbb3ee spi: stm32: Fix error handling in stm32_spi_probe() by Alexey Khoroshilov · 7 years ago
  60. 10b4640 spi: sh-msiof: Fix bit field overflow writes to TSCR/RSCR by Vladimir Zapolskiy · 7 years ago
  61. af82800 spi: imx: Update MODULE_DESCRIPTION to "SPI Controller driver" by wangbo · 7 years ago
  62. e241e3f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  63. e5c3722 Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  64. 1fe43114 Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  65. 9697376 Merge tag 'ktest-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest by Linus Torvalds · 7 years ago
  66. 77cb51e Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 7 years ago
  67. 375479c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  68. 45df60c Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  69. b82b681 Merge tag 'nios2-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 7 years ago
  70. 8837c70d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  71. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  72. f6bb2a2 xarray: add the xa_lock to the radix_tree_root by Matthew Wilcox · 7 years ago
  73. e5a9554 fscache: use appropriate radix tree accessors by Matthew Wilcox · 7 years ago
  74. f82b376 export __set_page_dirty by Matthew Wilcox · 7 years ago
  75. d339d70 unicore32: turn flush_dcache_mmap_lock into a no-op by Matthew Wilcox · 7 years ago
  76. 427c896 arm64: turn flush_dcache_mmap_lock into a no-op by Matthew Wilcox · 7 years ago
  77. 60a0527 mac80211_hwsim: use DEFINE_IDA by Matthew Wilcox · 7 years ago
  78. fa290cd radix tree: use GFP_ZONEMASK bits of gfp_t for flags by Matthew Wilcox · 7 years ago
  79. 21e7bc6 linux/const.h: refactor _BITUL and _BITULL a bit by Masahiro Yamada · 7 years ago
  80. 2dd8a62 linux/const.h: move UL() macro to include/linux/const.h by Masahiro Yamada · 7 years ago
  81. 2a6cc8a linux/const.h: prefix include guard of uapi/linux/const.h with _UAPI by Masahiro Yamada · 7 years ago
  82. 6f84f8d xen, mm: allow deferred page initialization for xen pv domains by Pavel Tatashin · 7 years ago
  83. ad55eac elf: enforce MAP_FIXED on overlaying elf segments by Michal Hocko · 7 years ago
  84. 4ed2863 fs, elf: drop MAP_FIXED usage from elf_map by Michal Hocko · 7 years ago
  85. a4ff8e8 mm: introduce MAP_FIXED_NOREPLACE by Michal Hocko · 7 years ago
  86. 721d8b4 MAINTAINERS: update bouncing aacraid@adaptec.com addresses by Joe Perches · 7 years ago
  87. 32785c0 fs/dcache.c: add cond_resched() in shrink_dentry_list() by Nikolay Borisov · 7 years ago
  88. de99626 include/linux/kfifo.h: fix comment by Valentin Vidic · 7 years ago
  89. a61fc2c ipc/shm.c: shm_split(): remove unneeded test for NULL shm_file_data.vm_ops by Andrew Morton · 7 years ago
  90. 24704f3 kernel/sysctl.c: add kdoc comments to do_proc_do{u}intvec_minmax_conv_param by Waiman Long · 7 years ago
  91. 64a11f3 fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array() by Waiman Long · 7 years ago
  92. 23c8cec ipc/msg: introduce msgctl(MSG_STAT_ANY) by Davidlohr Bueso · 7 years ago
  93. a280d6d ipc/sem: introduce semctl(SEM_STAT_ANY) by Davidlohr Bueso · 7 years ago
  94. c21a697 ipc/shm: introduce shmctl(SHM_STAT_ANY) by Davidlohr Bueso · 7 years ago
  95. edc41b3 kernel/params.c: downgrade warning for unsafe parameters by Chris Wilson · 7 years ago
  96. 2d87b30 kernel/sysctl.c: fix sizeof argument to match variable name by Randy Dunlap · 7 years ago
  97. bbd876a rapidio: use a reference count for struct mport_dma_req by Ioan Nicu · 7 years ago
  98. b94bb1f drivers/rapidio/rio-scan.c: fix typo in comment by Vasyl Gomonovych · 7 years ago
  99. c31dbb14 exec: pin stack limit during exec by Kees Cook · 7 years ago
  100. b838383 exec: introduce finalize_exec() before start_thread() by Kees Cook · 7 years ago