1. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  2. 5782fd1 Merge tag 'rtc-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  3. d4f6c6f rtc: ds3232: Call device_init_wakeup before device_register by Phil Reid · 8 years ago
  4. 3769a37 rtc: pcf2127: bulk read only date and time registers. by Sean Nyekjaer · 8 years ago
  5. 5ab3566 Merge tag 'pinctrl-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 8 years ago
  6. 34f54f5 rtc: armada38x: Add support for Armada 7K/8K by Gregory CLEMENT · 8 years ago
  7. 75faea9 rtc: armada38x: Prepare driver to manage different versions by Gregory CLEMENT · 8 years ago
  8. 082edf0 rtc: ds3232: Add regmap max_register definition. by Phil Reid · 8 years ago
  9. ca4b0a6 rtc: ds3232: Cleanup whitespace around register and bit definitions. by Phil Reid · 8 years ago
  10. 0500ce5 rtc: m48t86: remove unused platform_data by H Hartley Sweeten · 8 years ago
  11. 3ea0712 rtc: m48t86: verify that the RTC is actually present by H Hartley Sweeten · 8 years ago
  12. b180cf8 rtc: m48t86: add NVRAM support by H Hartley Sweeten · 8 years ago
  13. 8057c86 rtc: m48t86: allow driver to manage its resources by H Hartley Sweeten · 8 years ago
  14. 68b54f4 rtc: m48t86: shorten register name defines by H Hartley Sweeten · 8 years ago
  15. aaa65a9 rtc: sun6i: Fix return value check in sun6i_rtc_clk_init() by Wei Yongjun · 8 years ago
  16. 93946c4 rtc: sun6i: extend test coverage by Alexandre Belloni · 8 years ago
  17. 15829cf rtc: sun6i: Fix compatibility with old DT binding by Chen-Yu Tsai · 8 years ago
  18. 7bb633b rtc: snvs: add a missing write sync by Guy Shapiro · 8 years ago
  19. 4c46687 rtc: bq32000: add support to enable disable the trickle charge FET bypass by Enric Balletbo i Serra · 8 years ago
  20. 5dff3a3 rtc: sun6i: Switch to devm_rtc_device_register by Maxime Ripard · 8 years ago
  21. 3855c2c rtc: sun6i: Expose the 32kHz oscillator by Maxime Ripard · 8 years ago
  22. fb61bb8 rtc: sun6i: Switch to the external oscillator by Maxime Ripard · 8 years ago
  23. a9422a1 rtc: sun6i: Add some locking by Maxime Ripard · 8 years ago
  24. 586655d rtc: jz4740: make the driver buildable as a module again by Alexandre Belloni · 8 years ago
  25. 58957d2 pinctrl: Widen the generic pinconf argument from 16 to 24 bits by Mika Westerberg · 8 years ago
  26. 3753941 rtc: sun6i: Disable the build as a module by Maxime Ripard · 8 years ago
  27. bc7d8eb rtc: gemini: Add device tree probing by Linus Walleij · 8 years ago
  28. 1d70ba3 rtc: stm32: fix comparison warnings by Amelie Delaunay · 8 years ago
  29. a560c52 rtc: stm32: use 0 instead of ~PWR_CR_DBP in regmap_update_bits by Amelie Delaunay · 8 years ago
  30. 5fa4086 rtc: tegra: Implement clock handling by Thierry Reding · 8 years ago
  31. 0ae2059 rtc: tegra: Sort includes alphabetically by Thierry Reding · 8 years ago
  32. 224763e rtc: stm32: fix building without CONFIG_OF by Arnd Bergmann · 8 years ago
  33. 0404abb rtc: stm32: remove __exit annotation on remove callback by Arnd Bergmann · 8 years ago
  34. 4e64350 rtc: add STM32 RTC driver by Amelie Delaunay · 8 years ago
  35. d748c98 rtc: armada38x: make struct rtc_class_ops const by Russell King · 8 years ago
  36. 8bc57e7 rtc: constify rtc_class_ops structures by Bhumika Goyal · 8 years ago
  37. fef1eeb rtc: imxdi: use the security violation interrupt by Martin Kaiser · 8 years ago
  38. 644d4c3 rtc: mcp795: add alarm support. by Emil Bartczak · 8 years ago
  39. 72877b5 rtc: mcp795: Add support for weekday. by Emil Bartczak · 8 years ago
  40. 844a307 rtc: armada38x: Follow the new recommendation for errata implementation by Gregory CLEMENT · 8 years ago
  41. e3dcb74 rtc: tps65910: use 'unsigned int' instead of 'unsigned' in arguments by Vesa Jääskeläinen · 8 years ago
  42. aecb57d rtc: tps65910: Add RTC calibration support by Vesa Jääskeläinen · 8 years ago
  43. 666b5d1 rtc: rx8010: change lock mechanism by Fabien Lahoudere · 8 years ago
  44. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  45. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  46. b0b3a37 Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  47. d3e5925 rtc: mcp795: Fix whitespace and indentation. by Emil Bartczak · 8 years ago
  48. a2b4299 rtc: mcp795: Prefer using the BIT() macro. by Emil Bartczak · 8 years ago
  49. 43d0b10 rtc: mcp795: fix month write resetting date to 1. by Emil Bartczak · 8 years ago
  50. 26eeefd rtc: mcp795: fix time range difference between linux and RTC chip. by Emil Bartczak · 8 years ago
  51. e72765c rtc: mcp795: fix bitmask value for leap year (LP). by Emil Bartczak · 8 years ago
  52. bcf18d8 rtc: mcp795: use bcd2bin/bin2bcd. by Emil Bartczak · 8 years ago
  53. 0b6a8f5 rtc: add support for EPSON TOYOCOM RTC-7301SF/DG by Akinobu Mita · 8 years ago
  54. 9c19b89 rtc: ds1307: Add ACPI support by Tin Huynh · 8 years ago
  55. 9465d9c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  56. b88e0ae rtc: imxdi: (trivial) fix a typo by Martin Kaiser · 8 years ago
  57. 01835fa rtc: ds1374: Merge conditional + WARN_ON() by Srikant Ritolia · 8 years ago
  58. 1c02cbfe rtc: twl: make driver DT only by Nicolae Rosia · 8 years ago
  59. e3e7f95 rtc: twl: kill static variables by Nicolae Rosia · 8 years ago
  60. ba58d10 timekeeping: Ignore the bogus sleep time if pm_trace is enabled by Chen Yu · 8 years ago
  61. 72d3d79 rtc: fix typos in Kconfig by Alexandre Belloni · 8 years ago
  62. b9168c5 rtc: jz4740: make the driver builtin only by Alexandre Belloni · 8 years ago
  63. 819c217 rtc: jz4740: remove unused EXPORT_SYMBOL by Alexandre Belloni · 8 years ago
  64. 959df77 rtc: Enable compile testing for Maxim and Samsung drivers by Krzysztof Kozlowski · 8 years ago
  65. f9eb69d rtc: jz4740: Add support for acting as the system power controller by Paul Cercueil · 8 years ago
  66. c05229a rtc: jz4740: Add support for devicetree by Paul Cercueil · 8 years ago
  67. cd56320 rtc: jz4740: Add support for the RTC in the jz4780 SoC by Paul Cercueil · 8 years ago
  68. 8b61025 rtc: sparc: make sun4v explicitly non-modular by Paul Gortmaker · 8 years ago
  69. 683cec8 rtc: sparc: make starfire explicitly non-modular by Paul Gortmaker · 8 years ago
  70. 87ebfd6 rtc: make rtc-lib explicitly non-modular by Paul Gortmaker · 8 years ago
  71. efce21f rtc: omap: prevent disabling of clock/module during suspend by Tero Kristo · 8 years ago
  72. 3984903 rtc: omap: Fix selecting external osc by Lokesh Vutla · 8 years ago
  73. c18b4c5 rtc: pcf85063: do not register a RTC device if chip is not present by Mirza Krak · 8 years ago
  74. 368e21a rtc: cmos: Don't enable interrupts in the middle of the interrupt handler by Ville Syrjälä · 8 years ago
  75. 290cd0f rtc: cmos: don't refer to asm-generic/rtc.h by Christoph Hellwig · 8 years ago
  76. 6a6af3d rtc: cmos: Reject unsupported alarm values by Gabriele Mazzotta · 8 years ago
  77. a3a0673 rtc: cmos: remove all __exit_p annotations by LABBE Corentin · 8 years ago
  78. aa156c8 rtc: asm9260: fix module autoload by Javier Martinez Canillas · 8 years ago
  79. 8b70f71 Merge tag 'rtc-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  80. 1cd7137 rtc: rv8803: set VDETOFF and SWOFF via device tree by Oleksij Rempel · 8 years ago
  81. b304746 Merge branches 'ib-mfd-gpio-4.9', 'ib-mfd-gpio-regulator-4.9', 'ib-mfd-input-4.9', 'ib-mfd-regulator-4.9', 'ib-mfd-regulator-4.9.1', 'ib-mfd-regulator-rtc-4.9', 'ib-mfd-regulator-rtc-4.9-1' and 'ib-mfd-rtc-4.9' into ibs-for-mfd-merged by Lee Jones · 8 years ago
  82. 00f7f90 rtc: cmos: avoid unused function warning by Arnd Bergmann · 8 years ago
  83. 473195f8 rtc: ac100: Add NULL checking for devm_kzalloc call by Axel Lin · 8 years ago
  84. ee85bb5 rtc: ds1347: changed raw spi calls to register map calls by Raghavendra Ganiga · 8 years ago
  85. 68669d5 rtc: cmos: Restore alarm after resume by Gabriele Mazzotta · 8 years ago
  86. 983bf12 rtc: cmos: Clear ACPI-driven alarms upon resume by Gabriele Mazzotta · 8 years ago
  87. 97ea190 rtc: omap: Support ext_wakeup configuration by Marcin Niestroj · 8 years ago
  88. 970fc7f rtc: cmos: Initialize hpet timer before irq is registered by Pratyush Anand · 8 years ago
  89. de75ccd rtc: asm9260: rework locking by Alexandre Belloni · 8 years ago
  90. 7f742e8 rtc: asm9260: allow COMPILE_TEST by Alexandre Belloni · 8 years ago
  91. 34c7b3a rtc: constify rtc_class_ops structures by Julia Lawall · 8 years ago
  92. 637cac7 rtc: ac100: support clock-output-names in device tree binding by Chen-Yu Tsai · 8 years ago
  93. 1bc40cb rtc: rx6110: remove owner assignment by Alexandre Belloni · 8 years ago
  94. e545b98 rtc: pic32: Delete owner assignment by Markus Elfring · 8 years ago
  95. 421a5ba rtc: bq32k: Fix handling of oscillator failure flag by Jan Östlund · 8 years ago
  96. 6ed1a51 rtc: bq32k: Use correct mask name for 'minutes' register. by Jan Östlund · 8 years ago
  97. 84281c2 rtc: sysfs: fix a cast removing the const attribute by LABBE Corentin · 8 years ago
  98. e8aa7dc rtc: isl12057: remove driver by Alexandre Belloni · 8 years ago
  99. 78aaa06 rtc: ds1307: add Intersil ISL12057 support by Alexandre Belloni · 8 years ago
  100. 50d6c0e rtc: ds1307: fix century bit support by Alexandre Belloni · 8 years ago