1. 26d1c80 scsi/sg: move sg-big-buff sysctl to scsi/sg.c by Xiaoming Ni · 3 years ago
  2. 5475e8f random: move the random sysctl declarations to its own file by Xiaoming Ni · 3 years ago
  3. 6aad36d firmware_loader: move firmware sysctl to its own files by Xiaoming Ni · 3 years ago
  4. ad8f743 cdrom: simplify subdirectory registration with register_sysctl() by Luis Chamberlain · 3 years ago
  5. e99f5e7 macintosh/mac_hid.c: simplify subdirectory registration with register_sysctl() by Luis Chamberlain · 3 years ago
  6. e5a1fd9 i915: simplify subdirectory registration with register_sysctl() by Luis Chamberlain · 3 years ago
  7. c8dd554 hpet: simplify subdirectory registration with register_sysctl() by Luis Chamberlain · 3 years ago
  8. 9b57f45 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 3 years ago
  9. 3c7c250 Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years ago
  10. 20f3cf5 HID: wacom: Avoid using stale array indicies to read contact count by Jason Gerecke · 3 years ago
  11. df03e9b HID: wacom: Ignore the confidence flag when a touch is removed by Jason Gerecke · 3 years ago
  12. 546e41a HID: wacom: Reset expected and received contact counts at the same time by Jason Gerecke · 3 years ago
  13. 75242f3 Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 3 years ago
  14. c2c94b3 Merge tag 'drm-next-2022-01-21' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years ago
  15. 39e77c4 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 3 years ago
  16. ccf3458 Merge tag 'amd-drm-fixes-5.17-2022-01-19' of https://gitlab.freedesktop.org/agd5f/linux into drm-next by Dave Airlie · 3 years ago
  17. 410482b Merge tag 'drm-intel-next-fixes-2022-01-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 3 years ago
  18. 2c271fe Merge tag 'gpio-fixes-for-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years ago
  19. 64f29d8 Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 3 years ago
  20. c5a0b6e Merge tag 'vfio-v5.17-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years ago
  21. 41652aa Merge tag 'pwm/for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 3 years ago
  22. fa2e1ba Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years ago
  23. f4484d1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  24. 9f51ce0 gpio: mpc8xxx: Fix an ignored error return from platform_get_irq() by Yang Li · 3 years ago
  25. 7c1cf55 gpio: idt3243x: Fix an ignored error return from platform_get_irq() by Yang Li · 3 years ago
  26. fd0a146 hash.h: remove unused define directive by Isabella Basso · 3 years ago
  27. 7b6397d drivers/infiniband: replace open-coded string copy with get_task_comm by Yafang Shao · 3 years ago
  28. 22c0339 include/linux/unaligned: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years ago
  29. 20c0357 mm: percpu: add generic pcpu_populate_pte() function by Kefeng Wang · 3 years ago
  30. 23f9171 mm: percpu: add generic pcpu_fc_alloc/free funciton by Kefeng Wang · 3 years ago
  31. 1ca3fb3 mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef by Kefeng Wang · 3 years ago
  32. b4966a7 clk: mediatek: relicense mt7986 clock driver to GPL-2.0 by Sam Shih · 3 years ago
  33. 3f7c239 net/fsl: xgmac_mdio: Fix incorrect iounmap when removing module by Tobias Waldekranz · 3 years ago
  34. 6198c72 net/fsl: xgmac_mdio: Add workaround for erratum A-009885 by Tobias Waldekranz · 3 years ago
  35. c8e7ff41 HID: uhid: Use READ_ONCE()/WRITE_ONCE() for ->running by Jann Horn · 3 years ago
  36. 4ea5763 HID: uhid: Fix worker destroying device without any protection by Jann Horn · 3 years ago
  37. baa5950 net: mscc: ocelot: fix using match before it is set by Tom Rix · 3 years ago
  38. f1131b9 net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devices by Claudiu Beznea · 3 years ago
  39. 1771afd net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into account by Ard Biesheuvel · 3 years ago
  40. 2d19c3f net: axienet: increase default TX ring size to 128 by Robert Hancock · 3 years ago
  41. bb193e3 net: axienet: fix for TX busy handling by Robert Hancock · 3 years ago
  42. aba57a8 net: axienet: fix number of TX ring slots for available check by Robert Hancock · 3 years ago
  43. 996defd net: axienet: Fix TX ring slot available check by Robert Hancock · 3 years ago
  44. 70f5817 net: axienet: limit minimum TX ring size by Robert Hancock · 3 years ago
  45. 95978df net: axienet: add missing memory barriers by Robert Hancock · 3 years ago
  46. 04cc2da net: axienet: reset core on initialization prior to MDIO access by Robert Hancock · 3 years ago
  47. b400c2f net: axienet: Wait for PhyRstCmplt after core reset by Robert Hancock · 3 years ago
  48. 2e5644b net: axienet: increase reset timeout by Robert Hancock · 3 years ago
  49. fd6f57b Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years ago
  50. 0ed9059 Merge branch 'random-5.17-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 3 years ago
  51. 39b419e Merge tag 'hwlock-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux by Linus Torvalds · 3 years ago
  52. 4722f46 drm/radeon: fix error handling in radeon_driver_open_kms by Christian König · 3 years ago
  53. 9a45840 drm/amd/amdgpu: fixing read wrong pf2vf data in SRIOV by Jingwen Chen · 3 years ago
  54. 520d9cd drm/amdgpu: apply vcn harvest quirk by Guchun Chen · 3 years ago
  55. a254a0e random: simplify arithmetic function flow in account() by Jason A. Donenfeld · 3 years ago
  56. 248045b random: selectively clang-format where it makes sense by Jason A. Donenfeld · 3 years ago
  57. 6c0eace random: access input_pool_data directly rather than through pointer by Jason A. Donenfeld · 3 years ago
  58. 18263c4 random: cleanup fractional entropy shift constants by Jason A. Donenfeld · 3 years ago
  59. b3d51c1 random: prepend remaining pool constants with POOL_ by Jason A. Donenfeld · 3 years ago
  60. 5b87adf random: de-duplicate INPUT_POOL constants by Jason A. Donenfeld · 3 years ago
  61. 0f63702 random: remove unused OUTPUT_POOL constants by Jason A. Donenfeld · 3 years ago
  62. 90ed1e6 random: rather than entropy_store abstraction, use global by Jason A. Donenfeld · 3 years ago
  63. 8b2d953 random: remove unused extract_entropy() reserved argument by Jason A. Donenfeld · 3 years ago
  64. a4bfa9b random: remove incomplete last_data logic by Jason A. Donenfeld · 3 years ago
  65. d38bb08 random: cleanup integer types by Jason A. Donenfeld · 3 years ago
  66. 91ec0fe random: cleanup poolinfo abstraction by Jason A. Donenfeld · 3 years ago
  67. c0a8a61 random: fix typo in comments by Schspa Shi · 3 years ago
  68. d8d83d8 lib/crypto: blake2s: move hmac construction into wireguard by Jason A. Donenfeld · 3 years ago
  69. 9961315 Merge tag 'dmaengine-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine by Linus Torvalds · 3 years ago
  70. fe81ba1 Merge tag 'ata-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata by Linus Torvalds · 3 years ago
  71. 3bf6a9e Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years ago
  72. 46a10fc Merge tag 'rproc-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux by Linus Torvalds · 3 years ago
  73. fc9d695 Merge tag 'rpmsg-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux by Linus Torvalds · 3 years ago
  74. 8357f6f Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years ago
  75. 6a8d7fb Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years ago
  76. e3daa26 Merge branch 'acpi-pfrut' by Rafael J. Wysocki · 3 years ago
  77. ebf8b13 Merge branches 'acpi-x86', 'acpi-tables', 'acpi-soc' and 'acpi-pcc' by Rafael J. Wysocki · 3 years ago
  78. 5765cee net: sfp: fix high power modules without diagnostic monitoring by Russell King (Oracle) · 3 years ago
  79. 0035893 brd: remove brd_devices_mutex mutex by Tetsuo Handa · 3 years ago
  80. 30fee1d gpio: idt3243x: Fix IRQ check in idt_gpio_probe by Miaoqian Lin · 3 years ago
  81. 0b39536 gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probe by Miaoqian Lin · 3 years ago
  82. c0b7f7d net: ocelot: Fix the call to switchdev_bridge_port_offload by Horatiu Vultur · 3 years ago
  83. e26602b drm/i915/display/adlp: Implement new step in the TC voltage swing prog sequence by José Roberto de Souza · 3 years ago
  84. ef3ac01 drm/i915/display/ehl: Update voltage swing table by José Roberto de Souza · 3 years ago
  85. a609718 devtmpfs regression fix: reconfigure on each mount by NeilBrown · 3 years ago
  86. b520085 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 3 years ago
  87. 4b37895 Merge tag 'i3c/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux by Linus Torvalds · 3 years ago
  88. 96000bc Merge tag 'ntb-5.17' of git://github.com/jonmason/ntb by Linus Torvalds · 3 years ago
  89. 2225acc Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 3 years ago
  90. 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years ago
  91. 429e3d1 bonding: Fix extraction of ports from the packet headers by Moshe Tal · 3 years ago
  92. 5ceee54 rtc: sunplus: fix return value in sp_rtc_probe() by Yang Yingliang · 3 years ago
  93. ff164ae rtc: cmos: Evaluate century appropriate by Riwen Lu · 3 years ago
  94. 900ed72 rtc: gamecube: Fix an IS_ERR() vs NULL check by Dan Carpenter · 3 years ago
  95. 7372971 rtc: mc146818-lib: fix signedness bug in mc146818_get_time() by Dan Carpenter · 3 years ago
  96. cb3f09f Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 3 years ago
  97. d0a231f Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 3 years ago
  98. 59d4145 Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years ago
  99. f542cdf net: wwan: Fix MRU mismatch issue which may lead to data connection lost by Slark Xiao · 3 years ago
  100. 020a45a net: phy: marvell: add Marvell specific PHY loopback by Mohammad Athari Bin Ismail · 3 years ago