1. 9bcbf894b Merge tag 'media/v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 3 years ago
  2. 75b950e Revert "drm/amd/display: Fix for otg synchronization logic" by Linus Torvalds · 3 years ago
  3. 8d0749b4 Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years ago
  4. d93aebb Merge branch 'random-5.17-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 3 years ago
  5. ff8be96 Merge tag 'edac_updates_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 3 years ago
  6. 7e740ae Merge tag 'ras_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  7. bfed6ef Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  8. f0d43b3 Merge tag 's390-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years ago
  9. 9b9e211 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years ago
  10. bb4ed26 Merge tag 'newsoc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years ago
  11. aca48b2 Merge tag 'dt-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years ago
  12. e85195d Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years ago
  13. 1135ec0 Merge tag 'soc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years ago
  14. da0119a Merge branches 'edac-misc' and 'edac-amd64' into edac-updates-for-v5.17 by Borislav Petkov · 3 years ago
  15. e900deb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 3 years ago
  16. df5bc0a Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)" by Len Brown · 3 years ago
  17. cf73ed8 Input: zinitix - make sure the IRQ is allocated before it gets enabled by Nikita Travkin · 3 years ago
  18. 4634129 Merge tag 'soc-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years ago
  19. 21f35d2 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 3 years ago
  20. d445d64 Merge tag 'for-v5.16-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 3 years ago
  21. 0704a85 s390/dasd: use default_groups in kobj_type by Greg Kroah-Hartman · 3 years ago
  22. 1350f36 s390/sclp_sd: use default_groups in kobj_type by Greg Kroah-Hartman · 3 years ago
  23. 35632d9 Merge tag 'block-5.16-2022-01-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years ago
  24. 494603e Merge tag 'edac_urgent_for_v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 3 years ago
  25. a19f75d Revert "i2c: core: support bus regulator controlling in adapter" by Wolfram Sang · 3 years ago
  26. 7a6043c Merge tag 'drm-fixes-2022-01-07' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years ago
  27. ddec8ed Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 3 years ago
  28. 6c8e11e random: don't reset crng_init_cnt on urandom_read() by Jann Horn · 3 years ago
  29. 2ee25b6 random: avoid superfluous call to RDRAND in CRNG extraction by Jason A. Donenfeld · 3 years ago
  30. 96562f2 random: early initialization of ChaCha constants by Dominik Brodowski · 3 years ago
  31. 7b87324 random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs by Jason A. Donenfeld · 3 years ago
  32. 161212c random: harmonize "crng init done" messages by Dominik Brodowski · 3 years ago
  33. 57826fe random: mix bootloader randomness into pool by Jason A. Donenfeld · 3 years ago
  34. 73c7733 random: do not throw away excess input to crng_fast_load by Jason A. Donenfeld · 3 years ago
  35. 9c3ddde random: do not re-init if crng_reseed completes before primary init by Jason A. Donenfeld · 3 years ago
  36. f7e67b8 random: fix crash on multiple early calls to add_bootloader_randomness() by Dominik Brodowski · 3 years ago
  37. 0d9488f random: do not sign extend bytes for rotation when mixing by Jason A. Donenfeld · 3 years ago
  38. 9f9eff8 random: use BLAKE2s instead of SHA1 in extraction by Jason A. Donenfeld · 3 years ago
  39. 6048fdc lib/crypto: blake2s: include as built-in by Jason A. Donenfeld · 3 years ago
  40. 009ba85 random: fix data race on crng init time by Eric Biggers · 3 years ago
  41. 5d73d1e random: fix data race on crng_node_pool by Eric Biggers · 3 years ago
  42. 703f706 random: remove unused irq_flags argument from add_interrupt_randomness() by Sebastian Andrzej Siewior · 3 years, 1 month ago
  43. 2b6c6e3 random: document add_hwgenerator_randomness() with other input functions by Mark Brown · 3 years, 1 month ago
  44. 936a937 Merge tag 'amd-drm-fixes-5.16-2021-12-31' of ssh://gitlab.freedesktop.org/agd5f/linux into drm-fixes by Dave Airlie · 3 years ago
  45. 72a4a87 i2c: mpc: Avoid out of bounds memory access by Chris Packham · 3 years ago
  46. 8922bb6 Merge tag 'socfpga_fix_for_v5.16_part_3' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/fixes by Olof Johansson · 3 years ago
  47. fde9ec3 Merge tag 'reset-fixes-for-v5.16-2' of git://git.pengutronix.de/pza/linux into arm/fixes by Olof Johansson · 3 years ago
  48. 75acfdb Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years ago
  49. b35a0f4 RDMA/core: Don't infoleak GRH fields by Leon Romanovsky · 3 years ago
  50. 7694a7d RDMA/uverbs: Check for null return of kmalloc_array by Jiasheng Jiang · 3 years ago
  51. 00fcf8c Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks" by Aaron Ma · 3 years ago
  52. af872b6 Merge tag 'ieee802154-for-net-2022-01-05' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan by Jakub Kicinski · 3 years ago
  53. 4163cb3 Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow" by Maor Gottlieb · 3 years ago
  54. b3c8e0d Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue by David S. Miller · 3 years ago
  55. 1d5a474 sfc: The RX page_ring is optional by Martin Habets · 3 years ago
  56. b712941 iavf: Fix limit of total number of queues to active queues of VF by Karen Sornek · 3 years, 4 months ago
  57. e738451 i40e: Fix incorrect netdev's real number of RX/TX queues by Jedrzej Jagielski · 3 years ago
  58. 40feded i40e: Fix for displaying message regarding NVM version by Mateusz Palczewski · 3 years, 1 month ago
  59. 3116f59 i40e: fix use-after-free in i40e_sync_filters_subtask() by Di Zhu · 3 years, 1 month ago
  60. 01cbf50 i40e: Fix to not show opcode msg on unsuccessful VF MAC change by Mateusz Palczewski · 3 years, 10 months ago
  61. 754e438 ieee802154: atusb: fix uninit value in atusb_set_extended_addr by Pavel Skripkin · 3 years ago
  62. c370baa EDAC/i10nm: Release mdev/mbase when failing to detect HBM by Qiuxu Zhuo · 3 years ago
  63. 8ff5f5d RDMA/rxe: Prevent double freeing rxe_map_set() by Li Zhijian · 3 years ago
  64. 2da5688 drivers: perf: marvell_cn10k: fix an IS_ERR() vs NULL check by Dan Carpenter · 3 years ago
  65. 527a7f5 perf/smmuv3: Fix unused variable warning when CONFIG_OF=n by Will Deacon · 3 years ago
  66. 065e1ae Revert "net: phy: fixed_phy: Fix NULL vs IS_ERR() checking in __fixed_phy_register" by Florian Fainelli · 3 years ago
  67. 46669e8 md/raid1: fix missing bitmap update w/o WriteMostly devices by Song Liu · 3 years ago
  68. e5a7431 gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handler by Steven Lee · 3 years ago
  69. 1ef5e1d net/fsl: Remove leftover definition in xgmac_mdio by Markus Koch · 3 years ago
  70. 859431a Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 3 years ago
  71. 29262e1 rndis_host: support Hytera digital radios by Thomas Toye · 3 years ago
  72. 5055dc0 net: ena: Fix error handling when calculating max IO queues number by Arthur Kiyanovski · 3 years ago
  73. cb3d4f9 net: ena: Fix wrong rx request id by resetting device by Arthur Kiyanovski · 3 years ago
  74. c255a34 net: ena: Fix undefined state when tx request id is out of bounds by Arthur Kiyanovski · 3 years ago
  75. 278218f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 3 years ago
  76. e46227b Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years ago
  77. b95dc06 drm/amdgpu: disable runpm if we are the primary adapter by Alex Deucher · 3 years ago
  78. 9a45ac2 fbdev: fbmem: add a helper to determine if an aperture is used by a fw fb by Alex Deucher · 3 years ago
  79. eaa0905 drm/amd/pm: keep the BACO feature enabled for suspend by Evan Quan · 3 years ago
  80. bb43628 i2c: validate user data in compat ioctl by Pavel Skripkin · 3 years ago
  81. bc7ec91 Input: spaceball - fix parsing of movement data packets by Leo L. Schwab · 3 years ago
  82. 9f3ccdc Input: appletouch - initialize work before device registration by Pavel Skripkin · 3 years ago
  83. 4f3d93c Merge tag 'drm-fixes-2021-12-31' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years ago
  84. ce9b333 Merge branch 'drm-misc-fixes' of ssh://git.freedesktop.org/git/drm/drm-misc into drm-fixes by Dave Airlie · 3 years ago
  85. cb6846f Merge tag 'amd-drm-next-5.17-2021-12-30' of ssh://gitlab.freedesktop.org/agd5f/linux into drm-next by Dave Airlie · 3 years ago
  86. 74c78b4 Merge tag 'net-5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years ago
  87. 9bad743 Merge tag 'char-misc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years ago
  88. 2d40060 Merge tag 'usb-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 3 years ago
  89. 0637d41 drm/amdgpu: no DC support for headless chips by Alex Deucher · 3 years ago
  90. f28cad8 drm/amd/display: fix dereference before NULL check by José Expósito · 3 years ago
  91. 6dc8265 drm/amdgpu: always reset the asic in suspend (v2) by Alex Deucher · 3 years, 2 months ago
  92. 4a70054 drm/amdgpu: put SMU into proper state on runpm suspending for BOCO capable platform by Evan Quan · 3 years ago
  93. 0726ed3 drm/amd/display: Fix the uninitialized variable in enable_stream_features() by Yizhuo Zhai · 3 years ago
  94. 937ed9c drm/amdgpu: fix runpm documentation by Alex Deucher · 3 years ago
  95. 11c9cc9 amdgpu/pm: Make sysfs pm attributes as read-only for VFs by Marina Nikolic · 3 years ago
  96. fec8c52 drm/amdgpu: save error count in RAS poison handler by Tao Zhou · 3 years ago
  97. 45e3d1d drm/amdgpu: drop redundant semicolon by Guchun Chen · 3 years ago
  98. 4c3adc0 drm/amd/display: get and restore link res map by Wenjing Liu · 3 years, 1 month ago
  99. 6dd8931 drm/amd/display: support dynamic HPO DP link encoder allocation by Wenjing Liu · 3 years, 1 month ago
  100. 3d38a58 drm/amd/display: access hpo dp link encoder only through link resource by Wenjing Liu · 3 years, 1 month ago