Advertisement
slukk

pure.kernel - commits

Sep 25th, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.17 KB | None | 0 0
  1. * ffbb02e 2014-03-26 | msm: kgsl: Fix Z180 memory leak (HEAD, kk442) [Hareesh Gundu]
  2. * 5760794 2014-05-09 | Added and enabled ZRAM/swap/fronswap/zsmalloc/zcache [slukk]
  3. * 75e73fd 2014-05-09 | Linux 3.4.89 [slukk]
  4. * d473b37 2014-05-09 | mm/slub: fix accumulate per cpu partial cache objects [slukk]
  5. * 6ccdde1 2011-05-11 | mm: slub: Default slub_max_order to 0 [Mel Gorman]
  6. * 51ff4a0 2014-04-27 | Linux 3.4.88 [LaboDJ]
  7. * f93e38c 2014-04-14 | Linux 3.4.87 [LaboDJ]
  8. * 1307f52 2014-04-12 | 3.4.85 and .86 [franciscofranco]
  9. * 2463784 2014-03-24 | 3.4.0 -> 3.4.84 [BigBrother1984]
  10. * a7e5176 2014-05-08 | Revert "Added and enabled ZRAM/swap/fronswap/zsmalloc/zcache" [slukk]
  11. * 29f0ea8 2014-05-06 | ASoC: add missing updates from CAF CAF patch updated board file for 8064 but LGE split the files and the update was not applied to mako board [slukk]
  12. * 5eb6921 2014-05-06 | ksm: check and skip page, if it is already scanned [slukk]
  13. * 523f3ca 2014-05-06 | Set 192 cpu min freq [slukk]
  14. * 7c78ed0 2014-05-06 | Force fast charge disable by default [slukk]
  15. * 0de7f14 2014-05-06 | touch: sync sweep2wake and dt2wake to @showp1984's latest driver [slukk]
  16. * 5576365 2014-05-06 | Added and enabled ZRAM/swap/fronswap/zsmalloc/zcache [slukk]
  17. * 36b1298 2014-05-02 | Revert: Removed QUEUE_STATS [slukk]
  18. * 3131220 2014-05-02 | sweep2wake fix2 [slukk]
  19. * 0772a1a 2014-05-02 | define cputime64_sub [slukk]
  20. * c84e9de 2014-05-02 | msm-hotplug: Add basic hotplug driver [slukk]
  21. * dd2a3c2 2014-05-02 | Add smartmax governor Added BADASS governor Added SMARTASSH3 governor Added LIONHEART governors Added LAGFREE governor Added WHEATLEY governor Added INTELLIDEMAND governor intellidemand: add performance lock option [slukk]
  22. * ee44712 2014-05-02 | block: Added zen, vr, sio, fiops and fifo [slukk]
  23. * ec19aff 2014-05-02 | block: row: add magic values. thx franciscofranco [slukk]
  24. * 1f06308 2014-05-02 | Added F2FS support [slukk]
  25. * 74b30f3 2014-05-02 | Readded sweep2wake and boot freeze fix [slukk]
  26. * 5eda760 2014-05-02 | Revert "drivers/touchscreen: add sweep2wake" [slukk]
  27. * c4e69f3 2014-05-02 | Revert "Added sweep2wake to make:defconfig" [slukk]
  28. * 1362ec3 2014-05-02 | block: Adding ROW scheduling algorithm [slukk]
  29. * 820ccdc 2014-05-02 | Increasing default readahead values. (128/16›512/32) [slukk]
  30. * 0c88d27 2014-02-18 | NTFS rw support [slukk]
  31. * 1fd1bc1 2014-02-17 | iosced fixed [slukk]
  32. * 32ea999 2014-02-12 | af_unix: speedup /proc/net/unix /proc/net/unix has quadratic behavior, and can hold unix_table_lock for a while if high number of unix sockets are alive. (90 ms for 200k sockets...) [slukk]
  33. * 09c517f 2014-02-04 | Revert "UKSM" [slukk]
  34. * 717ec4b 2014-02-04 | config: Enable module support [slukk]
  35. * 0023c51 2014-02-04 | BLX: Set default limit to 98 [slukk]
  36. * f76cd7c 2014-02-04 | Async I/O latency to a ssd greatly increased, 34% gain (Creds: kleikamp) [slukk]
  37. * f780269 2014-02-04 | msm: don't compile MSM_RUN_QUEUE_STATS. [slukk]
  38. * 69879e0 2014-02-04 | Enabled kernel modules [slukk]
  39. * bedb579 2014-02-04 | modules: bypass vermagic check for TouchControl module. [slukk]
  40. * de483e4 2014-02-04 | lib/int_sqrt.c: optimize square root algorithm [slukk]
  41. * 408e5d7 2014-02-04 | LMK: Optimize lowmem_shrink. [slukk]
  42. * fa1769d 2014-02-04 | UKSM [slukk]
  43. * 8f46fa8 2014-02-03 | Add /dev/frandom and enabled [slukk]
  44. * b57122d 2014-01-20 | fastcharge: initial adaptation for Nexus 4 [slukk]
  45. * 4acb9b4 2014-01-19 | Make default ioscheduler fiops [slukk]
  46. * a061203 2014-01-19 | Make default governor INTERACTIVE [slukk]
  47. * 0488d65 2014-01-19 | Revert "USB force fast charging" [slukk]
  48. * 85ff3b2 2014-01-18 | ext4: speed up truncate/unlink by not using bforget() unless needed Do not iterate over data blocks scanning for bh's to forget as they're never exist. This improves time taken by unlink / truncate syscall. Tested by continuously truncating file that is being written by dd. Another test is rm -rf of linux tree while tar unpacks it. With ordered data mode condition unlikely(!tbh) was always met in ext4_free_blocks. With journal data mode tbh was found only few times, so optimisation is also possible. Unlinking fallocated 60G file after doing sync && echo 3 > /proc/sys/vm/drop_caches && time rm --help X86 before (linux 3.6-rc4): # time rm -f test1 real 0m2.710s user 0m0.000s sys 0m1.530s X86 after: # time rm -f test1 real 0m0.644s user 0m0.003s sys 0m0.060s MIPS before (linux 2.6.37): # time rm -f test1 real 0m 4.93s user 0m 0.00s sys 0m 4.61s MIPS after: # time rm -f test1 real 0m 0.16s user 0m 0.00s sys 0m 0.06s [slukk]
  49. * 6f079c7 2014-01-18 | Sound Control: (Optional) work around for WCD93xx audio issues (Use this only for devices with audio reset issues) [slukk]
  50. * 8d3f009 2014-01-17 | Revert "sound_control: add basic sound control." [slukk]
  51. * 31241ff 2014-01-14 | Revert "487.5 Mhz GPU OC" [slukk]
  52. * 6b3c0af 2014-01-14 | cgroups: timer_slack: forward port timer_slack to 3.4. [slukk]
  53. * 5ad8e83 2014-01-14 | Battery Life eXtender (BLX) /thx mathkid95/ [slukk]
  54. * 9293f1f 2014-01-14 | 487.5 Mhz GPU OC [slukk]
  55. * e7b33ee 2014-01-14 | mach-msm: subsystem_restart: Fix CPU detection [slukk]
  56. * 54ee1f2 2014-01-14 | netfilter: xt_qtaguid: Remove debug messages [slukk]
  57. * 85474b6 2014-01-14 | input: lge_touch_screen: Remove debug messages [slukk]
  58. * b30989c 2014-01-14 | ext4: make sure the journal sb is written in ext4_clear_journal_err() (from Torvalds) [slukk]
  59. * 0863064 2014-01-14 | ext4: fix memory leak in xattr (from Torvalds) [slukk]
  60. * 2c9bc7d 2014-01-14 | ARCH_MSM8960 [slukk]
  61. * 8f01268 2014-01-14 | Don't pollute kmsg when baterry < 10% [slukk]
  62. * 4f3ac0b 2014-01-14 | remove some dmesg logspam from Linux mainline 3.4 [slukk]
  63. * 59126bc 2014-01-14 | defconfig: disable not necessaries Debugs [slukk]
  64. * 746845c 2014-01-14 | Remove unneeded defconfigs [slukk]
  65. * 334d7bc 2014-01-12 | Integrate Exfat (ver 1.2.6) [slukk]
  66. * d846f27 2014-01-07 | enable all for OTG Support [slukk]
  67. * cecd6db 2014-01-07 | NTFS support [slukk]
  68. * 08073d6 2013-12-10 | Merged android-msm-mako-3.4-kitkat-mr1 [slukk]
  69. * b24c54b 2013-12-03 | Set 192mhz min freq, also deactivate some unused Frequencies... [slukk]
  70. * 8b6b4a7 2013-12-03 | Revert "mako: touch: Simple method of boosting cpu frequency on touch" [slukk]
  71. * 06b3f89 2013-12-03 | Revert "Add and enable MSM Hotplug" [slukk]
  72. * d63bf1e 2013-12-03 | Revert "msm_rq_stats: Fix compile Error with the new hotplug driver" [slukk]
  73. * 492e8a9 2013-12-03 | Revert "make mako_boosted" [slukk]
  74. * 1e70c98 2013-11-29 | Revert "KGSL: Add a simple GPU governor for Adreno xxx GPU series" [slukk]
  75. * 2ab6059 2013-11-29 | Mako (absolute) Good Voltage control. [slukk]
  76. * bebab13 2013-11-29 | Revert "Revert config: Voltage control" [slukk]
  77. * 11aae32 2013-11-29 | Revert config: Voltage control [slukk]
  78. * 6d47246 2013-11-29 | Revert "Mako (absolute) Voltage control." [slukk]
  79. * c58f088 2013-11-28 | Added and make default Westwood TCP [slukk]
  80. * 2748ebd 2013-11-27 | HACK USB OTG: fix logic derp [slukk]
  81. * 8d16c12 2013-11-27 | HACK: add sysfs interface to ziddey's MSM OTG hack for N4 [slukk]
  82. * b8430ff 2013-11-27 | msm_otg: hack to allow externally powered usb host mode [slukk]
  83. * e60cfa1 2013-11-27 | config: removed ROW scheduler [slukk]
  84. * 6a5705c 2013-11-27 | Revert "block: Adding ROW scheduling algorithm" [slukk]
  85. * dbbee54 2013-11-27 | Revert "block: Add support for reinsert a dispatched req" [slukk]
  86. * 88b8cff 2013-11-27 | Revert "block: Add API for urgent request handling" [slukk]
  87. * 7a405c8 2013-11-27 | Revert "block: urgent request: remove unnecessary urgent marking" [slukk]
  88. * 5faf168 2013-11-27 | Revert "block: urgent request: Update dispatch_urgent in case of requeue/reinsert" [slukk]
  89. * eb7b879 2013-11-27 | block: urgent request: Update dispatch_urgent in case of requeue/reinsert [slukk]
  90. * 6fa8008 2013-11-27 | block: urgent request: remove unnecessary urgent marking [slukk]
  91. * 120ccd0 2013-11-27 | block: Add API for urgent request handling [slukk]
  92. * 29b9935 2013-11-27 | block: Add support for reinsert a dispatched req [slukk]
  93. * aaa0629 2013-11-27 | Revert "Updated ROW scheduler" [slukk]
  94. * 208c087 2013-11-27 | Updated ROW scheduler [slukk]
  95. * 27a6b28 2013-11-27 | KGSL: Add a simple GPU governor for Adreno xxx GPU series [slukk]
  96. * 159c994 2013-11-27 | config: Added FIOPS,SIO,ROW scheduler [slukk]
  97. * a66f298 2013-11-27 | Add SIO I/O scheduler [slukk]
  98. * ee00fcc 2013-11-27 | block: Adding FIOPS scheduling algorithm [slukk]
  99. * 9eb55a0 2013-11-27 | block: Adding ROW scheduling algorithm [slukk]
  100. * 3399a4c 2013-11-27 | arm: Add support for LZ4-compressed kernel [slukk]
  101. * f39af2e 2013-11-27 | cpufreq: ondemand: Fix update_sampling_rate race with hotplug [slukk]
  102. * 16d438d 2013-11-27 | cpufreq: ondemand: add input_boost interface [slukk]
  103. * b77f9a7 2013-11-27 | make mako_boosted [slukk]
  104. * 031d399 2013-11-27 | msm_rq_stats: Fix compile Error with the new hotplug driver [slukk]
  105. * 33ae793 2013-11-27 | Add and enable MSM Hotplug [slukk]
  106. * d73d25b 2013-11-27 | mako: touch: Simple method of boosting cpu frequency on touch [slukk]
  107. * e312a19 2013-11-27 | msm_thermal: Import driver from jb422 branch [slukk]
  108. * eeb13b1 2013-11-27 | Revert "Intelli-plug cpu hotplug driver" [slukk]
  109. * 6dbad11 2013-11-27 | Revert "config: intelli-plug cpu hotplug driver" [slukk]
  110. * abf0f3a 2013-11-27 | Revert "scheduler: compute time-average nr_running per run-queue" [slukk]
  111. * 0f5c629 2013-11-27 | scheduler: compute time-average nr_running per run-queue [slukk]
  112. * 68dbba0 2013-11-27 | config: intelli-plug cpu hotplug driver [slukk]
  113. * a4ad991 2013-11-27 | Intelli-plug cpu hotplug driver [slukk]
  114. * 27935fc 2013-11-27 | Revert "mako_hotplug_control v2" [slukk]
  115. * 8e18eed 2013-11-27 | Revert "mako_hotplug_control v2.1" [slukk]
  116. * 7658fad 2013-11-27 | mako_hotplug_control v2.1 [slukk]
  117. * 65f5fbb 2013-11-27 | mako_hotplug_control v2 [slukk]
  118. * eea4895 2013-11-27 | Revert "It adds Will Tisdale's auto_hotplug V.220" [slukk]
  119. * 71a15f3 2013-11-27 | Revert "Removed QUEUE_STATS" [slukk]
  120. * fddd21e 2013-11-27 | Revert "Some tweaks" [slukk]
  121. * 9f0a338 2013-11-27 | Revert "config: ARM_AUTO_HOTPLUG" [slukk]
  122. * eb4ab93 2013-11-27 | Revert "Fix queue_stats" [slukk]
  123. * 43c4362 2013-11-27 | Revert "Revert arm arch" [slukk]
  124. * 636c73f 2013-11-27 | Revert "DEBUG_SECTION_MISMATCH" [slukk]
  125. * 4a4d218 2013-11-27 | DEBUG_SECTION_MISMATCH [slukk]
  126. * d1e34e4 2013-11-27 | Revert arm arch [slukk]
  127. * 8d488e0 2013-11-27 | Fix queue_stats [slukk]
  128. * 292f927 2013-11-27 | config: ARM_AUTO_HOTPLUG [slukk]
  129. * 3e91de7 2013-11-27 | config: User Voltage Control [slukk]
  130. * 13639d6 2013-11-27 | Some tweaks [slukk]
  131. * 02aa1e5 2013-11-27 | Removed QUEUE_STATS [slukk]
  132. * 8ef26b7 2013-11-27 | It adds Will Tisdale's auto_hotplug V.220 [slukk]
  133. * 0da57a6 2013-11-27 | Mako (absolute) Voltage control. [slukk]
  134. * 369f963 2013-11-25 | Gamma_control building fix [slukk]
  135. * 71cc031 2013-11-25 | sound_control: add basic sound control. [slukk]
  136. * e9b93a3 2013-11-25 | config: Gamma control [slukk]
  137. * 41446ed 2013-11-25 | config: Force fast charge [slukk]
  138. * a1f7ba7 2013-11-25 | gamma_control: add extensive control over the display gamma curve with stock values [slukk]
  139. * 23b2f05 2013-11-25 | USB force fast charging [slukk]
  140. * 51796b3 2013-11-22 | Added fsync on/off support. [slukk]
  141. * 8dc7af8 2013-11-22 | Revert "Fsync control files" [slukk]
  142. * 1762b8d 2013-11-22 | Revert "Add and enable MSM Hotplug" [slukk]
  143. * c726dd6 2013-11-22 | config: enabled kexec-hardboot [slukk]
  144. * f892bb4 2013-11-22 | Revert "config: Enable RCU_BOOST" [slukk]
  145. * 4468dcd 2013-11-22 | config: disable WAIT_SCAN [slukk]
  146. * 53ad090 2013-11-22 | config: dynamic_fsync [slukk]
  147. * b43e722 2013-11-21 | Fsync control files [slukk]
  148. * 9381cde 2013-11-21 | Increasing default readahead values. (128/16›256/32) [slukk]
  149. * d44964b 2013-11-21 | Not cool to force that debugging. [slukk]
  150. * 3e8831d 2013-11-21 | LCD: keep RGB custom colors alive after screen off/on [slukk]
  151. * ef0a824 2013-11-21 | disable WAIT_SCAN modul [slukk]
  152. * 4c0d4bb 2013-11-21 | config: Enable RCU_BOOST [slukk]
  153. * f3c456e 2013-11-21 | Add and enable MSM Hotplug [slukk]
  154. * ebdbaa5 2013-11-21 | Added sweep2wake to make:defconfig [slukk]
  155. * 18de88d 2013-11-21 | drivers/touchscreen: add sweep2wake [slukk]
  156. * e8dd5dc 2013-11-21 | Added slukk_defconfig [slukk]
  157. * 2f30b9e 2013-11-21 | Implement kexec-hardboot [slukk]
  158. * d47917c 2013-11-20 | android-msm-mako-3.4-kitkat-mr0 (origin/master, origin/HEAD) [slukk]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement