1. fae507a clk: qcom: Do some error handling in configure_bank() by Georgi Djakov · 10 years ago
  2. 7f21897 clk: qcom: Fix clk_get_parent function return value by Georgi Djakov · 10 years ago
  3. 0b21503 clk: qcom: fix RCG M/N counter configuration by Archit Taneja · 10 years ago
  4. 0833b5a Merge tag 'mvebu-clk-4.1' of git://git.infradead.org/linux-mvebu into clk-next by Michael Turquette · 10 years ago
  5. 5cf065f Merge branch 'clk-fixes' into clk-next by Stephen Boyd · 10 years ago
  6. 306c342 clk: Replace of_clk_get_by_clkspec() with of_clk_get_from_provider() by Stephen Boyd · 10 years ago
  7. 50595f8 clk: Rename child_node to clks_node to avoid confusion by Stephen Boyd · 10 years ago
  8. 9d3745d clk: qcom: Properly change rates for ahbix clock by Stephen Boyd · 10 years ago
  9. 65bd200 Merge tag 'v3.20-exynos5433-clk' of git://linuxtv.org/snawrocki/samsung into clk-next by Michael Turquette · 10 years ago
  10. 0bf0ff8 clk: qcom: Fix i2c frequency table by Stephen Boyd · 10 years ago
  11. b61c43c clk: clk_set_parent() with current parent shouldn't fail by Stephen Boyd · 10 years ago
  12. dfc202e clk: Add tracepoints for hardware operations by Stephen Boyd · 10 years ago
  13. 08b9575 clk: Missing set_phase op is an error by Stephen Boyd · 10 years ago
  14. 6b54783 clk: fractional-divider: support for divider bypassing by Heikki Krogerus · 10 years ago
  15. 496eadf clk: Use lockdep asserts to find missing hold of prepare_lock by Krzysztof Kozlowski · 10 years ago
  16. aaa6d06 ASoC: kirkwood: fix struct clk pointer comparing by Shawn Guo · 10 years ago
  17. 81efec8 ASoC: fsl_spdif: fix struct clk pointer comparing by Shawn Guo · 10 years ago
  18. a51139f ARM: imx: fix struct clk pointer comparing by Shawn Guo · 10 years ago
  19. 3d3801e clk: introduce clk_is_match by Michael Turquette · 10 years ago
  20. f55ac06 clk: don't export static symbol by Julia Lawall · 10 years ago
  21. 9315514 clk: divider: fix calculation of initial best divider when rounding to closest by Uwe Kleine-König · 10 years ago
  22. 26bac95 clk: divider: fix selection of divider when rounding to closest by Uwe Kleine-König · 10 years ago
  23. da32113 clk: divider: fix calculation of maximal parent rate for a given divider by Uwe Kleine-König · 10 years ago
  24. 2f7bf4a clk: divider: return real rate instead of divider value by Heiko Stübner · 10 years ago
  25. 8da6f3c clk: mvebu: add Marvell Armada 39x driver by Thomas Petazzoni · 10 years ago
  26. 42b5f40 clk: mvebu: extend common code to allow an optional refclk by Thomas Petazzoni · 10 years ago
  27. 9baf968 devicetree: bindings: update DT bindings for Marvell EBU clock support by Thomas Petazzoni · 10 years ago
  28. a456fe3 clk: qcom: fix platform_no_drv_owner.cocci warnings by kbuild test robot · 10 years ago
  29. 3b34109 clk: qcom: fix platform_no_drv_owner.cocci warnings by kbuild test robot · 10 years ago
  30. 4be8fc0 clk: qcom: Add PLL4 vote clock by Stephen Boyd · 10 years ago
  31. 84b919f clk: qcom: lcc-msm8960: Fix PLL rate detection by Stephen Boyd · 10 years ago
  32. 7dd47b8 clk: qcom: Fix slimbus n and m val offsets by Stephen Boyd · 10 years ago
  33. 03208cc clk: ti: Fix FAPLL parent enable bit handling by Tony Lindgren · 10 years ago
  34. c517d83 Linux 4.0-rc1 by Linus Torvalds · 10 years ago
  35. feaf2229 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  36. be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  37. 90c453c Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  38. 0a28096 autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation by Al Viro · 10 years ago
  39. 7e0e953 procfs: fix race between symlink removals and traversals by Al Viro · 10 years ago
  40. 0db59e5 debugfs: leave freeing a symlink body until inode eviction by Al Viro · 10 years ago
  41. dca1117 Documentation/filesystems/Locking: ->get_sb() is long gone by Al Viro · 10 years ago
  42. eb6ef3d trylock_super(): replacement for grab_super_passive() by Konstantin Khlebnikov · 10 years ago
  43. 54f2a2f fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions by David Howells · 10 years ago
  44. ce40fa7 Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions by David Howells · 10 years ago
  45. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  46. 2c616d4 SELinux: Use d_is_positive() rather than testing dentry->d_inode by David Howells · 10 years ago
  47. 8802565 Smack: Use d_is_positive() rather than testing dentry->d_inode by David Howells · 10 years ago
  48. e656a8e TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR() by David Howells · 10 years ago
  49. 729b8a3 Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inode by David Howells · 10 years ago
  50. 7ac2856 Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sb by David Howells · 10 years ago
  51. 44bdb5e VFS: Split DCACHE_FILE_TYPE into regular and special types by David Howells · 10 years ago
  52. df1a085 VFS: Add a fallthrough flag for marking virtual dentries by David Howells · 10 years ago
  53. e7f7d22 VFS: Add a whiteout dentry type by David Howells · 10 years ago
  54. 155e35d VFS: Introduce inode-getting helpers for layered/unioned fs environments by David Howells · 10 years ago
  55. a135c71 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  56. 2177033 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  57. c8c6c9b Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  58. 93aaa83 Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 10 years ago
  59. 24a52e4 Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  60. cd50b70 Merge tag 'pm+acpi-3.20-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  61. 2bfedd1 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  62. a911dcd Merge tag 'dm-3.20-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  63. e20d3ef Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  64. 1acd2de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  65. b5ccb07 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  66. 2953245 Merge branch 'i2c/for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  67. 18a8d49 Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  68. c189cb8 Merge tag 'vfio-v3.20-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 10 years ago
  69. a2a6937 Merge tag 'sound-fix-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  70. f5e25f0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
  71. d34696c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  72. f967737 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  73. f3c233d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  74. 10436cf Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  75. 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  76. e2defd0 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  77. b5aeca5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  78. 3f4d992 Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  79. dd36929 kernel: make READ_ONCE() valid on const arguments by Linus Torvalds · 10 years ago
  80. decf6d7 Merge branch 'for-3.20' of git://git.infradead.org/users/kbusch/linux-nvme into for-linus by Jens Axboe · 10 years ago
  81. 045c47c blk-throttle: check stats_cpu before reading it from sysfs by Thadeu Lima de Souza Cascardo · 10 years ago
  82. 3466b54 Merge branches 'pnp', 'pm-cpuidle' and 'pm-cpufreq' by Rafael J. Wysocki · 10 years ago
  83. 9d0de5a Merge branches 'acpi-ec', 'acpi-soc', 'acpi-video' and 'acpi-resources' by Rafael J. Wysocki · 10 years ago
  84. 4fbd0a8 Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 10 years ago
  85. 44923c9 MIPS: sead3: Corrected get_c0_perfcount_int by Niklas Cassel · 10 years ago
  86. 8fc5ec7 MIPS: mm: Remove dead macro definitions by Andreas Ruprecht · 10 years ago
  87. 7bad222 Merge tag 'for-linus-3.20-1' of git://git.code.sf.net/p/openipmi/linux-ipmi by Linus Torvalds · 10 years ago
  88. 4c971aa Merge branch 'next' into for-linus by Dmitry Torokhov · 10 years ago
  89. 147d1da Merge branches 'core', 'cxgb4', 'iser', 'mlx4', 'mlx5', 'ocrdma', 'odp', 'qib' and 'srp' into for-next by Roland Dreier · 10 years ago
  90. da12c1f IB/qib: Add blank line after declaration by Mike Marciniszyn · 10 years ago
  91. a46a280 IB/qib: Fix checkpatch warnings by Mike Marciniszyn · 10 years ago
  92. 0d8fb59 i2c: ocores: rework clk code to handle NULL cookie by Wolfram Sang · 10 years ago
  93. 64b139f MIPS: OCTEON: irq: add CIB and other fixes by David Daney · 10 years ago
  94. 2e3ecab MIPS: OCTEON: Don't do acknowledge operations for level triggered irqs. by David Daney · 10 years ago
  95. ac6d9b3 MIPS: OCTEON: More OCTEONIII support by Chandrakala Chavva · 10 years ago
  96. 920cda3 MIPS: OCTEON: Remove setting of processor specific CVMCTL icache bits. by Chad Reese · 10 years ago
  97. 726da2f MIPS: OCTEON: Core-15169 Workaround and general CVMSEG cleanup. by David Daney · 10 years ago
  98. debe6a6 MIPS: OCTEON: Update octeon-model.h code for new SoCs. by David Daney · 10 years ago
  99. e3d0ead MIPS: OCTEON: Implement DCache errata workaround for all CN6XXX by David Daney · 10 years ago
  100. 664f1ae MIPS: OCTEON: Add little-endian support to asm/octeon/octeon.h by David Daney · 10 years ago