1. 8eb055d cpufreq: ondemand: Drop unused callback from struct od_ops by Rafael J. Wysocki · 9 years ago
  2. a7f35cf cpufreq: ondemand: Simplify od_update() slightly by Rafael J. Wysocki · 9 years ago
  3. 07aa440 cpufreq: governor: Use microseconds in sample delay computations by Rafael J. Wysocki · 9 years ago
  4. 6e96c5b cpufreq: ondemand: Simplify conditionals in od_dbs_timer() by Rafael J. Wysocki · 9 years ago
  5. 57dc3bc cpufreq: governor: Move rate_mult to struct policy_dbs by Rafael J. Wysocki · 9 years ago
  6. 78347cd cpufreq: governor: Reset sample delay in store_sampling_rate() by Rafael J. Wysocki · 9 years ago
  7. 4cccf75 cpufreq: governor: Get rid of the ->gov_check_cpu callback by Rafael J. Wysocki · 9 years ago
  8. 57eb832 cpufreq: governor: Clean up load-related computations by Rafael J. Wysocki · 9 years ago
  9. 679b8fe cpufreq: governor: Fix nice contribution computation in dbs_check_cpu() by Rafael J. Wysocki · 9 years ago
  10. e4db281 cpufreq: governor: Avoid atomic operations in hot paths by Rafael J. Wysocki · 9 years ago
  11. f62b937 cpufreq: governor: Simplify gov_cancel_work() slightly by Rafael J. Wysocki · 9 years ago
  12. b9db427 cpufreq: governor: Avoid irq_work_queue_on() crash on non-SMP ARM by Rafael J. Wysocki · 9 years ago
  13. a23d6d1 cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delay by Viresh Kumar · 9 years ago
  14. aded387 cpufreq: conservative: Update sample_delay_ns immediately by Viresh Kumar · 9 years ago
  15. 581c214 cpufreq: governor: No need to manage state machine now by Viresh Kumar · 9 years ago
  16. 99522fe cpufreq: Remove cpufreq_governor_lock by Viresh Kumar · 9 years ago
  17. 49f1856 cpufreq: Call __cpufreq_governor() with policy->rwsem held by Viresh Kumar · 9 years ago
  18. 69cee71 cpufreq: Merge cpufreq_offline_prepare/finish routines by Viresh Kumar · 9 years ago
  19. c54df07 cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlock by Viresh Kumar · 9 years ago
  20. 68e80da Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT" by Viresh Kumar · 9 years ago
  21. fd8ddc4 cpufreq: governor: Drop unused macros for creating governor tunable attributes by Viresh Kumar · 9 years ago
  22. c443563 cpufreq: governor: New sysfs show/store callbacks for governor tunables by Viresh Kumar · 9 years ago
  23. ff4b178 cpufreq: governor: Move common tunables to 'struct dbs_data' by Viresh Kumar · 9 years ago
  24. d0684d3 cpufreq: governor: Create generic macro for common tunables by Viresh Kumar · 9 years ago
  25. fafd5e8 cpufreq: governor: Drop pointless goto from cpufreq_governor_init() by Rafael J. Wysocki · 9 years ago
  26. 686cc63 cpufreq: governor: Rename skip_work to work_count by Rafael J. Wysocki · 9 years ago
  27. cea6a9e cpufreq: governor: Symmetrize cpu_dbs_info initialization and cleanup by Rafael J. Wysocki · 9 years ago
  28. bc50547 cpufreq: governor: Rearrange governor data structures by Rafael J. Wysocki · 9 years ago
  29. e975189 cpufreq: governor: Simplify cpufreq_governor_limits() by Rafael J. Wysocki · 9 years ago
  30. d10b5eb cpufreq: governor: Drop cpu argument from dbs_check_cpu() by Rafael J. Wysocki · 9 years ago
  31. e40e7b2 cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info by Rafael J. Wysocki · 9 years ago
  32. ea59ee0d cpufreq: governor: Drop the gov pointer from struct dbs_data by Rafael J. Wysocki · 9 years ago
  33. 906a6e5 cpufreq: governor: Rework cpufreq_governor_dbs() by Rafael J. Wysocki · 9 years ago
  34. 7bdad34 cpufreq: governor: Rename some data types and variables by Rafael J. Wysocki · 9 years ago
  35. af92618 cpufreq: governor: Put governor structure into common_dbs_data by Rafael J. Wysocki · 9 years ago
  36. 5da3dd1 cpufreq: governor: Avoid passing dbs_data pointers around unnecessarily by Rafael J. Wysocki · 9 years ago
  37. 2bb8d94 cpufreq: governor: Use common mutex for dbs_data protection by Rafael J. Wysocki · 9 years ago
  38. 9be4fd2 cpufreq: governor: Replace timers with utilization update callbacks by Rafael J. Wysocki · 9 years ago
  39. a4675fb cpufreq: intel_pstate: Replace timers with utilization update callbacks by Rafael J. Wysocki · 9 years ago
  40. 34e2c55 cpufreq: Add mechanism for registering utilization update callbacks by Rafael J. Wysocki · 9 years ago
  41. de1df26 cpufreq: Clean up default and fallback governor setup by Rafael J. Wysocki · 9 years ago
  42. d784ef5 Merge tag 'usb-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  43. 54e3f3e Merge tag 'tty-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  44. 8c4e378 Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  45. f3ca903 Merge tag 'driver-core-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  46. dc799d0 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  47. 30e4c9a Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  48. 660f6fe Merge tag 'vfio-v4.5-rc2' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago
  49. bb47680 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  50. 6b292a8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  51. 46552e6 Merge tag 'pm+acpi-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  52. 2973737 Merge branch 'stable/for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm by Linus Torvalds · 9 years ago
  53. f6a239a Merge tag 'iommu-fixes-v4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  54. f51d4d7 Merge tag 'hwmon-for-linus-v4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 9 years ago
  55. a12883f Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  56. ad1ac94 Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep' by Rafael J. Wysocki · 9 years ago
  57. 0bce39c Merge branches 'acpi-video' and 'acpi-hotplug' by Rafael J. Wysocki · 9 years ago
  58. b943d0b Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  59. 6c55d9b serial: 8250_pci: Add Intel Broadwell ports by Mika Westerberg · 9 years ago
  60. 9b1a12d iommu/amd: Correct the wrong setting of alias DTE in do_attach by Baoquan He · 9 years ago
  61. da972fb iommu/vt-d: Don't skip PCI devices when disabling IOTLB by Jeremy McNicoll · 9 years ago
  62. c5b6352 irqchip/mxs: Add missing set_handle_irq() by Oleksij Rempel · 9 years ago
  63. 8f6aff9 iommu/io-pgtable-arm: Fix io-pgtable-arm build failure by Lada Trimasova · 9 years ago
  64. 52795f6 i2c: piix4: don't regress on bus names by Jean Delvare · 9 years ago
  65. 88867e3 Staging: speakup: fix read scrolled-back VT by Samuel Thibault · 9 years ago
  66. 327b882 Staging: speakup: Fix getting port information by Samuel Thibault · 9 years ago
  67. b64a1cb Revert "Staging: panel: usleep_range is preferred over udelay" by Sudip Mukherjee · 9 years ago
  68. d8b8eb8 Merge branch 'drm-rockchip-next-fixes-2016-01-22' of https://github.com/markyzq/kernel-drm-rockchip into drm-fixes by Dave Airlie · 9 years ago
  69. 96c5d07 drm/vmwgfx: respect 'nomodeset' by Rob Clark · 10 years ago
  70. 2ad14a6 Merge tag 'drm-vc4-fixes-2015-01-19' of http://github.com/anholt/linux into drm-fixes by Dave Airlie · 9 years ago
  71. 2081e78 Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/git/lst/linux into drm-fixes by Dave Airlie · 9 years ago
  72. 55ce625 Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 9 years ago
  73. 28b8d66 drm/amdgpu: only move pt bos in LRU list on success by Nicolai Hähnle · 9 years ago
  74. a89a798 Merge tag 'usb-serial-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 9 years ago
  75. 60dee3c hwmon: (fam15h_power) Add bit masking for tdp_limit by Gioh Kim · 9 years ago
  76. b331bc2 cpufreq: cpufreq-dt: avoid uninitialized variable warnings: by Arnd Bergmann · 9 years ago
  77. fb2a24a cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype by Arnd Bergmann · 9 years ago
  78. 2dadfd7 cpufreq: Use list_is_last() to check last entry of the policy list by Gautham R Shenoy · 9 years ago
  79. e4b133c cpufreq: Fix NULL reference crash while accessing policy->governor_data by Viresh Kumar · 9 years ago
  80. 75274b33 cpuidle: coupled: remove unused define cpuidle_coupled_lock by Anders Roxell · 9 years ago
  81. a3d09c7 PM / Domains: Fix typo in comment by Moritz Fischer · 9 years ago
  82. cdb300a PM / Domains: Fix potential deadlock while adding/removing subdomains by Ulf Hansson · 9 years ago
  83. 16ab8a5 vfio/noiommu: Don't use iommu_present() to track fake groups by Alex Williamson · 9 years ago
  84. fe6fc1f drm/radeon: fix DP audio support for APU with DCE4.1 display engine by Slava Grigorev · 9 years ago
  85. a64c9da drm/radeon: Add a common function for DFS handling by Slava Grigorev · 9 years ago
  86. c9a392e drm/radeon: cleaned up VCO output settings for DP audio by Slava Grigorev · 9 years ago
  87. 08b21d3 drm/amd/powerplay: Update SMU firmware loading for Stoney by Rex Zhu · 9 years ago
  88. b3c6de4 cleancache: constify cleancache_ops structure by Julia Lawall · 9 years ago
  89. 49f3413 irqchip/atmel-aic: Fix wrong bit operation for IRQ priority by Milo Kim · 9 years ago
  90. f4f9edc staging/speakup: Use tty_ldisc_ref() for paste kworker by Peter Hurley · 9 years ago
  91. 6d27a63 n_tty: Fix unsafe reference to "other" ldisc by Peter Hurley · 9 years ago
  92. 5c17c86 tty: Fix unsafe ldisc reference via ioctl(TIOCGETD) by Peter Hurley · 9 years ago
  93. 7f22f6c tty: Retry failed reopen if tty teardown in-progress by Peter Hurley · 9 years ago
  94. 0bfd464 tty: Wait interruptibly for tty lock on reopen by Peter Hurley · 9 years ago
  95. 6344a5c Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixes by James Bottomley · 9 years ago
  96. 13b4389 SCSI: fix crashes in sd and sr runtime PM by Alan Stern · 9 years ago
  97. a0a5ab3 drm/etnaviv: call correct function when trying to vmap a DMABUF by Lucas Stach · 9 years ago
  98. ce3088f drm/etnaviv: rename etnaviv_gem_vaddr to etnaviv_gem_vmap by Lucas Stach · 9 years ago
  99. 9f07bb0 drm/etnaviv: fix get pages error path in etnaviv_gem_vaddr by Lucas Stach · 9 years ago
  100. 45d16a6 drm/etnaviv: fix memory leak in IOMMU init path by Lucas Stach · 9 years ago