Kernel – 2.6.35.7 – OC-UV-BTN-AUD-RAM-NEON_FP (1.113GHZ) – Nexus

Update (filename has not changed; re-download and re-flash):
-disable FAIR_SLEEPERS, FAIR_SLEEPERS_INTERACTIVE, FAIR_SLEEPERS_TIMER, DYN_MIN_VRUNTIME, INTERACTIVE, INTERACTIVE_FORK_EXPEDITED, TIMER and TIMER_FORK_EXPEDITED

-revert (from kernel-2635 master):
e792624d6ad89d8507ae (Revert “sched: add Peter Ziljstra’s diminished granularity patch”)
…..

-merged (from cyanogenmod cm-kernel):
f0190c20793f2ebf4ccb (sched: fix string comparison in features)
2c4a8856c7c998c6beb6 (sched: debug spread check account for nr_running)
198a41363f6d6f97eba7 (sched: FAIR_SLEEPERS feature)
3c7b5eaefd12d3bffae3 (sched: debug cleanup place entity)
9fdc63b6809ae1d6de2f (sched buddy enable buddy logic starting at 2 running threads)
50da206fe95bd83d0141 (sched: dynamic min_vruntime)
26fde7e6ca15c0f62b0c (sched rename struct task in_iowait field to sched_in_iowait)
a7eda55b59655c801c5a (sched input interactivity-driven next buddy)
605c94ab15ea6a4f0ef5 (sched: timer-driven next buddy)
e9bf5a02c47a6ac97fd2 (sched: fork expedited)
066867e751e885507689 (sched: fair sleepers for timer and interactive)
bbbd090ed852510e4cb0 (sched: set sched_features.h per Mathieu Desnoyers)
3471b904f487635a9cac (sched: add Peter Ziljstra’s diminished granularity patch)
b44492ebb5f94b873787 (check_preempt_tick should not compare vruntime with wall time)

-revert (from cyanogenmod cm-kernel):
4224d92bc8cfe148ddf9 (Revert “sched: use the old min_vruntime when normalizing on dequeue”)

Note:
-When charging, after android reports charging complete, wait 30-60 minutes before unplugging.

Known Issues:
-The first time you launch camera, you may experience a delay of up to 3-4 seconds after snapping a picture and being returned to the camera. If this is the case, exit out of the camera app by hitting the back button and re-enter it, and it should be reduced to 1-2 seconds
-Camera will not work unless you are using CM6, CM6 Nightly or Enom’s Latest
-For builds lower then Froyo (i.e. Eclair), when USB is plugged in, vold will SIGSEV.
-If charging stops, unplug and replug back in. Logic is being reviewed and amended currently.
-You may receive “ACPU unable to set …” here and there. This is currently being worked on.

Things to do:
-Cleanup of some unused definitions in the camera space

——–

-XTRA contains:
*userspace governor default; only interactive,ondemand and userspace governors
*BFQ I/O Scheduler
*some more cgroup options
*namespaces support (excluding network)
*v4 block device and data integrity support
*3d register driver
*erratas 430973, 458693 and 460075 applied

boot-cm_2635.7-oc-uv-xtra-btn-aud-ram-neon_fp-102310.zip
Download: boot-cm_2635.7-oc-uv-xtra-btn-aud-ram-neon_fp-102310.zip

——–

Source:
http://github.com/pershoot/kernel-2635
http://github.com/CyanogenMod/cm-kernel
http://github.com/pershoot/nexus-kernel-2635
http://android.git.kernel.org/?p=kernel/experimental.git;a=shortlog;h=refs/heads/android-msm-2.6.34-test2
http://android.git.kernel.org/?p=kernel/experimental.git;a=shortlog;h=refs/heads/android-2.6.34-test2
http://android.git.kernel.org/?p=kernel/experimental.git;a=shortlog;h=refs/heads/android-msm-2.6.35-wip
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.35.y.git;a=summary
http://android.git.kernel.org/?p=kernel/common.git;a=shortlog;h=refs/heads/android-2.6.35
http://github.com/xdabravoteam/cm-kernel
http://github.com/ezterry/kernel-biff-testing
http://android.git.kernel.org/?p=kernel/common.git;a=shortlog;h=refs/heads/android-2.6.36

——–

Instructions:
Flash the .zip through recovery
or

fastboot flash zimage zImage (zImage can be found in update.zip kernel folder)
then

take the bcm4329.ko file from the update.zip lib/modules folder (use winrar for windows or unzip for linux) and

adb remount
adb push bcm4329.ko /system/lib/modules
or
copy the bcm4329.ko to /sdcard, bounce in to recovery, mount /sdcard and /system, and copy the .ko module from /sdcard to /system/lib/modules; set chmod 644 on it.

Note:
It is highly reccomended that you either use SetCPU to toggle your governor to either ondemand (reccomended) or interactive (in testing) or use sysfs to echo the value to cpufreq.

Note:
If you use SetCPU, please do not set any Advanced settings, and you should use ondemand CPU governor

Leave a Reply