1. 6becfaa cpufreq: interactive: fix race on governor start/stop by Lianwei Wang · 11 years ago
  2. bd2b55b cpufreq: interactive: fix deadlock on spinlock in timer by Todd Poynor · 11 years ago
  3. 74368d8 cpufreq: interactive: don't handle transition notification if not enabled by Todd Poynor · 11 years ago
  4. 966496e cpufreq: interactive: init default values at compile time by Todd Poynor · 11 years ago
  5. daf2f76 cpufreq: interactive: default go_hispeed_load 99%, doc updates by Todd Poynor · 11 years ago
  6. 755b7a4 cpufreq: interactive: fix race on timer restart on governor start by Todd Poynor · 12 years ago
  7. 4235053 cpufreq: interactive: fix racy timer stopping by Todd Poynor · 12 years ago
  8. eb84e53 cpufreq: interactive: fix boosting logic by Todd Poynor · 12 years ago
  9. 4707840 cpufreq: interactive: add timer slack to limit idle at speed > min by Todd Poynor · 12 years ago
  10. eda4029 cpufreq: interactive: specify duration of CPU speed boost pulse by Todd Poynor · 12 years ago
  11. 4ceca14 cpufreq: interactive: adjust load for changes in speed by Todd Poynor · 12 years ago
  12. 91c1f6e cpufreq: interactive: remove load since last speed change by Todd Poynor · 12 years ago
  13. 4fbea96 cpufreq: interactive: allow arbitrary speed / target load mappings by Todd Poynor · 12 years ago
  14. 240997a cpufreq: interactive: apply above_hispeed_delay to each step above hispeed by Todd Poynor · 12 years ago
  15. ff6cb66 cpufreq: interactive: change speed according to current speed and target load by Todd Poynor · 12 years ago
  16. 5645931 cpufreq: interactive: trace actual speed in target speed decisions by Todd Poynor · 12 years ago
  17. 8a2739e cpufreq: interactive: kick timer on idle exit past expiry by Todd Poynor · 12 years ago
  18. ff5a709 cpufreq: interactive: use deferrable timer by default by Lianwei Wang · 12 years ago
  19. b510d29 cpufreq: interactive: pin timers to associated CPU by Todd Poynor · 12 years ago
  20. df284d9 cpufreq: interactive: run at fraction of hispeed_freq when load is low by Todd Poynor · 12 years ago
  21. cd3496c cpufreq: interactive: always limit initial speed bump to hispeed by Todd Poynor · 12 years ago
  22. c267217 cpufreq: interactive: remove input_boost handling by Todd Poynor · 12 years ago
  23. a21083d cpufreq: interactive: handle speed up and down in the realtime task by Todd Poynor · 12 years ago
  24. 1b89756 cpufreq: interactive: keep freezer happy when not current governor by Sam Leffler · 12 years ago
  25. f61219a cpufreq: interactive: take idle notifications only when active by Sam Leffler · 12 years ago
  26. 85a578e cpufreq: interactive: fixup trace of string params by Todd Poynor · 12 years ago
  27. d0ca13f cpufreq: interactive: restart above_hispeed_delay at each hispeed load by Todd Poynor · 12 years ago
  28. 53a89c6 cpufreq-interactive: Compile fixup by John Stultz · 12 years ago
  29. b905452 cpufreq: interactive: add boost pulse interface by Todd Poynor · 12 years ago
  30. 90fe90d cpufreq: interactive: set floor for boosted speed by Todd Poynor · 12 years ago
  31. 199620b cpufreq: interactive: Add sysfs boost interface for hints from userspace by Todd Poynor · 12 years ago
  32. 6b8ce5b cpufreq: interactive: remove unused target_validate_time_in_idle by Todd Poynor · 12 years ago
  33. cc50604 cpufreq: interactive: Boost frequency on touchscreen input by Todd Poynor · 12 years ago
  34. 00d7f39 cpufreq: interactive: Separate speed target revalidate time and initial set time by Todd Poynor · 12 years ago
  35. 236bd7f cpufreq: interactive: base hispeed bump on target freq, not actual by Todd Poynor · 12 years ago
  36. 82845bf cpufreq: interactive: adjust code and documentation to match by Todd Poynor · 12 years ago
  37. fb421c4 cpufreq: interactive: configurable delay before raising above hispeed by Todd Poynor · 12 years ago
  38. a994e81 cpufreq: interactive: don't drop speed if recently at higher load by Todd Poynor · 12 years ago
  39. 8d51846 cpufreq: interactive: set at least hispeed when above hispeed load by Todd Poynor · 12 years ago
  40. 7b76cfd cpufreq: interactive: apply intermediate load to max speed not current by Todd Poynor · 12 years ago
  41. 1c2fa8a cpufreq interactive governor: event tracing by Todd Poynor · 12 years ago
  42. 34a9e02 cpufreq: interactive: New 'interactive' governor by Mike Chan · 14 years ago
  43. e47f85f ARM: Call idle notifiers by Todd Poynor · 13 years ago
  44. ef07e9e4 Move x86_64 idle notifiers to generic by Todd Poynor · 13 years ago
  45. dfc5cb5 cpuidle: governor: menu: don't use loadavg by Colin Cross · 13 years ago
  46. 6828a7f sched: Enable might_sleep before initializing drivers. by Arve Hjønnevåg · 16 years ago
  47. 8b4b70f fiq_debugger: Add fiq_watchdog_triggered api by Arve Hjønnevåg · 10 years ago
  48. edaa296 fiq_debugger: Call fiq_debugger_printf through a function pointer from cpu specific code by Arve Hjønnevåg · 10 years ago
  49. 38f2f2c fiq_debugger: add ARM64 support by Colin Cross · 10 years ago
  50. 491385f fiq_debugger: split arm support into fiq_debugger_arm.c by Colin Cross · 10 years ago
  51. 32aebf8 fiq_debugger: use pt_regs for registers by Colin Cross · 10 years ago
  52. 0abf937 fiq_debugger: allow compiling without CONFIG_FIQ_GLUE by Colin Cross · 10 years ago
  53. cd717f4 fiq_debugger: rename debug->fiq_debugger by Colin Cross · 10 years ago
  54. a68fd93 fiq_debugger: move into drivers/staging/android/fiq_debugger/ by Colin Cross · 10 years ago
  55. e80bd8a ARM: fiq_glue: Add custom fiq return handler api. by Arve Hjønnevåg · 11 years ago
  56. 6168e85 ARM: kgdb: ignore breakpoint instructions from user mode by Todd Poynor · 11 years ago
  57. 40b3921 ARM: fiq_debugger: Update tty code for 3.9 by Arve Hjønnevåg · 11 years ago
  58. ab158d1 ARM: fiq_debugger: Use kmsg_dumper to dump kernel logs by Arve Hjønnevåg · 12 years ago
  59. 5adb997 ARM: fiq_debugger: Fix to compile on 3.7 by Arve Hjønnevåg · 12 years ago
  60. 43f2185 ARM: fiq_debugger: fix uninitialised spin_lock. by Mars · 12 years ago
  61. f657d99 ARM: fiq_debugger: lock between tty and console writes by Colin Cross · 12 years ago
  62. 275d081 ARM: fiq_debugger: add process context reboot command by Colin Cross · 12 years ago
  63. 612c1f9 ARM: fiq_debugger: fix multiple consoles and make it a preferred console by Colin Cross · 12 years ago
  64. 3f6389e kdb: support new lines without carriage returns by Colin Cross · 12 years ago
  65. a9f6208 ARM: fiq_debugger: add support for kgdb by Colin Cross · 12 years ago
  66. 1aa8d01 ARM: fiq_debugger: add debug_putc by Colin Cross · 12 years ago
  67. fd457ed ARM: fiq_debugger: add support for reboot commands by Colin Cross · 12 years ago
  68. 59c292c ARM: fiq_debugger: fix compiling for v3.3 by Colin Cross · 12 years ago
  69. d1e2fc55 ARM: Add generic fiq serial debugger by Iliyan Malchev · 14 years ago
  70. 44f822f ARM: Add fiq_glue by Arve Hjønnevåg · 14 years ago
  71. 369911e fix false disconnect due to a signal sent to the reading process by keunyoung · 10 years ago
  72. 940e6f2 usb: gadget: cleanup: fix unused variable and function warnings by Amit Pundir · 9 years ago
  73. 2da3994c usb: gadget: build audio_source function only if SND is enabled by Amit Pundir · 9 years ago
  74. c316caf usb: gadget: configfs: handle gadget reset request for android by Amit Pundir · 9 years ago
  75. 363dbf5 ANDROID: usb: gadget: create F_midi device by Badhri Jagan Sridharan · 9 years ago
  76. 4b2c851 usb: gadget: Add device attribute to determine gadget state by Badhri Jagan Sridharan · 9 years ago
  77. d280bdc usb: phy: fix dual role sysfs build if kernel modules are supported by Amit Pundir · 9 years ago
  78. c60be7c usb: phy: Dual role sysfs class definition by Badhri Jagan Sridharan · 9 years ago
  79. e3876e8 usb: gadget: fix NULL ptr derefer while symlinking PTP func by Amit Pundir · 9 years ago
  80. 51af120 usb:gadget:Add "state" attribute to android_device by Badhri Jagan Sridharan · 9 years ago
  81. 9e95409 usb: gadget: Do not disconnect unregistered dev by Badhri Jagan Sridharan · 9 years ago
  82. c27bf6f usb: gadget: Relocate f_accessory by Badhri Jagan Sridharan · 9 years ago
  83. 4c5a25f usb: gadget: Accessory:Migrate to USB_FUNCTION API by Badhri Jagan Sridharan · 10 years ago
  84. d58a2a9 usb: gadget: Move gadget functions code by Badhri Jagan Sridharan · 9 years ago
  85. 2870099 usb:gadget:audio_source: Move to USB_FUNCTION API by Badhri Jagan Sridharan · 10 years ago
  86. 2a387e5 usb: gadget: Add function devices to the parent by Badhri Jagan Sridharan · 9 years ago
  87. da1918e usb: gadget: f_audio_source:replace deprecated API by Badhri Jagan Sridharan · 9 years ago
  88. 9f5e332 usb: gadget: check for accessory device before disconnecting HIDs by Amit Pundir · 9 years ago
  89. 6b4b51c usb: u_ether: Fix compile errors by Praneeth Bajjuri · 9 years ago
  90. 1c3865d usb: gadget: Add Uevent to notify userspace by Badhri Jagan Sridharan · 10 years ago
  91. 263b749 usb: gadget: configfs: Add usb_function ptr to fi struct by Badhri Jagan Sridharan · 10 years ago
  92. 9a9e5dc usb: gadget: mtp/ptp: Migrate functions to the USB_FUNCTION interface by Badhri Jagan Sridharan · 10 years ago
  93. cdffcb8 USB: gadget: rndis: Add module parameter for DL max packets per xfer by xerox_lin · 10 years ago
  94. 8424b3e ndis: Add debug support to disable RNDIS Multipacket Feature by Badhri Jagan Sridharan · 10 years ago
  95. e791ad3 RNDIS: Add Data aggregation (multi packet) support by Badhri Jagan Sridharan · 10 years ago
  96. cb6a786 USB: gadget: u_ether: Fix data stall issue in RNDIS tethering mode by Badhri Jagan Sridharan · 10 years ago
  97. a096ba5 usb: u_ether: Add workqueue as bottom half handler for rx data path by Badhri Jagan Sridharan · 10 years ago
  98. 87bebf8 usb: Add support for rndis uplink aggregation by xerox_lin · 10 years ago
  99. 07d89e9 usb: gadget: f_audio_source: Fixed USB Audio Class Interface Descriptor by Anson Jacob · 10 years ago
  100. e7b2701 usb: gadget: f_audio_source: change max ISO packet size by Anson Jacob · 10 years ago