1. 89a47dd Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 11 months ago
  2. 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
  3. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  4. 5f2fb52 kbuild: rename hostprogs-y/always to hostprogs/always-y by Masahiro Yamada · 5 years ago
  5. 2367da5 Merge tag 'backlight-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 5 years ago
  6. d0fa925 Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 5 years ago
  7. 9f68e36 Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  8. ca9b5b6 Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
  9. 3a6fb6c video: hyperv: hyperv_fb: Use physical memory for fb on HyperV Gen 1 VMs. by Wei Hu · 5 years ago
  10. 382a462 video: hyperv_fb: Fix hibernation for the deferred IO feature by Dexuan Cui · 5 years ago
  11. 7af43a7 backlight: qcom-wled: Fix unsigned comparison to zero by Chen Zhou · 5 years ago
  12. e018bc2 console/dummycon: Remove bogus depends on from DUMMY_CONSOLE by Arvind Sankar · 5 years ago
  13. 2ec1431 video: fbdev: mmp: fix platform_get_irq.cocci warnings by kbuild test robot · 5 years ago
  14. 22164fb Merge drm/drm-next into drm-misc-next by Maarten Lankhorst · 5 years ago
  15. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  16. 8080577 omapfb/dss: remove unneeded conversions to bool by Andrew F. Davis · 5 years ago
  17. 7610bca video: pxafb: Use devm_platform_ioremap_resource() in pxafb_probe() by Markus Elfring · 5 years ago
  18. bc2e738 video: ocfb: Use devm_platform_ioremap_resource() in ocfb_probe() by Markus Elfring · 5 years ago
  19. 4a7001f video: fbdev: fsl-diu-fb: mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
  20. 776b0aa fbdev: matrox: make array wtst_xlat static const, makes object smaller by Colin Ian King · 5 years ago
  21. 3149299 fbdev/sa1100fb: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  22. 8d5598f1 fbdev: s3c-fb: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  23. 1d47d0b fbdev: omapfb: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  24. eaa051a video/fbdev/68328fb: Remove dead code by Souptick Joarder · 5 years ago
  25. 3c911fe pxa168fb: Fix the function used to release some memory in an error handling path by Christophe JAILLET · 5 years ago
  26. ab1c4c5 fbdev: fbmem: avoid exporting fb_center_logo by Peter Rosin · 5 years ago
  27. 691f50a fbdev: fbmem: allow overriding the number of bootup logos by Peter Rosin · 5 years ago
  28. e41f6b17 video: fbdev: mmp: fix sparse warnings about using incorrect types by Bartlomiej Zolnierkiewicz · 6 years ago
  29. dd90e9a video: fbdev: mmp: add COMPILE_TEST support by Bartlomiej Zolnierkiewicz · 6 years ago
  30. 5d21974 video: fbdev: mmp: remove duplicated MMP_DISP dependency by Bartlomiej Zolnierkiewicz · 6 years ago
  31. 6c56e8a Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Daniel Vetter · 5 years ago
  32. c8fdcc8 backlight: bd6107: Convert to use GPIO descriptor by Linus Walleij · 5 years ago
  33. edeec4f backlight: ams369fg06: Drop GPIO include by Linus Walleij · 5 years ago
  34. 8a48ac33 video: constify fb ops across all drivers by Jani Nikula · 5 years ago
  35. 28318ac video: fbdev: intelfb: use const pointer for fb_ops by Jani Nikula · 5 years ago
  36. 1b78e72 video: fbdev: uvesafb: modify the static fb_ops directly by Jani Nikula · 5 years ago
  37. 9567a03 video: fbdev: nvidia: modify the static fb_ops directly by Jani Nikula · 5 years ago
  38. c63c35d video: fbdev: mb862xx: modify the static fb_ops directly by Jani Nikula · 5 years ago
  39. f4e97477 video: fbdev: atyfb: modify the static fb_ops directly by Jani Nikula · 5 years ago
  40. c3bed3b Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 5 years ago
  41. e67efd4 video: omapfb: use const pointer for fb_ops by Jani Nikula · 5 years ago
  42. f23c57e video: fbmem: use const pointer for fb_ops by Jani Nikula · 5 years ago
  43. 80b2976 video: fbdev: vesafb: modify the static fb_ops directly by Jani Nikula · 5 years ago
  44. f1844af video: udlfb: don't restore fb_mmap after deferred IO cleanup by Jani Nikula · 5 years ago
  45. 822f82f video: smscufx: don't restore fb_mmap after deferred IO cleanup by Jani Nikula · 5 years ago
  46. 12281c8 video: fb_defio: preserve user fb_ops by Jani Nikula · 5 years ago
  47. 76bb8b0 Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  48. 3265568 Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  49. 38edc3d Merge tag 'backlight-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 5 years ago
  50. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  51. 0dd0c8f Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 5 years ago
  52. a72e27f video: fbdev: matrox: convert to i2c_new_scanned_device by Wolfram Sang · 5 years ago
  53. 774800c Merge branch 'pci/resource' by Bjorn Helgaas · 5 years ago
  54. a6ed68d Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  55. 436b2a8 Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 5 years ago
  56. d21987d video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame buffer driver by Wei Hu · 5 years ago
  57. 67e7cdb video: hyperv: hyperv_fb: Obtain screen resolution from Hyper-V host by Wei Hu · 5 years ago
  58. 1ecf302 video: hyperv_fb: Add the support of hibernation by Dexuan Cui · 5 years ago
  59. d6aa37c PCI/PM: Avoid exporting __pci_complete_power_transition() by Rafael J. Wysocki · 5 years ago
  60. f597c20 fbdev: Unexport unlink_framebuffer() by Thomas Zimmermann · 5 years ago
  61. 77e0723 Merge v5.4-rc7 into drm-next by Dave Airlie · 5 years ago
  62. 102a1b3 backlight: qcom-wled: Fix spelling mistake "trigged" -> "triggered" by Colin Ian King · 5 years ago
  63. 9afa302 backlight: gpio: Pull gpio_backlight_initial_power_state() into probe by Bartosz Golaszewski · 5 years ago
  64. d17465a backlight: gpio: Use a helper variable for &pdev->dev by Bartosz Golaszewski · 5 years ago
  65. f35f06b backlight: gpio: Simplify the platform data handling by Bartosz Golaszewski · 5 years ago
  66. 706dc68 backlight: gpio: Explicitly set the direction of the GPIO by Bartosz Golaszewski · 5 years ago
  67. 3cfc291 backlight: gpio: Remove stray newline by Bartosz Golaszewski · 5 years ago
  68. 8a05548 backlight: gpio: Remove unneeded include by Bartosz Golaszewski · 5 years ago
  69. 78a20a0 video/logo: move pnmtologo tool to drivers/video/logo/ from scripts/ by Masahiro Yamada · 5 years ago
  70. e3c639b video/logo: simplify cmd_logo by Masahiro Yamada · 5 years ago
  71. 0b0cb52 video: backlight: tosa: Use GPIO lookup table by Arnd Bergmann · 5 years ago
  72. 72d74a0 Merge tag 'drm-misc-fixes-2019-11-07-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 5 years ago
  73. b330f39 fbdev: c2p: Fix link failure on non-inlining by Geert Uytterhoeven · 5 years ago
  74. 8663c18 backlight: qcom-wled: Add auto string detection logic by Kiran Gunda · 5 years ago
  75. feeab87 backlight: qcom-wled: Add support for short circuit handling by Kiran Gunda · 5 years ago
  76. 03b2b5e backlight: qcom-wled: Add support for WLED4 peripheral by Kiran Gunda · 5 years ago
  77. 775d2ff backlight: qcom-wled: Restructure the driver for WLED3 by Kiran Gunda · 5 years ago
  78. bb800a3 backlight: qcom-wled: Rename PM8941* to WLED3 by Kiran Gunda · 5 years ago
  79. 51c0ddc backlight: qcom-wled: Rename pm8941-wled.c to qcom-wled.c by Kiran Gunda · 5 years ago
  80. 0ba9841 compat_ioctl: move ATYFB_CLK handling to atyfb driver by Arnd Bergmann · 6 years ago
  81. 3e3d38b vgacon: Use pr_warn instead of pr_warning by Kefeng Wang · 5 years ago
  82. 53e4929 backlight: Kconfig: jornada720: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
  83. c9c13ba PCI: Add PCI_STD_NUM_BARS for the number of standard BARs by Denis Efremov · 5 years ago
  84. ca58b37 backlight: pwm_bl: Switch to power-of-2 base for fixed-point math by Rasmus Villemoes · 5 years ago
  85. 407feae backlight: pwm_bl: Drop use of int_pow() by Rasmus Villemoes · 5 years ago
  86. e802cba backlight: pwm_bl: Eliminate a 64/32 division by Rasmus Villemoes · 5 years ago
  87. efdf690 backlight: pwm_bl: Fix cie1913 comments and constant by Rasmus Villemoes · 5 years ago
  88. 349ee12 backlight: pwm_bl: Add missing curly branches in else branch by Matthias Kaehlcke · 5 years ago
  89. de6f2a7 backlight: pwm_bl: Don't assign levels table repeatedly by Matthias Kaehlcke · 5 years ago
  90. 7ed0936 Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 5 years ago
  91. 01bb251 video/logo: do not generate unneeded logo C files by Masahiro Yamada · 5 years ago
  92. a9bbe79 video/logo: remove unneeded *.o pattern from clean-files by Masahiro Yamada · 5 years ago
  93. 4092de1 Merge drm/drm-next into drm-misc-next by Maxime Ripard · 5 years ago
  94. 0e0e78e backlight: lm3630a: Add an enable gpio for the HWEN pin by Andreas Kemnade · 5 years ago
  95. 7050a7c backlight: ipaq_micro: Make structure micro_bl_props constant by Nishka Dasgupta · 5 years ago
  96. 8ad003e backlight: lm3630a: Fix module aliases by Andreas Kemnade · 5 years ago
  97. d0b3cfe Merge tag 'backlight-next-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 5 years ago
  98. 5c6bd5d Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  99. 6039f37 video/hdmi: Fix AVI bar unpack by Ville Syrjälä · 5 years ago
  100. 574cc45 Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago