1. 203f0da gpio: replace trivial implementations of request/free with generic one by Jonas Gorski · 9 years ago
  2. c771c2f gpiolib: provide generic request/free implementations by Jonas Gorski · 9 years ago
  3. 30cefea gpio: omap: fix static checker warning by Grygorii Strashko · 9 years ago
  4. 26ba9cd gpio: pl061: assign the apropriate handler for irqs by Linus Walleij · 9 years ago
  5. 21d4de1 gpio: pl061: returning with lock held in pl061_irq_type() by Dan Carpenter · 9 years ago
  6. 78856ac Revert "gpio-sysfs: Use gpio descriptor name instead of gpiochip names array" by Linus Walleij · 9 years ago
  7. f32517b gpio: pca953x: support ACPI devices found on Galileo Gen2 by Andy Shevchenko · 9 years ago
  8. c666414 gpio: pca953x: store driver_data for future use by Andy Shevchenko · 9 years ago
  9. 8d24026 gpio: generic: use error pointers by Heiner Kallweit · 9 years ago
  10. 43960b4 gpio: generic: modernize remapping by Heiner Kallweit · 9 years ago
  11. cf3f2a2 gpio: generic: improve error handling in bgpio_map by Heiner Kallweit · 9 years ago
  12. 2db8aba gpio: pca953x: Add TI TCA9539 support by Thierry Reding · 9 years ago
  13. 7474f23 gpio: max730x: eliminate double free by Julia Lawall · 9 years ago
  14. 450fa54 gpio: omap: convert to use generic irq handler by Grygorii Strashko · 9 years ago
  15. aca82d1 gpio: omap: move pm runtime in irq_chip.irq_bus_lock/sync_unlock by Grygorii Strashko · 9 years ago
  16. b866492 gpio: add GPIO support for IT87xx, replacing gpio-it8761e by Diego Elio Pettenò · 9 years ago
  17. 48b5953 gpio: gpiolib: don't compare an unsigned for >= 0 by Dirk Behme · 9 years ago
  18. 633a506 gpio: arizona: add support for WM8998 and WM1814 by Richard Fitzgerald · 9 years ago
  19. c75a377 gpio: Fix error checking in the function device_pca957x_init by Nicholas Krause · 9 years ago
  20. 49a5bd8 gpio: ath79: Convert to the state container design pattern by Alban Bedel · 9 years ago
  21. 9f35382 gpio: msm: Remove unused driver by Stephen Boyd · 9 years ago
  22. fa9795d gpio: zynq: use container_of() to get state container by Linus Walleij · 9 years ago
  23. 2f93064 gpio: vf610: use container_of() to get state container by Linus Walleij · 9 years ago
  24. 218f1f8 gpio: sx150x: use container_of() to get state container by Linus Walleij · 9 years ago
  25. 231d51b gpio: altera: use container_of() to get state container by Linus Walleij · 9 years ago
  26. 4843289 gpio: etraxfs: use container_of() to get state container by Linus Walleij · 9 years ago
  27. 1dbf7f2 gpio: pl061: detail IRQ trigger handling by Linus Walleij · 9 years ago
  28. f881bab gpio: keep the GPIO line names internal by Linus Walleij · 9 years ago
  29. ced433e gpiolib: Add gpio name information to /sys/kernel/debug/gpio by Markus Pargmann · 9 years ago
  30. ddd5404 gpio-sysfs: Use gpio descriptor name instead of gpiochip names array by Markus Pargmann · 9 years ago
  31. 5f3ca73 gpiolib: Use GPIO name from names array for gpio descriptor by Markus Pargmann · 9 years ago
  32. c0017ed gpio: Introduce gpio descriptor 'name' by Markus Pargmann · 9 years ago
  33. fd7337f gpiolib-of: Rename gpio_hog functions to be generic by Markus Pargmann · 9 years ago
  34. 009884f Merge tag 'pm+acpi-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  35. d590b2d Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
  36. e6827ba Merge tag 'led-fixes-for-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 9 years ago
  37. dc847d5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  38. 2673ee5 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  39. 133bb59 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  40. 0f40314 Merge branch 'acpi-bus' by Rafael J. Wysocki · 9 years ago
  41. 7dc1d36 Merge branches 'pm-cpufreq' and 'pm-devfreq' by Rafael J. Wysocki · 9 years ago
  42. 00ade1f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  43. e116a64 IB/hfi: Properly set permissions for user device files by Ira Weiny · 9 years ago
  44. 7d63046 IB/hfi1: mask vs shift confusion by Dan Carpenter · 9 years ago
  45. 3f2686a IB/hfi1: clean up some defines by Dan Carpenter · 9 years ago
  46. ebe6b2e IB/hfi1: info leak in get_ctxt_info() by Dan Carpenter · 9 years ago
  47. 951842b IB/hfi1: fix a locking bug by Dan Carpenter · 9 years ago
  48. 50b1972 IB/hfi1: checking for NULL instead of IS_ERR by Dan Carpenter · 9 years ago
  49. aeef010 IB/hfi1: fix sdma_descq_cnt parameter parsing by Mike Marciniszyn · 9 years ago
  50. e1df006 IB/hfi1: fix copy_to/from_user() error handling by Dan Carpenter · 9 years ago
  51. aadfc3b IB/hfi1: fix pstateinfo from returning improperly byteswapped value by Ira Weiny · 9 years ago
  52. fadb97b Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  53. f240bdd Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  54. a7d5c18 Merge tag 'platform-drivers-x86-v4.3-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  55. a8f1558 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  56. 3aaf14d zram: fix possible use after free in zcomp_create() by Luis Henriques · 9 years ago
  57. 8a1513b hp-wmi: limit hotkey enable by Kyle Evans · 9 years ago
  58. 2e5735f Merge tag 'for-v4.3-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 9 years ago
  59. d34e210 drivers: clk: st: Rename st_pll3200c32_407_c0_x into st_pll3200c32_cx_x by Gabriel Fernandez · 9 years ago
  60. ba8fe0f pmem: add proper fencing to pmem_rw_page() by Ross Zwisler · 9 years ago
  61. 4ca8b57a libnvdimm: pfn_devs: Fix locking in namespace_store by Axel Lin · 9 years ago
  62. 4be9c1f libnvdimm: btt_devs: Fix locking in namespace_store by Axel Lin · 9 years ago
  63. 2338f73 leds:lp55xx: Correct Kconfig dependency for f/w user helper by Takashi Iwai · 9 years ago
  64. 35bfe45 leds: leds-ipaq-micro: Add LEDS_CLASS dependency by Jacek Anaszewski · 9 years ago
  65. 305c324 leds: aat1290: add 'static' modifier to init_mm_current_scale by Jacek Anaszewski · 9 years ago
  66. 98f9cc7 leds: leds-ns2: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  67. e3df661 leds: max77693: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  68. 3682c7b leds: ktd2692: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  69. 01736f0 leds: bcm6358: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  70. 6528ca1 leds: bcm6328: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  71. 93a51aa leds: aat1290: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  72. 9054a31 clk: check for invalid parent index of orphans in __clk_init() by Mans Rullgard · 10 years ago
  73. e1595d8 clk: tegra: dfll: Properly protect OPP list by Thierry Reding · 9 years ago
  74. 7271484 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  75. 3025510 Merge tag 'hwmon-for-linus-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 9 years ago
  76. 9efeaaf Merge tag 'pinctrl-v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  77. d1291eb Merge tag 'gpio-v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  78. 3e15135 sh: Kill off set_irq_flags usage by Rob Herring · 9 years ago
  79. d17cab4 irqchip: Kill off set_irq_flags usage by Rob Herring · 9 years ago
  80. ca0141d gpu/drm: Kill off set_irq_flags usage by Rob Herring · 9 years ago
  81. aa57e0b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  82. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  83. 4df7f54 irqchip/gic-v3: Use IRQD_FORWARDED_TO_VCPU flag by Thomas Gleixner · 9 years ago
  84. 71466535 irqchip/gic: Use IRQD_FORWARDED_TO_VCPU flag by Thomas Gleixner · 9 years ago
  85. 7c51173 pinctrl/pistachio: Use irq_set_handler_locked by Thomas Gleixner · 9 years ago
  86. a7147db gpio: vf610: Use irq_set_handler_locked by Thomas Gleixner · 9 years ago
  87. b9a5ec33 pinctrl: sunxi: Use irq_set_chip_handler_name_locked() by Thomas Gleixner · 9 years ago
  88. ad2aa04 virtio/s390: handle failures of READ_VQ_CONF ccw by Pierre Morel · 9 years ago
  89. 4e9fa50 vhost: move features to core by Michael S. Tsirkin · 9 years ago
  90. 1f0bd44 cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get() by Rafael J. Wysocki · 9 years ago
  91. 4cd7863 irqchip/renesas-irqc: Propagate wake-up settings to parent by Geert Uytterhoeven · 9 years ago
  92. f4e209c irqchip/renesas-intc-irqpin: Propagate wake-up settings to parent by Geert Uytterhoeven · 9 years ago
  93. 769b5cf irqchip/renesas-intc-irqpin: Use a separate lockdep class by Geert Uytterhoeven · 9 years ago
  94. b137065 irqchip/renesas-irqc: Use a separate lockdep class by Geert Uytterhoeven · 9 years ago
  95. 157add6 irqchip/GICv2m: Fix GICv2m build warning on 32 bits by Pavel Fedin · 9 years ago
  96. 5a9a891 irqchip/gic-v3-its: Add missing cache flushes by Marc Zyngier · 9 years ago
  97. 12e1406 irqchip/GIC: Add workaround for aliased GIC400 by Marc Zyngier · 9 years ago
  98. e4084a1 platform-msi: Do not cache msi_desc in handler_data by Marc Zyngier · 9 years ago
  99. dc2ec62 net/mlx4_en: Use access helper irq_data_get_affinity_mask() by Thomas Gleixner · 9 years ago
  100. 2cd55c6 cxl: Fix build failure due to -Wunused-variable behaviour change by Ian Munsie · 9 years ago