1. 68b6fd0 mfd: da9062: Support for the DA9063 OnKey in the DA9062 core by S Twiss · 9 years ago
  2. e5ad234 mfd: max899x: Avoid redundant irq_data lookup by Thomas Gleixner · 9 years ago
  3. 0d674d9 mfd: ucb1x00: Prepare ucb1x00_irq for irq argument removal by Thomas Gleixner · 9 years ago
  4. 1e84aa4 mfd: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 9 years ago
  5. 079140f mfd: tc6393xb: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 9 years ago
  6. de7c9e0 mfd: t7l66xb: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 9 years ago
  7. b79f043 mfd: pm8921: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 9 years ago
  8. 59fa909 mfd: jz4740: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 9 years ago
  9. 073f7f9 mfd: htc-egpio: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 9 years ago
  10. c89fc9a mfd: ezx-pcap: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 9 years ago
  11. 9bd09f3 mfd: Kill off set_irq_flags usage by Rob Herring · 9 years ago
  12. 035faf4 mfd: ipaq-micro: Convert to built-in platform driver by Linus Walleij · 9 years ago
  13. 3111533 mfd: ipaq-micro: Convert prints to debug prints by Linus Walleij · 9 years ago
  14. 7d60bfc mfd: ipaq-micro: Clean up development cruft by Linus Walleij · 9 years ago
  15. 2f5532a devicetree: da9062: Add device tree bindings for DA9062 RTC by S Twiss · 9 years ago
  16. ca1ce17 mfd: da9062: Support for the DA9063 RTC in the DA9062 core by S Twiss · 9 years ago
  17. 496e43a mfd: arizona: Specify regmap endianness by Richard Fitzgerald · 9 years ago
  18. 3488523 mfd: rk808: dt: Add the description about dvs gpio for rk808 by Chris Zhong · 9 years ago
  19. f1837e4 mfd: pm8921: Implement irq_get_irqchip_state by Bjorn Andersson · 9 years ago
  20. ea31c0c mfd: atmel-hlcdc: Implement config synchronization by Boris Brezillon · 9 years ago
  21. 3811405 MAINTAINERS: Add an entry for the Maxim MAX77802 PMIC drivers by Javier Martinez Canillas · 9 years ago
  22. 377452f MAINTAINERS: Add Device Tree binding doc for max77686 regulator by Javier Martinez Canillas · 9 years ago
  23. 03b4271 mfd: da9063: Fix missing DA9063_M_DVC_RDY mask bit by Steve Twiss · 9 years ago
  24. d8d79f8 mfd: axp20x: Add axp152 support by Michal Suchanek · 9 years ago
  25. 18ca2ba mfd: kempld-core: Add support for COMe-bBL6 and COMe-cBW6 to Kontron PLD driver by Michael Brunner · 9 years ago
  26. 13e72a4 mfd: axp20x: Add binding documentation for AXP152 PMIC by Hans de Goede · 9 years ago
  27. 51d0eb81 mfd: qcom-rpm: Add apq8064 QDSS clock resource by Ivan T. Ivanov · 9 years ago
  28. 0e77736 mfd: Drop owner assignment from i2c_drivers by Krzysztof Kozlowski · 9 years ago
  29. 66f2752 mfd: wm8994-regmap: Constify reg_default tables by Axel Lin · 9 years ago
  30. e6c7efa mfd: arizona: Fixup register table definitions by Charles Keepax · 9 years ago
  31. 922e3c2 mfd: da9062: dt: Add bindings for DA9062 driver by S Twiss · 9 years ago
  32. 9b40b03 mfd: da9062: Supply core driver by S Twiss · 9 years ago
  33. 78b7d84 mfd: t7l66xb: Remove unnecessary pdata check by Maninder Singh · 9 years ago
  34. 088d862 mfd: tps6586x: Fix up define for TPS6586X_MAX_REGISTER by Axel Lin · 9 years ago
  35. 6887b04 mfd: arizona: Add support for WM8998 and WM1814 by Richard Fitzgerald · 9 years ago
  36. bc00d68 mfd: 880m80x: Make use of BIT() macro by Vaibhav Hiremath · 9 years ago
  37. acdecb0 mfd: Remove MFD_CROS_EC_SPI depends on OF by Javier Martinez Canillas · 9 years ago
  38. 00b6e9f mfd: arizona: Update several pdata members to unsigned by Charles Keepax · 9 years ago
  39. 16f6a0d mfd: arizona: Fix race between runtime suspend and IRQs by Charles Keepax · 9 years ago
  40. c465875 mfd: intel_soc_pmic: Constify ACPI device ids by Mathias Krause · 9 years ago
  41. d548ca4 Merge branches 'ib-mfd-base-acpi-dma-4.3', 'ib-mfd-clocksource-rtc-watchdog-4.3' and 'ib-mfd-i2c-x86-watchdog-4.3' into ibs-for-mfd-merged by Lee Jones · 9 years ago
  42. 2a7a0e9 watchdog: iTCO_wdt: Add support for TCO on Intel Sunrisepoint by Matt Fleming · 9 years ago
  43. 9424693 i2c: i801: Create iTCO device on newer Intel PCHs by Mika Westerberg · 9 years ago
  44. 420b54d mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform data by Matt Fleming · 9 years ago
  45. 4b45efe mfd: Add support for Intel Sunrisepoint LPSS devices by Andy Shevchenko · 9 years ago
  46. 667dfed dmaengine: add a driver for Intel integrated DMA 64-bit by Andy Shevchenko · 9 years ago
  47. b9a8a27 mfd: make mfd_remove_devices() iterate in reverse order by Andy Shevchenko · 9 years ago
  48. 3d060ae driver core: implement device_for_each_child_reverse() by Andy Shevchenko · 9 years ago
  49. 2e0fed7 klist: implement klist_prev() by Andy Shevchenko · 9 years ago
  50. ddef08d Driver core: wakeup the parent device before trying probe by Rafael J. Wysocki · 9 years ago
  51. 712e960 ACPI / PM: Attach ACPI power domain only once by Mika Westerberg · 9 years ago
  52. 13b2c4a PM / QoS: Make it possible to expose device latency tolerance to userspace by Mika Westerberg · 9 years ago
  53. 82805d1 MAINTAINERS: Add the LPC Clocksource to STi maintained driver list by Lee Jones · 9 years ago
  54. c74a06d rtc: bindings: Supply knowledge of a third supported device - clocksource by Lee Jones · 9 years ago
  55. 742e409 rtc: st: Update IP layout information to include Clocksource by Lee Jones · 9 years ago
  56. 82c32c0 watchdog: bindings: Supply knowledge of a third supported device - clocksource by Lee Jones · 9 years ago
  57. bea6356 clocksource: bindings: Provide bindings for ST's LPC Clocksource device by Lee Jones · 9 years ago
  58. ff45d8d clocksource: sti: Provide 'use timer as sched clock' capability by Lee Jones · 9 years ago
  59. 70bef01 clocksource: sti: Provide support for the ST LPC Clocksource IP by Lee Jones · 9 years ago
  60. 6f25361 mfd: dt-bindings: Provide human readable define for Clocksource mode by Lee Jones · 9 years ago
  61. bc0195a Linux 4.2-rc2 by Linus Torvalds · 9 years ago
  62. 01e2d06 Revert "drm/i915: Use crtc_state->active in primary check_plane func" by Linus Torvalds · 9 years ago
  63. c83727a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  64. 7fbb58a Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  65. 1daa1cf Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  66. 7b73216 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  67. c4bc680 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  68. 75a6f82 freeing unlinked file indefinitely delayed by Al Viro · 9 years ago
  69. 9391dd0 fix a braino in ovl_d_select_inode() by Al Viro · 9 years ago
  70. 0a73d0a 9p: don't leave a half-initialized inode sitting around by Al Viro · 9 years ago
  71. 59c3cb5 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm by Linus Torvalds · 9 years ago
  72. e492519 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  73. 8a7b8ff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  74. 4322f02 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
  75. 9cb1680 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  76. 2278cb0 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  77. 31b7a57 Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  78. 84e3e9d Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  79. c4d029f tick/broadcast: Prevent NULL pointer dereference by Thomas Gleixner · 9 years ago
  80. b9243b5 Merge branch 'parisc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  81. 3dbbbe0 Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into for-linus2 by James Morris · 9 years ago
  82. 892e8ca selinux: fix mprotect PROT_EXEC regression caused by mm change by Stephen Smalley · 9 years ago
  83. 1604f87 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  84. 01ab605 parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based on timing results by John David Anglin · 9 years ago
  85. cb908ed stifb: Implement hardware accelerated copyarea by Alex Ivanov · 9 years ago
  86. 3cdeb9d Merge tag 'powerpc-4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  87. f0f2c07 nfit: add support for NVDIMM "latch" flag by Ross Zwisler · 9 years ago
  88. c2ad295 nfit: update block I/O path to use PMEM API by Ross Zwisler · 9 years ago
  89. 9d27a87 tools/testing/nvdimm: add mock acpi_nfit_flush_address entries to nfit_test by Dan Williams · 9 years ago
  90. f7ec836 tools/testing/nvdimm: fix return code for unimplemented commands by Dan Williams · 9 years ago
  91. b1b2e62 tools/testing/nvdimm: mock ioremap_wt by Dan Williams · 9 years ago
  92. b864bc1 pmem: add maintainer for include/linux/pmem.h by Ross Zwisler · 9 years ago
  93. dbf3c37 Revert "Input: synaptics - allocate 3 slots to keep stability in image sensors" by Dmitry Torokhov · 9 years ago
  94. ad2daa8 arm64: entry32: remove pointless register assignment by Mark Rutland · 9 years ago
  95. 51d5367 MIPS: O32: Use compat_sys_getsockopt. by Ralf Baechle · 9 years ago
  96. 1e18ac7 MIPS: c-r4k: Extend way_string array by Paul Burton · 9 years ago
  97. 6b5e741 MIPS: Pistachio: Support CDMM & Fast Debug Channel by James Hogan · 9 years ago
  98. 6249ecb MIPS: Malta: Make GIC FDC IRQ workaround Malta specific by James Hogan · 9 years ago
  99. cccf34e MIPS: c-r4k: Fix cache flushing for MT cores by Markos Chandras · 9 years ago
  100. 2d28b63 Merge tag 'omapdrm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-fixes by Dave Airlie · 9 years ago