1. 0f5cb8c gpio: eic-sprd: Use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  2. c7d0ca2 gpio: vr41xx: Use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  3. 5272856 gpio: janz-ttl: Drop unneccessary temp variable dev by Enrico Weigelt, metux IT consult · 6 years ago
  4. 01d078a gpio: grgpio: Use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  5. 6bdec6c gpio: ep93xx: Use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  6. 2b3fee3 gpio: amdpt: Drop unneeded deref of &pdev->dev by Enrico Weigelt, metux IT consult · 6 years ago
  7. b183cab gpio: rcar: Pedantic formatting by Enrico Weigelt, metux IT consult · 6 years ago
  8. f310f2e gpio: Add comments on #if/#else/#endif by Enrico Weigelt · 6 years ago
  9. a100067 gpio: amd: Drop unused pdev pointer in privata data by Enrico Weigelt · 6 years ago
  10. 4892d3a gpio: Drop the parent_irq from gpio_irq_chip by Linus Walleij · 6 years ago
  11. 9a82ee6 gpio: Add GPIOLIB_IRQCHIP cleanup to TODO by Linus Walleij · 6 years ago
  12. 42d9fc7 gpio: ftgpio: Pass irqchip when adding gpiochip by Linus Walleij · 6 years ago
  13. a522f1d gpio: omap: Fix lost edge wake-up interrupts by Tony Lindgren · 6 years ago
  14. 6a80b30 fmc: Delete the FMC subsystem by Linus Walleij · 6 years ago
  15. 754dfd7 gpio: omap: clean up register access in omap2_set_gpio_debounce() by Russell King · 6 years ago
  16. f1c32ef gpio: omap: irq_startup() must not return error codes by Russell King · 6 years ago
  17. 40fd422 gpio: omap: clean up wakeup handling by Russell King · 6 years ago
  18. 18bd49c gpio: omap: constify register tables by Russell King · 6 years ago
  19. 9c7f798 gpio: omap: clean up omap_gpio_restore_context() by Russell King · 6 years ago
  20. 9a30278 gpio: omap: remove dataout variation in context handling by Russell King · 6 years ago
  21. 31b2d7f gpio: omap: simplify omap_set_gpio_irqenable() by Russell King · 6 years ago
  22. a47b915 gpio: omap: simplify omap_toggle_gpio_edge_triggering() by Russell King · 6 years ago
  23. 8ee1de6 gpio: omap: simplify read-modify-write by Russell King · 6 years ago
  24. a0e881e gpio: omap: simplify bank->level_mask by Russell King · 6 years ago
  25. 8ba7059 gpio: omap: simplify set_multiple() by Russell King · 6 years ago
  26. 6653dd8 gpio: omap: simplify get_multiple() by Russell King · 6 years ago
  27. 5ca5f92 gpio: omap: simplify get() method by Russell King · 6 years ago
  28. 40bb227 gpio: omap: simplify omap_gpio_get_direction() by Russell King · 6 years ago
  29. dfbc6c7 gpio: omap: move omap_gpio_request() and omap_gpio_free() by Russell King · 6 years ago
  30. 693de83 gpio: omap: remove irq_ack method by Russell King · 6 years ago
  31. 395373c gpio: omap: clean up edge interrupt handling by Russell King · 6 years ago
  32. c030a9c gpio: omap: remove remainder of list management by Russell King · 6 years ago
  33. 64ea3e9 gpio: omap: fix lack of irqstatus_raw0 for OMAP4 by Russell King · 6 years ago
  34. c859e0d gpio: omap: ensure irq is enabled before wakeup by Russell King · 6 years ago
  35. 74a36e4 Merge branch 'ib-snps-reset-gpio' into devel by Linus Walleij · 6 years ago
  36. edc1ef3 gpio: of: parse stmmac PHY reset line specific active-low property by Martin Blumenstingl · 6 years ago
  37. 9d373ac gpio: altera: Allocate irq_chip dynamically by Phil Reid · 6 years ago
  38. 1ebd0687 gpio: xilinx: convert from OF GPIO to standard devm APIs by Robert Hancock · 6 years ago
  39. 7fae8a9 fmc: Decouple from Linux GPIO subsystem by Linus Walleij · 6 years ago
  40. fc8938d dt-bindings: gpio: davinci: Add k3 am654 compatible by Keerthy · 6 years ago
  41. 6a4d8b6 gpio: davinci: Add new compatible for K3 AM654 SoCs by Keerthy · 6 years ago
  42. 6eeea32 gpio: Davinci: Add K3 dependencies by Keerthy · 6 years ago
  43. 36c0551 gpio: davinci: Fix the compiler warning with ARM64 config enabled by Keerthy · 6 years ago
  44. 5923ea6 gpio: pass lookup and descriptor flags to request_own by Linus Walleij · 6 years ago
  45. 0aa3ebf docs: gpio: driver.rst: fix a bad tag by Mauro Carvalho Chehab · 6 years ago
  46. 8b74ae4 gpio: pca953x: Add support for the TI TCA9539 by Peter Robinson · 6 years ago
  47. e3023bf gpio: of: Handle the Freescale SPI CS by Linus Walleij · 6 years ago
  48. 910f38b dt-bindings: gpio: Convert Arm PL061 to json-schema by Rob Herring · 6 years ago
  49. 919c46c Documentation: gpio: remove duplicated lines by Luca Ceresoli · 6 years ago
  50. 315c1a8 gpio: ixp4xx: Use irq_domain_translate_twocell() by Linus Walleij · 6 years ago
  51. 4b3d500 gpio: Fix minor grammar errors in documentation by Linus Walleij · 6 years ago
  52. db9477f gpio: Update Kconfig text for GPIO_SYSFS by Linus Walleij · 6 years ago
  53. 663ba74 gpio: vf610: Use PTR_ERR_OR_ZERO() in vf610_gpio_probe() by Andrey Smirnov · 6 years ago
  54. cd6c84d Linux 5.2-rc2 by Linus Torvalds · 6 years ago
  55. c5b4409 Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  56. 862f0a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  57. 128f2bf Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 6 years ago
  58. 58be010 random: fix soft lockup when trying to read from an uninitialized blocking pool by Theodore Ts'o · 6 years ago
  59. 0c97bf8 tracing: Silence GCC 9 array bounds warning by Miguel Ojeda · 6 years ago
  60. 35efb51 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  61. b2ad813 Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  62. a2c48d9 Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  63. 66883da ext4: fix dcache lookup of !casefolded directories by Gabriel Krisman Bertazi · 6 years ago
  64. 2409207 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  65. 7fbc78e Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  66. 7f8b40e3 Merge tag 'linux-kselftest-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 6 years ago
  67. e7bd3e2 Merge tag 'devicetree-fixes-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  68. 86c2f5d Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  69. 51816e9 locking/lock_events: Use this_cpu_add() when necessary by Waiman Long · 6 years ago
  70. 66f61c9 KVM: x86: fix return value for reserved EFER by Paolo Bonzini · 6 years ago
  71. 883d25e7 tools/kvm_stat: fix fields filter for child events by Stefan Raspl · 6 years ago
  72. c795720 KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guard by Thomas Huth · 6 years ago
  73. 98e6834 kvm: selftests: aarch64: compile with warnings on by Andrew Jones · 6 years ago
  74. 55eda00 kvm: selftests: aarch64: fix default vm mode by Andrew Jones · 6 years ago
  75. bffed38 kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot size by Andrew Jones · 6 years ago
  76. 19ec166 KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGION by Christian Borntraeger · 6 years ago
  77. 2924b52 KVM: x86/pmu: do not mask the value that is written to fixed PMUs by Paolo Bonzini · 6 years ago
  78. 0e6f467 KVM: x86/pmu: mask the result of rdpmc according to the width of the counters by Paolo Bonzini · 6 years ago
  79. a80c4ec x86/kvm/pmu: Set AMD's virt PMU version to 1 by Borislav Petkov · 6 years ago
  80. 6f2f845 KVM: x86: do not spam dmesg with VMCS/VMCB dumps by Paolo Bonzini · 6 years ago
  81. 654f1f1 kvm: Check irqchip mode before assign irqfd by Peter Xu · 6 years ago
  82. c9bcd3e kvm: svm/avic: fix off-by-one in checking host APIC ID by Suthikulpanit, Suravee · 6 years ago
  83. 204c91e KVM: selftests: do not blindly clobber registers in guest asm by Paolo Bonzini · 6 years ago
  84. 12e9612 KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.c by Thomas Huth · 6 years ago
  85. 16ba3ab KVM: LAPIC: Expose per-vCPU timer_advance_ns to userspace by Wanpeng Li · 6 years ago
  86. 0e6edce KVM: LAPIC: Fix lapic_timer_advance_ns parameter overflow by Wanpeng Li · 6 years ago
  87. 4d25996 kvm: vmx: Fix -Wmissing-prototypes warnings by Yi Wang · 6 years ago
  88. 541e886 KVM: nVMX: Fix using __this_cpu_read() in preemptible context by Wanpeng Li · 6 years ago
  89. d30b214 kvm: fix compilation on s390 by Paolo Bonzini · 6 years ago
  90. 382409b kvm: x86: Include CPUID leaf 0x8000001e in kvm's supported CPUID by Jim Mattson · 6 years ago
  91. 32a243d kvm: x86: Include multiple indices with CPUID leaf 0x8000001d by Jim Mattson · 6 years ago
  92. 319f6f9 KVM: selftests: Compile code with warnings enabled by Thomas Huth · 6 years ago
  93. 3b339e2 kvm: selftests: avoid type punning by Paolo Bonzini · 6 years ago
  94. be7fcf1 KVM: selftests: Fix a condition in test_hv_cpuid() by Dan Carpenter · 6 years ago
  95. 2eb06c3 KVM: Fix spinlock taken warning during host resume by Wanpeng Li · 6 years ago
  96. 21be4ca KVM: nVMX: Clear nested_run_pending if setting nested state fails by Sean Christopherson · 6 years ago
  97. db80927 KVM: nVMX: really fix the size checks on KVM_SET_NESTED_STATE by Paolo Bonzini · 6 years ago
  98. 6bff2a3 Merge tag 'kvmarm-fixes-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 6 years ago
  99. 0a72ef8 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  100. c50bbf6 Merge tag 'platform-drivers-x86-v5.2-2' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 6 years ago