Maestro85
Dauer-User
- 369
Code:
- Based on AOSP Kernel Source (android-msm-mako-3.4-jb-mr1.1)
- the Latest Linux Kernel (Linux Kernel [B]3.4.45[/B])
- Kernel Build with [B]O3[/B] optimization
- Wlan: Prima [B]v3.2.2.3[/B]
- [B]Governor[/B] : [U]Wheatley[/U], Lazy, Interactive, Intellidemand, DanceDance, Ondemand, Conservative, Performance
- [B]Scheduler[/B] : [U]ROW[/U], FIOPS, Noop, Deadline, SIO, Cfq, V(R), BFQ v6
- [B]TCP Advanced Congestion Control[/B]: [U]Westwood[/U], Reno, Bic, Cubic, Highspeed, Hybla, Htcp, Vegas, Veno ,Scalable, Lp, Yeah, Illinois
- [B]CPU Frequency[/B]: 286Mhz, [U]384Mhz[/U], 486Mhz, 594Mhz, 702Mhz, 864Mhz, 1026Mhz, 1188Mhz, 1350Mhz, [U]1512Mhz[/U], 1620Mhz, 1722Mhz
- Support Under Clock and Over Clock
- Support Sweep2Wake
- Support Auto Hotplug Driver (Thanks to _thalamus)
- Userspace Voltage (Thanks to Morfic)
- Under Voltage Default !
- Sound Control (Thanks to Faux123)
- FSync Control (Thanks to franciscofranco)
- Built Toolchain with Linaro gcc 4.7.3-20130415
- USB Fast Charge (Thanks to Chad0989 and motley)
- Tune the Touchscreen filter (Thanks to cst4you)
- Disabled Mpdecision and Thermald in Ramdisk
- Fixed HSIC WakeLock and Wi-Fi
- Optimized CRC32 and ARM RWSEM Algorithm (Thanks to Ezekeel)
- Support NTFS R/W
- More Tweaks and Tune for N4 !
- Etc ...
Weekly #10 (05-19-2013 KST / GMT +9:00)
-Update Linux v3.4.45
-Add Lazy cpufreq governor (Ezekeel)
-Add suspend_frequency in Auto_Hotplug (using TricksterMod App)
-Add Sweep2Wake
-Add PA's Display Color
-Update the latest freezer patch
-Merge the latest 'android-3.4' branch
-Etc...
Weekly #9 (05-11-2013 KST / GMT +9:00)
-Update Linux v3.4.44
-Update wlan: prima v3.2.2.3 and adjust McastBcastFilter value = 3
-Update the latest msm_cpufreq
Weekly #8 (05-05-2013 KST / GMT +9:00)
-Update Linux v3.4.43
-msm: Add suspend_freq userspace module
(module path: /sys/module/mipi_lgit/parameters/suspend_freq
more info: https://github.com/edoko/Air_Kernel-...26e726f1d8231f)
-Added headphone poweramp controls (faux123)
-lowmemorykiller: make default lowmemorykiller debug message useful
-cpufreq_interactive.c: Set hispeed_freq = 1188Mhz and adjust timer slack value
Weekly #7 (04-30-2013 KST / GMT +9:00)
-Build with O3 optimization
-Fix CPU voltages
-Add franco's temp threshold control
-Update interactive and conservative governor from android-3.4 and linux 3.9
-Tune for auto_hotplug, wheatley, interactive and row i/o scheduler
-dynamic fsync: favor true case since most will be using this feature
-aio: convert the ioctx list to radix tree
-Add overall_stats
-ARM: fault: assume no context when IRQs are disabled during data abort.
-and more....
Weekly #6 (21-04-2013 KST / GMT +9:00)
-Rebase !!
-Fix some lags
-Update new AOSP Mako kernel source
-UV -50mV
-etc...
Weekly #5 (17-04-2013 KST / GMT +9:00)
-Enable MODULES in kernel config
-Disable Multi-Core Power Saving Mode(SCHED_MD) // It occur all cores onlines;;
-Update the latest 'ROW I/O Scheduler' from Codeaurora
-hrtimer: Consider preemption when migrating hrtimer cpu_bases
-hrtimer: Prevent enqueue of hrtimer on dead CPU
Weekly #4 (14-04-2013 KST / GMT +9:00)
-Update Linux v3.4.40
-Tune auto_hotplug and some governors(Wheatley, DanceDacne)
-Enable Multi-core Power saving mode(SCHED_MC) (Default value: 2)
-Tune the touchscreen filter (Thanks to cst4you)
-ASoC: add missing updates from CAF (Thanks to faux123)
-Enable retention
Weekly #3 (10-04-2013 KST / GMT +9:00)
-Re-Chagne I/O Scheduler: FIOPS -> ROW
-Add max_online_cpus by motley
-Tune auto hotplug values
-Tune some I/O Schedulers
-Increase Voltage +25mV
-Update 'Sync' from android-3.4
-Update 'netfilter' from android-3.4
-bfq: attempt to fix use-after-free which affects SLUB behavior
-Revert "cpufreq: restrict the max and min freq permissions ..."
Weekly #2 (09-04-2013 KST / GMT +9:00)
-Chagne I/O Scheduler: ROW -> FIOPS
-Disable SmartassV2 governor
-Add faux123's Gamma Control
-Add Accuracy Filter Control by franciscofranco
-Switch do_fsync() to fget_light()
-Revert "wlan: Fix for ARP offload issue"
Weekly #1 (07-04-2013 KST / GMT +9:00)
-First Release
-Update Linux v3.4.45
-Add Lazy cpufreq governor (Ezekeel)
-Add suspend_frequency in Auto_Hotplug (using TricksterMod App)
-Add Sweep2Wake
-Add PA's Display Color
-Update the latest freezer patch
-Merge the latest 'android-3.4' branch
-Etc...
Weekly #9 (05-11-2013 KST / GMT +9:00)
-Update Linux v3.4.44
-Update wlan: prima v3.2.2.3 and adjust McastBcastFilter value = 3
-Update the latest msm_cpufreq
Weekly #8 (05-05-2013 KST / GMT +9:00)
-Update Linux v3.4.43
-msm: Add suspend_freq userspace module
(module path: /sys/module/mipi_lgit/parameters/suspend_freq
more info: https://github.com/edoko/Air_Kernel-...26e726f1d8231f)
-Added headphone poweramp controls (faux123)
-lowmemorykiller: make default lowmemorykiller debug message useful
-cpufreq_interactive.c: Set hispeed_freq = 1188Mhz and adjust timer slack value
Weekly #7 (04-30-2013 KST / GMT +9:00)
-Build with O3 optimization
-Fix CPU voltages
-Add franco's temp threshold control
-Update interactive and conservative governor from android-3.4 and linux 3.9
-Tune for auto_hotplug, wheatley, interactive and row i/o scheduler
-dynamic fsync: favor true case since most will be using this feature
-aio: convert the ioctx list to radix tree
-Add overall_stats
-ARM: fault: assume no context when IRQs are disabled during data abort.
-and more....
Weekly #6 (21-04-2013 KST / GMT +9:00)
-Rebase !!
-Fix some lags
-Update new AOSP Mako kernel source
-UV -50mV
-etc...
Weekly #5 (17-04-2013 KST / GMT +9:00)
-Enable MODULES in kernel config
-Disable Multi-Core Power Saving Mode(SCHED_MD) // It occur all cores onlines;;
-Update the latest 'ROW I/O Scheduler' from Codeaurora
-hrtimer: Consider preemption when migrating hrtimer cpu_bases
-hrtimer: Prevent enqueue of hrtimer on dead CPU
Weekly #4 (14-04-2013 KST / GMT +9:00)
-Update Linux v3.4.40
-Tune auto_hotplug and some governors(Wheatley, DanceDacne)
-Enable Multi-core Power saving mode(SCHED_MC) (Default value: 2)
-Tune the touchscreen filter (Thanks to cst4you)
-ASoC: add missing updates from CAF (Thanks to faux123)
-Enable retention
Weekly #3 (10-04-2013 KST / GMT +9:00)
-Re-Chagne I/O Scheduler: FIOPS -> ROW
-Add max_online_cpus by motley
-Tune auto hotplug values
-Tune some I/O Schedulers
-Increase Voltage +25mV
-Update 'Sync' from android-3.4
-Update 'netfilter' from android-3.4
-bfq: attempt to fix use-after-free which affects SLUB behavior
-Revert "cpufreq: restrict the max and min freq permissions ..."
Weekly #2 (09-04-2013 KST / GMT +9:00)
-Chagne I/O Scheduler: ROW -> FIOPS
-Disable SmartassV2 governor
-Add faux123's Gamma Control
-Add Accuracy Filter Control by franciscofranco
-Switch do_fsync() to fget_light()
-Revert "wlan: Fix for ARP offload issue"
Weekly #1 (07-04-2013 KST / GMT +9:00)
-First Release
O2-Version: Stock CPU Clocks [CPU Clocks (286Mhz~1512Mhz)]
AR-Version: U.C (Under Clock) + O.C (Over Clock) Features [Support Under / Over Clock (286Mhz~1722Mhz)]
O2- AR-
[XDA]
Zuletzt bearbeitet: