1. 672de52 gpio: mb86s7x: Use devm_clk_get_optional() to get the input clock by Andy Shevchenko · 4 years, 8 months ago
  2. 582838e gpiolib: Document that GPIO line names are not globally unique by Geert Uytterhoeven · 4 years, 8 months ago
  3. ed43f2b Merge tag 'intel-gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into devel by Linus Walleij · 4 years, 8 months ago
  4. 29f9f8e Merge tag 'gpio-updates-for-v5.8-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel by Linus Walleij · 4 years, 9 months ago
  5. 3831c05 tools: gpio: add bias flags to lsgpio by Kent Gibson · 4 years, 9 months ago
  6. 17f96ee gpio-f7188x: Add GPIO support for F81865 by Petteri Jokinen · 4 years, 9 months ago
  7. fef2d3b gpio: tegra186: export MODULE_DEVICE_TABLE by Mian Yousaf Kaukab · 4 years, 9 months ago
  8. 8d09101 gpio: Make "offset" and "unsigned int", not just "unsigned" by Douglas Anderson · 4 years, 9 months ago
  9. 36b5215 gpio: Document proper return value for gpio drivers by Douglas Anderson · 4 years, 9 months ago
  10. 6fdeb6c gpio: pca953x: drop unused parameters of pca953x_recalc_addr() by Uwe Kleine-König · 4 years, 9 months ago
  11. bcf41dc gpio: pca953x: fix handling of automatic address incrementing by Uwe Kleine-König · 4 years, 9 months ago
  12. 6f79348 gpio: pca953x: Rewrite ->get_multiple() function by Andy Shevchenko · 4 years, 9 months ago
  13. dc5c143 gpio: mm-lantiq: Fix small typo by Dejin Zheng · 4 years, 9 months ago
  14. 66d8ad6 gpio: mlxbf2: fix return value check in mlxbf2_gpio_get_lock_res() by Wei Yongjun · 4 years, 9 months ago
  15. 1c12857 gpio: ftgpio010: Fix small typo by Dejin Zheng · 4 years, 9 months ago
  16. a5e9343 gpiolib: Rename "chip" variables to "gc" in core header file by Geert Uytterhoeven · 4 years, 9 months ago
  17. 262b901 gpiolib: Improve kernel messages by Geert Uytterhoeven · 4 years, 9 months ago
  18. 1475b62 gpio: dwapb: Amend indentation in some cases by Andy Shevchenko · 4 years, 9 months ago
  19. 1afbc80 gpio: dwapb: Get rid of unnecessary conjunction over 32-bit value by Andy Shevchenko · 4 years, 9 months ago
  20. 9784c99 gpiolib: devprop: Warn if gpio-line-names is too long by Stephen Boyd · 4 years, 9 months ago
  21. 9f676e5 gpio: mlxbf2: remove unused including <linux/version.h> by YueHaibing · 4 years, 10 months ago
  22. 4c2b54f gpio: dwapb: Split out dwapb_get_irq() helper by Andy Shevchenko · 4 years, 9 months ago
  23. c59042e gpio: dwapb: Drop of_match_ptr() & ACPI_PTR() calls by Andy Shevchenko · 4 years, 9 months ago
  24. 4f344e8 gpio: dwapb: Drop bogus BUG_ON()s by Andy Shevchenko · 4 years, 9 months ago
  25. 48ce805 gpio: dwapb: Switch to more usual pattern of RMW in dwapb_gpio_set_debounce() by Andy Shevchenko · 4 years, 9 months ago
  26. d31275a gpio: dwapb: Convert to use IRQ core provided macros by Andy Shevchenko · 4 years, 9 months ago
  27. 9826bbe gpio: dwapb: Use device_get_match_data() to simplify code by Andy Shevchenko · 4 years, 9 months ago
  28. e092bc5 gpio: dwapb: Convert to use irqd_to_hwirq() by Andy Shevchenko · 4 years, 9 months ago
  29. 43296bf gpio: dwapb: Deduplicate IRQ resource management by Andy Shevchenko · 4 years, 9 months ago
  30. f9754c7 gpio: dwapb: set default handler to be handle_bad_irq() by Andy Shevchenko · 4 years, 9 months ago
  31. 9b0aef3 gpio: dwapb: Use chained IRQ prologue and epilogue by Andy Shevchenko · 4 years, 9 months ago
  32. 038aa1f gpio: dwapb: Refactor IRQ handler to use bit operations by Andy Shevchenko · 4 years, 9 months ago
  33. c58220c gpio: dwapb: Append MODULE_ALIAS for platform driver by Andy Shevchenko · 4 years, 9 months ago
  34. a26fa4b MAINTAINERS: Add Segey Semin to maintainers of DW APB GPIO driver by Serge Semin · 4 years, 10 months ago
  35. 5c544c9 gpio: dwapb: Add debounce reference clock support by Serge Semin · 4 years, 10 months ago
  36. 3ea8094c gpio: dwapb: Use optional-clocks interface for APB ref-clock by Serge Semin · 4 years, 10 months ago
  37. c55812a dt-bindings: gpio: Add Sergey Semin to DW APB GPIO driver maintainers by Serge Semin · 4 years, 10 months ago
  38. 4f18093 dt-bindings: gpio: Add DW GPIO debounce clock property by Serge Semin · 4 years, 10 months ago
  39. 657a06d dt-bindings: gpio: Convert snps,dw-apb-gpio to DT schema by Serge Semin · 4 years, 10 months ago
  40. aa58a21 gpio: pca953x: disable regmap locking by Bartosz Golaszewski · 4 years, 10 months ago
  41. 7e73aa9 gpio: merrifield: Better show how GPIO and IRQ bases are derived from hardware by Andy Shevchenko · 4 years, 10 months ago
  42. 6b1c783 gpio: merrifield: Switch over to MSI interrupts by Andy Shevchenko · 4 years, 10 months ago
  43. 5376b0b gpio: pch: Use in pch_irq_type() macros provided by IRQ core by Andy Shevchenko · 4 years, 9 months ago
  44. 368b843 gpio: pch: Refactor pch_irq_type() to avoid unnecessary locking by Andy Shevchenko · 4 years, 9 months ago
  45. 5a4245d gpio: pch: Get rid of unneeded variable in IRQ handler by Andy Shevchenko · 4 years, 9 months ago
  46. 5c85418ab gpio: pch: Use BIT() and GENMASK() where it's appropriate by Andy Shevchenko · 4 years, 9 months ago
  47. 96d7c7b3 gpio: gpio-pca953x, Add get_multiple function by Paul Thomas · 4 years, 9 months ago
  48. 04fd1ca gpiolib: acpi: Add missing __init(const) markers to initcall-s by Hans de Goede · 4 years, 10 months ago
  49. ea06a48 gpiolib: of: improve gpiolib-of support of pull up/down on expanders by Adam Ford · 4 years, 9 months ago
  50. 6168444 gpio: pl061: Support building as module by Rob Herring · 4 years, 10 months ago
  51. 85a94ff gpio: Extend TODO to cover code duplication avoidance by Andy Shevchenko · 4 years, 10 months ago
  52. 7fc504b gpio: xgene-sb: set valid IRQ type in to_irq() by Brian Masney · 4 years, 10 months ago
  53. 9b6d569 gpio: ich: fix a typo by sachin agarwal · 5 years ago
  54. 8f3d9f3 Linux 5.7-rc1 by Linus Torvalds · 4 years, 9 months ago
  55. 3b50142 MAINTAINERS: sort field names for all entries by Linus Torvalds · 4 years, 9 months ago
  56. 4400b7d MAINTAINERS: sort entries by entry name by Linus Torvalds · 4 years, 9 months ago
  57. 4f8a3cc Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  58. 0785249 Merge tag 'timers-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  59. 590680d Merge tag 'sched-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  60. 20e2aa8 Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  61. 652fa53 Merge tag 'locking-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  62. 4119bf9 Merge tag '5.7-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 9 months ago
  63. 50bda5f Merge tag 'nfs-for-5.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 9 months ago
  64. b032227 Merge tag 'nios2-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 4 years, 9 months ago
  65. 75e7188 Merge tag 'dma-mapping-5.7-1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 9 months ago
  66. b753101 Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 9 months ago
  67. c7850ae mailmap: Add Sedat Dilek (replacement for expired email address) by Sedat Dilek · 4 years, 9 months ago
  68. 27d231c pNFS: Fix RCU lock leakage by Trond Myklebust · 4 years, 9 months ago
  69. e6f8b6c KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guest by Xiaoyao Li · 4 years, 9 months ago
  70. 9de6fe3 KVM: x86: Emulate split-lock access as a write in emulator by Xiaoyao Li · 4 years, 9 months ago
  71. d7e94db x86/split_lock: Provide handle_guest_split_lock() by Thomas Gleixner · 4 years, 9 months ago
  72. 00d76a0c kbuild: fix comment about missing include guard detection by Masahiro Yamada · 4 years, 10 months ago
  73. 5b8b9d0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
  74. ca6151a Merge tag 'docs-5.7-2' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 9 months ago
  75. 4e4bdcf Merge tag 'for-linus-5.7-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 4 years, 9 months ago
  76. 9539303 Merge tag 'xtensa-20200410' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 4 years, 9 months ago
  77. e6383b1 Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 9 months ago
  78. 89163f9 ipc/util.c: sysvipc_find_ipc() should increase position index by Vasily Averin · 4 years, 9 months ago
  79. f4d74ef kernel/gcov/fs.c: gcov_seq_next() should increase position index by Vasily Averin · 4 years, 9 months ago
  80. 3bfa7e1 fs/seq_file.c: seq_read(): add info message about buggy .next functions by Vasily Averin · 4 years, 9 months ago
  81. cb8d993 drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warnings by kbuild test robot · 4 years, 9 months ago
  82. 149ed3d4 change email address for Pali Rohár by Pali Rohár · 4 years, 9 months ago
  83. 23756e5 selftests: kmod: test disabling module autoloading by Eric Biggers · 4 years, 9 months ago
  84. 6d573a0 selftests: kmod: fix handling test numbers above 9 by Eric Biggers · 4 years, 9 months ago
  85. 6e71582 docs: admin-guide: document the kernel.modprobe sysctl by Eric Biggers · 4 years, 9 months ago
  86. 26c5d78 fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once() by Eric Biggers · 4 years, 9 months ago
  87. d7d27cf kmod: make request_module() return an error when autoloading is disabled by Eric Biggers · 4 years, 9 months ago
  88. a50d8d9 mm/memremap: set caching mode for PCI P2PDMA memory to WC by Logan Gunthorpe · 4 years, 9 months ago
  89. bfeb022 mm/memory_hotplug: add pgprot_t to mhp_params by Logan Gunthorpe · 4 years, 9 months ago
  90. 4e00c5a powerpc/mm: thread pgprot_t through create_section_mapping() by Logan Gunthorpe · 4 years, 9 months ago
  91. 30796e1 x86/mm: introduce __set_memory_prot() by Logan Gunthorpe · 4 years, 9 months ago
  92. c164fbb x86/mm: thread pgprot_t through init_memory_mapping() by Logan Gunthorpe · 4 years, 9 months ago
  93. f5637d3 mm/memory_hotplug: rename mhp_restrictions to mhp_params by Logan Gunthorpe · 4 years, 9 months ago
  94. 96c6b59 mm/memory_hotplug: drop the flags field from struct mhp_restrictions by Logan Gunthorpe · 4 years, 9 months ago
  95. 78e7c5a mm/special: create generic fallbacks for pte_special() and pte_mkspecial() by Anshuman Khandual · 4 years, 9 months ago
  96. 6cb4d9a mm/vma: introduce VM_ACCESS_FLAGS by Anshuman Khandual · 4 years, 9 months ago
  97. c62da0c mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS by Anshuman Khandual · 4 years, 9 months ago
  98. 8cd3984 mm/memory.c: add vm_insert_pages() by Arjun Roy · 4 years, 9 months ago
  99. c97078bd mm: define pte_index as macro for x86 by Arjun Roy · 4 years, 9 months ago
  100. 251a0ff mm: bring sparc pte_index() semantics inline with other platforms by Arjun Roy · 4 years, 9 months ago