1. 3465fc2 power: wakeup_reason: fix suspend time reporting by Amit Pundir · 9 years ago
  2. 722c9f9 wakeup: Add last wake up source logging for suspend abort reason. by Ruchi Kandoi · 9 years ago
  3. 212f3db Power: Report suspend times from last_suspend_time by jinqian · 9 years ago
  4. 7ae36b5 power: Remove HAS_WAKELOCK config and document WAKELOCK by Dylan Reid · 9 years ago
  5. 989ad2e Make suspend abort reason logging depend on CONFIG_PM_SLEEP by Lorenzo Colitti · 10 years ago
  6. da1a404 power: Add check_wakeup_reason() to verify wakeup source irq by Dmitry Shmidt · 10 years ago
  7. ddd401e power: Adds functionality to log the last suspend abort reason. by Ruchi Kandoi · 10 years ago
  8. 28cd940 power: Avoids bogus error messages for the suspend aborts. by Ruchi Kandoi · 10 years ago
  9. d3ee35b power: Add property CHARGE_COUNTER_EXT and 64-bit precision properties by Todd Poynor · 10 years ago
  10. 68b332d Power: Changes the permission to read only for sysfs file /sys/kernel/wakeup_reasons/last_resume_reason by Ruchi Kandoi · 10 years ago
  11. 304a7b2 power: wakeup_reason: rename irq_count to irqcount by Greg Hackmann · 10 years ago
  12. 8a16677 Power: Add guard condition for maximum wakeup reasons by Ruchi Kandoi · 10 years ago
  13. 5ee4d7b POWER: fix compile warnings in log_wakeup_reason by Ruchi Kandoi · 10 years ago
  14. 45aaceb Power: add an API to log wakeup reasons by Ruchi Kandoi · 10 years ago
  15. 4ffbe11 PM / Suspend: Print wall time at suspend entry and exit by Todd Poynor · 12 years ago
  16. a41525f power: power_supply: add POWER_SUPPLY_PROP_CHARGE_ENABLED by Todd Poynor · 12 years ago
  17. b6c3298 power: power_supply: add POWER_SUPPLY_PROP_USB_OTG by Todd Poynor · 12 years ago
  18. 53e0fd5 power: power_supply: move POWER_SUPPLY_PROP_USB_HC to type 'int' order by Todd Poynor · 12 years ago
  19. 06ade45 power_supply: Add custom property for USB High Current mode by Todd Poynor · 12 years ago
  20. 707608d trace: power: add trace_clock_set_parent by Colin Cross · 12 years ago
  21. cb575f7 trace: fix compilation for 4.1 by Dmitry Shmidt · 9 years ago
  22. ad432ac trace/events: fix gpu event timestamp formatting by Jamie Gennis · 11 years ago
  23. 26779b3 trace: add non-hierarchical function_graph option by Jamie Gennis · 12 years ago
  24. 13b625d trace: Add an option to show tgids in trace output by Jamie Gennis · 12 years ago
  25. dcaf3d6 trace/events: add gpu trace events by Jamie Gennis · 11 years ago
  26. 2262ee5 video: adf: build fixes for 4.1 by Amit Pundir · 9 years ago
  27. 4f918bd video: adf: fix memblock build failure by Amit Pundir · 9 years ago
  28. 499a90e video: adf: fix wrong bitops in adf_modeinfo_to_fb_videomode() by Greg Hackmann · 9 years ago
  29. ef8ed03 video: adf: Cleanup sw_sync timeline at adf_device_destroy by Jonathan Hamilton · 10 years ago
  30. 842a5f9 video: adf: fbdev: add stubs for kernels without ADF_FBDEV by Greg Hackmann · 10 years ago
  31. 7cffd81 video: adf: memblock: map buffer for dma by Greg Hackmann · 10 years ago
  32. eba4b59 video: adf: use rb_erase in adf_obj_destroy. by Alistair Strachan · 10 years ago
  33. 65b2f50 video: adf: adf_memblock_export symbol should be exported by Greg Hackmann · 10 years ago
  34. 939e734 video: adf: add buffer padding quirk by Greg Hackmann · 10 years ago
  35. c0496ee video: adf: document adf_format_validate_yuv's origin by Greg Hackmann · 10 years ago
  36. 1d8124a video: adf: ensure consistent alignment on userspace facing structs by Greg Hackmann · 10 years ago
  37. e25142e video: adf: replace fbdev helper's open flag with refcount by Greg Hackmann · 10 years ago
  38. 739922a video: adf: export the adf_attachment_allow symbol to modules. by Alistair Strachan · 10 years ago
  39. 5257242 video: adf: use %zu when printing size_t by Greg Hackmann · 10 years ago
  40. 789b542 video: adf: fix compat ioctls calling ioctl with wrong cmd by Greg Hackmann · 10 years ago
  41. a1a62aa video: adf: use ADF_IOCTL_TYPE in compat ioctl definitions by Greg Hackmann · 10 years ago
  42. 637c4d8 video: adf: define constants for device-custom ioctls by Greg Hackmann · 10 years ago
  43. b84179e video: adf: fix fbdev blank -> dpms state mapping by Greg Hackmann · 11 years ago
  44. 3dead9e video: adf: validate dpms state passed to blank by Greg Hackmann · 11 years ago
  45. 2e64004 video: adf: fix ADF_MAX_ATTACHMENTS declaration by Greg Hackmann · 11 years ago
  46. eaa9f6b video: adf: remove PAGE_SIZE from userspace-facing header by Greg Hackmann · 11 years ago
  47. 6685c13 video: adf: make device node names less hierarchical by Greg Hackmann · 11 years ago
  48. 0f575f7 video: adf: expose adf_modeinfo_set_{name,vrefresh} to drivers by Greg Hackmann · 11 years ago
  49. b95a883 video: adf: set default interface dpms_state to OFF by Greg Hackmann · 11 years ago
  50. cf82ca4 video: adf: make dpms_state sysfs attribute writable by Greg Hackmann · 11 years ago
  51. 89c78a5 video: adf: add helpers for validating custom formats by Greg Hackmann · 11 years ago
  52. fd81dd3 video: adf: add informational flags to interfaces by Greg Hackmann · 11 years ago
  53. 210a69b video: adf: add fbdev compatibility helper by Greg Hackmann · 11 years ago
  54. 47017b1 video: adf: add supported formats to adf_overlay_engine_data by Greg Hackmann · 11 years ago
  55. 949005d video: adf: support "simple" buffers by Greg Hackmann · 11 years ago
  56. 11ce23e video: adf: add memblock helper by Greg Hackmann · 11 years ago
  57. fc29df8 video: add atomic display framework by Greg Hackmann · 11 years ago
  58. 6b63c53 subsystem: CPU FREQUENCY DRIVERS- Set cpu_load calculation on current frequency by rahul.khandelwal · 9 years ago
  59. 4b12049 cpufreq: interactive: replace strict_strtoul() with kstrtoul() by Amit Pundir · 9 years ago
  60. 254b86b cpufreq: interactive: Rearm governor timer at max freq by Rohit Gupta · 9 years ago
  61. 63e18f0 cpufreq: interactive: Implement cluster-based min_sample_time by Junjie Wu · 9 years ago
  62. f104cf9 cpufreq: interactive: Exercise hispeed settings at a policy level by Saravana Kannan · 10 years ago
  63. a57c0cf cpufreq: interactive: Round up timer_rate to match jiffy by Junjie Wu · 10 years ago
  64. 207beb8 cpufreq: interactive: Don't set floor_validate_time during boost by Junjie Wu · 9 years ago
  65. 0e4a30e cpufreq: interactive: Put global cpufreq kobject on failure by Junjie Wu · 9 years ago
  66. 8b4bd5a cpufreq: interactive: only boost tunable affected cpus by Lianwei Wang · 10 years ago
  67. 1500ffb cpufreq: interactive: don't skip waking up speedchange_task if target_freq > policy->cur by Minsung Kim · 10 years ago
  68. 71d4c77 cpufreq: interactive: make common_tunables static by Cylen Yao · 10 years ago
  69. 2ed8889 cpufreq: interactive: prevents the frequency to directly raise above the hispeed_freq from a lower frequency. by Ruchi Kandoi · 10 years ago
  70. 6a0df3b cpufreq: interactive: remove compilation error from commit 49cc72365fb7ee87762a7ccc6a32ef68627216c5 by Ruchi Kandoi · 10 years ago
  71. 8dd299d cpufreq: interactive: turn boost_pulse off on boost off by Ruchi Kandoi · 10 years ago
  72. 8448ca7 cpufreq: interactive: restructure CPUFREQ_GOV_LIMITS by Badhri Jagan Sridharan · 10 years ago
  73. 689177c cpufreq: interactive: hold reference on global cpufreq kobject if needed by Greg Hackmann · 9 years ago
  74. f65c88b cpufreq: interactive: Use generic get_cpu_idle_time() from cpufreq.c by Viresh Kumar · 11 years ago
  75. b8a95bd cpufreq: interactive: fix NULL pointer dereference at sysfs ops by Minsung Kim · 10 years ago
  76. 76dfdea cpufreq: interactive: fix compiling warnings by Chih-Wei Huang · 10 years ago
  77. 2086e2e cpufreq: interactive: delete timers for GOV_START by Shridhar Rasal · 11 years ago
  78. e007dc8 cpufreq: Interactive: Implement per policy instances of governor by Viresh Kumar · 11 years ago
  79. 27cd055 cpufreq: interactive: Move definition of cpufreq_gov_interactive downwards by Viresh Kumar · 11 years ago
  80. 06df9b6 cpufreq: interactive: Remove unnecessary cpu_online() check by Viresh Kumar · 11 years ago
  81. 7203e32 cpufreq: interactive: fix show_target_loads and show_above_hispeed_delay by Minsung Kim · 11 years ago
  82. ca36b82 cpufreq: interactive: resched timer if max freq raised by Lianwei Wang · 11 years ago
  83. abf9be4 cpufreq: interactive: fix race on cpufreq TRANSITION notifier by Lianwei Wang · 11 years ago
  84. 32e68d3 cpufreq: interactive: avoid underflow on active time calculation by Minsung Kim · 11 years ago
  85. fd03cfb cpufreq: interactive: reduce chance of zero time delta on load eval by Todd Poynor · 11 years ago
  86. 3411d39 cpufreq: interactive: handle errors from cpufreq_frequency_table_target by Todd Poynor · 11 years ago
  87. 8f6bed5 cpufreq: interactive: fix uninitialized spinlock by Minsung Kim · 11 years ago
  88. b14b54a cpufreq: interactive: base above_hispeed_delay on target freq, not current by Todd Poynor · 11 years ago
  89. 50fa534 cpufreq: interactive: fix crash on error paths in get_tokenized_data by Todd Poynor · 11 years ago
  90. 7dabbf8 cpufreq: interactive: add io_is_busy interface by Lianwei Wang · 11 years ago
  91. 82d1c03 cpufreq: interactive: allow arbitrary speed / delay mappings by Minsung Kim · 11 years ago
  92. 4c658a8 cpufreq: interactive: fix race on governor start/stop by Lianwei Wang · 11 years ago
  93. ad467de cpufreq: interactive: fix deadlock on spinlock in timer by Todd Poynor · 11 years ago
  94. 5d22536 cpufreq: interactive: don't handle transition notification if not enabled by Todd Poynor · 11 years ago
  95. 79953641 cpufreq: interactive: init default values at compile time by Todd Poynor · 11 years ago
  96. e1efa9a cpufreq: interactive: default go_hispeed_load 99%, doc updates by Todd Poynor · 11 years ago
  97. d8ea20a cpufreq: interactive: fix race on timer restart on governor start by Todd Poynor · 11 years ago
  98. fe7338c cpufreq: interactive: fix racy timer stopping by Todd Poynor · 11 years ago
  99. c6a99be cpufreq: interactive: fix boosting logic by Todd Poynor · 11 years ago
  100. 59349b2 cpufreq: interactive: add timer slack to limit idle at speed > min by Todd Poynor · 11 years ago