1. 5ceabb6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 10 months ago
  2. 6f24784 whack-a-mole: don't open-code iminor/imajor by Al Viro · 4 years ago
  3. a118584 sh: mach-sh03: remove duplicate include by Wang Qing · 4 years, 2 months ago
  4. 16a30ba sh: boards: Replace <linux/clk-provider.h> by <linux/of_clk.h> by Geert Uytterhoeven · 4 years, 2 months ago
  5. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 3 months ago
  6. 0a0f0d8 dma-mapping: split <linux/dma-mapping.h> by Christoph Hellwig · 4 years, 4 months ago
  7. 0c64a0d sh: landisk: Add missing initialization of sh_io_port_base by Geert Uytterhoeven · 4 years, 5 months ago
  8. f88c6a2 sh: sh2007: Modernize printing of kernel messages by Geert Uytterhoeven · 4 years, 7 months ago
  9. 8a8e546 sh: Remove SH5-based Cayman platform by Geert Uytterhoeven · 4 years, 7 months ago
  10. bbd7ffd clk: Allow the common clk framework to be selectable by Stephen Boyd · 4 years, 9 months ago
  11. 5497fce sh: Replace setup_irq() by request_irq() by afzal mohammed · 4 years, 10 months ago
  12. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  13. 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
  14. 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
  15. 1c48b27 sh: ecovec24: don't set unused fields in platform data by Bartosz Golaszewski · 5 years ago
  16. d9e2b6e sh: ecovec24: add additional properties to the backlight device by Bartosz Golaszewski · 5 years ago
  17. 6d80f20 sh: Use pr_warn instead of pr_warning by Kefeng Wang · 5 years ago
  18. cdfee56 driver core: initialize a default DMA mask for platform device by Christoph Hellwig · 5 years ago
  19. 860dbce Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Yoshinori Sato · 6 years ago
  20. 87dfb31 treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> by Masahiro Yamada · 6 years ago
  21. e602b26 arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate header by Sabyasachi Gupta · 6 years ago
  22. 2e5f081 Merge branch 'spi-5.2' into spi-next by Mark Brown · 6 years ago
  23. 1b49646 Fix allyesconfig output. by Yoshinori Sato · 6 years ago
  24. acaf892 sh: fix multiple function definition build errors by Randy Dunlap · 6 years ago
  25. 9fda669 spi: sh-msiof: Convert to use GPIO descriptors by Geert Uytterhoeven · 6 years ago
  26. ecc3e77 memblock: memblock_phys_alloc(): don't panic by Mike Rapoport · 6 years ago
  27. f240ec0 memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc by Mike Rapoport · 6 years ago
  28. b7a7d1c Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  29. 96a6de1 Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 6 years ago
  30. 82c5de0 dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag by Christoph Hellwig · 6 years ago
  31. 5c88ee0 media: sh: migor: Include missing dma-mapping header by Jacopo Mondi · 6 years ago
  32. 01dc79c regulator: fixed/gpio: Pull inversion/OD into gpiolib by Linus Walleij · 6 years ago
  33. 1953031 Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  34. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  35. 00d59fd Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 6 years ago
  36. aaf9128 sh: boards: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
  37. ffa6daa arch/sh/boards/mach-kfr2r09/setup.c: drop pointless static qualifier in kfr2r09_usb0_gadget_setup() by YueHaibing · 6 years ago
  38. 440e7b3 arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warning by Randy Dunlap · 6 years ago
  39. 19f4859 sh: remove board_time_init() callback by Arnd Bergmann · 7 years ago
  40. 09e8126 sh: sh03: rtc: push down rtc class ops into driver by Arnd Bergmann · 7 years ago
  41. b0495e4 sh: dreamcast: rtc: push down rtc class ops into driver by Arnd Bergmann · 7 years ago
  42. c4916c2 sh: ecovec24: Fix an ifdef by Linus Walleij · 6 years ago
  43. faed930 mmc: host: tmio: Use GPIO descriptors by Linus Walleij · 6 years ago
  44. 5716fb9 mmc: spi: Convert to use GPIO descriptors by Linus Walleij · 6 years ago
  45. eb01d42 PCI: consolidate PCI config entry in drivers/pci by Christoph Hellwig · 6 years ago
  46. b27186a Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  47. ca9eb48 Merge tag 'regulator-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 6 years ago
  48. c7921bb mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.h by Boris Brezillon · 6 years ago
  49. 82fc509 mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} there by Boris Brezillon · 6 years ago
  50. 47bd59e mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooks by Boris Brezillon · 6 years ago
  51. 8cabf5b SH: use for_each_of_cpu_node iterator by Rob Herring · 6 years ago
  52. efdfeb0 regulator: fixed: Convert to use GPIO descriptor only by Linus Walleij · 6 years ago
  53. 82f7c51 sh: make use of for_each_node_by_type() by Dmitry Torokhov · 6 years ago
  54. a50c773 media: sh: migor: Remove stale soc_camera include by Jacopo Mondi · 7 years ago
  55. 89ce93f media: ov772x: omit consumer ID when getting clock reference by Akinobu Mita · 7 years ago
  56. 40519d5 media: ov772x: use generic names for reset and powerdown gpios by Akinobu Mita · 7 years ago
  57. 39fb993 media: arch: sh: ap325rxa: Use new renesas-ceu camera driver by Jacopo Mondi · 7 years ago
  58. 1a3c230 media: arch: sh: ms7724se: Use new renesas-ceu camera driver by Jacopo Mondi · 7 years ago
  59. f3590dc media: arch: sh: kfr2r09: Use new renesas-ceu camera driver by Jacopo Mondi · 7 years ago
  60. 9bca19a Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  61. 2b787b6 media: arch: sh: migor: Fix TW9910 PDN gpio by Jacopo Mondi · 7 years ago
  62. e5c7137 i2c: pca-platform: move header to platform_data by Wolfram Sang · 7 years ago
  63. 1bad9ce Merge tag 'sh-for-4.17' of git://git.libc.org/linux-sh by Linus Torvalds · 7 years ago
  64. eb6b693 sh: fix memory corruption of unflattened device tree by Rich Felker · 7 years ago
  65. 0d5b1bd Merge branch 'i2c/for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  66. ef1c4a6 Merge tag 'media/v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  67. eb49778 i2c: pca-platform: drop gpio from platform data by Chris Packham · 8 years ago
  68. df0d323 sh: sh7785lcr: add GPIO lookup table for i2c controller reset by Chris Packham · 8 years ago
  69. c2f9b05 media: arch: sh: ecovec: Use new renesas-ceu camera driver by Jacopo Mondi · 7 years ago
  70. 3ca1507 sh: kfr2r09: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flag by Masahiro Yamada · 7 years ago
  71. 186c446 media: arch: sh: migor: Use new renesas-ceu camera driver by Jacopo Mondi · 7 years ago
  72. 19d28fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  73. f9a531d SolutionEngine771x: add Ether TSU resource by Sergei Shtylyov · 7 years ago
  74. 195e2ad SolutionEngine771x: fix Ether platform data by Sergei Shtylyov · 7 years ago
  75. e3e49ca sh_eth: remove sh_eth_plat_data::edmac_endian by Sergei Shtylyov · 7 years ago
  76. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  77. d4092d7 mtd: nand: Rename nand.h into rawnand.h by Boris Brezillon · 7 years ago
  78. 43d0120 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  79. bb0eb05 clocksource/drivers: Rename CLKSRC_OF to TIMER_OF by Daniel Lezcano · 8 years ago
  80. ba5d08c clocksource/drivers: Rename clocksource_probe to timer_probe by Daniel Lezcano · 8 years ago
  81. 8fd7081 Input: tsc2007 - move header file out of I2C realm by Wolfram Sang · 8 years ago
  82. ca5b58e sh: cayman: IDE support fix by Bartlomiej Zolnierkiewicz · 8 years ago
  83. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  84. db766b0 sh: add Kconfig option for J-Core SoC core drivers by Rich Felker · 8 years ago
  85. 15f0c8f sh: use common clock framework with device tree boards by Rich Felker · 8 years ago
  86. f368d47 sh: make board-secureedge5410 explicitly non-modular by Paul Gortmaker · 9 years ago
  87. 190fe19 sh: add support for linking a builtin device tree blob in the kernel by Rich Felker · 9 years ago
  88. f64d6e2 Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  89. 2b65893 sh: Remove unnecessary of_platform_populate with default match table by Kefeng Wang · 9 years ago
  90. bb8e15d of: iommu: make of_iommu_init() postcore_initcall_sync by Kefeng Wang · 9 years ago
  91. fdcfdfa sh: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB by Linus Walleij · 9 years ago
  92. 1eccc6e Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  93. 0106294 mmc: sh_mobile_sdhi: remove obsolete include file by Wolfram Sang · 9 years ago
  94. efed58f sh: x3proto-gpio: switch to gpiochip_add_data() by Linus Walleij · 9 years ago
  95. a8cb826 sh: sdk7786-gpio: switch to gpiochip_add_data() by Linus Walleij · 9 years ago
  96. 044b81f sh: add SMP method selection to device tree pseudo-board by Rich Felker · 9 years ago
  97. 7480e0a sh: add device tree support and generic board using device tree by Rich Felker · 9 years ago
  98. ac53b2e Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  99. 7326ffe sh: nand: make use of mtd_to_nand() where appropriate by Boris BREZILLON · 9 years ago
  100. eb4b0ec [media] include/media: move platform_data to linux/platform_data/media by Mauro Carvalho Chehab · 9 years ago