1. 4b707c8 cpufreq: intel_pstate: Simplify P state adjustment logic. by Stratos Karafotis · 10 years ago
  2. ac65813 cpufreq: intel_pstate: Keep values in aperf/mperf in full precision by Stratos Karafotis · 10 years ago
  3. 4ab60c3 cpufreq: intel_pstate: Disable interrupts during MSRs reading by Stratos Karafotis · 10 years ago
  4. c410833 cpufreq: intel_pstate: Align multiple lines to open parenthesis by Stratos Karafotis · 10 years ago
  5. abf013b cpufreq: intel_pstate: Remove unnecessary intermediate variable sample_time by Stratos Karafotis · 10 years ago
  6. 285cb99 cpufreq: intel_pstate: Cleanup parentheses by Stratos Karafotis · 10 years ago
  7. 2d8d1f1 cpufreq: intel_pstate: Fit code in a single line where possible by Stratos Karafotis · 10 years ago
  8. 845c1cb cpufreq: intel_pstate: Add missing blank lines after declarations by Stratos Karafotis · 10 years ago
  9. fa30dff cpufreq: intel_pstate: Remove unnecessary type casting in div_s64() call by Stratos Karafotis · 10 years ago
  10. 317dd50 cpufreq: intel_pstate: Make intel_pstate_kobject and debugfs_parent locals by Stratos Karafotis · 10 years ago
  11. b7a6836 Merge tag 'staging-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  12. caa7c4e Merge tag 'usb-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  13. f47d5bb Merge tag 'driver-core-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  14. fa24615 Merge tag 'char-misc-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  15. 5556ea4 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  16. cb20fd0 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  17. e898c79 Merge tag 'drm-intel-fixes-2014-07-18' of git://anongit.freedesktop.org/drm-intel by Dave Airlie · 10 years ago
  18. 1b9f0ef Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  19. b579fcc Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  20. cfd1b99 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 10 years ago
  21. 0bae49b Merge tag 'iommu-fixes-v3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  22. 084c9ca Merge tag 'pm+acpi-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  23. 3e8e275 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  24. b8d2d12 Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
  25. 4e10627 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  26. 79a8468 random: check for increase of entropy_count because of signed conversion by Hannes Frederic Sowa · 10 years ago
  27. 55ae1bd Merge tag 'dm-3.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  28. 033ead8 Merge tag 'upstream-3.16-rc6' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
  29. 29e697b irqchip: gic: Fix core ID calculation when topology is read from DT by Tomasz Figa · 10 years ago
  30. 2ef82d2 Drivers: hv: hv_fcopy: fix a race condition for SMP guest by Dexuan Cui · 10 years ago
  31. 3962808 Merge branches 'pm-sleep' and 'pm-cpufreq' by Rafael J. Wysocki · 10 years ago
  32. bb86cf5 usb: Check if port status is equal to RxDetect by Gavin Guo · 10 years ago
  33. 3c169e5 Merge branch 'drm-fixes-3.16' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
  34. 953c664 usb: chipidea: udc: Disable auto ZLP generation on ep0 by Abbas Raza · 10 years ago
  35. 59ca9ee Merge tag 'stable/for-linus-3.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  36. 5f87e09 drm/radeon: Make classic pageflip completion path less racy. by Mario Kleiner · 10 years ago
  37. 8264849 drm/radeon: Add missing vblank_put in pageflip ioctl error path. by Mario Kleiner · 10 years ago
  38. c89e5be drm/radeon: Remove redundant fence unref in pageflip path. by Mario Kleiner · 10 years ago
  39. 306f98d drm/radeon: Complete page flip even if waiting on the BO fence fails by Michel Dänzer · 10 years ago
  40. c60381b drm/radeon: Move pinning the BO back to radeon_crtc_page_flip() by Michel Dänzer · 10 years ago
  41. f53f81b drm/radeon: Prevent too early kms-pageflips triggered by vblank. by Mario Kleiner · 10 years ago
  42. 201bb62 drm/radeon: set default bl level to something reasonable by Alex Deucher · 10 years ago
  43. 0ac66ef drm/radeon: avoid leaking edid data by Alex Deucher · 10 years ago
  44. 144cb08 irqchip: gic: Add binding probe for ARM GIC400 by Suravee Suthikulpanit · 10 years ago
  45. 92c14bd cpufreq: move policy kobj to policy->cpu at resume by Viresh Kumar · 10 years ago
  46. 56c5333 Merge branches 'cxgb4' and 'mlx5' into for-next by Roland Dreier · 10 years ago
  47. 652c1a0 IB/mlx5: Enable "block multicast loopback" for kernel consumers by Or Gerlitz · 10 years ago
  48. de12d6f hwmon: (adt7470) Fix writes to temperature limit registers by Guenter Roeck · 10 years ago
  49. fbb60fe drm/qxl: return IRQ_NONE if it was not our irq by Jason Wang · 10 years ago
  50. b6603fe Merge tag 'for-linus-20140716' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  51. 1bf8cc3 cpufreq: cpu0: OPPs can be populated at runtime by Viresh Kumar · 10 years ago
  52. 2fa1adc cpufreq: kirkwood: Reinstate cpufreq driver for ARCH_KIRKWOOD by Quentin Armitage · 10 years ago
  53. 7e02168 cpufreq: imx6q: Select PM_OPP by Nicolas Del Piano · 10 years ago
  54. 97d496b cpufreq: sa1110: set memory type for h3600 by Linus Walleij · 10 years ago
  55. 4cf465b ACPI / video: Add use_native_backlight quirk for HP ProBook 4540s by Hans de Goede · 10 years ago
  56. 44305eb UBI: fastmap: do not miss bit-flips by Brian Norris · 10 years ago
  57. d7b6e53 Merge tag 'gpio-v3.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  58. 048e5a0 dm cache metadata: do not allow the data block size to change by Mike Snitzer · 10 years ago
  59. 9aec862 dm thin metadata: do not allow the data block size to change by Mike Snitzer · 10 years ago
  60. 5615f9f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  61. 85d9e14 Merge branch 'linux-3.16' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 10 years ago
  62. bb78e7a drm/nouveau/therm: fix a potential deadlock in the therm monitoring code by Martin Peres · 10 years ago
  63. 8f9818af hso: fix deadlock when receiving bursts of data by Olivier Sobrie · 10 years ago
  64. 5c763ed hso: remove unused workqueue by Olivier Sobrie · 10 years ago
  65. 1b81e88 Merge tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 10 years ago
  66. 3916a31 net: ppp: don't call sk_chk_filter twice by Christoph Schulz · 10 years ago
  67. 32b333f mlx4: mark napi id for gro_skb by Jason Wang · 10 years ago
  68. 548d28b bonding: fix ad_select module param check by Nikolay Aleksandrov · 10 years ago
  69. a8a3e41 net: pppoe: use correct channel MTU when using Multilink PPP by Christoph Schulz · 10 years ago
  70. c693099 Revert "drm/i915: reverse dp link param selection, prefer fast over wide again" by Dave Airlie · 10 years ago
  71. e0463e4 Merge tag 'efi-urgent' into x86/urgent by H. Peter Anvin · 10 years ago
  72. 2843768 Revert "ACPI / video: change acpi-video brightness_switch_enabled default to 0" by Rafael J. Wysocki · 10 years ago
  73. 6b00f44 hwmon: (da9055) Don't use dash in the name attribute by Axel Lin · 10 years ago
  74. ee14b64 hwmon: (da9052) Don't use dash in the name attribute by Axel Lin · 10 years ago
  75. 9c8958b drm/i915: Track the primary plane correctly when reassigning planes by Daniel Vetter · 10 years ago
  76. e052dbf hwrng: virtio - ensure reads happen after successful probe by Amit Shah · 10 years ago
  77. d3cc799 hwrng: fetch randomness only after device init by Amit Shah · 10 years ago
  78. 724cb06 drm/i915: Ignore VBT backlight presence check on HP Chromebook 14 by Scot Doyle · 10 years ago
  79. 6b89cdd Revert "drm/i915: Don't set the 8to6 dither flag when not scaling" by Daniel Vetter · 10 years ago
  80. 5a680fa net: bcmgenet: fix RGMII_MODE_EN bit by Florian Fainelli · 10 years ago
  81. 812c5fa mtd: cfi_cmdset_0001.c: add support for Sharp LH28F640BF NOR by Andrea Adami · 10 years ago
  82. 54c39e9 mtd: nand: reduce the warning noise when the ECC is too weak by Thomas Petazzoni · 10 years ago
  83. 9359003 Merge tag 'iio-fixes-for-3.16d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 10 years ago
  84. 502fde1 Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  85. 2f3870e Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  86. 655fc39 firewire: IEEE 1394 (FireWire) support should depend on HAS_DMA by Geert Uytterhoeven · 10 years ago
  87. 46c1376 RDMA/cxgb4: Call iwpm_init() only once by Steve Wise · 10 years ago
  88. 4494377 clk: spear3xx: Set proper clock parent of uart1/2 by Thomas Gleixner · 10 years ago
  89. 15ebb05 clk: spear3xx: Use proper control register offset by Thomas Gleixner · 10 years ago
  90. 28b1fae Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  91. cacadb4 Merge tag 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Olof Johansson · 10 years ago
  92. 6b458ac Merge tag 'usb-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  93. 78b3d1c Merge tag 'tty-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  94. 56a50f2 Merge tag 'char-misc-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  95. 303f8ad Merge tag 'staging-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  96. 71702e6 iio: mma8452: Use correct acceleration units. by Martin Fuzzey · 10 years ago
  97. eb82a3d phy: omap-usb2: Balance pm_runtime_enable() on probe failure and remove by Roger Quadros · 10 years ago
  98. e73b49f phy: core: Fix error path in phy_create() by Roger Quadros · 10 years ago
  99. bf5baf9 drivers: phy: phy-samsung-usb2.c: Add missing MODULE_DEVICE_TABLE by Sjoerd Simons · 10 years ago
  100. 3df9fcd phy: omap-usb2: fix devm_ioremap_resource error detection code by Himangi Saraogi · 10 years ago