1. 22652ba rtc: stop validating rtc_time in .read_time by Alexandre Belloni · 7 years ago
  2. ab62670 rtc: stop validating rtc_time after rtc_time_to_tm by Alexandre Belloni · 7 years ago
  3. 146d21b rtc: stop validating rtc_time after rtc_time64_to_tm by Alexandre Belloni · 7 years ago
  4. bd7f4e7 rtc: stk17ta8: let the core handle invalid time by Alexandre Belloni · 7 years ago
  5. bff11e3 rtc: rs5c348: let the core handle invalid time by Alexandre Belloni · 7 years ago
  6. 812318a rtc: cmos: let the core handle invalid time by Alexandre Belloni · 7 years ago
  7. 7d1bd37 rtc: ds1553: let the core handle invalid time by Alexandre Belloni · 7 years ago
  8. 1c90d9f rtc: ds1511: let the core handle invalid time by Alexandre Belloni · 7 years ago
  9. 347876a rtc: tx4939: avoid unintended sign extension on a 24 bit shift by Colin Ian King · 7 years ago
  10. 9e7002a char: rtc: remove unused rtc_control() API by Alexandre Belloni · 7 years ago
  11. 588519f rtc: mxc_v2: Fix _iomem pointer notation by Fabio Estevam · 7 years ago
  12. 5b9fc795 rtc: isl1208: Fix unintended clear of SR bits by Denis Osterland · 7 years ago
  13. dd888c6 rtc: tx4939: use generic nvmem by Alexandre Belloni · 7 years ago
  14. a2fa9b8 rtc: tx4939: fix possible race condition by Alexandre Belloni · 7 years ago
  15. 68981fd rtc: tx4939: switch to rtc_register_device by Alexandre Belloni · 7 years ago
  16. faec5f7 rtc: tx4939: extend test coverage by Alexandre Belloni · 7 years ago
  17. a015106 rtc: tx4939: remove arch/mips dependency by Alexandre Belloni · 7 years ago
  18. d7ca429 rtc: stk17ta8: use generic nvmem by Alexandre Belloni · 7 years ago
  19. 8d3e6b5 rtc: stk17ta8: fix possible race condition by Alexandre Belloni · 7 years ago
  20. 91cb677 rtc: stk17ta8: switch to rtc_register_device by Alexandre Belloni · 7 years ago
  21. 8f21092 rtc: stk17ta8: make alarms useful by Alexandre Belloni · 7 years ago
  22. 7335fb9 rtc: rp5c01: use generic nvmem by Alexandre Belloni · 7 years ago
  23. bcdd559 rtc: rp5c01: fix possible race condition by Alexandre Belloni · 7 years ago
  24. 87c78d9 rtc: ds1742: use generic nvmem by Alexandre Belloni · 7 years ago
  25. 1358e7b rtc: ds1742: switch to rtc_register_device by Alexandre Belloni · 7 years ago
  26. 8b5b795 rtc: cmos: use generic nvmem by Alexandre Belloni · 7 years ago
  27. 53d29e0 rtc: cmos: fix possible race condition by Alexandre Belloni · 7 years ago
  28. 1af7068 rtc: ds1553: make alarms useful by Alexandre Belloni · 7 years ago
  29. 3a9a06d rtc: ds1553: use generic nvmem by Alexandre Belloni · 7 years ago
  30. 18c88cc rtc: ds1553: switch to rtc_register_device by Alexandre Belloni · 7 years ago
  31. 11ad0b6 rtc: sirfsoc: remove useless sirfsoc_rtc_ioctl by Alexandre Belloni · 7 years ago
  32. 0ff3565 rtc: m48t59: use generic nvmem by Alexandre Belloni · 7 years ago
  33. affb842 rtc: m48t59: switch to rtc_register_device by Alexandre Belloni · 7 years ago
  34. d7501f7 rtc: ds1343: use generic nvmem by Alexandre Belloni · 7 years ago
  35. ab39286 rtc: ds1343: remove undocumented and useless sysfs files by Alexandre Belloni · 7 years ago
  36. 1536f6d rtc: ds1343: switch to rtc_register_device by Alexandre Belloni · 7 years ago
  37. b508615 rtc: ds1343: simplify regmap initialization by Alexandre Belloni · 7 years ago
  38. 0391df7 rtc: remove nvmem_config by Alexandre Belloni · 7 years ago
  39. ce1ae8e rtc: rv8803: fix possible race condition by Alexandre Belloni · 7 years ago
  40. c07fd9de rtc: rv8803: put struct nvmem_config on the stack by Alexandre Belloni · 7 years ago
  41. 88d3aad rtc: rv8803: call rtc_nvmem_register() by Alexandre Belloni · 7 years ago
  42. 0e7a412 rtc: pcf85363: put struct nvmem_config on the stack by Alexandre Belloni · 7 years ago
  43. 24849d1 rtc: pcf85363: call rtc_nvmem_register() by Alexandre Belloni · 7 years ago
  44. ce60384 rtc: omap: call rtc_nvmem_register() by Alexandre Belloni · 7 years ago
  45. e3f51c0 rtc: m48t86: put m48t86_nvmem_cfg on the stack by Alexandre Belloni · 7 years ago
  46. 3c1bb61 rtc: m48t86: call rtc_nvmem_register() by Alexandre Belloni · 7 years ago
  47. 71e19c5 rtc: ds1511: put ds1511_nvmem_cfg on the stack by Alexandre Belloni · 7 years ago
  48. 16fef39 rtc: ds1511: call rtc_nvmem_register() by Alexandre Belloni · 7 years ago
  49. 409baf1 rtc: ds1307: put struct nvmem_config on the stack by Alexandre Belloni · 7 years ago
  50. e9fb768 rtc: ds1307: call rtc_nvmem_register() by Alexandre Belloni · 7 years ago
  51. eed9d7a rtc: ds1305: put ds1305_nvmem_cfg on the stack by Alexandre Belloni · 7 years ago
  52. 6910614 rtc: ds1305: call rtc_nvmem_register() by Alexandre Belloni · 7 years ago
  53. fd5cd21 rtc: export rtc_nvmem_register() to drivers by Alexandre Belloni · 7 years ago
  54. ac75779 rtc: nvmem: allow registering the nvmem device before the rtc by Alexandre Belloni · 7 years ago
  55. ab3ea36 rtc: nvmem: disallow registering nvmem more than once by Alexandre Belloni · 7 years ago
  56. 2cc8212 rtc: nvmem: return error values by Alexandre Belloni · 7 years ago
  57. 4cce9d3 rtc: nvmem: pass nvmem_config to rtc_nvmem_register() by Alexandre Belloni · 7 years ago
  58. 5134d2f rtc: ds1302: remove redundant initializations of pointer bp by Colin Ian King · 7 years ago
  59. 82d632b rtc: goldfish: Add missing MODULE_LICENSE by James Hogan · 7 years ago
  60. 36d46cd rtc: Fix overflow when converting time64_t to rtc_time by Baolin Wang · 7 years ago
  61. 29a1f59 rtc: Add tracepoints for RTC system by Baolin Wang · 7 years ago
  62. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  63. ee5daa1 Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  64. 9454473 Merge tag 'for-linus-20180210' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  65. cc5cb5a Merge tag 'platform-drivers-x86-v4.16-3' of git://github.com/dvhart/linux-pdx86 by Linus Torvalds · 7 years ago
  66. e9d46f7 Merge tag 'chrome-platform-for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform by Linus Torvalds · 7 years ago
  67. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  68. 9a61df9 Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  69. 1bd42d9 platform/x86: mlx-platform: Add support for new 200G IB and Ethernet systems by Vadim Pasternak · 7 years ago
  70. a49a414 platform/x86: mlx-platform: Add support for new msn201x system type by Vadim Pasternak · 7 years ago
  71. ef08e14 platform/x86: mlx-platform: Add support for new msn274x system type by Vadim Pasternak · 7 years ago
  72. c839682 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  73. 858f45b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 7 years ago
  74. 58fcba6 Merge tag 'fbdev-v4.16-fix' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  75. 2fa56a4 ibmvnic: Remove skb->protocol checks in ibmvnic_xmit by John Allen · 7 years ago
  76. 1c5b221 s390/qeth: fix SETIP command handling by Julian Wiedmann · 7 years ago
  77. 89271c6 s390/qeth: fix underestimated count of buffer elements by Ursula Braun · 7 years ago
  78. 1029117 net: stmmac: remove redundant enable of PMT irq by Niklas Cassel · 7 years ago
  79. e879b7a net: stmmac: rename GMAC_INT_DEFAULT_MASK for dwmac4 by Niklas Cassel · 7 years ago
  80. 1b84ca1 net: stmmac: discard disabled flags in interrupt status register by Niklas Cassel · 7 years ago
  81. faefaa9 ibmvnic: Reset long term map ID counter by Thomas Falcon · 7 years ago
  82. 437a4db Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  83. f9f1e41 Merge tag 'for-linus-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  84. dff839f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  85. 54ce685 Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  86. a051c14 Merge tag 'pm-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  87. b9058af video: omapfb: fix missing #includes by Tomi Valkeinen · 7 years ago
  88. 6016f7d platform/x86: mlx-platform: Fix power cable setting for msn21xx family by Vadim Pasternak · 7 years ago
  89. 1778567a platform/x86: mlx-platform: Add define for the negative bus by Vadim Pasternak · 7 years ago
  90. ba814fd platform/x86: mlx-platform: Use defines for bus assignment by Vadim Pasternak · 7 years ago
  91. b81e830 platform/mellanox: mlxreg-hotplug: Fix uninitialized variable by Geert Uytterhoeven · 7 years ago
  92. 08f5138 net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT by Heiner Kallweit · 7 years ago
  93. 88c991a net: thunder: change q_len's type to handle max ring size by Dean Nelson · 7 years ago
  94. e0c42c8 Merge tag 'wireless-drivers-next-for-davem-2018-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 7 years ago
  95. ec95dff ibmvnic: queue reset when CRQ gets closed during reset by Nathan Fontenot · 7 years ago
  96. 583133b atm: he: use 64-bit arithmetic instead of 32-bit by Gustavo A. R. Silva · 7 years ago
  97. ef9417e Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  98. 605dc77 Merge branch 'pcmcia' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia by Linus Torvalds · 7 years ago
  99. fe26adf Merge tag 'drm-for-v4.16-part2-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  100. 9e95dae Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago