1. 4951db7 hwrng: atmel - add DT support by Boris Brezillon · 10 years ago
  2. 21961ef hwrng: atmel - use clk_prepapre_enable/_disable_unprepare by Boris Brezillon · 10 years ago
  3. 1e0bdad crypto: bfin_crc - don't include linux/unaligned/access_ok.h by Johannes Berg · 10 years ago
  4. aa408d6 crypto: qat - Use memzero_explicit by Struk, Tadeusz · 10 years ago
  5. 4ba2a8b crypto: caam - Remove unnecessary smp_read_barrier_depends() by Pranith Kumar · 10 years ago
  6. ff2c3a3 crypto: caam - add support for givencrypt cbc(des) and cbc(des3_ede) by Catalin Vasile · 10 years ago
  7. 4c7912e Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 10 years ago
  8. bdcf83b crypto: ux500/hash - Silence compiler warning for !CONFIG_PM by Ulf Hansson · 10 years ago
  9. dbd8fbe crypto: ux500/cryp - Silence compiler warning for !CONFIG_PM by Ulf Hansson · 10 years ago
  10. b1f368b Merge tag 'armsoc-for-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  11. a315780 Merge branch 'devicetree/merge' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 10 years ago
  12. 0b0c7db Merge tag 'driver-core-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  13. 86a7a16 Merge tag 'staging-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  14. 45a4c07 Merge tag 'tty-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  15. b942791 Merge tag 'usb-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  16. fe606df Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  17. a50d715 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  18. ae04e1c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 10 years ago
  19. 51f83ef Merge tag 'regulator-v3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 10 years ago
  20. 1395b9c Merge tag 'spi-v3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 10 years ago
  21. cd3d9ea tiny: rename ENABLE_DEV_COREDUMP to ALLOW_DEV_COREDUMP by Johannes Berg · 10 years ago
  22. 9c60269 tiny: reverse logic for DISABLE_DEV_COREDUMP by Aristeu Rozanski · 10 years ago
  23. e4df3a0 i2c: core: Dispose OF IRQ mapping at client removal time by Laurent Pinchart · 10 years ago
  24. 11cfbfb i2c: at91: don't account as iowait by Wolfram Sang · 10 years ago
  25. ca1f8da i2c: remove FSF address by Wolfram Sang · 10 years ago
  26. e4a60d1 sysfs: driver core: Fix glue dir race condition by gdp_mutex by Yijing Wang · 10 years ago
  27. 2a8cdfd USB: cdc-acm: add quirk for control-line state requests by Johan Hovold · 10 years ago
  28. e5452dd Merge tag 'fixes-for-v3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 10 years ago
  29. c4dc304 tty: Fix pty master poll() after slave closes v2 by Francesco Ruggeri · 10 years ago
  30. 5002921 Merge tag 'usb-serial-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 10 years ago
  31. 381e355 Merge tag 'mmc-v3.18-2' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 10 years ago
  32. 49783d0 crypto: caam - fix error reporting by Cristian Stoica · 10 years ago
  33. 7222d1a crypto: caam - add support for givencrypt cbc(aes) and rfc3686(ctr(aes)) by Catalin Vasile · 10 years ago
  34. daebc46 crypto: caam - add support for rfc3686 with authenc md5, sha1 and sha2 by Catalin Vasile · 10 years ago
  35. a5f57cf crypto: caam - add support for rfc3686(ctr(aes)) by Catalin Vasile · 10 years ago
  36. 2b22f6c crypto: caam - add support for ctr(aes) by Catalin Vasile · 10 years ago
  37. 5d0429a crypto: caam - add support for rfc4543(gcm(aes)) by Tudor Ambarus · 10 years ago
  38. f129430 crypto: nx - Fixing the limit number of bytes to be processed by Leonidas S. Barbosa · 10 years ago
  39. 0008511 crypto: nx - Fix SHA concurrence issue and sg limit bounds by Leonidas S. Barbosa · 10 years ago
  40. 5313231 crypto: nx - Moving NX-AES-XCBC to be processed logic by Leonidas S. Barbosa · 10 years ago
  41. e13a79a crypto: nx - Moving NX-AES-GCM to be processed logic by Leonidas S. Barbosa · 10 years ago
  42. c7b675d crypto: nx - Moving NX-AES-ECB to be processed logic by Leonidas S. Barbosa · 10 years ago
  43. 01a5aa0 crypto: nx - Moving limit and bound logic in CTR and fix IV vector by Leonidas S. Barbosa · 10 years ago
  44. 9247f0b crypto: nx - Moving NX-AES-CCM to be processed logic and sg_list bounds by Leonidas S. Barbosa · 10 years ago
  45. ac0f0a8 crypto: nx - Moving NX-AES-CBC to be processed logic by Leonidas S. Barbosa · 10 years ago
  46. 19167bf crypto: caam - fix output sequence contiguity check by Tudor Ambarus · 10 years ago
  47. a727c4b crypto: qat - Move BAR definitions to device specific module by Tadeusz Struk · 10 years ago
  48. 4e72b42 Merge remote-tracking branches 'spi/fix/fsl-dspi' and 'spi/fix/pxa2xx' into spi-linus by Mark Brown · 10 years ago
  49. 2b9375b spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PM by Dmitry Eremin-Solenikov · 10 years ago
  50. 7e12e67 serial: of-serial: fix uninitialized kmalloc variable by Jingchang Lu · 10 years ago
  51. 9e326f7 tty/vt: don't set font mappings on vc not supporting this by Imre Deak · 10 years ago
  52. cd92208 tty: serial: 8250_mtk: Fix quot calculation by Matthias Brugger · 10 years ago
  53. 5305e4d dma: edma: move device registration to platform code by Arnd Bergmann · 10 years ago
  54. 494c1ea tty: Prevent "read/write wait queue active!" log flooding by Peter Hurley · 10 years ago
  55. 37b1645 tty: Fix high cpu load if tty is unreleaseable by Peter Hurley · 10 years ago
  56. 547039e serial: Fix divide-by-zero fault in uart_get_divisor() by Peter Hurley · 10 years ago
  57. f20531a phy: omap-usb2: Enable runtime PM of omap-usb2 phy properly by Oussama Ghorbel · 10 years ago
  58. a88098b USB: storage: Fix timeout in usb_stor_euscsi_init() and usb_stor_huawei_e220_init() by Mark Knibbs · 10 years ago
  59. bce20b2 Merge tag 'iio-fixes-for-3.18b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 10 years ago
  60. 4473d05 USB: cdc-acm: only raise DTR on transitions from B0 by Johan Hovold · 10 years ago
  61. ac0225f Revert "storage: Replace magic number with define in usb_stor_euscsi_init()" by Greg Kroah-Hartman · 10 years ago
  62. b598aac staging:iio:ade7758: Remove "raw" from channel name by Lars-Peter Clausen · 10 years ago
  63. 79fa64e staging:iio:ade7758: Fix check if channels are enabled in prenable by Lars-Peter Clausen · 10 years ago
  64. e105547 staging:iio:ade7758: Fix NULL pointer deref when enabling buffer by Lars-Peter Clausen · 10 years ago
  65. f73cde6 iio: as3935: allocate correct iio_device size by George McCollister · 10 years ago
  66. 25afffe io: accel: kxcjk-1013: Fix iio_event_spec direction by Daniel Baluta · 10 years ago
  67. 03045bc iio: tsl4531: Fix compiler error when CONFIG_PM_OPS is not defined by Dan Murphy · 10 years ago
  68. 4748119 iio: adc: mxs-lradc: Disable the clock on probe failure by Fabio Estevam · 10 years ago
  69. c6b4cac iio: st_sensors: Fix buffer copy by Robin van der Gracht · 10 years ago
  70. 97fb303 staging:iio:ad5933: Drop "raw" from channel names by Lars-Peter Clausen · 10 years ago
  71. 4a53d3a staging:iio:ad5933: Fix NULL pointer deref when enabling buffer by Lars-Peter Clausen · 10 years ago
  72. 2a7509b Merge remote-tracking branches 'regulator/fix/max1586', 'regulator/fix/max77686', 'regulator/fix/max77693', 'regulator/fix/max77802', 'regulator/fix/max8860' and 'regulator/fix/s2mpa01' into regulator-linus by Mark Brown · 10 years ago
  73. df33071 Merge remote-tracking branch 'regulator/fix/core' into regulator-linus by Mark Brown · 10 years ago
  74. a31b0c6 mmc: core: fix card detection regression by Kristina Martsenko · 10 years ago
  75. 83b3d53 Merge tag 'imx-fixes-3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes by Olof Johansson · 10 years ago
  76. a1cff6e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 10 years ago
  77. 9319bc1 Merge tag 'platform-drivers-x86-v3.18-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 10 years ago
  78. 5cc7b04 spi: fsl-dspi: Fix CTAR selection by Alexander Stein · 10 years ago
  79. a87fa1d of: Fix overflow bug in string property parsing functions by Grant Likely · 10 years ago
  80. 980d0d5 Merge tag 'pinctrl-v3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 10 years ago
  81. b2108f1 usb: core: notify disconnection when core detects disconnect by Peter Chen · 10 years ago
  82. 01ed67d usb: core: need to call usb_phy_notify_connect after device setup by Tony Zheng · 10 years ago
  83. d1d9548 uas: Add US_FL_NO_ATA_1X quirk for 2 more Seagate models by Hans de Goede · 10 years ago
  84. b45abac xhci: no switching back on non-ULT Haswell by Oliver Neukum · 10 years ago
  85. d749947 USB: quirks: enable device-qualifier quirk for yet another Elan touchscreen by Adel Gadllah · 10 years ago
  86. 876af5d USB: quirks: enable device-qualifier quirk for another Elan touchscreen by Adel Gadllah · 10 years ago
  87. ec5633b usb: storage: fix build warnings !CONFIG_PM by Luis Henriques · 10 years ago
  88. cd6e245 usb: Remove references to non-existent PLAT_S5P symbol by Sylwester Nawrocki · 10 years ago
  89. 673029f uas: Add NO_ATA_1X for VIA VL711 devices by Hans de Goede · 10 years ago
  90. 2391eac xhci: Disable streams on Asmedia 1042 xhci controllers by Hans de Goede · 10 years ago
  91. cee2448 USB: HWA: fix a warning message by Dan Carpenter · 10 years ago
  92. aee0ce3 uas: Add US_FL_NO_ATA_1X quirk for 1 more Seagate model by Hans de Goede · 10 years ago
  93. 93c9bf4 usb-storage: handle a skipped data phase by Alan Stern · 10 years ago
  94. 90a646c usb: Do not allow usb_alloc_streams on unconfigured devices by Hans de Goede · 10 years ago
  95. 24cb450 cdc-acm: ensure that termios get set when the port is activated by Jim Paris · 10 years ago
  96. cf84a69 USB: cdc-acm: add device id for GW Instek AFG-2225 by Johan Hovold · 10 years ago
  97. ce1928d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  98. 1401586 Thermal:Remove usless if(!result) before return tz by Yao Dongdong · 10 years ago
  99. 2084bec Merge tag 'armsoc-for-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  100. 167921c [media] sp2: sp2_init() can be static by Fengguang Wu · 10 years ago