Archive for December, 2010


Update (12/21 (filename has not changed; please re-download and re-flash)):
-merged (from cyanogenmod htc-kernel-msm7x30):
bcm4329: Add CSCAN toggle

-merged (from android.git.kernel.org common):
net: wireless: bcm4329: Update to version 4.218.248-18

…..

-rebase to kernel.org’s 2.6.35.10
-msm7k_udc.c: remove dev->irq conditional from gadget unregister

-merge (from android.git.kernel.org common):
USB: gadget: f_mtp: MTP driver cleanup:
USB: gadget: f_mtp: Return zero result for successful file transfer.
USB: gadget: f_mtp: Support for file transfer length greater than 4 gigabytes
USB: gadget: f_mtp: Zero length packet fixes
USB: gadget: android Fix gadget descriptor compliance for IAD’s
USB: gadget: composite: Dynamically set IAD bFirstInterface
USB: gadget: acm,rndis: IAD class, subclass & prot should match 1st iface
usb: gadget: Fixed Android gadget function discovery & product matching
usb: gadget: Multiple ACM gadget instances

-merge (from cyanogenmod android-msm-2.6.35-unified):
usb: gadget: Add MSM72K HTC variant driver

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.
-You may receive “ACPU unable to set …” here and there. This is currently being worked on.

**May not be an issue with current. Re-evaluating.

——–

-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.10-oc-uv-xtra-btn-aud-ram-neon_fp-122010.zip
Download: boot-cm_2635.10-oc-uv-xtra-btn-aud-ram-neon_fp-122010.zip

——–

Source:
https://github.com/cyanogen/cm-kernel-exp
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
http://github.com/intersectRaven/ir-kernel
https://github.com/thelogin/n1batcal

——–

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

Update (12/21 (filename has not changed; please re-download and re-flash)):
-merged (from cyanogenmod htc-kernel-msm7x30):
bcm4329: Add CSCAN toggle
net: wireless: Include the correct bcm4329 Kconfig
net: wireless: bcm4329: Update to version 4.218.248-18

…..

-set nls_utf8 for module build – at the request of azuwis

-merge (from cyanogenmod htc-kernel-msm7x30):
Remove the protection to writes below address 131072.
msm7x30: htc_battery: fix charge level changes

Note:
This is a Work in Progress. Undervolt/Frequencies will be adjusted over the next coming weeks, as well as merging in further optimisations/tweaks from the DS/Nexus .35 release.

——–

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

boot-cm_2632.27-oc-uv-xtra-neon_fp-122010.zip
Download: boot-cm_2632.27-oc-uv-xtra-neon_fp-122010.zip

lib-2632.27.tar.gz (kernel modules)
Download: lib-2632.27.tar.gz

——–

Source:
http://github.com/pershoot/vision-2632
https://github.com/CyanogenMod/htc-kernel-msm7x30
https://github.com/coolbho3k/vision_oc_kernel
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.32.y.git;a=summary
http://android.git.kernel.org/?p=kernel/common.git;a=shortlog;h=refs/heads/android-2.6.36
http://developer.htc.com

——–

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:
If you use SetCPU, please do not set any Advanced settings, and you should use the ondemand CPU governor.

-rebase to kernel.org’s 2.6.35.10
-msm7k_udc.c: remove dev->irq conditional from gadget unregister
-add back in HTC_AUDIO_JACK

-merge (from android.git.kernel.org common):
USB: gadget: f_mtp: MTP driver cleanup:
USB: gadget: f_mtp: Return zero result for successful file transfer.
USB: gadget: f_mtp: Support for file transfer length greater than 4 gigabytes
USB: gadget: f_mtp: Zero length packet fixes
USB: gadget: android Fix gadget descriptor compliance for IAD’s
USB: gadget: composite: Dynamically set IAD bFirstInterface
USB: gadget: acm,rndis: IAD class, subclass & prot should match 1st iface
usb: gadget: Fixed Android gadget function discovery & product matching
usb: gadget: Multiple ACM gadget instances

-merge (from cyanogenmod android-msm-2.6.35-unified):
usb: gadget: Add MSM72K HTC variant driver

Note:
If you want to use NFS, please push the contents of the .zip below to kernel/fs within /system/lib/modules/KERNEL_MODULES_FOLDER

nfs_32b.zip
nfs_32a.zip
nfs_32b_radio2708.zip

Known Issues:
-At sleep, you may not get all the way down to 122, although this is what has been specified. This is being investigated.
-For builds lower then Froyo (i.e. Eclair), when USB is plugged in, vold will SIGSEV.
-After unplugging from USB, please reboot to prevent excessive battery drain. *This is being worked on.

——–

-XTRA contains:
*ondemand governor default; only performance,interactive,ondemand and userspace governors
*BFQ I/O Scheduler
*some more cgroup options
*namespaces support (excluding network)
*v4 block device and data integrity support
*errata 411920 applied

32B:
boot-cm_2635.10_ds_32b-oc-uv-xtra-ram-fp-122010.zip
Download: boot-cm_2635.10_ds_32b-oc-uv-xtra-ram-fp-122010.zip

32A:
boot-cm_2635.10_ds_32a-oc-uv-xtra-ram-fp-122010.zip
Download: boot-cm_2635.10_ds_32a-oc-uv-xtra-ram-fp-122010.zip

32B (Must be on New SPL + Radio 2708 Combo):
boot-cm_2635.10_ds_32b_radio2708-oc-uv-xtra-ram-fp-122010.zip
Download: boot-cm_2635.10_ds_32b_radio2708-oc-uv-xtra-ram-fp-122010.zip

——–

Source:
https://github.com/cyanogenmod/cm-kernel
http://github.com/pershoot/kernel-2635
http://github.com/CyanogenMod/cm-kernel
http://github.com/pershoot/ds-kernel-2635
http://github.com/pershoot/ds-kernel-32a-2635
http://github.com/toastcfh/htc-2.6.27-heroc
http://github.com/pershoot/ds-kernel-32a
http://github.com/bcrook/32A-EBI1
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://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.34.y.git;a=summary
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/ezterry/kernel-biff-testing
http://android.git.kernel.org/?p=kernel/common.git;a=shortlog;h=refs/heads/android-2.6.36
http://github.com/intersectRaven/ir-kernel

——–

Instructions:
Flash the .zip through recovery

then

Install SetCPU 2.x (by coolbho)
Autodetect, Min: 122, Max: 576, onboot, ondemand
Do not enable or setup Advanced

Note:
If you are coming from a previous oc-uv kernel, then please go in to SetCPU and raise the min bar up and then down back to 122.

Optional: You can setup profiles, but if you receieve lag, please be sure that your device is not stuck on a low frequency due to one of the profiles you have set and or due to cpufreq and SetCPU ‘oddness’.

-mmc / block.c: set board_emmc_boot to #if 0 for gfree operability (at the request of guhl99)

-merge (from android.git.kernel.org common):
net: wireless: bcm4329: Update to Version 4.218.248-17

-merge (from cyanogenmod htc-kernel-msm7x30):
defconfig: Disable some debug options to improve performance

Note:
This is a Work in Progress. Undervolt/Frequencies will be adjusted over the next coming weeks, as well as merging in further optimisations/tweaks from the DS/Nexus .35 release.

——–

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

boot-cm_2632.27-oc-uv-xtra-neon_fp-121510.zip
Download: boot-cm_2632.27-oc-uv-xtra-neon_fp-121510.zip

lib-2632.27.tar.gz (kernel modules)
Download: lib-2632.27.tar.gz

——–

Source:
http://github.com/pershoot/vision-2632
https://github.com/CyanogenMod/htc-kernel-msm7x30
https://github.com/coolbho3k/vision_oc_kernel
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.32.y.git;a=summary
http://android.git.kernel.org/?p=kernel/common.git;a=shortlog;h=refs/heads/android-2.6.36
http://developer.htc.com

——–

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:
If you use SetCPU, please do not set any Advanced settings, and you should use the ondemand CPU governor.

-revert:
Revert “futex: Restore one of the fast paths eliminated by 38d47c1b7075bd7ec3881141bb3629da58f88dab”

-merge (from android.git.kernel.org common):
net: wireless: bcm4329: Update to Version 4.218.248-17
PM: Wait for completion of the parent resume before resuming

-merge (from cyanogenmod android-msm-2.6.35-unified):
msm: kgsl: Fix a potential subtraction overflow issue
msm_kgsl: Reuse vmalloced memory buffers

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.
-You may receive “ACPU unable to set …” here and there. This is currently being worked on.

**May not be an issue with current. Re-evaluating.

——–

-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.9-oc-uv-xtra-btn-aud-ram-neon_fp-121510.zip
Download: boot-cm_2635.9-oc-uv-xtra-btn-aud-ram-neon_fp-121510.zip

——–

Source:
https://github.com/cyanogen/cm-kernel-exp
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
http://github.com/intersectRaven/ir-kernel
https://github.com/thelogin/n1batcal

——–

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

-revert:
Revert “futex: Restore one of the fast paths eliminated by 38d47c1b7075bd7ec3881141bb3629da58f88dab”

-merge (from android.git.kernel.org common):
PM: Wait for completion of the parent resume before resuming

-merge (from cyanogenmod android-msm-2.6.35-unified):
msm: kgsl: Fix a potential subtraction overflow issue
msm_kgsl: Reuse vmalloced memory buffers

Note:
If you want to use NFS, please push the contents of the .zip below to kernel/fs within /system/lib/modules/KERNEL_MODULES_FOLDER

nfs_32b.zip
nfs_32a.zip
nfs_32b_radio2708.zip

Known Issues:
-At sleep, you may not get all the way down to 122, although this is what has been specified. This is being investigated.
-For builds lower then Froyo (i.e. Eclair), when USB is plugged in, vold will SIGSEV.
-After unplugging from USB, please reboot to prevent excessive battery drain. *This is being worked on.

——–

-XTRA contains:
*ondemand governor default; only performance,interactive,ondemand and userspace governors
*BFQ I/O Scheduler
*some more cgroup options
*namespaces support (excluding network)
*v4 block device and data integrity support
*errata 411920 applied

32B:
boot-cm_2635.9_ds_32b-oc-uv-xtra-ram-fp-121510.zip
Download: boot-cm_2635.9_ds_32b-oc-uv-xtra-ram-fp-121510.zip

32A:
boot-cm_2635.9_ds_32a-oc-uv-xtra-ram-fp-121510.zip
Download: boot-cm_2635.9_ds_32a-oc-uv-xtra-ram-fp-121510.zip

32B (Must be on New SPL + Radio 2708 Combo):
boot-cm_2635.9_ds_32b_radio2708-oc-uv-xtra-ram-fp-121510.zip
Download: boot-cm_2635.9_ds_32b_radio2708-oc-uv-xtra-ram-fp-121510.zip

——–

Source:
https://github.com/cyanogenmod/cm-kernel
http://github.com/pershoot/kernel-2635
http://github.com/CyanogenMod/cm-kernel
http://github.com/pershoot/ds-kernel-2635
http://github.com/pershoot/ds-kernel-32a-2635
http://github.com/toastcfh/htc-2.6.27-heroc
http://github.com/pershoot/ds-kernel-32a
http://github.com/bcrook/32A-EBI1
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://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.34.y.git;a=summary
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/ezterry/kernel-biff-testing
http://android.git.kernel.org/?p=kernel/common.git;a=shortlog;h=refs/heads/android-2.6.36
http://github.com/intersectRaven/ir-kernel

——–

Instructions:
Flash the .zip through recovery

then

Install SetCPU 2.x (by coolbho)
Autodetect, Min: 122, Max: 576, onboot, ondemand
Do not enable or setup Advanced

Note:
If you are coming from a previous oc-uv kernel, then please go in to SetCPU and raise the min bar up and then down back to 122.

Optional: You can setup profiles, but if you receieve lag, please be sure that your device is not stuck on a low frequency due to one of the profiles you have set and or due to cpufreq and SetCPU ‘oddness’.

-revert:
Revert “futex: Restore one of the fast paths eliminated by 38d47c1b7075bd7ec3881141bb3629da58f88dab”

-merge up to kernel.org’s 2.6.32.27
-set explicit base in update.zip

Note:
This is a Work in Progress. Undervolt/Frequencies will be adjusted over the next coming weeks, as well as merging in further optimisations/tweaks from the DS/Nexus .35 release.

——–

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

boot-cm_2632.27-oc-uv-xtra-neon_fp-121010.zip
Download: boot-cm_2632.27-oc-uv-xtra-neon_fp-121010.zip

lib-2632.27.tar.gz (kernel modules)
Download: lib-2632.27.tar.gz

——–

Source:
http://github.com/pershoot/vision-2632
https://github.com/CyanogenMod/htc-kernel-msm7x30
https://github.com/coolbho3k/vision_oc_kernel
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.32.y.git;a=summary
http://android.git.kernel.org/?p=kernel/common.git;a=shortlog;h=refs/heads/android-2.6.36
http://developer.htc.com

——–

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:
If you use SetCPU, please do not set any Advanced settings, and you should use the ondemand CPU governor.

-merge (from android.git.kernel.org common):
Revert “futex: Restore one of the fast paths eliminated by 38d47c1b7075bd7ec3881141bb3629da58f88dab”
net: wireless: bcm4329: Add CONFIG_FIRST_SCAN option

-merge (from cyanogenmod htc-kernel-msm7x30):
gan-eth: fix wifi MMS (still need gannet0 in mobiledata.interfaces)

Note:
This is a Work in Progress. Undervolt/Frequencies will be adjusted over the next coming weeks, as well as merging in further optimisations/tweaks from the DS/Nexus .35 release.

——–

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

boot-cm_2632.26-oc-uv-xtra-neon_fp-120810.zip
Download: boot-cm_2632.26-oc-uv-xtra-neon_fp-120810.zip

lib-2632.26.tar.gz (kernel modules)
Download: lib-2632.26.tar.gz

——–

Source:
http://github.com/pershoot/vision-2632
https://github.com/CyanogenMod/htc-kernel-msm7x30
https://github.com/coolbho3k/vision_oc_kernel
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.32.y.git;a=summary
http://android.git.kernel.org/?p=kernel/common.git;a=shortlog;h=refs/heads/android-2.6.36
http://developer.htc.com

——–

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:
If you use SetCPU, please do not set any Advanced settings, and you should use the ondemand CPU governor.

-revert:
revert: mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awake

-merge (from android.git.kernel.org common):
Revert “futex: Restore one of the fast paths eliminated by 38d47c1b7075bd7ec3881141bb3629da58f88dab”

-merge (from cyanogenmod htc-kernel-msm7x30):
gan-eth: fix wifi MMS (still need gannet0 in mobiledata.interfaces)

Note:
If you want to use NFS, please push the contents of the .zip below to kernel/fs within /system/lib/modules/KERNEL_MODULES_FOLDER

nfs_32b.zip
nfs_32a.zip
nfs_32b_radio2708.zip

Known Issues:
-At sleep, you may not get all the way down to 122, although this is what has been specified. This is being investigated.
-For builds lower then Froyo (i.e. Eclair), when USB is plugged in, vold will SIGSEV.
-After unplugging from USB, please reboot to prevent excessive battery drain. *This is being worked on.

——–

-XTRA contains:
*ondemand governor default; only performance,interactive,ondemand and userspace governors
*BFQ I/O Scheduler
*some more cgroup options
*namespaces support (excluding network)
*v4 block device and data integrity support
*errata 411920 applied

32B:
boot-cm_2635.9_ds_32b-oc-uv-xtra-ram-fp-120810.zip
Download: boot-cm_2635.9_ds_32b-oc-uv-xtra-ram-fp-120810.zip

32A:
boot-cm_2635.9_ds_32a-oc-uv-xtra-ram-fp-120810.zip
Download: boot-cm_2635.9_ds_32a-oc-uv-xtra-ram-fp-120810.zip

32B (Must be on New SPL + Radio 2708 Combo):
boot-cm_2635.9_ds_32b_radio2708-oc-uv-xtra-ram-fp-120810.zip
Download: boot-cm_2635.9_ds_32b_radio2708-oc-uv-xtra-ram-fp-120810.zip

——–

Source:
https://github.com/cyanogenmod/cm-kernel
http://github.com/pershoot/kernel-2635
http://github.com/CyanogenMod/cm-kernel
http://github.com/pershoot/ds-kernel-2635
http://github.com/pershoot/ds-kernel-32a-2635
http://github.com/toastcfh/htc-2.6.27-heroc
http://github.com/pershoot/ds-kernel-32a
http://github.com/bcrook/32A-EBI1
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://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.34.y.git;a=summary
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/ezterry/kernel-biff-testing
http://android.git.kernel.org/?p=kernel/common.git;a=shortlog;h=refs/heads/android-2.6.36
http://github.com/intersectRaven/ir-kernel

——–

Instructions:
Flash the .zip through recovery

then

Install SetCPU 2.x (by coolbho)
Autodetect, Min: 122, Max: 576, onboot, ondemand
Do not enable or setup Advanced

Note:
If you are coming from a previous oc-uv kernel, then please go in to SetCPU and raise the min bar up and then down back to 122.

Optional: You can setup profiles, but if you receieve lag, please be sure that your device is not stuck on a low frequency due to one of the profiles you have set and or due to cpufreq and SetCPU ‘oddness’.

-revert:
revert: mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awake

-merge (from android.git.kernel.org common):
Revert “futex: Restore one of the fast paths eliminated by 38d47c1b7075bd7ec3881141bb3629da58f88dab”

-merge (from cyanogenmod htc-kernel-msm7x30):
gan-eth: fix wifi MMS (still need gannet0 in mobiledata.interfaces)

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.
-You may receive “ACPU unable to set …” here and there. This is currently being worked on.

**May not be an issue with current. Re-evaluating.

——–

-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.9-oc-uv-xtra-btn-aud-ram-neon_fp-120810.zip
Download: boot-cm_2635.9-oc-uv-xtra-btn-aud-ram-neon_fp-120810.zip

——–

Source:
https://github.com/cyanogen/cm-kernel-exp
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
http://github.com/intersectRaven/ir-kernel
https://github.com/thelogin/n1batcal

——–

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