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