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