1. f645f72 clk: ti: Check kzalloc() for failures by Stephen Boyd · 9 years ago
  2. 4d34105 Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm into clk-next by Stephen Boyd · 9 years ago
  3. e306479 clk: h8300: Fix signness bug by Axel Lin · 9 years ago
  4. d7a304e clk: qcom: Set CLK_SET_RATE_PARENT on ce1 clocks by Stephen Boyd · 9 years ago
  5. c5e857a clk: gpio: Unlock mutex on error path by Stephen Boyd · 9 years ago
  6. 006cb8b clk: h8300: Use standard Linux I/O accessors by Stephen Boyd · 9 years ago
  7. 9298f02 clk: h8300: Drop allocation printk and cleanup sizeof style by Stephen Boyd · 9 years ago
  8. 19aab27 Merge branch 'clk-determine-rate-struct' into clk-next by Stephen Boyd · 9 years ago
  9. 57d866e clk: fix some determine_rate implementations by Boris Brezillon · 9 years ago
  10. 0817b62 clk: change clk_ops' ->determine_rate() prototype by Boris Brezillon · 9 years ago
  11. 86665d2 clk: st: Fix error paths and allocation style by Stephen Boyd · 9 years ago
  12. f04b8b4 Merge branch 'clk-fixes' into clk-next by Stephen Boyd · 9 years ago
  13. 2573a02 clk: Move clk_provider_list to scope of function using it by Stephen Boyd · 9 years ago
  14. 2e3b19f clk: Check for allocation errors in of_clk_init() by Stephen Boyd · 9 years ago
  15. ca7d07a Merge branch 'clk-rk3368' into clk-next by Stephen Boyd · 9 years ago
  16. d4f76de clk: qcom: Add support for SR2 PLLs by Georgi Djakov · 9 years ago
  17. a8a8db4 clk: at91: Silence warnings and cleanup __init/extern usage by Stephen Boyd · 9 years ago
  18. 56551da drivers: clk: st: Incorrect register offset used for lock_status by Pankaj Dev · 9 years ago
  19. adb11a4 clk: qcom: Constify the parent names arrays by Georgi Djakov · 9 years ago
  20. 78e50c6 clk: xgene: Delete duplicated name field by Matthias Brugger · 9 years ago
  21. bb68a4f clk: Rename clk-gpio-gate.c to clk-gpio.c by Sergej Sawazki · 9 years ago
  22. 80eeb1f clk: add gpio controlled clock multiplexer by Sergej Sawazki · 9 years ago
  23. 281cbb0 clk: gpio-gate: Stay silent on EPROBE_DEFER by Sergej Sawazki · 9 years ago
  24. e21b08e clk: gpio-gate: Include export.h instead of module.h by Sergej Sawazki · 9 years ago
  25. f75073f Merge branch 'clk-fixes' into clk-next by Stephen Boyd · 9 years ago
  26. 7b2a463 clk: mediatek: mt8173: Fix enabling of critical clocks by Sascha Hauer · 9 years ago
  27. 3536c97 clk: rockchip: add rk3368 clock controller by Heiko Stuebner · 9 years ago
  28. 7c8f03d clk: rockchip: add missing include guards by Heiko Stuebner · 9 years ago
  29. d8567e3 clk: rockchip: add dt-binding header for rk3368 by Heiko Stuebner · 9 years ago
  30. e76ea35 dt-bindings: add documentation of rk3668 clock controller by Heiko Stuebner · 9 years ago
  31. 4534b11 clk: rockchip: define the inverters of rk3066/rk3188 and rk3288 by Heiko Stuebner · 9 years ago
  32. 7c494ad clk: rockchip: fix issues in the mmc-phase clock by Heiko Stuebner · 9 years ago
  33. 8a76f44 clk: rockchip: add support for phase inverters by Heiko Stuebner · 9 years ago
  34. 6f08507 clk: rockchip: add COMPOSITE_NOGATE_DIVTBL variant by Heiko Stuebner · 9 years ago
  35. 2d7884a clk: rockchip: protect register macros against multipart values by Heiko Stuebner · 9 years ago
  36. 1017629 clk: rockchip: fix faulty vip parent name on rk3288 by Heiko Stuebner · 9 years ago
  37. 4791eb6 clk: rockchip: rk3288: add CLK_SET_RATE_PARENT to sclk_mac by Heiko Stuebner · 9 years ago
  38. 3be6d8c drivers: clk: st: Fix mux bit-setting for Cortex A9 clocks by Gabriel Fernandez · 9 years ago
  39. 18fee45 drivers: clk: st: Add CLK_GET_RATE_NOCACHE flag to clocks by Pankaj Dev · 9 years ago
  40. 0f4f2af drivers: clk: st: Fix flexgen lock init by Giuseppe Cavallaro · 9 years ago
  41. c4d339c drivers: clk: st: Fix FSYN channel values by Gabriel Fernandez · 9 years ago
  42. c14bada drivers: clk: st: Remove unused code by Gabriel Fernandez · 9 years ago
  43. 6d45136 clk: qcom: Use parent rate when set rate to pixel RCG clock by Hai Li · 9 years ago
  44. d770e55 Linux 4.2-rc1 by Linus Torvalds · 9 years ago
  45. a585d2b Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  46. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  47. 9b284cb bluetooth: fix list handling by Linus Torvalds · 9 years ago
  48. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  49. 6d7c8e1 Merge tag 'ntb-4.2' of git://github.com/jonmason/ntb by Linus Torvalds · 9 years ago
  50. 0f1db7d 9p: cope with bogus responses from server in p9_client_{read,write} by Al Viro · 9 years ago
  51. 67e808f p9_client_write(): avoid double p9_free_req() by Al Viro · 9 years ago
  52. a84b69c 9p: forgetting to cancel request on interrupted zero-copy RPC by Al Viro · 9 years ago
  53. 43c3dd0 dax: bdev_direct_access() may sleep by Matthew Wilcox · 9 years ago
  54. bbab37d block: Add support for DAX reads/writes to block devices by Matthew Wilcox · 9 years ago
  55. 872eb12 dax: Use copy_from_iter_nocache by Matthew Wilcox · 9 years ago
  56. 44f4c05 dax: Add block size note to documentation by Matthew Wilcox · 9 years ago
  57. 1b3618b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  58. bf44fe4 NTB: Add split BAR output for debugfs stats by Dave Jiang · 9 years ago
  59. fd839bf NTB: Change WARN_ON_ONCE to pr_warn_once on unsafe by Dave Jiang · 9 years ago
  60. 7eb3878 NTB: Print driver name and version in module init by Dave Jiang · 9 years ago
  61. 9891417 NTB: Increase transport MTU to 64k from 16k by Dave Jiang · 9 years ago
  62. 2f887b9 NTB: Rename Intel code names to platform names by Dave Jiang · 9 years ago
  63. a41ef05 NTB: Default to CPU memcpy for performance by Dave Jiang · 9 years ago
  64. 06917f7 NTB: Improve performance with write combining by Dave Jiang · 9 years ago
  65. 0e041fb NTB: Use NUMA memory in Intel driver by Allen Hubbe · 9 years ago
  66. 1199aa6 NTB: Use NUMA memory and DMA chan in transport by Allen Hubbe · 9 years ago
  67. 2876228 NTB: Rate limit ntb_qp_link_work by Allen Hubbe · 9 years ago
  68. 578b881 NTB: Add tool test client by Allen Hubbe · 9 years ago
  69. 963de47 NTB: Add ping pong test client by Allen Hubbe · 9 years ago
  70. 42fefc8 NTB: Add parameters for Intel SNB B2B addresses by Allen Hubbe · 9 years ago
  71. 2849b5d7 NTB: Reset transport QP link stats on down by Allen Hubbe · 9 years ago
  72. c0900b3 NTB: Do not advance transport RX on link down by Allen Hubbe · 9 years ago
  73. e22e0b9 NTB: Differentiate transport link down messages by Allen Hubbe · 9 years ago
  74. dd5d4d8 NTB: Check the device ID to set errata flags by Dave Jiang · 9 years ago
  75. 5ae0beb NTB: Enable link for Intel root port mode in probe by Dave Jiang · 9 years ago
  76. 0f69a7d NTB: Read peer info from local SPAD in transport by Dave Jiang · 9 years ago
  77. e26a584 NTB: Split ntb_hw_intel and ntb_transport drivers by Allen Hubbe · 9 years ago
  78. a1bd3ba NTB: Add NTB hardware abstraction layer by Allen Hubbe · 9 years ago
  79. 14a6f19 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  80. b1be9ea Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  81. 22a093b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  82. c1776a1 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  83. 91cca0f Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  84. ec0337e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  85. b96fecb x86/fpu: Fix boot crash in the early FPU code by Ingo Molnar · 9 years ago
  86. 397f237 sched/numa: Fix numa balancing stats in /proc/pid/sched by Srikar Dronamraju · 9 years ago
  87. e3d24d0 sched/numa: Show numa_group ID in /proc/sched_debug task listings by Srikar Dronamraju · 9 years ago
  88. 6b55c96 sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.h by Srikar Dronamraju · 9 years ago
  89. 5968cec sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=y by Naveen N. Rao · 9 years ago
  90. f6db834 sched/stat: Simplify the sched_info accounting dependency by Naveen N. Rao · 9 years ago
  91. a5cba18 Merge branch 'next' into for-linus by Dmitry Torokhov · 9 years ago
  92. 5c65e7b Merge tag 'topic/drm-fixes-2015-07-04' of git://anongit.freedesktop.org/drm-intel by Linus Torvalds · 9 years ago
  93. 5fc8352 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  94. e24ff46 drm/crtc: Fix edid length computation by Shixin Zeng · 9 years ago
  95. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  96. 2fee94b7 Merge tag 'remoteproc-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 9 years ago
  97. d033ed9 Merge tag 'hwspinlock-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock by Linus Torvalds · 9 years ago
  98. 6361c84 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  99. 31351f7 Merge tag 'nios2-v4.2' of git://git.rocketboards.org/linux-socfpga-next by Linus Torvalds · 9 years ago
  100. 9a3c284 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 9 years ago