1. 75faea9 rtc: armada38x: Prepare driver to manage different versions by Gregory CLEMENT · 8 years ago
  2. 082edf0 rtc: ds3232: Add regmap max_register definition. by Phil Reid · 8 years ago
  3. ca4b0a6 rtc: ds3232: Cleanup whitespace around register and bit definitions. by Phil Reid · 8 years ago
  4. 0500ce5 rtc: m48t86: remove unused platform_data by H Hartley Sweeten · 8 years ago
  5. 8ccbd36 ARM: Orion5x: ts78xx: allow rtc-m48t86 to manage it's own resources by H Hartley Sweeten · 8 years ago
  6. 5e8bb41c ARM: Orion5x: ts78xx: remove RTC detection by H Hartley Sweeten · 8 years ago
  7. 5594e88 ARM: ep93xx: ts72xx: allow rtc-m48t86 to manage its own resources by H Hartley Sweeten · 8 years ago
  8. 3ea0712 rtc: m48t86: verify that the RTC is actually present by H Hartley Sweeten · 8 years ago
  9. b180cf8 rtc: m48t86: add NVRAM support by H Hartley Sweeten · 8 years ago
  10. 8057c86 rtc: m48t86: allow driver to manage its resources by H Hartley Sweeten · 8 years ago
  11. 68b54f4 rtc: m48t86: shorten register name defines by H Hartley Sweeten · 8 years ago
  12. 6db6bd4 bindings: rtc: correct wrong reference in required properties by Akinobu Mita · 8 years ago
  13. aaa65a9 rtc: sun6i: Fix return value check in sun6i_rtc_clk_init() by Wei Yongjun · 8 years ago
  14. 93946c4 rtc: sun6i: extend test coverage by Alexandre Belloni · 8 years ago
  15. 15829cf rtc: sun6i: Fix compatibility with old DT binding by Chen-Yu Tsai · 8 years ago
  16. 7bb633b rtc: snvs: add a missing write sync by Guy Shapiro · 8 years ago
  17. 4c46687 rtc: bq32000: add support to enable disable the trickle charge FET bypass by Enric Balletbo i Serra · 8 years ago
  18. 5dff3a3 rtc: sun6i: Switch to devm_rtc_device_register by Maxime Ripard · 8 years ago
  19. 3855c2c rtc: sun6i: Expose the 32kHz oscillator by Maxime Ripard · 8 years ago
  20. fb61bb8 rtc: sun6i: Switch to the external oscillator by Maxime Ripard · 8 years ago
  21. a9422a1 rtc: sun6i: Add some locking by Maxime Ripard · 8 years ago
  22. 3753941 rtc: sun6i: Disable the build as a module by Maxime Ripard · 8 years ago
  23. bc7d8eb rtc: gemini: Add device tree probing by Linus Walleij · 8 years ago
  24. 1d70ba3 rtc: stm32: fix comparison warnings by Amelie Delaunay · 8 years ago
  25. a560c52 rtc: stm32: use 0 instead of ~PWR_CR_DBP in regmap_update_bits by Amelie Delaunay · 8 years ago
  26. 5fa4086 rtc: tegra: Implement clock handling by Thierry Reding · 8 years ago
  27. 0ae2059 rtc: tegra: Sort includes alphabetically by Thierry Reding · 8 years ago
  28. 224763e rtc: stm32: fix building without CONFIG_OF by Arnd Bergmann · 8 years ago
  29. 0404abb rtc: stm32: remove __exit annotation on remove callback by Arnd Bergmann · 8 years ago
  30. 4e64350 rtc: add STM32 RTC driver by Amelie Delaunay · 8 years ago
  31. 7c60930 dt-bindings: document the STM32 RTC bindings by Amelie Delaunay · 8 years ago
  32. d748c98 rtc: armada38x: make struct rtc_class_ops const by Russell King · 8 years ago
  33. 8bc57e7 rtc: constify rtc_class_ops structures by Bhumika Goyal · 8 years ago
  34. a734cc9 Documentation: dt: rtc-imxdi: security violation interrupt by Martin Kaiser · 8 years ago
  35. fef1eeb rtc: imxdi: use the security violation interrupt by Martin Kaiser · 8 years ago
  36. 644d4c3 rtc: mcp795: add alarm support. by Emil Bartczak · 8 years ago
  37. 72877b5 rtc: mcp795: Add support for weekday. by Emil Bartczak · 8 years ago
  38. 844a307 rtc: armada38x: Follow the new recommendation for errata implementation by Gregory CLEMENT · 8 years ago
  39. e3dcb74 rtc: tps65910: use 'unsigned int' instead of 'unsigned' in arguments by Vesa Jääskeläinen · 8 years ago
  40. aecb57d rtc: tps65910: Add RTC calibration support by Vesa Jääskeläinen · 8 years ago
  41. 666b5d1 rtc: rx8010: change lock mechanism by Fabien Lahoudere · 8 years ago
  42. 7ce7d89 Linux 4.10-rc1 by Linus Torvalds · 8 years ago
  43. 8ae679c powerpc: Fix build warning on 32-bit PPC by Larry Finger · 8 years ago
  44. d33d5a6c avoid spurious "may be used uninitialized" warning by Linus Torvalds · 8 years ago
  45. 3ddc76d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  46. b272f73 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  47. 10bbe75 Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 8 years ago
  48. 6290602 mm: add PageWaiters indicating tasks are waiting for a page bit by Nicholas Piggin · 8 years ago
  49. 6326fec mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked by Nicholas Piggin · 8 years ago
  50. 1f3a8e4 ktime: Get rid of ktime_equal() by Thomas Gleixner · 8 years ago
  51. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  52. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  53. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  54. 008b69e irqchip/armada-xp: Consolidate hotplug state space by Thomas Gleixner · 8 years ago
  55. 6896bcd irqchip/gic: Consolidate hotplug state space by Thomas Gleixner · 8 years ago
  56. 36e5b0e coresight/etm3/4x: Consolidate hotplug state space by Thomas Gleixner · 8 years ago
  57. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  58. 530e9b7 cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions by Thomas Gleixner · 8 years ago
  59. 7b73796 staging/lustre/libcfs: Convert to hotplug state machine by Anna-Maria Gleixner · 8 years ago
  60. e210faa scsi/bnx2i: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  61. c53b005 scsi/bnx2fc: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  62. dc280d93 cpu/hotplug: Prevent overwriting of callbacks by Thomas Gleixner · 8 years ago
  63. 59fefd0 x86/msr: Remove bogus cleanup from the error path by Thomas Gleixner · 8 years ago
  64. 26242b3 bus: arm-ccn: Prevent hotplug callback leak by Thomas Gleixner · 8 years ago
  65. 834fcd2 perf/x86/intel/cstate: Prevent hotplug callback leak by Thomas Gleixner · 8 years ago
  66. a051f22 ARM/imx/mmcd: Fix broken cpu hotplug handling by Thomas Gleixner · 8 years ago
  67. a98d1a0 scsi: qedi: Convert to hotplug state machine by Thomas Gleixner · 8 years ago
  68. 6886fee tools/power turbostat: remove obsolete -M, -m, -C, -c options by Len Brown · 8 years ago
  69. 388e9c8 tools/power turbostat: Make extensible via the --add parameter by Len Brown · 8 years ago
  70. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  71. 1dd5c6b Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  72. 3a77fa8 Merge tag 'watchdog-for-linus-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  73. 01e0d60 Merge tag 'ntb-4.10' of git://github.com/jonmason/ntb by Linus Torvalds · 8 years ago
  74. 6ac3bb1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  75. eb3e8d9 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  76. 00198da Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  77. 9004fda Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  78. dfb7d24 ntb_transport: Remove unnecessary call to ntb_peer_spad_read by Steve Wahl · 8 years ago
  79. 28734e8 NTB: Fix 'request_irq()' and 'free_irq()' inconsistancy by Christophe JAILLET · 8 years ago
  80. 09e71a6 ntb: fix SKX NTB config space size register offsets by Dave Jiang · 8 years ago
  81. 5c43c52 NTB: correct ntb_peer_spad_read for case when callback is not supplied. by Steven Wahl · 8 years ago
  82. bc034e5 MAINTAINERS: Change in maintainer for AMD NTB by Shyam Sundar S K · 8 years ago
  83. b17faba ntb_transport: Limit memory windows based on available, scratchpads by Shyam Sundar S K · 8 years ago
  84. 872deb2 NTB: Register and offset values fix for memory window by Shyam Sundar S K · 8 years ago
  85. e5b0d2d NTB: add support for hotplug feature by Xiangliang Yu · 8 years ago
  86. 783dfa6 ntb: Adding Skylake Xeon NTB support by Dave Jiang · 8 years ago
  87. c280f77 Revert "x86/unwind: Detect bad stack return address" by Josh Poimboeuf · 8 years ago
  88. 3705b97 Merge tag 'perf-urgent-for-mingo-20161222' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  89. 50b17cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  90. 1636098 sctp: fix recovering from 0 win with small data chunks by Marcelo Ricardo Leitner · 8 years ago
  91. 58b94d8 sctp: do not loose window information if in rwnd_over by Marcelo Ricardo Leitner · 8 years ago
  92. a307d0a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  93. e57cbe4 Merge branch 'virtio-net-xdp-fixes' by David S. Miller · 8 years ago
  94. bb91acc virtio-net: XDP support for small buffers by Jason Wang · 8 years ago
  95. c47a43d virtio-net: remove big packet XDP codes by Jason Wang · 8 years ago
  96. 92502fe virtio-net: forbid XDP when VIRTIO_NET_F_GUEST_UFO is support by Jason Wang · 8 years ago
  97. 5c33474 virtio-net: make rx buf size estimation works for XDP by Jason Wang · 8 years ago
  98. b00f70b virtio-net: unbreak csumed packets for XDP_PASS by Jason Wang · 8 years ago
  99. 1830f89 virtio-net: correctly handle XDP_PASS for linearized packets by Jason Wang · 8 years ago
  100. 56a86f8 virtio-net: fix page miscount during XDP linearizing by Jason Wang · 8 years ago