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

-merged (from android.git.kernel.org common):
net: wireless: bcm4329: Update to version 4.218.248-20
net: wireless: bcm4329: Turn off CONFIG_US_NON_DFS_CHANNELS_ONLY

-revert
lower threshholds to around half of what was included in ingo molnar/peter zijlstra minimum scheduling granularity patch and increase nr latency to 6 from 5

-merged (from snq git.github.com):
backport: support for lzma-compressed kernel images on arm

-defconfig: set EXT4 as in-built
-defconfig: switch to LZMA compression

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

Update (1/13 (the filename has not changed from the 0112 release; please re-download):

merged (from android.git.kernel.org common):
-net: wireless: bcm4329: Update to version 4.218.248-20
-net: wireless: bcm4329: Turn off CONFIG_US_NON_DFS_CHANNELS_ONLY

Note:
If you have already flashed 0112, you can just pull bcm4329.ko from the update.zip, turn off your wifi, push to /system/lib/hw/wlan, chmod 644 the module and turn back on wifi.

…..

-revert:
[harmony/rtc](ventana->harmony) enable rtc as wakeup event.
“procfs: provide stack information for threads” and its fixup commits (as per kernel.org)

-merged (from nv-tegra linux-2.6):
[kernel-cgroups] Fix cgroups soft lockup issue.

-merged (from kernel.org):
sched, cputime: Introduce thread_group_times()
mm: make the mlock() stack guard page checks stricter
mm: make stack guard page logic use vm_prev pointer
mm: make the vma list be doubly linked
sched: Pre-compute cpumask_weight(sched_domain_span(sd))
sched: Implement head queueing for sched_rt
sched: Extend enqueue_task to allow head queueing
sched: Add pre and post wakeup hooks
sched: Remove rq->clock coupling from set_task_cpu()
sched: Remove unused cpu_nr_migrations()
sched: Protect sched_rr_get_param() access to task->sched_class
sched: Sanitize fork() handling
sched: Queue a deboosted task to the head of the RT prio queue
sched: Fix fork vs hotplug vs cpuset namespaces
sched: Fix rq->clock synchronization when migrating tasks
sched: sched_exec(): Remove the select_fallback_rq() logic
sched: Fix race between ttwu() and task_rq_lock()
sched: Fix TASK_WAKING vs fork deadlock
sched: Optimize task_rq_lock()
block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits instead

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-011211.zip
Download: boot-cm_2632.28_gtab-xtra-vfpv3_fp-011211.zip

Malata Zpad:
boot-cm_2632.28_zpad-xtra-vfpv3_fp-011211.zip
Download: boot-cm_2632.28_zpad-xtra-vfpv3_fp-011211.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

——–

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.32.28 – VFPv3_FP – Gtab/Zpad

-defconfig:
enable PPPOL2TP,PPP_MPPE and PPPOE (by request of Chenglu)
enable block layer SG support v4 and data integrity support
switch to BFQ I/O scheduler
enable group sched_rr/fifo
switch to SLAB
enable CRYPTO_GF128MUL and CRYPTO_XTS (at the request of anlog)

-merged (from vision-2632):
block: Introduce the BFQ I/O scheduler
Optimized ARM RWSEM algorithm

-merged (from android.git.kernel.org common):
cpufreq interactive governor: fix crash on CPU shutdown

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
-pull further scheduler|i/o changes in
-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-011111.zip
Download: boot-cm_2632.28_gtab-xtra-vfpv3_fp-011111.zip

Malata Zpad:
boot-cm_2632.28_zpad-xtra-vfpv3_fp-011111.zip
Download: boot-cm_2632.28_zpad-xtra-vfpv3_fp-011111.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

——–

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.32.28 – VFPv3_FP – Gtab/Zpad

-bcm4329: Add latest firmware (4.218.248.6) from Nvidia’s tegra-10.11.1.1
-defconfig: set EXT4 as in-built
-defconfig: add in Network,IPV4/6,Netfilter,and Queuing options
-backport: support for lzma-compressed kernel images on arm
-defconfig: switch to LZMA compression

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
-pull further scheduler|i/o changes in
-clean up the barrage of warnings from TapnTap/Viewsonic’s patch

——–

-XTRA contains:
*ondemand governor default; only interactive,ondemand and userspace governors
*CFQ I/O Scheduler
*some more cgroup options
*namespaces support (excluding network)
*Tegra NvEC embedded controller driver
*erratas 430973, 458693 and 460075 applied

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

Malata Zpad:
boot-cm_2632.28_zpad-xtra-vfpv3_fp-011011.zip
Download: boot-cm_2632.28_zpad-xtra-vfpv3_fp-011011.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

——–

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.32.28 – VFPv3_FP – Gtab/Zpad

-merge up to Kernel.org’s 2.6.32.28
-bcm4329: add version 4.218.248.18 from vision-2632
-bcm4329: remove shipped module

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.
-EXT4 insertion will throw unknown symbols. This will be either built-in, or JBD enabled.

Things to do:
-backport AOSP’s frequency scaling
-pull further scheduler|i/o changes in
-clean up the barrage of warnings from TapnTap/Viewsonic’s patch
-enable netfilter/ipv6|4 options

——–

-XTRA contains:
*ondemand governor default; only interactive,ondemand and userspace governors
*CFQ I/O Scheduler
*some more cgroup options
*namespaces support (excluding network)
*Tegra NvEC embedded controller driver
*erratas 430973, 458693 and 460075 applied

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

Malata Zpad:
boot-cm_2632.28_zpad-xtra-vfpv3_fp-010911.zip
Download: boot-cm_2632.28_zpad-xtra-vfpv3_fp-010911.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

——–

Instructions:
Flash the .zip through recovery

To use one of the kernel modules:
Pull the one you want from lib-2632.27.tar.gz (winrar can open this),
adb remount
adb push MODULE.ko /system/lib/modules/2.6.32.27-cyanogenmod/
adb shell chmod 644 /system/lib/modules/2.6.32.27-cyanogenmod/MODULE.ko
adb shell insmod /system/lib/modules/2.6.32.27-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.32.28 – OC-UV-NEON_FP (1.516GHZ) – G2

-merge up to kernel.org’s 2.6.32.28
-bcm4329: remove KEEP_ALIVE

Note:
This is not to be used on 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-010911.zip
Download: boot-cm_2632.28-oc-uv-xtra-neon_fp-010911.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.27 – VFPv3_FP – Gtab/Zpad

Update (1/9/11 (the filename has not changed; please re-download and re-flash):
-revert:
[harmony/usb])ventana->harmony) turn off vbus
[arm/tegra]harmony:(ventana->harmony): Set pingroup SDD, SDC to lp on suspend
[arm/tegra/odm] harmony:(ventana->harmony) Supporting pin multiplexing for i2c-1
enable I2C_CHARDEV

…..

1/8/11:
-cpufreq_ondemand.c: set DEF_SAMPLING_DOWN_FACTOR to 1
-enable I2C_CHARDEV, PPP and USB serial driver

-re-merged and converted (from nvidia linux-2.6):
[harmony/rtc](ventana->harmony) enable rtc as wakeup event.
[harmony/usb])ventana->harmony) turn off vbus
[arm/tegra]harmony:(ventana->harmony): Set pingroup SDD, SDC to lp on suspend
[arm/tegra/odm] harmony:(ventana->harmony) Supporting pin multiplexing for i2c-1

-add update.zip for Malata Zpad device owners (please see Note).

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:
-get bcm4329 built properly from source
-backport AOSP’s frequency scaling
-pull further scheduler changes in (dependant upon proper bcm4329 src)
-clean up the barrage of warnings from TapnTap/Viewsonic’s patch

——–

-XTRA contains:
*ondemand governor default; only interactive,ondemand and userspace governors
*CFQ I/O Scheduler
*some more cgroup options
*namespaces support (excluding network)
*Tegra NvEC embedded controller driver
*erratas 430973, 458693 and 460075 applied

ViewSonic Gtab:
boot-cm_2632.27_gtab-xtra-vfpv3_fp-010811.zip
Download: boot-cm_2632.27_gtab-xtra-vfpv3_fp-010811.zip

Malata Zpad:
boot-cm_2632.27_zpad-xtra-vfpv3_fp-010811.zip
Download: boot-cm_2632.27_zpad-xtra-vfpv3_fp-010811.zip

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

<><><><>

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

——–

Instructions:
Flash the .zip through recovery

To use one of the kernel modules:
Pull the one you want from lib-2632.27.tar.gz (winrar can open this),
adb remount
adb push MODULE.ko /system/lib/modules/2.6.32.27-cyanogenmod/
adb shell chmod 644 /system/lib/modules/2.6.32.27-cyanogenmod/MODULE.ko
adb shell insmod /system/lib/modules/2.6.32.27-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.32.27 – OC-UV-NEON_FP (1.516GHZ) – G2

-increase 768-960 to 1025

——–

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

Kernel – 2.6.32.27 – VFPv3_FP – Gtab

-Initial release for Viewsonic’s Gtablet

-merge up to nvidia’s 10.9.8
-merge up to Kernel.org’s 2.6.32.27
-add NTFS (w./ write support (proceed with caution if writing!)),CIFS,FUSE,TUN,EXT4 (kernel modules; pull the desired module from lib-2632.27.tar.gz and place in to /system/lib/modules/2.6.32.27-cyanogenmod/ and use insmod to insert)
-DM_CRYPT/Ciphers/Routines,Namespaces support,Errata’s 430973,458693,460075
-add ondemand,interactive,userspace cpu governors (ondemand default)
-tweak cpufreq_ondemand a bit (use values from vision-2632)
-cortex-a9/vfpv3 cc -O1 optimisations, using CodeSourcery’s 2009q1-203 ARM-EABI toolchain
-pull in a few changes from vision-2632
-use the shipped wifi module from TnT Lite 3.10.

-statically compile koush’s anykernel for use with harmony/tegra2, and add an unpackbootimg script

Known Issues:
-Time will be lost when plugged in and it goes in to deep standby (this occurs on stock). This will be investigated.

Things to do:
-get bcm4329 built properly from source
-backport AOSP’s frequency scaling
-pull further scheduler changes in (dependant upon proper bcm4329 src)
-clean up the barrage of warnings from TapnTap/Viewsonic’s patch
-convert some ventana patches to harmony

——–

-XTRA contains:
*ondemand governor default; only interactive,ondemand and userspace governors
*CFQ I/O Scheduler
*some more cgroup options
*namespaces support (excluding network)
*Tegra NvEC embedded controller driver
*erratas 430973, 458693 and 460075 applied

boot-cm_2632.27-xtra-vfpv3_fp-010711.zip
Download: boot-cm_2632.27-xtra-vfpv3_fp-010711.zip

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

——–

Instructions:
Flash the .zip through recovery

To use one of the kernel modules:
Pull the one you want from lib-2632.27.tar.gz (winrar can open this),
adb remount
adb push MODULE.ko /system/lib/modules/2.6.32.27-cyanogenmod/
adb shell chmod 644 /system/lib/modules/2.6.32.27-cyanogenmod/MODULE.ko
adb shell insmod /system/lib/modules/2.6.32.27-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.