1. 2061753 spi: spi-fsl-dspi: Fix typos by Vladimir Oltean · 5 years ago
  2. d6bdfa6 spi: spi-fsl-dspi: Use reverse Christmas tree declaration order by Vladimir Oltean · 5 years ago
  3. 3a11ea66 spi: spi-fsl-dspi: Replace legacy spi_master names with spi_controller by Vladimir Oltean · 5 years ago
  4. bee4435 spi: spi-fsl-dspi: Remove pointless assignment of master->transfer to NULL by Vladimir Oltean · 5 years ago
  5. 9b536d3 spi: spi-fsl-dspi: Remove unused initialization of 'ret' in dspi_probe by Vladimir Oltean · 5 years ago
  6. abbd0ef spi: spi-fsl-dspi: Reduce indentation in dspi_release_dma() by Vladimir Oltean · 5 years ago
  7. 06d5dd2 spi: spi-fsl-dspi: Change usage pattern of SPI_MCR_* and SPI_CTAR_* macros by Vladimir Oltean · 5 years ago
  8. 9e6f784 spi: spi-fsl-dspi: Demistify magic value in SPI_SR_CLEAR by Vladimir Oltean · 5 years ago
  9. b265519 spi: spi-fsl-dspi: Use BIT() and GENMASK() macros by Vladimir Oltean · 5 years ago
  10. 5782a17 spi: spi-fsl-dspi: Remove unused defines and includes by Vladimir Oltean · 5 years ago
  11. 50fcd84 spi: spi-fsl-dspi: Fix code alignment by Vladimir Oltean · 5 years ago
  12. 43004f3 spi: Rename of_spi_register_master() function by Linus Walleij · 5 years ago
  13. 920d947 spi: sh-msiof: Use devm_platform_ioremap_resource() helper by Geert Uytterhoeven · 5 years ago
  14. 3c0448d spi: atmel: add tracing to custom .transfer_one_message callback by Uwe Kleine-König · 5 years ago
  15. 6b8ac10 spi: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  16. 4ff13d0 spi: Reduce kthread priority by Peter Zijlstra · 5 years ago
  17. cc8b465 spi: core: Use DEVICE_ATTR_RW() for SPI slave control sysfs attribute by Geert Uytterhoeven · 5 years ago
  18. f9adf61 spi: sprd: adi: Change hwlock to be optional by Baolin Wang · 5 years ago
  19. e6d722c spi: sprd: adi: Add a reset reason for watchdog mode by Sherry Zong · 5 years ago
  20. 9d9aa1c spi: sprd: adi: Add a reset reason for factory test mode by Sherry Zong · 5 years ago
  21. cc6b343 spi: sprd: adi: Add a reset reason for TOS panic by Chenxu Wei · 5 years ago
  22. c627c58 spi: sprd: adi: Remove redundant address bits setting by Baolin Wang · 5 years ago
  23. 2a3b6f7 spi: dw-pci: Use dev_get_drvdata by Chuhong Yuan · 5 years ago
  24. 3da9834 spi: dw-mmio: Clock should be shut when error occurs by Andy Shevchenko · 5 years ago
  25. 0521050 spi: dw-mmio: Use devm_platform_ioremap_resource() by Andy Shevchenko · 5 years ago
  26. 8cf6650 iommu/amd: fix a crash in iova_magazine_free_pfns by Qian Cai · 5 years ago
  27. bec5545 Merge tag 'ntb-5.3' of git://github.com/jonmason/ntb by Linus Torvalds · 5 years ago
  28. f1a3b43 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 5 years ago
  29. f65420d Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  30. 168c799 Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  31. c39f2d9 Merge branch 'next' into for-linus by Dmitry Torokhov · 5 years ago
  32. af6af87d Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  33. 8362fd6 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  34. 24e4491 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  35. 31cc088 Merge tag 'drm-next-2019-07-19' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  36. dd4542d Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  37. b5d72dd Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 5 years ago
  38. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  39. 5f4fc6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 5 years ago
  40. 249be85 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  41. 771a081 Input: alps - fix a mismatch between a condition check and its comment by Hui Wang · 5 years ago
  42. 49e6979e Input: psmouse - fix build error of multiple definition by YueHaibing · 5 years ago
  43. d56fef0 Input: applespi - remove set but not used variables 'sts' by Mao Wenan · 5 years ago
  44. 038b1a0 Input: add Apple SPI keyboard and trackpad driver by Ronald Tschalär · 5 years ago
  45. 8ee7956 Merge branch 'linux-5.3' of git://github.com/skeggsb/linux into drm-next by Dave Airlie · 5 years ago
  46. 9fb7dc73 Merge tag 'drm-next-5.3-2019-07-18' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 5 years ago
  47. 4d352db drm/nouveau/secboot/gp102-: remove WAR for SEC2 RTOS start bug by Ben Skeggs · 6 years ago
  48. 5210e96 drm/nouveau/flcn/gp102-: improve implementation of bind_context() on SEC2/GSP by Ben Skeggs · 6 years ago
  49. 09b90e2 drm/nouveau: fix memory leak in nouveau_conn_reset() by Yongxin Liu · 6 years ago
  50. d304654 drm/nouveau/dmem: missing mutex_lock in error path by Ralph Campbell · 6 years ago
  51. 68bf8b5 drm/nouveau/hwmon: return EINVAL if the GPU is powered down for sensors reads by Karol Herbst · 6 years ago
  52. b0f84a8 drm/nouveau: fix bogus GPL-2 license header by Ben Skeggs · 6 years ago
  53. b7019ac drm/nouveau: fix bogus GPL-2 license header by Ilia Mirkin · 6 years ago
  54. 7cb95ee drm/nouveau/i2c: Enable i2c pads & busses during preinit by Lyude Paul · 6 years ago
  55. 3485b7b drm/nouveau/disp/tu102-: wire up scdc parameter setter by Ben Skeggs · 6 years ago
  56. 75dec321 drm/nouveau/core: recognise TU116 chipset by Ben Skeggs · 6 years ago
  57. d108418 drm/nouveau/kms: disallow dual-link harder if hdmi connection detected by Ben Skeggs · 6 years ago
  58. 533f475 drm/nouveau/disp/nv50-: fix center/aspect-corrected scaling by Ilia Mirkin · 6 years ago
  59. f8d6211 drm/nouveau/disp/nv50-: force scaler for any non-default LVDS/eDP modes by Ilia Mirkin · 6 years ago
  60. bb2b4074 drm/nouveau/mcp89/mmu: Use mcp77_mmu_new instead of g84_mmu_new on MCP89. by Timo Wiren · 6 years ago
  61. 269b7c5 ag71xx: fix return value check in ag71xx_probe() by Wei Yongjun · 5 years ago
  62. 6f5fa8d ag71xx: fix error return code in ag71xx_probe() by Wei Yongjun · 5 years ago
  63. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  64. a361919 libnvdimm/pfn: stop padding pmem namespaces to section alignment by Dan Williams · 5 years ago
  65. 7e3e888 libnvdimm/pfn: fix fsdax-mode namespace info-block zero-fields by Dan Williams · 5 years ago
  66. dd62528 drivers/base/memory.c: get rid of find_memory_block_hinted() by David Hildenbrand · 5 years ago
  67. ea88464 mm/memory_hotplug: move and simplify walk_memory_blocks() by David Hildenbrand · 5 years ago
  68. fbcf73c mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of pfns by David Hildenbrand · 5 years ago
  69. 8d595c4 mm: make register_mem_sect_under_node() static by David Hildenbrand · 5 years ago
  70. 90ec010f drivers/base/memory: use "unsigned long" for block ids by David Hildenbrand · 5 years ago
  71. 2491f0a mm: section numbers use the type "unsigned long" by David Hildenbrand · 5 years ago
  72. a31b264 mm/memory_hotplug: make unregister_memory_block_under_nodes() never fail by David Hildenbrand · 5 years ago
  73. 4c4b7f9 mm/memory_hotplug: remove memory block devices before arch_remove_memory() by David Hildenbrand · 5 years ago
  74. db051a0 mm/memory_hotplug: create memory block devices after arch_add_memory() by David Hildenbrand · 5 years ago
  75. 80ec922 mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE by David Hildenbrand · 5 years ago
  76. 1811582 drivers/base/memory: pass a block_id to init_memory_block() by David Hildenbrand · 5 years ago
  77. 7d60530 usb: qmi_wwan: add D-Link DWM-222 A2 device ID by Rogan Dawes · 5 years ago
  78. 9b3d15e bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips. by Michael Chan · 5 years ago
  79. 8ec1e90 gve: replace kfree with kvfree by Chuhong Yuan · 5 years ago
  80. 3bfe1fc Merge tag 'for-5.3/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 5 years ago
  81. 41a5a2a drm/amd/display: init res_pool dccg_ref, dchub_ref with xtalin_freq by hersen wu · 6 years ago
  82. 8a5b5d4 drm/amdgpu/pm: remove check for pp funcs in freq sysfs handlers by Alex Deucher · 5 years ago
  83. 02316e9 drm/amd/display: Force uclk to max for every state by Nicholas Kazlauskas · 6 years ago
  84. 7369c10 net/mlx5: Replace kfree with kvfree by Chuhong Yuan · 5 years ago
  85. 9c2a57d Merge tag 'wireless-drivers-for-davem-2019-07-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 5 years ago
  86. 5a860f9 liquidio: Replace vmalloc + memset with vzalloc by Chuhong Yuan · 5 years ago
  87. d4df33b Merge branch 'for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 5 years ago
  88. 35cbef9 net: bcmgenet: use promisc for unsupported filters by Justin Chen · 5 years ago
  89. d9b9c89 Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  90. 0fe49f7 Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  91. f8c3500 Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  92. d77e9e4 Merge tag 'linux-watchdog-5.3-rc1' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 5 years ago
  93. d0411ec Merge tag 'pm-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  94. 4b09ddb Merge tag 'acpi-5.3-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  95. 47d6a76 Merge branch 'floppy' by Linus Torvalds · 5 years ago
  96. 2c66a5b Merge branches 'acpi-misc' and 'acpi-video' by Rafael J. Wysocki · 5 years ago
  97. 918e162 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 5 years ago
  98. 83bf425 crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUAL by David Rientjes · 5 years ago
  99. 538a5a07 crypto: ccp/gcm - use const time tag comparison. by Cfir Cohen · 6 years ago
  100. b3c8a40 Merge tag 'drm-misc-next-fixes-2019-07-11' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 5 years ago