1. 499a90e video: adf: fix wrong bitops in adf_modeinfo_to_fb_videomode() by Greg Hackmann · 10 years ago
  2. ef8ed03 video: adf: Cleanup sw_sync timeline at adf_device_destroy by Jonathan Hamilton · 10 years ago
  3. 842a5f9 video: adf: fbdev: add stubs for kernels without ADF_FBDEV by Greg Hackmann · 10 years ago
  4. 7cffd81 video: adf: memblock: map buffer for dma by Greg Hackmann · 10 years ago
  5. eba4b59 video: adf: use rb_erase in adf_obj_destroy. by Alistair Strachan · 11 years ago
  6. 65b2f50 video: adf: adf_memblock_export symbol should be exported by Greg Hackmann · 11 years ago
  7. 939e734 video: adf: add buffer padding quirk by Greg Hackmann · 11 years ago
  8. c0496ee video: adf: document adf_format_validate_yuv's origin by Greg Hackmann · 11 years ago
  9. 1d8124a video: adf: ensure consistent alignment on userspace facing structs by Greg Hackmann · 11 years ago
  10. e25142e video: adf: replace fbdev helper's open flag with refcount by Greg Hackmann · 11 years ago
  11. 739922a video: adf: export the adf_attachment_allow symbol to modules. by Alistair Strachan · 11 years ago
  12. 5257242 video: adf: use %zu when printing size_t by Greg Hackmann · 11 years ago
  13. 789b542 video: adf: fix compat ioctls calling ioctl with wrong cmd by Greg Hackmann · 11 years ago
  14. a1a62aa video: adf: use ADF_IOCTL_TYPE in compat ioctl definitions by Greg Hackmann · 11 years ago
  15. 637c4d8 video: adf: define constants for device-custom ioctls by Greg Hackmann · 11 years ago
  16. b84179e video: adf: fix fbdev blank -> dpms state mapping by Greg Hackmann · 11 years ago
  17. 3dead9e video: adf: validate dpms state passed to blank by Greg Hackmann · 11 years ago
  18. 2e64004 video: adf: fix ADF_MAX_ATTACHMENTS declaration by Greg Hackmann · 11 years ago
  19. eaa9f6b video: adf: remove PAGE_SIZE from userspace-facing header by Greg Hackmann · 11 years ago
  20. 6685c13 video: adf: make device node names less hierarchical by Greg Hackmann · 11 years ago
  21. 0f575f7 video: adf: expose adf_modeinfo_set_{name,vrefresh} to drivers by Greg Hackmann · 11 years ago
  22. b95a883 video: adf: set default interface dpms_state to OFF by Greg Hackmann · 11 years ago
  23. cf82ca4 video: adf: make dpms_state sysfs attribute writable by Greg Hackmann · 11 years ago
  24. 89c78a5 video: adf: add helpers for validating custom formats by Greg Hackmann · 11 years ago
  25. fd81dd3 video: adf: add informational flags to interfaces by Greg Hackmann · 11 years ago
  26. 210a69b video: adf: add fbdev compatibility helper by Greg Hackmann · 11 years ago
  27. 47017b1 video: adf: add supported formats to adf_overlay_engine_data by Greg Hackmann · 11 years ago
  28. 949005d video: adf: support "simple" buffers by Greg Hackmann · 11 years ago
  29. 11ce23e video: adf: add memblock helper by Greg Hackmann · 11 years ago
  30. fc29df8 video: add atomic display framework by Greg Hackmann · 11 years ago
  31. 6b63c53 subsystem: CPU FREQUENCY DRIVERS- Set cpu_load calculation on current frequency by rahul.khandelwal · 10 years ago
  32. 4b12049 cpufreq: interactive: replace strict_strtoul() with kstrtoul() by Amit Pundir · 9 years ago
  33. 254b86b cpufreq: interactive: Rearm governor timer at max freq by Rohit Gupta · 10 years ago
  34. 63e18f0 cpufreq: interactive: Implement cluster-based min_sample_time by Junjie Wu · 10 years ago
  35. f104cf9 cpufreq: interactive: Exercise hispeed settings at a policy level by Saravana Kannan · 10 years ago
  36. a57c0cf cpufreq: interactive: Round up timer_rate to match jiffy by Junjie Wu · 10 years ago
  37. 207beb8 cpufreq: interactive: Don't set floor_validate_time during boost by Junjie Wu · 10 years ago
  38. 0e4a30e cpufreq: interactive: Put global cpufreq kobject on failure by Junjie Wu · 10 years ago
  39. 8b4bd5a cpufreq: interactive: only boost tunable affected cpus by Lianwei Wang · 10 years ago
  40. 1500ffb cpufreq: interactive: don't skip waking up speedchange_task if target_freq > policy->cur by Minsung Kim · 10 years ago
  41. 71d4c77 cpufreq: interactive: make common_tunables static by Cylen Yao · 10 years ago
  42. 2ed8889 cpufreq: interactive: prevents the frequency to directly raise above the hispeed_freq from a lower frequency. by Ruchi Kandoi · 10 years ago
  43. 6a0df3b cpufreq: interactive: remove compilation error from commit 49cc72365fb7ee87762a7ccc6a32ef68627216c5 by Ruchi Kandoi · 11 years ago
  44. 8dd299d cpufreq: interactive: turn boost_pulse off on boost off by Ruchi Kandoi · 11 years ago
  45. 8448ca7 cpufreq: interactive: restructure CPUFREQ_GOV_LIMITS by Badhri Jagan Sridharan · 11 years ago
  46. 689177c cpufreq: interactive: hold reference on global cpufreq kobject if needed by Greg Hackmann · 10 years ago
  47. f65c88b cpufreq: interactive: Use generic get_cpu_idle_time() from cpufreq.c by Viresh Kumar · 11 years ago
  48. b8a95bd cpufreq: interactive: fix NULL pointer dereference at sysfs ops by Minsung Kim · 11 years ago
  49. 76dfdea cpufreq: interactive: fix compiling warnings by Chih-Wei Huang · 11 years ago
  50. 2086e2e cpufreq: interactive: delete timers for GOV_START by Shridhar Rasal · 11 years ago
  51. e007dc8 cpufreq: Interactive: Implement per policy instances of governor by Viresh Kumar · 11 years ago
  52. 27cd055 cpufreq: interactive: Move definition of cpufreq_gov_interactive downwards by Viresh Kumar · 11 years ago
  53. 06df9b6 cpufreq: interactive: Remove unnecessary cpu_online() check by Viresh Kumar · 11 years ago
  54. 7203e32 cpufreq: interactive: fix show_target_loads and show_above_hispeed_delay by Minsung Kim · 11 years ago
  55. ca36b82 cpufreq: interactive: resched timer if max freq raised by Lianwei Wang · 11 years ago
  56. abf9be4 cpufreq: interactive: fix race on cpufreq TRANSITION notifier by Lianwei Wang · 11 years ago
  57. 32e68d3 cpufreq: interactive: avoid underflow on active time calculation by Minsung Kim · 11 years ago
  58. fd03cfb cpufreq: interactive: reduce chance of zero time delta on load eval by Todd Poynor · 12 years ago
  59. 3411d39 cpufreq: interactive: handle errors from cpufreq_frequency_table_target by Todd Poynor · 11 years ago
  60. 8f6bed5 cpufreq: interactive: fix uninitialized spinlock by Minsung Kim · 12 years ago
  61. b14b54a cpufreq: interactive: base above_hispeed_delay on target freq, not current by Todd Poynor · 12 years ago
  62. 50fa534 cpufreq: interactive: fix crash on error paths in get_tokenized_data by Todd Poynor · 12 years ago
  63. 7dabbf8 cpufreq: interactive: add io_is_busy interface by Lianwei Wang · 12 years ago
  64. 82d1c03 cpufreq: interactive: allow arbitrary speed / delay mappings by Minsung Kim · 12 years ago
  65. 4c658a8 cpufreq: interactive: fix race on governor start/stop by Lianwei Wang · 12 years ago
  66. ad467de cpufreq: interactive: fix deadlock on spinlock in timer by Todd Poynor · 12 years ago
  67. 5d22536 cpufreq: interactive: don't handle transition notification if not enabled by Todd Poynor · 12 years ago
  68. 79953641 cpufreq: interactive: init default values at compile time by Todd Poynor · 12 years ago
  69. e1efa9a cpufreq: interactive: default go_hispeed_load 99%, doc updates by Todd Poynor · 12 years ago
  70. d8ea20a cpufreq: interactive: fix race on timer restart on governor start by Todd Poynor · 12 years ago
  71. fe7338c cpufreq: interactive: fix racy timer stopping by Todd Poynor · 12 years ago
  72. c6a99be cpufreq: interactive: fix boosting logic by Todd Poynor · 12 years ago
  73. 59349b2 cpufreq: interactive: add timer slack to limit idle at speed > min by Todd Poynor · 12 years ago
  74. 8d0595e cpufreq: interactive: specify duration of CPU speed boost pulse by Todd Poynor · 12 years ago
  75. 139eed6 cpufreq: interactive: adjust load for changes in speed by Todd Poynor · 12 years ago
  76. 1005832 cpufreq: interactive: remove load since last speed change by Todd Poynor · 12 years ago
  77. d2d7ece cpufreq: interactive: allow arbitrary speed / target load mappings by Todd Poynor · 12 years ago
  78. cf72b4b cpufreq: interactive: apply above_hispeed_delay to each step above hispeed by Todd Poynor · 12 years ago
  79. 3557a44 cpufreq: interactive: change speed according to current speed and target load by Todd Poynor · 12 years ago
  80. 2ce25e8 cpufreq: interactive: trace actual speed in target speed decisions by Todd Poynor · 12 years ago
  81. f0f0f4f cpufreq: interactive: kick timer on idle exit past expiry by Todd Poynor · 12 years ago
  82. fbc75fa cpufreq: interactive: use deferrable timer by default by Lianwei Wang · 12 years ago
  83. b6fe539 cpufreq: interactive: pin timers to associated CPU by Todd Poynor · 12 years ago
  84. 44d6e9c cpufreq: interactive: run at fraction of hispeed_freq when load is low by Todd Poynor · 12 years ago
  85. 86496c2 cpufreq: interactive: always limit initial speed bump to hispeed by Todd Poynor · 12 years ago
  86. 152f14f cpufreq: interactive: remove input_boost handling by Todd Poynor · 12 years ago
  87. 29b23ca cpufreq: interactive: handle speed up and down in the realtime task by Todd Poynor · 12 years ago
  88. 3eee0fd cpufreq: interactive: keep freezer happy when not current governor by Sam Leffler · 12 years ago
  89. d07f874 cpufreq: interactive: take idle notifications only when active by Sam Leffler · 12 years ago
  90. 2e0d2f4 cpufreq: interactive: fixup trace of string params by Todd Poynor · 12 years ago
  91. e7d0afb cpufreq: interactive: restart above_hispeed_delay at each hispeed load by Todd Poynor · 12 years ago
  92. 2e451fe cpufreq-interactive: Compile fixup by John Stultz · 12 years ago
  93. 8273eaf cpufreq: interactive: add boost pulse interface by Todd Poynor · 12 years ago
  94. c96bf80 cpufreq: interactive: set floor for boosted speed by Todd Poynor · 12 years ago
  95. 853cd31 cpufreq: interactive: Add sysfs boost interface for hints from userspace by Todd Poynor · 12 years ago
  96. f0c6e44 cpufreq: interactive: remove unused target_validate_time_in_idle by Todd Poynor · 12 years ago
  97. 103efca cpufreq: interactive: Boost frequency on touchscreen input by Todd Poynor · 13 years ago
  98. 9f7fbf4 cpufreq: interactive: Separate speed target revalidate time and initial set time by Todd Poynor · 13 years ago
  99. 389392b cpufreq: interactive: base hispeed bump on target freq, not actual by Todd Poynor · 13 years ago
  100. d343fba cpufreq: interactive: adjust code and documentation to match by Todd Poynor · 13 years ago