Kernel – 2.6.32.28 – VFPv3_FP – Gtab/Zpad

-defconfig:
defconfig: enable CSCAN for bcm4329
defconfig: regen; set USB_ACCESSORY_DETECT and DOCK_ACCESSORY_DETECT

-merged (from cyanogenmod htc-kernel-msm7x30):
usb: gadget: Backport Android drivers from 2.6.35

Note:
This is not to be used on Froyo/CM6

In order for UMS (USB mount) to work, this must be reverted:
https://github.com/CyanogenMod/android_device_harmony/commit/f51f9e2a1037b4e3fb1a

If you are using any of the external modules, please download them fresh and re-push them in to place.

Known Issues:
-When waking up from standby/sleep, the clock in the status bar will change when RTC changes in the next minute.
-If your BT Audio device does not work with the the stack that comes within your ROM, no audio will be sent to your device, and once you disconnect, you will need to plug in a 3.5mm jack and unplug to get audio back.
**Devices that don’t work: Jabbra.
**Devices that do work: Parrot audio, Jawbone, Nokia BH-905.

Things to do:
-backport AOSP’s frequency scaling
-clean up the barrage of warnings from TapnTap/Viewsonic’s patch

——–

-XTRA contains:
*ondemand 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
*Tegra NvEC embedded controller driver
*erratas 430973, 458693 and 460075 applied

ViewSonic Gtab/Malata Zpad (Gingerbread):
boot-cm_2632.28_gb-xtra-vfpv3_fp-012811.zip
Download: boot-cm_2632.28_gb-xtra-vfpv3_fp-012811.zip

Note (from proengin for Malata Zpad):
You should be on CWM0.8 (bekit)
The bootloader.bin must match CWM0.8 (bekit)

<><><><>

lib-2632.28.tar.gz (kernel modules)
Download: lib-2632.28_gb.tar.gz

——–

Source:
http://github.com/pershoot/gtab-2632
http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=summary
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.32.y.git;a=summary
http://github.com/pershoot/vision-2632
http://github.com/CyanogenMod/htc-kernel-msm7x30

——–

Instructions:
Flash the .zip through recovery

To use one of the kernel modules:
Pull the one you want from lib-2632.28.tar.gz (winrar can open this),
adb remount
adb push MODULE.ko /system/lib/modules/2.6.32.28-cyanogenmod/
adb shell chmod 644 /system/lib/modules/2.6.32.28-cyanogenmod/MODULE.ko
adb shell insmod /system/lib/modules/2.6.32.28-cyanogenmod/MODULE.ko

Note:
You can download gscript lite from the Market, and put the insmod line in there, and tap when you want to insert it and use its functionality.

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

-merged (from android.git.kernel.org common):
input: evdev: Add missing wake_lock_destroy
PM: Dump suspend thread stack on dpm suspend timeout
Print pending wakeup IRQ preventing suspend to dmesg

Note:
This is not to be used on Gingerbread/CM7 RC0

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

Kernel – 2.6.35.10 – OC-UV-RAM-FP – Dream/Sapphire (32B/A)

-merged (from android.git.kernel.org common):
input: evdev: Add missing wake_lock_destroy
PM: Dump suspend thread stack on dpm suspend timeout
Print pending wakeup IRQ preventing suspend to dmesg

Note:
This is not to be used on Gingerbread/CM7 RC0

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.

——–

-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-012611.zip
Download: boot-cm_2635.10_ds_32b-oc-uv-xtra-ram-fp-012611.zip

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

32B (Must be on New SPL + Radio 2708 Combo):
boot-cm_2635.10_ds_32b_radio2708-oc-uv-xtra-ram-fp-012611.zip
Download: boot-cm_2635.10_ds_32b_radio2708-oc-uv-xtra-ram-fp-012611.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’.

Kernel – 2.6.32.28 – OC-UV-NEON_FP (1.516GHZ) – G2

Update (1/24; filename has not changed; please re-download and reflash):
-video/msm: include vidc (Makefile)

-merged (from cyanogenmod htc-kernel-msm7x30):
vision: Make button backlights dimmable (part 1)

Note:
Mount /system prior to flashing the update.zip in CWM3.0+

…..

Update (1/23; filename has not changed; please re-download and reflash):
-fix typo in gadget.h

…..

1/22:
Update (filename has not changed; please re-download and reflash):
-merged (from cyanogenmod htc-kernel-msm7x30):
msm: vidc: Use old driver from Ace

…..

1/22:
-merged (from cyanogenmod htc-kernel-msm7x30):
rtc: alarm: Update hrtimer if alarm at the head of the queue is reprogrammed
usb: gadget: Backport Android drivers from 2.6.35
Enable CSCAN for bcm4329
enable DOCK/USB_ACCESSORY_DETECT
usb: gadget: Backport Android drivers from 2.6.35
disable USB_ANDROID_DIAG
android: msm: fix rndis gadget support on gingerbread

Note:
This is not to be used on Froyo/Cm6 and/or Sense

——–

-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.28_gb-oc-uv-xtra-neon_fp-012211.zip
Download: boot-cm_2632.28_gb-oc-uv-xtra-neon_fp-012211.zip

lib-2632.28_gb.tar.gz (kernel modules)
Download: lib-2632.28_gb.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.

Kernel – 2.6.32.28 – OC-UV-NEON_FP (1.516GHZ) – G2

Update (1/24; filename has not changed; please re-download and reflash):
-merged (from cyanogenmod htc-kernel-msm7x30):
vision: Make button backlights dimmable (part 1)

…..

1/22:
-merged (from cyanogenmod htc-kernel-msm7x30):
rtc: alarm: Update hrtimer if alarm at the head of the queue is reprogrammed

Note:
This is not to be used on Sense, and/or Gingerbread/CM7 RC0

——–

-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.28-oc-uv-xtra-neon_fp-012211.zip
Download: boot-cm_2632.28-oc-uv-xtra-neon_fp-012211.zip

lib-2632.28.tar.gz (kernel modules)
Download: lib-2632.28.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.

Kernel – 2.6.32.28 – VFPv3_FP – Gtab/Zpad

-defconfig:
enable RNDIS (at the request of brew1brew)
set INPUT_MOUSEDEV_SCREEN_Y to 600 (good catch Blades!)
enable PPPOLAC and PPPOPNS, as found in clemsyn’s config

Note:
This is not to be used on Gingerbread/CM7 RC0.
If you are using any of the external modules, please download them fresh and re-push them in to place.

Known Issues:
-When waking up from standby/sleep, the clock in the status bar will change when RTC changes in the next minute.
-If your BT Audio device does not work with the the stack that comes within your ROM, no audio will be sent to your device, and once you disconnect, you will need to plug in a 3.5mm jack and unplug to get audio back.
**Devices that don’t work: Jabbra.
**Devices that do work: Parrot audio, Jawbone, Nokia BH-905.

Things to do:
-backport AOSP’s frequency scaling
-clean up the barrage of warnings from TapnTap/Viewsonic’s patch

——–

-XTRA contains:
*ondemand 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
*Tegra NvEC embedded controller driver
*erratas 430973, 458693 and 460075 applied

ViewSonic Gtab:
boot-cm_2632.28_gtab-xtra-vfpv3_fp-011911.zip
Download: boot-cm_2632.28_gtab-xtra-vfpv3_fp-011911.zip

Malata Zpad:
boot-cm_2632.28_zpad-xtra-vfpv3_fp-011911.zip
Download: boot-cm_2632.28_zpad-xtra-vfpv3_fp-011911.zip

Note (from proengin):
You should be on CWM0.8 (bekit)
The bootloader.bin must match CWM0.8 (bekit)

<><><><>

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

——–

Source:
http://github.com/pershoot/gtab-2632
http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=summary
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.32.y.git;a=summary
http://github.com/pershoot/vision-2632
http://github.com/CyanogenMod/htc-kernel-msm7x30

——–

Instructions:
Flash the .zip through recovery

To use one of the kernel modules:
Pull the one you want from lib-2632.28.tar.gz (winrar can open this),
adb remount
adb push MODULE.ko /system/lib/modules/2.6.32.28-cyanogenmod/
adb shell chmod 644 /system/lib/modules/2.6.32.28-cyanogenmod/MODULE.ko
adb shell insmod /system/lib/modules/2.6.32.28-cyanogenmod/MODULE.ko

Note:
You can download gscript lite from the Market, and put the insmod line in there, and tap when you want to insert it and use its functionality.

Kernel – 2.6.35.10 – OC-UV-RAM-FP – Dream/Sapphire (32B/A)

Update (filename has not changed; please re-download and re-flash):
-msm: acpuclock: Fix a bug in overclocking code (farmatito).

Note: This effectively reverts:
7321b17c761c1c3d6ef7ed9bb6de927345274761

…..

-switch to LZMA compression
-fix up some CC warnings intended for DS (farmatito)

-revert
lower threshholds to around half of what was included in ingo molnar’s minimum scheduling granularity patch

-merged (from android.git.kernel.org common):
USB: gadget: f_mtp: Make sure request is dequeued if transfer is canceled
cgroup: leave cg_list valid upon cgroup_exit
rtc: alarm: Update hrtimer if alarm at the head of the queue is reprogrammed
input: keyreset: Allow reset function to be overriden
ARM: 6490/1: MM: bugfix: initialize spinlock for init_mm.context
cpufreq interactive governor: fix crash on CPU shutdown
ARM: Stop irqsoff trace on return to user
cgroup: Remove call to synchronize_rcu in cgroup_attach_task
cgroup: Set CGRP_RELEASABLE when adding to a cgroup

-merged (from cyanogenmod android-msm-2.6.35-unified):
staging: android: lowmemorykiller: Don’t wait more than one second for a process to die
lowmemorykiller: don’t unregister notifier from atomic context
Various updates from HTC

Note:
This is not to be used on Gingerbread/CM7 RC0

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.

——–

-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-011611.zip
Download: boot-cm_2635.10_ds_32b-oc-uv-xtra-ram-fp-011611.zip

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

32B (Must be on New SPL + Radio 2708 Combo):
boot-cm_2635.10_ds_32b_radio2708-oc-uv-xtra-ram-fp-011611.zip
Download: boot-cm_2635.10_ds_32b_radio2708-oc-uv-xtra-ram-fp-011611.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’.

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

-fix up some CC warnings intended for DS (farmatito) and ran off a build for nexus, since this is a ds/nexus unified tree.

Note:
This is not to be used on Gingerbread/CM7 RC0

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

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

-switch to LZMA compression

-revert
lower threshholds to around half of what was included in ingo molnar’s minimum scheduling granularity patch

-merged (from android.git.kernel.org common):
ARM: Fix up vfp exception location in thumb mode
USB: gadget: f_mtp: Make sure request is dequeued if transfer is canceled
net: wireless: bcm4329: Turn off CONFIG_US_NON_DFS_CHANNELS_ONLY
net: wireless: bcm4329: Update to version 4.218.248-20
cgroup: leave cg_list valid upon cgroup_exit
rtc: alarm: Update hrtimer if alarm at the head of the queue is reprogrammed
input: keyreset: Allow reset function to be overriden
ARM: 6490/1: MM: bugfix: initialize spinlock for init_mm.context
cpufreq interactive governor: fix crash on CPU shutdown
ARM: Stop irqsoff trace on return to user
cgroup: Remove call to synchronize_rcu in cgroup_attach_task
cgroup: Set CGRP_RELEASABLE when adding to a cgroup

-merged (from cyanogenmod android-msm-2.6.35-unified):
staging: android: lowmemorykiller: Don’t wait more than one second for a process to die
lowmemorykiller: don’t unregister notifier from atomic context
Various updates from HTC
msm_q6venc: Fixed a bug in double stop.

Note:
This is not to be used on Gingerbread/CM7 RC0

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

Kernel – 2.6.32.28 – VFPv3_FP – Gtab/Zpad

-defconfig: enable some more networking options found in xiaolu’s confg:
IP_ADVANCED_ROUTER,ASK_IP_FIB_HASH,NET_IPIP,NET_IPGRE,INET_IPCOMP,INET_XFRM_TUNNEL and NF_NAT_SNMP_BASIC

-merged (from cyanogenmod htc-kernel-msm7x30):
rtc: alarm: Update hrtimer if alarm at the head of the queue is reprogrammed

Note:
If you are using any of the external modules, please download them fresh and re-push them in to place

Known Issues:
-When waking up from standby/sleep, the clock in the status bar will change when RTC changes in the next minute.
-If your BT Audio device does not work with the the stack that comes within your ROM, no audio will be sent to your device, and once you disconnect, you will need to plug in a 3.5mm jack and unplug to get audio back.
**Devices that don’t work: Jabbra.
**Devices that do work: Parrot audio, Jawbone.

Things to do:
-backport AOSP’s frequency scaling
-clean up the barrage of warnings from TapnTap/Viewsonic’s patch

——–

-XTRA contains:
*ondemand 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
*Tegra NvEC embedded controller driver
*erratas 430973, 458693 and 460075 applied

ViewSonic Gtab:
boot-cm_2632.28_gtab-xtra-vfpv3_fp-011411.zip
Download: boot-cm_2632.28_gtab-xtra-vfpv3_fp-011411.zip

Malata Zpad:
boot-cm_2632.28_zpad-xtra-vfpv3_fp-011411.zip
Download: boot-cm_2632.28_zpad-xtra-vfpv3_fp-011411.zip

Note (from proengin):
You should be on CWM0.8 (bekit)
The bootloader.bin must match CWM0.8 (bekit)

<><><><>

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

——–

Source:
http://github.com/pershoot/gtab-2632
http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=summary
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.32.y.git;a=summary
http://github.com/pershoot/vision-2632
http://github.com/CyanogenMod/htc-kernel-msm7x30

——–

Instructions:
Flash the .zip through recovery

To use one of the kernel modules:
Pull the one you want from lib-2632.28.tar.gz (winrar can open this),
adb remount
adb push MODULE.ko /system/lib/modules/2.6.32.28-cyanogenmod/
adb shell chmod 644 /system/lib/modules/2.6.32.28-cyanogenmod/MODULE.ko
adb shell insmod /system/lib/modules/2.6.32.28-cyanogenmod/MODULE.ko

Note:
You can download gscript lite from the Market, and put the insmod line in there, and tap when you want to insert it and use its functionality.