1. 340a15e spi: rspi: Merge qspi_send_pio() and qspi_receive_pio() by Geert Uytterhoeven · 10 years ago
  2. 8449fd7 spi: rspi: Merge rspi_send_pio() and rspi_receive_pio() by Geert Uytterhoeven · 10 years ago
  3. eb557f7 spi: rspi: Abstract transfer_one() for RSPI and QSPI by Geert Uytterhoeven · 10 years ago
  4. 35301c9 spi: rspi: Add rspi_data_{out,in,out_in}() helpers by Geert Uytterhoeven · 10 years ago
  5. 74da768 spi: rspi: Abstract 8/16-bit Data Register access by Geert Uytterhoeven · 10 years ago
  6. 79d2349 spi: rspi: Use core message handling by Geert Uytterhoeven · 10 years ago
  7. 91949a2 spi: rspi: Remove unused mesg parameter from {send,receive}_pio() by Geert Uytterhoeven · 10 years ago
  8. 8b8b773 Merge commit 'spi/topic/sc18is602' into spi-linus by Mark Brown · 10 years ago
  9. 341e6df Merge commit 'spi/fix/rcar' into spi-linus by Mark Brown · 10 years ago
  10. 8aeab58 Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/qspi', 'spi/topic/s3c24xx', 'spi/topic/s3c64xx', 'spi/topic/sh', 'spi/topic/tegra114', 'spi/topic/tegra20-sflash', 'spi/topic/tegra20-slink', 'spi/topic/txx9' and 'spi/topic/xcomm' into spi-linus by Mark Brown · 10 years ago
  11. 907e26b Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/topic/hspi', 'spi/topic/mpc512x', 'spi/topic/msiof', 'spi/topic/nuc900', 'spi/topic/oc-tiny', 'spi/topic/omap', 'spi/topic/orion' and 'spi/topic/pci' into spi-linus by Mark Brown · 10 years ago
  12. 36e66bf Merge remote-tracking branches 'spi/topic/bcm2835', 'spi/topic/bcm63xx', 'spi/topic/bcm63xx-hsspi', 'spi/topic/bitbang', 'spi/topic/bpw', 'spi/topic/clps711x', 'spi/topic/coldfire', 'spi/topic/davinci', 'spi/topic/dw' and 'spi/topic/falcon' into spi-linus by Mark Brown · 10 years ago
  13. 1504d22 Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/dspi', 'spi/fix/hspi', 'spi/fix/imx', 'spi/fix/msiof', 'spi/fix/pxa2xx', 'spi/fix/qspi', 'spi/topic/altera', 'spi/topic/ath79' and 'spi/topic/atmel' into spi-linus by Mark Brown · 10 years ago
  14. 3c10397 Merge remote-tracking branch 'spi/topic/core' into spi-linus by Mark Brown · 10 years ago
  15. 7e2c225 Merge remote-tracking branch 'spi/fix/core' into spi-linus by Mark Brown · 10 years ago
  16. 13a4279 spi: core: Fix transfer failure when master->transfer_one returns positive value by Axel Lin · 10 years ago
  17. bd6857a spi: Correct set_cs() documentation by Geert Uytterhoeven · 10 years ago
  18. 0516712 spi: Clarify transfer_one() w.r.t. spi_finalize_current_transfer() by Geert Uytterhoeven · 10 years ago
  19. 9e8f488 spi: Spelling s/finised/finished/ by Geert Uytterhoeven · 10 years ago
  20. 463654c spi: sc18is602: Convert to use bits_per_word_mask by Axel Lin · 10 years ago
  21. 23061f1 spi: Remove duplicate code to set default bits_per_word setting by Axel Lin · 10 years ago
  22. 81e53d0 Merge branches 'topic/sc18is602' and 'topic/rspi' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-bpw by Mark Brown · 10 years ago
  23. 382cebb spi/pxa2xx: fix compilation warning when !CONFIG_PM_SLEEP by Mika Westerberg · 10 years ago
  24. 350a9b3 spi: clps711x: Add MODULE_ALIAS to support module auto-loading by Axel Lin · 10 years ago
  25. fcb4ed7 spi: rspi: Add missing clk_disable() calls in error and cleanup paths by Geert Uytterhoeven · 10 years ago
  26. 13ea330 Merge branch 'topic/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-rspi by Mark Brown · 10 years ago
  27. b7ed6b8 spi: rspi: Spelling s/transmition/transmission/ by Geert Uytterhoeven · 10 years ago
  28. 348e515 spi: rspi: Add support for specifying CPHA/CPOL by Geert Uytterhoeven · 10 years ago
  29. 483c319 spi/pxa2xx: initialize DMA channels to -1 to prevent inadvertent match by Mika Westerberg · 10 years ago
  30. fbe5072 spi: rspi: Add more QSPI register documentation by Geert Uytterhoeven · 10 years ago
  31. 6ab4865 spi: rspi: Add more RSPI register documentation by Geert Uytterhoeven · 10 years ago
  32. e2e5ed7 spi: rspi: Remove dependency on DMAE for SHMOBILE by Geert Uytterhoeven · 10 years ago
  33. 3e83c19 spi/s3c64xx: Correct indentation by Geert Uytterhoeven · 10 years ago
  34. 909e709 spi: sh: Use spi_sh_clear_bit() instead of open-coded by Axel Lin · 10 years ago
  35. f21524f spi: bitbang: Grammar s/make to make/to make/ by Geert Uytterhoeven · 10 years ago
  36. c6c07b4 spi: sh-hspi: Spelling s/recive/receive/ by Geert Uytterhoeven · 10 years ago
  37. 1afd998 spi: core: Improve tx/rx_nbits check comments by Geert Uytterhoeven · 10 years ago
  38. 269ccca spi: Kill superfluous cast in spi_w8r16() by Geert Uytterhoeven · 10 years ago
  39. 5a33d30 spi: ti-qspi: Fixup driver name by Axel Lin · 10 years ago
  40. 3ab5462 spi: ti-qspi: Simplify qspi_write_msg and qspi_read_msg implementation by Axel Lin · 10 years ago
  41. d3fbd45 spi: Use bitfields for multiple data lines by Mark Brown · 10 years ago
  42. 646d79b spi: altera: Remove unneeded NULL checking for hw->bitbang.master by Axel Lin · 10 years ago
  43. 7e22e91 Linux 3.13-rc8 by Linus Torvalds · 10 years ago
  44. 3dc91d4 SELinux: Fix possible NULL pointer dereference in selinux_inode_permission() by Steven Rostedt · 10 years ago
  45. eecc1e4 thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once only by Hugh Dickins · 10 years ago
  46. 518d00b block: null_blk: fix queue leak inside removing device by Ming Lei · 11 years ago
  47. 228fdc0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  48. e2bc447 Merge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 10 years ago
  49. 324c66f Merge branch 'leds-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 10 years ago
  50. cff539b1 Merge tag 'pm+acpi-3.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  51. c43a5eb Merge tag 'mfd-fixes-3.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-fixes by Linus Torvalds · 10 years ago
  52. e70988d leds: lp5521/5523: Remove duplicate mutex by Milo Kim · 11 years ago
  53. 1f4a63b xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() by Chuansheng Liu · 10 years ago
  54. bba719b xfs: fix off-by-one error in xfs_attr3_rmt_verify by Jie Liu · 11 years ago
  55. d6e9c89 qlcnic: Fix ethtool statistics length calculation by Shahed Shaikh · 10 years ago
  56. 1ac6762 qlcnic: Fix bug in TX statistics by Manish Chopra · 10 years ago
  57. f663dd9 net: core: explicitly select a txq before doing l2 forwarding by Jason Wang · 10 years ago
  58. b13ba1b macvlan: forbid L2 fowarding offload for macvtap by Jason Wang · 10 years ago
  59. c4d7099 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  60. 95e92fd bnx2x: fix DMA unmapping of TSO split BDs by Michal Schmidt · 10 years ago
  61. 9898479 spi: clps711x: Use devm_gpio_request() by Alexander Shiyan · 10 years ago
  62. 21e20e2 Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  63. 2aa63ce Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  64. 07edd74 ipv6: add link-local, sit and loopback address with INFINITY_LIFE_TIME by Hannes Frederic Sowa · 10 years ago
  65. 9a2620c bnx2x: prevent WARN during driver unload by Yuval Mintz · 10 years ago
  66. 13de22c Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 10 years ago
  67. 8839099 intel_idle: close avn_cstates array with correct marker by Jiang Liu · 10 years ago
  68. e826a7f spi: oc-tiny: Simplify tiny_spi_txrx_bufs implementation when irq is not used by Axel Lin · 10 years ago
  69. 8090d6d spi: atmel: Refactor spi-atmel to use SPI framework queue by Wenyou Yang · 10 years ago
  70. e07725b spi: fsl-dspi: Add missing breaks for switch cases by Axel Lin · 10 years ago
  71. 0f74d82 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 10 years ago
  72. dd5c1f9 spi/davinci: Don't select EDMA by Sekhar Nori · 10 years ago
  73. b6fb8d3 spi: Check conflicting CS based on spi->chip_select instead of device name by Mika Westerberg · 10 years ago
  74. a89e2d2 spi: core: Use list_first_entry to extract head of queue by Axel Lin · 10 years ago
  75. ba0dc81 Revert "intel_idle: mark states tables with __initdata tag" by Jiang Liu · 10 years ago
  76. 7d1c153 Merge branch 'parisc-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
  77. f882915 Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  78. f8dae00 parisc: Ensure full cache coherency for kmap/kunmap by John David Anglin · 10 years ago
  79. 2eff7c7 Merge tag 'nfc-fixes-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-fixes by John W. Linville · 10 years ago
  80. 778037e clk: clk-divider: fix divisor > 255 bug by James Hogan · 11 years ago
  81. 85a9012 spi: s3c24xx: Remove reference to plat/fiq.h by Sachin Kamat · 11 years ago
  82. d3b72c7 spi: atmel: add support for changing message transfer speed by Richard Genoud · 11 years ago
  83. caedb99 spi: sh-hspi: Fix modalias for sh-hspi by Axel Lin · 10 years ago
  84. ceb3b02 Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 10 years ago
  85. a3f28ef Merge tag 'drm-intel-fixes-2014-01-08' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 10 years ago
  86. bbc6319 drm/nouveau/nouveau: fix memory leak in nouveau_crtc_page_flip() by Christian Engelmayer · 11 years ago
  87. 5d2f476 drm/nouveau/bios: fix offset calculation for BMPv1 bioses by Ilia Mirkin · 10 years ago
  88. a04c0e2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  89. 732256b tipc: correctly unlink packets from deferred packet queue by Erik Hugne · 10 years ago
  90. 657e5d1 ipv6: pcpu_tstats.syncp should be initialised in ip6_vti.c by Li RongQing · 10 years ago
  91. 136c8bf spi: dw-pci: remove free for resources allocated with devm_* by Wei Yongjun · 10 years ago
  92. e3d8bee spi: ti-qspi: Fix getting correct address for qspi by Axel Lin · 10 years ago
  93. 47f9564 MAINTAINERS: Updates for drm/i915 by Daniel Vetter · 10 years ago
  94. c1ccaa6 drm/nouveau: return offset of allocated notifier by Bob Gleitsmann · 10 years ago
  95. 6d60792 drm/nouveau/bios: make jump conditional by Ilia Mirkin · 10 years ago
  96. 6e9cbb4 drm/nvce/mc: fix msi rearm on GF114 by Sid Boyce · 10 years ago
  97. 854cc0e drm/nvc0/gr: fix mthd data submission by Kelly Doran · 11 years ago
  98. 61b365a drm/nouveau: populate master subdev pointer only when fully constructed by Ben Skeggs · 11 years ago
  99. ef350bb Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  100. a707271 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago