Jump to content
Melde dich an, um diesem Inhalt zu folgen  
Anthropolis

[SEP.30]Bricked-Kernel|2.6.39.4|v0.7|Sweep2Wake|mpdecision|st

Recommended Posts

Anthropolis

903577802700hpucc.png

XDA Thread

Dies ist ein Custom Kernel. Flashen auf eigene Gefahr. Weder ich, noch Handy FAQ übernehmen irgendeine Art von Garantie! Seit euch dem Bewusst.

Features:

  • Basierend auf der HTC Source
  • Alle Probleme mit Stabilität behoben
  • Verschiedene andere Behebungen
  • Sweep to awake
  • Mehr kommt...

Was ist "Sweep to awake"?

[ame=

- HTC One X - Bricked-Kernel - YouTube[/ame]

Wie installiere ich diesen Kernel?

  1. Datein Downloaden
  2. die boot.img auf dem PC entpacken (hier im Bsp ist es c:/adb/)
  3. Die .zip auf die SD-Karte kopieren
  4. in die Recovery booten
  5. Die .zip flashen
  6. beim installer "boot into Bootloader" auswählen
  7. installieren
  8. nach der installation bootet das Handy in den Bootloader
  9. Verbinde dein Gerät mit dem PC (nun steht dort "fastboot usb")
  10. Öffne CMD und gib ein:
    cd c:/adb
  11. Gib ein:
    "fastboot flash boot c:/adb/boot.img"


  12. Starte dein Gerät neu
  13. Fertig

Download:

*v0.3* [sTABLE] - DOWNLOAD - md5: f440bdcf7fb74dad2931b21352f30152

Bricked-Kernel-Hompage: Downloadliste

bearbeitet von Black-FR
Titel angepasst, v0.7
  • Like 2

Diesen Beitrag teilen


Link zum Beitrag
Anthropolis

Changelog:


***** v0.7 *****:

Zip:

* switched to InsertCoin Ramdisk again

* ramdisk: updated with init.d support (shnizlon)

* ramdisk: removed old hotplug settings (cpu-tegra3, NVIDIAs hotplug manager)

* ramdisk: added mpdecision settings (defaults + example for different settings pre/post bootanim)

* ramdisk: removed all governor overrides

* updated precompiled modules to stock 2.17, some were still from the old base

Kernel:

* 7e065fb (Dennis Rassmann) : defconfig: we are stable. version 0.7

* 416002b (Dennis Rassmann) : mach-tegra: tegra_mpdecision: powerup lp / powerdown cpu1 later

* 72262e4 (Dennis Rassmann) : Revert "mach-tegra: cpu-tegra: readd ril boost"

* d0e4e27 (Dennis Rassmann) : mach-tegra: platsmp: remove speed override

* e100766 (Dennis Rassmann) : defconfig: v0.65 beta 8

* 51f125b (Dennis Rassmann) : mach-tegra: cpu-tegra: don't ignore the return value

* 2545d15 (Dennis Rassmann) : mach-tegra: platsmp: this is only executed when the cpu is brought online, hence we don't need mpdecision here

* c6a15c7 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: add max/min cpu limits to sysfs

* 1a53194 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: redesign locking in gmode_notifier

* 75ea875 (Dennis Rassmann) : defconfig: v0.65 beta 7

* b77d81e (Dennis Rassmann) : mach-tegra: tegra_mpdecision: use unique lock names

* 5d58efb (Dennis Rassmann) : mach-tegra: tegra_mpdecision: adjust delays to fit NVIDIA specifications

** New toolchain, linaro 09/12 (prev: linaro nightly gcc4.7)

* 719fa42 (Dennis Rassmann) : defconfig: v0.65 beta 6

* f06f4be (Dennis Rassmann) : mach-tegra: tegra_mpdecision: We were paused, even only for a short time

* 2bf63db (Dennis Rassmann) : mach-tegra: set 1.4Ghz as default max (everything else would be overclocking since we clock ALL cpus @ max)

* fe4e24a (Dennis Rassmann) : defconfig: update, version 0.65 beta 5

* baadcb8 (Dennis Rassmann) : Revert "Multitouch fix (loss of touch) - removing unneeded recalibration part."

* 40992db (Dennis Rassmann) : Revert "augment previous commit with ifdefs for aosp"

* b67c2ac (Dennis Rassmann) : input: touchscreen: sweep2wake: fix unsafe locking

* 3dae8c4 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: lphandler: add robustness checks for clks

* 002a880 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: lphandler: return error if mutex cannot be locked

* d2676ac (Dennis Rassmann) : mach-tegra: tegra_mpdecision: cancel/resume main work thread on ES/LR

* 5e686c0 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: if lpcpu fails to come up on ES, schedule lpchecks

* f744d59 (Dennis Rassmann) : defconfig: 0.65 beta 4

* 11924b9 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: fix sysfs enable/disable

* b3561e8 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: the suspend wq task should be non freezable

* f70f702 (Dennis Rassmann) : defconfig: 0.65, beta 3

* 6e863c9 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: add lpcpu_down hysteresis loop+sysfs

* f1bfdad (Dennis Rassmann) : mach-tegra: tegra_mpdecision: fix tegra_mpdec_suspended_work_thread

* 54c81bd (Dennis Rassmann) : cpufreq: ondemand: add power_save_bias screen off override

* b2efe2f (Dennis Rassmann) : cpufreq: ondemand: adjust default parameters

* c21fcab (Dennis Rassmann) : drivers: base: cpu: remove NVIDIA cpu-plug workqueue with all it's stuff

* 30b251c (Dennis Rassmann) : mach-tegra: cpu-tegra: readd ril boost

* 56d93ba (Dennis Rassmann) : mach-tegra: platsmp: use gmode_notifier

* bc8a7bb (Dennis Rassmann) : mach-tegra: tegra_mpdecision: use own workqueues

* f33f7cd (Dennis Rassmann) : mach-tegra: tegra_mpdecision: only catch-up with gov target speed if there is no error

* c95b90f (Dennis Rassmann) : mach-tegra: tegra_mpdecision: reset lpup hysteresis counter in all other states

* ed9c9b1 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: remove useless mutex locks/unlocks

* 42b1335 (Dennis Rassmann) : defconfig: we are in testing mode again. (0.65)

* dc1289e (Dennis Rassmann) : mach-tegra: tegra_mpdecision: fix a possibibility where the lpcpu up/down would not respect min delay

* 6f234d3 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: lp_cpu_handler: check if we are in lpmode before powering down

* 30c7bd0 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: suspended worker: check if we CAN switch to lp now

* 32cb408 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: export lpcpu_hysteresis to sysfs

* 10182c7 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: fix an epic bracket fail, which most likely caused the lockups

* b7e0ca9 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: add mutex to suspend worker

* 0159143 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: fix return of tegra_lp_cpu_handler() if mutex cannot be locked




***** v0.6 *****

Zip:

erase cache in recovery

Kernel:

* 8309f05 (Dennis Rassmann) : defconfig: version 0.6

* 346cdb8 (Dennis Rassmann) : fix gcc4.7 compile

* 822fa9e (Dennis Rassmann) : add new optimization level option (gcc4.6)

* 7c2f3a2 (Catalin Marinas) : ARM: 7150/1: Allow kernel unaligned accesses on ARMv6+ processors

* 5300bb3 (Dennis Rassmann) : lib: avoid ICE on linaro 8.12

* 000c847 (Dennis Rassmann) : defconfig: remove no longer existing options

* 37a6b2e (Dennis Rassmann) : mach-tegra: fix Variant 0 OC

* 654d0fa (Dennis Rassmann) : mach-tegra: rework gpuoc to truly allow variant free oc

* dc6ffe6 (Dennis Rassmann) : mach-tegra: tegra_pmqos: remove no longer needed defines

* b3a05e3 (Dennis Rassmann) : drivers: cpufreq: ignore troll freq of max <= 475Mhz

* b2bb7fd (Dennis Rassmann) : fix cpufreq resets throughout the kernel

* deae6b7 (Dennis Rassmann) : mach-tegra: mpdecision: clean up get_rate()

* a638ef0 (Dennis Rassmann) : mach-tegra: mpdecision: make sure we are in lpmode range

* dec6116 (Dennis Rassmann) : mach-tegra: tegra3_clocks: Don't lower the freq in multicore mode




***** v0.5 *****

Kernel:

* 748fb9d (Dennis Rassmann) : defconfig: we are on 0.5 stable

* d6b3c9b (Dennis Rassmann) : mach-tegra: cpu-tegra: remove new line

* a1457b1 (Dennis Rassmann) : (mach-tegra: clocks) & (sound: soc: tegra): fix playback with screen off

* de1e263e (Dennis Rassmann) : sound: soc: tegra: thanks, helped debugging. Now stfu.

* 8933d3f (Dennis Rassmann) : mach-tega: cpu-tegra: don't mess with nice

* 15ec610 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: add suspended workqueue to switch back to lp

* 1aa9993 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: Don't switch to gmode while suspended

* 5a9af17 (Dennis Rassmann) : mach-tegra: cpu-tegra: remove boost to max on resume

* 456071b (Dennis Rassmann) : mach-tegra: cpu-tegra: add simplified freq limit/restore for lpcpu while screen is off

* e787511 (Dennis Rassmann) : mach-tegra: dvfs: add gpuoc (484Mhz)

* d7705ca (Dennis Rassmann) : defconfig: enable use sdhci native blocksize

* 6a5b191 (Dennis Rassmann) : defconfig: we are already in 0.45 testing

* d91063b (Dennis Rassmann) : Revert "defconfig: enable variant oc override"

* 090ca71 (Dennis Rassmann) : fix cpudebug

* 44f3260 (Dennis Rassmann) : android: fixup lmk

* 71a40e2 (franciscofranco) : aio.c: Asynchronous I/O latency to a solid-state disk greatly increased

* 836782b (franciscofranco) : Re-patch: block: strict rq_affinity

* a4f8e5e (franciscofranco) : lowmemorykiller: Use asynchronous compaction - from cyanogen

* 6f6f9d9 (franciscofranco) : lowmemorykiller.c: original patch from cyanogen. According to the commit message memory compaction is

* 5265161 (franciscofranco) : LMK backported from kernel 3.4 and fixed to compile on Endeavoru.

* 5d70f7a (MyungJoo Ham) : [CPUFREQ] CPUfreq ondemand: update sampling rate without waiting for next sampling

* 9c97284 (TripNRaVeR) : cleanup: remove useless htc_util header

* 2db7565 (Dennis Rassmann) : various compile cleanups

* 9ff5c2b (Kenneth R. Crudup) : mmc: host: sdhci: Allow use of controller's native max blocksize

* 661bbc4 (franciscofranco) : Remove htc_util.

* 575fbaa (franciscofranco) : Remove htc_print_active_wake_locks.

* 8c57691 (Todd Poynor) : Move x86_64 idle notifiers to generic - From Todd Poynor.

* 656dd0e (franciscofranco) : Delete leftovers from last commit

* 1768621 (franciscofranco) : Remove HTC pokecpu.

* 188902b (Dennis Rassmann) : mach-tegra: cpu-tegra: remove ril boost (was added with the last source drop)

* 58f78f6 (Dennis Rassmann) : Revert "bluetooth: fix toggle issue when gps is active"

* 8569c89 (franciscofranco) : cpu-tegra.c: we have several changes in here. The first and most notable is the removal of the early_

* 45457b0 (Dennis Rassmann) : mach-tegra: common: Why only set this when using ondemand governor?

* 8313d90 (Dennis Rassmann) : drivers: touchscreen: sweep2wake: add sysfs interface

* 60c77c3 (TripNRaVeR) : board: allow volume key wakeup

* f41ddc0 (Dennis Rassmann) : remove the last traces of the interactive grouper patch

* 73cdc0c (Dennis Rassmann) : cpufreq: ondemand: replace fixed touch boost value

* 06dc717 (Dennis Rassmann) : bluetooth: fix toggle issue when gps is active

* dad9543 (Dennis Rassmann) : defconfig: enable variant oc override

* 52376a7 (Dennis Rassmann) : Revert "cpufreq: interactive: update to Nexus 7 baseline"

* f0c334b (Dennis Rassmann) : defconfig: disable gpuoc, was causing issues




***** v0.4 *****

Kernel:

/*

* Completely rebased on 2.17 source

* I am now using my real name instead of my nick on git. Don't be confused.

*/

* a669241 (Dennis Rassmann) : cpufreq: ondemand: set 2phase to 204Mhz if lp && screen off

* 7a2398e (Dennis Rassmann) : cpufreq: ondemand: add earlysuspend/lateresume drivers

* 12525de (Dennis Rassmann) : mach-tegra: cpu-tegra: remove cpu changes (last src update) and adjust debug msgs

* 226037a (Dennis Rassmann) : defconfig: don't switch to interactive on ES

* 6479ec3 (Dennis Rassmann) : update defconfig & set version 0.4 stable

* cd3dd20 (faux123) : Overclocking: disable voltage warnings and preserve cpu_process_id

* 3377bf7 (Paolo Valente) : block: introduce the BFQ-v4 I/O sched for 2.6.39

* f3ff894 (Paolo Valente) : block: cgroups, kconfig, build bits for BFQ-v4-2.6.39

* 0b36754 (Paolo Valente) : block: prepare I/O context code for BFQ-v4 for 2.6.39

* 2bf8ce3 (faux123) : touchscreen/synpatics_3200: add multi-touch gaming fix for AOSP ROMs

* a26eed6 (Nandita Dukkipati) : Proportional Rate Reduction for TCP.

* 3852569 (faux123) : Tegra3_Speedo: preserve original process id after variant OC override

* 8e2b537 (faux123) : Overclock: update how variant free OC is done

* 28974ae (Markus F.X.J. Oberhumer) : lib/lzo: Update LZO compression to current upstream version

* 3d9523d (Markus F.X.J. Oberhumer) : lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c

* 7540b1e (faux123) : Overclock: provide an override for Variant 0 chips

* 6c995bf (David McCullough) : arm/crypto: Add optimized AES and SHA1 routines

* ecf8041 (faux123) : block/deadline: tweaked for better performance on android

* 13f8cec (faux123) : sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttled

* c8ff1ac (faux123) : sched: task_times() explosion avoidance for tasks with > 2^32 acrued ticks

* a9da7ac (faux123) : block: Adding ROW scheduling algorithm

* df6214e (Tatyana Brokhman) : block: Expose kblock_schedule_delayed_work()

* 82aca1d (faux123) : Tegra3 Variant based Overclocking and quadcore gaming fix

* f55df1f (Dennis Rassmann) : defconfig update

* a1810dc (Dennis Rassmann) : fix various compilation problems with latest commits

* 0dee212 (Dennis Rassmann) : mach-tegra: consolidate all PM quality of service request frequencies

* 23b8249 (Al Viro) : switch do_fsync() to fget_light()

* 2cadbd9 (faux123) : tegra: enable GPU overclocking option to 520MHz

* 03f1a1d (faux123) : tegra: tegra3_thermal: fix compilation error witout EDP_LIMIT

* d8b66dd (Alex Frid) : scheduler: Re-compute time-average nr_running on read

* de8725d (Alex Frid) : proc: Add time-average nr_running to loadavg printout

* 0cbc597 (faux123) : scheduler: compute time-average nr_running per run-queue

* 19363a6 (faux123) : cpufreq: Don't clip PM QoS requests to old policy limits

* fc1e9c0 (satya popuri) : ARM: tegra: power: Go to G-CPU if minimum 1 is requested

* 759fa83 (satya popuri) : ARM: tegra: power: Don't enable auto-hotplug as PM QoS side-effect

* 97d73cd (Dima Zavin) : ARM: tegra: fix build for smc with 4.6 toolchain

* 09c6752 (faux123) : ARM: tegra: power: Apply down delay to balancing CPUs

* 719a076 (Krishna Reddy) : arm: tegra: Enable speculative line fill in SCU.

* 4f4ed17 (singhome_lee) : revert "scheduler: domain: init next_balance in nohz_idle_balancer with jiffies"

* 63f434e (faux123) : arm: tegra: xmm: reduce timeout timing on resume

* 1c428cb (Steve Lin) : arm: tegra: baseband: Add wakelock after modem re-enumeration.

* 237161f (faux123) : block: fix infinite loop in __getblk_slow Hi,

* 44a9128 (faux123) : fifo: Do not restart open() if it already found a partner If a parent and child process open the two ends of a fifo, and the child immediately exits, the parent may re

* c2b9f67 (Peter Zijlstra) : sched: clock wrap bug in 2.6.35-stable kills scheduling

* 906afc1 (faux123) : UV: add emc, cpu lp and avp (2d/3d/multimedia) user voltage control

* c077b24 (faux123) : tegra: tegra3 DVFS: split core DVFS tables into multiple independent tables

* 95582b4 (faux123) : tegra: custom user voltage control

* e39f43b (faux123) : ARM: tegra: dvfs: Add cold zone Tegra3 CPU dvfs limits

* 1e57f96 (Alex Frid) : ARM: tegra: dvfs: Add alternative dvfs frequency limits

* 010bcd6 (faux123) : mm, oom: fix potential killing of thread that is disabled from oom killing

* 6f8f53c (faux123) : mm: clean up __count_immobile_pages

* 0863b41 (Minchan Kim) : mm: do not use page_count without a page pin

* e5136cf (Alex Williamson) : PCI: Add interfaces to store and load the device saved state

* 76f14b3 (Alex Williamson) : PCI: Track the size of each saved capability data area

* ec6bbbd (Jesse Barnes) : PCI: add latency tolerance reporting enable/disable support

* 79d920d (Jesse Barnes) : PCI: add OBFF enable/disable support

* 385bac3 (Jesse Barnes) : PCI: add ID-based ordering enable/disable support

* cde7cb6 (Dave Airlie) : vgaarb: use bridges to control VGA routing where possible.

* be518fc (Shridhar Rasal) : ARM: tegra: pcie: fix pcie resume issue

* 595e007 (faux123) : ARM:tegra:pcie:Avoid commenting PM noirq calls

* 51c3cac (faux123) : ARM:tegra:pcie: fix pcie power management

* 93b625c (Jay Agarwal) : tegra:pcie: Correct pcie check link sequence

* 2e7fa13 (faux123) : tegra: pcie: Fix individual port detection on T20

* d8d52c8 (Theodore Ts'o) : ext4: add missing save_error_info() to ext4_error()

* 5ea31c4 (Sanjay Singh Rawat) : video: tegra: resolve compilation time warnings

* 5559e89 (faux123) : video: tegra: dc: avoid overflow in bw calculation

* 7b8caf4 (Adam Jiang) : dc: enabled recovery from resetting

* b0107f2 (Laxman Dewangan) : ARM: tegra: dma: Checkpatch cleanups in dma header

* 72048d2 (Laxman Dewangan) : ARM: tegra: dma: Check request size before enqueuing requests

* 208d725 (Laxman Dewangan) : ARM: tegra: dma: Implement clock gating on suspend/resume

* a7a51c7 (Laxman Dewangan) : ARM: tegra: dma: Use correct clock device for resetting dma.

* 9a1d49e (faux123) : ARM: tegra: dma: Call callback from main isr

* 44f39f6 (Laxman Dewangan) : ARM: tegra: dma: define global dma address only once

* c3c951b (Laxman Dewangan) : ARM: tegra: dma: Pause dma before configuring dma for next transfer

* c441695 (faux123) : ARM: tegra: dma: Calculate transferred count based on req size

* c90c0b0 (Laxman Dewangan) : ARM: tegra: dma: Clear dma interrupt status with lock held

* 3c848da (Laxman Dewangan) : ARM: tegra: dma: code cleanups and run checkpatch

* 288a44b (Laxman Dewangan) : arm: tegra: dma: read transfer count without stopping dma.

* 67834ca (Adam Jiang) : DTV: dma: fixed dma burst size issue DTV xmit

* a7e3570 (David Schalig) : tegra: dma: add missing error return value

* 252353a (faux123) : usb: rndis: Avoid unwanted usb config access

* 514d890 (Alex Frid) : ARM: tegra: clock: Set EMC and SCLK rates suspend floors

* f2787b1 (Manoj Chourasia) : ARM: tegra3: Make MC early ack feature configurable.

* daf04de (faux123) : sched: Folding nohz load accounting more accurate

* 9e5c20f (faux123) : drivers: misc: nct: Remove regulator error message

* 2c26019 (faux123) : video: tegra: host: Init scale3d worker always

* d8dc33f (faux123) : tegra: hdmi: Add 1080p timing table

* 74da576 (faux123) : use cpu friendly wait_for_completions

* b6092e7 (faux123) : ti-st: use msleep_interruptible instead of mdelay

* ec08c6f (Dennis Rassmann) : mach-tegra: tegra_mpdecision: lower hysteresis loop count by 1

* 32d96e3 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: ammend comments

* 061e0e6 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: reduce delay to 150ms, also update lpcpu up/down

* f41dc49 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: adjust hotplug values

* a76b08b (Dennis Rassmann) : cpufreq: ondemand: update comments

* 5485322 (Dennis Rassmann) : net: bluetooth: fix leftovers of the aosp bluetooth patches

* 54bc0ff (Dennis Rassmann) : Revert "cpu-tegra: replace fixed values with saved max"

* 29facea (Dennis Rassmann) : defconfig: enable mpdecision

* ea36c4f (Dennis Rassmann) : mach-tegra: Kconfig: switch dependencies and positions so that autoconf shows mpdecision first

* a2504ab (Dennis Rassmann) : mach-tegra: tegra_mpdecision: fix compiling without tegra_mpdecision

* fba9bd8 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: fix being stuck in lpcpu

* b3e516d (Dennis Rassmann) : mach-tegra: tegra_mpdecision: reset lpcpu status on resume too

* 303a7ae (Dennis Rassmann) : mach-tegra: tegra_mpdecision: fix disabling mpdecision over sysfs

* ebdcd02 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: debug messages should show cpu0 offline if lp is online

* 51731ae (Dennis Rassmann) : cpufreq: ondemand: 2phase: check for lp instead of online cpus

* cfe0b27 (Dennis Rassmann) : cpufreq: ondemand: 2phase: double the counter if we have limited the freq

* 7395ef5 (Dennis Rassmann) : cpufreq: ondemand: limit 2phase freq to max lpcpu if only one cpu is online

* 9106880 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: finetune hotplug values (nwns)

* 300071a (Dennis Rassmann) : mach-tegra: tegra_mpdecision: export the new, larger nwns/twts arrays to sysfs

* ebd1289 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: reduce idle freq to 475000

* f1238cc (Dennis Rassmann) : mach-tegra: tegra_mpdecision: update header to include full feature list

* 0c3dad6 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: add comment to clarify delay settings

* 4c78256 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: cut the refresh rate in half

* 56ba0f8 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: add lpcpu time on & modify debug messages

* 090ccfd (Dennis Rassmann) : mach-tegra: tegra_mpdecision: increase hysteresis limit and add comment

* 9ef51eb (Dennis Rassmann) : mach-tegra: tegra_mpdecision: we only need hysteresis protection for lcpu up

* 1822de9 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: move gmode switch if freq is too high to mpdecision

* 7072ef8 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: fix readability

* d68c8c1 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: remove lpcpu up hysteresis loop for now

* e3d4b2f (Dennis Rassmann) : mach-tegra: tegra_mpdecision: replace lp_up helper with native function

* 2a89799 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: only show an additional message if an error is encountered

* e524479 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: we have to be idle if lpcpu is already up and cpu0 is < idle_top_freq

* bd38084 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: adjust hysteresis loop for lpcpu

* ef557d7e (Dennis Rassmann) : mach-tegra: tegra_mpdecision: fix kmsg output and add ninjacore to cpumask

* b62b4d9 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: add screen on/off lpcpu handling

* 230f68d (Dennis Rassmann) : mach-tegra: tegra_mpdecision: add lpcpu hysteresis protection

* 3ad631e (Dennis Rassmann) : mach-tegra: tegra_mpdecision: add initial lpcpu decision making (needs work)

* 1329c1e (Dennis Rassmann) : mach-tegra: cpu-tegra.h: fix missing header

* 956718e (Dennis Rassmann) : mach-tegra: tegra_mpdecision: add lp cpu handler

* 5cabe16 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: get tegra cpu clocks during init (cpu, g, lp)

* d50335f (Dennis Rassmann) : mach-tegra: tegra_mpdecision: restore rudimentary screen on/off function. (!watch the TODOs!)

* 63bc4d3 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: don't let the workthread run if we are still paused

* cbdc92f (Dennis Rassmann) : mach-tegra: tegra_mpdecision: update core data on first call

* 69db34e (Dennis Rassmann) : mach-tegra: tegra_mpdecision: fix debug #if

* bc38977 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: decrease decision delay

* 82c8d16 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: fix some late-night-errors

* 437a57f (Dennis Rassmann) : mach-tegra: tegra_mpdecision: make debug output more compact

* f6b9dec (Dennis Rassmann) : mach-tegra: tegra_sleep_stats: fix runqueue stats info

* 778c9fb (Dennis Rassmann) : mach-tegra: tegra_mpdecision: adjust startdelay and fixup a latenight-error

* 928ab70 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: make tegra_mpdec_work_thread independent of the number of available cores (dual/quad)

* be784c0 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: rename cpu locks

* 0454110 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: make mpdecision independent of the number of available cores (dual/quad)

* 9aa2b38 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: add debug output

* d87efe1 (Dennis Rassmann) : mach-tegra: don't allow tegra_auto_hotplug & tegra_mpdecision at the same time

* adc3ea4 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: fix some last compile errors/warnings

* 230bf76 (Dennis Rassmann) : mach-tegra: tegra_mpdecision: remove scroff_single_core and add TODOs to screen on/off

* fb68a81 (Dennis Rassmann) : mach-tegra: add tegra mpdecision with better hotplug management (needs a lot of work)

* a13b457 (Dennis Rassmann) : mach-tegra: add mpdecision makefile and Kconfig hooks

* 7fe9fd1 (showp1984) : remove NVIDIAs tegra hotplugging

* f23eb35 (showp1984) : removing NVIDIA cpu workqueue changes to the linux kernel base

* 90488a1 (showp1984) : config: reflect aosp changes in the localversion

* d4f265e (showp1984) : config: version changed to 0.35

* 5bb8b38 (showp1984) : config: ondemand as default gov for now

* 5db9332 (showp1984) : augment previous commit with ifdefs for aosp

* c2a2952 (tbalden) : Multitouch fix (loss of touch) - removing unneeded recalibration part.

* 8b892e6 (Glenn Kasten) : ASoC: tegra: increase period count/size limits

* bc64f85 (Alex Frid) : PM QoS: Set minimum online cpus default to zero

* c98319d (MDJ) : board: panel: lower default brightness

* 4c5f49e (showp1984) : config: switch from noop to deadline + other updates

* 3c6529f (tbalden) : Removing ABS_MT_TOOL_TYPE bit set from synaptics3200 touchscreen driver.

* 31aa92c (MDJ) : correct default brightness

* a3d1010 (showp1984) : config: enable KSM support

* bbeb313 (showp1984) : config: netfilter changes

* dd466d0 (tbalden) : htc: remove 35mm bitmask

* 5ba04e7 (showp1984) : config: disable USB Host for now

* 36ce3c1 (showp1984) : add bt_cts_wakeup Kconfig entry

* 89d446e (showp1984) : config: enable bt cts wakeup

* 9f5a7d7 (showp1984) : config: disable userspace, enable interactive as default

* a6b668e (showp1984) : config: enable cpu freq stat details

* 359ab33 (tbalden) : defconfig updates, bluetooth fix

* 589e39d (tbalden) : updating bluetooth driver to 3.1.10 for rfkill device to work

* 4d7b242 (showp1984) : cpu-tegra: replace fixed values with saved max

* d426ec0 (showp1984) : config: enable ip multicast

* 226fa5f (showp1984) : sweep2wake: fix up a damn mess in the suspend function

* 84a3b08d (showp1984) : sweep2wake: remove redundant code

* f82f558 (showp1984) : sweep2wake: increase fake suspend time

* 56d055c (showp1984) : sweep2wake: fix mutex exceptions

* 2c19bd7 (showp1984) : tegra3_clocks: remove 102Mhz min clock frequency lock while screen is on

* 9f8ca14 (showp1984) : config: increment version number (0.3)

* ca6b21c (showp1984) : mach-tegra/cpu-tegra3: Set cpu_lp_clk again if it is not set

* 11b3e9b (showp1984) : .gitignore: add generated output from xz compression

* 4706fd0 (showp1984) : config: enable kernel XZ compression

* d02ccb6 (showp1984) : arch/arm: add XZ compression support

* eb1a3fe (showp1984) : arch/arm/Makefile: Enable pipe compiling

* 79b5529 (Miao Xie) : lib/memcopy: use glibc version the kernel's memcpy and memmove is very inefficient. But the glibc version is quite fast, in some cases it is 10 times faster th

* a1017bb (Miao Xie) : lib/string: use glibc version the performance of memcpy and memmove of the general version is very inefficient, this patch improved them.

* 4689c4a (Andrew Vagin) : sched: don't call task_group() many times in set_task_rq()

* ddb04e8 (Jeff Moyer) : [patch] iosched: prevent aliased requests from starving other I/O

* 7a293a5 (Benjamin Herrenschmidt) : powerpc/pmac: Fix SMP kernels on pre-core99 UP machines

* db5ffe3 (Stanislaw Gruszka) : iwl3945: fix possible il->txq NULL pointer dereference in delayed works

* 4f42d43 (showp1984) : config: update with autogenerated stuff from commits

* 8a7573d (RongQing.Li) : ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.

* ed11c0a (Anton Blanchard) : perf tools: Incorrect use of snprintf results in SEGV

* ccba688 (Anton Blanchard) : afs: Remote abort can cause BUG in rxrpc code

* c14e0d7 (Anton Blanchard) : afs: Read of file returns EBADMSG

* d83e8f4 (Ryusuke Konishi) : nilfs2: fix NULL pointer dereference in nilfs_load_super_block()

* 225182b (faux123) : drivers/usb/misc: add ehset.c for OTG operations

* 137c9a4 (Todd Poynor) : [PATCH] usb: otg: Temporarily grab wakelock on charger and disconnect events

* c38b09b (Todd Poynor) : USB: OTG: Take wakelock when VBUS present

* e2c03cc (Ashwin Chaugule) : Optimized ARM RWSEM algorithm

* d2142cf (Russell King) : [PATCH] ARM: entry: no need to increase preempt count for IRQ handlers

* 42837ee (Steven Rostedt) : sched: Remove unlikely() from ttwu_post_activation

* c83c40e (Steven Rostedt) : sched: Change pick_next_task_rt from unlikely to likely

* 922692f (Steven Rostedt) : sched: Remove unlikely() from rt_policy() in sched.c

* 3ee4a72 (Yong Zhang) : sched: Cleanup pre_schedule_rt

* e8864a8 (faux123) : sched: disable GENTLTE_FAIR_SLEEPERS for better performance on Android

* 277d2a7 (LeeDrOiD) : Make vfs_cache_pressure configurable

* 6b38d76 (showp1984) : netfilter: xt_log.h: fix warning: value computed is not used

* 2182619 (showp1984) : makefile: vectorize for quadword registers GCC does not support vectorization with varying vector sizes. By default, it vectorizes for doubleword registers on

* 68df337 (TripNRaVeR) : vfp: compile with neon

* 70a7247 (showp1984) : config: enable CPU freq stat details

* 6bbab4d (Darrick J. Wong) : crc32: Select an algorithm via kconfig Allow the kernel builder to choose a crc32* algorithm for the kernel.

* aea53de (Darrick J. Wong) : crc32: Add self-test code for crc32c Add self-test code for crc32c.

* 4c0348c (Darrick J. Wong) : crypto: crc32c should use library implementation Since lib/crc32.c now provides crc32c, remove the software implementation here and call the library fun

* f5e591e (Darrick J. Wong) : crc32: Bolt on crc32c Reuse the existing crc32 code to stamp out a crc32c implementation.

* d7e8b97 (Bob Pearson) : crc32-final.diff Some final changes - added a comment at the top of crc32.c

* 35356c9 (Bob Pearson) : crc32-optimize-loops-for-x86.diff Add two changes that improve the performance of x86 systems 1. replace main loop with incrementing counter thi

* 096b9bc (Bob Pearson) : crc32-add-slicing-by-8.diff add slicing-by-8 algorithm to the existing slicing-by-4 algorithm. This consists of: - extend largest BITS size from 32 to 

* f89e7a3 (Bob Pearson) : crc32-add-real-8-bit.diff crc32.c provides a choice of one of several algorithms for computing the LSB and LSB versions of the CRC32 checksum based on the p

* fa135b4 (Bob Pearson) : crc32-fix-check-endian-warnings.diff crc32.c in its original version freely mixed u32, __le32 and __be32 types which caused warnings from sparse with __CHEC

* b76cbc4 (Bob Pearson) : crc32-misc-cleanup.diff Misc cleanup of lib/crc32.c and related files - removed unnecessary header files. - straightened out some convoluted ifd

* d1ffa78 (Bob Pearson) : crc32-replace-self-test.diff Replaced the unit test provided in crc32.c, which doesn't have a makefile and doesn't compile with current headers, with a simp

* 845fa45 (Bob Pearson) : crc32-add-pointer-to-tab.diff Replace 2D array references by pointer references in loops. This change has no effect on X86 code but improves PPC performance

* a802447 (George Spelvin) : crc32-move-to-documentation.diff Moved a long comment from lib/crc32.c to Documentation/crc32.txt where it will more likely get read. - Edited the r

* 761a4b6 (Bob Pearson) : crc32-remove-trailing-whitespace.diff removed two instances of trailing whitespaces - remove trailing whitespace from lib/crc32.c - remove trailing whit

* a6f5032 (showp1984) : config: update missing options

* 40924fd (ezterry) : staging:lowmemkiller add Fugeswap

* d2da377 (showp1984) : config: enable basic NTFS support

* 5343811 (showp1984) : gitignore: updating ignored files

* 7e37dc8 (Mandeep Singh Baines) : lib/sha1: use the git implementation of SHA-1 For ChromiumOS, we use SHA-1 to verify the integrity of the root filesystem. The speed of the kernel

* 90908e1 (showp1984) : config: enable Squashfs & sqfsxz

* 8e871e7 (showp1984) : config: Enable Automatic process group scheduling

* 7ac5561 (showp1984) : htc-battery-core: Fixing once again² ...

* 200fec9 (showp1984) : -O3 compilation fixups

* cdf85e9 (showp1984) : Makefile: Optimizing build-options for linaro

* 9e7989b (showp1984) : Makefile: Added ARM optimizations

* 9575bff (showp1984) : Makefile: adding config variable for Os/O2/O3 compilation

* 687a5f4 (jdkoreclipse) : include: mm: increase readahead buffer

* 02e8a7c (jdkoreclipse) : mm: adjust vm ratios

* 80f084e (showp1984) : net / netfilter: remove annoying 'comparison will always be true' warning

* e426c3e (showp1984) : arm: mm: fixing 'offset.un' may be used uninitialized in this function

* 6235561 (showp1984) : config: build nls_utf8 as module

* 0f9178f (showp1984) : config: build cifs as module

* 179e02c (showp1984) : config: enable usb host mode (no function atm)

* 5498f4b (showp1984) : common.c: fix NP oops

* b9971a4 (showp1984) : config: show section mismatch debug output

* 9d5e42f (showp1984) : config: increase version number, since we are now stable and have sweep2wake 

* ef9ee1e (showp1984) : sweep2wake: remove debug message

* 2a741f1 (showp1984) : sweep2wake: fix values. Somehow I was getting the wrong position data from userspace

* 45fd372 (showp1984) : sweep2wake: relocate code to the correct position

* 3f41498 (showp1984) : sweep2wake: finetune values to allow easier triggering

* f45e2de (showp1984) : config: activate sweep2wake

* bf61b3e (showp1984) : config: increase log buffer (more dmesg output)

* b0136d1 (showp1984) : kernel/mutex.c: update to upstream 3.0

* 52f739d (showp1984) : sweep2wake: add Kconfig switch

* 892f503 (showp1984) : cmdline_opt: add initial KConfig switch since sweep2wake depends on this

* d8d5c0b (showp1984) : sweep2wake: add initial sweep2wake support

* 3bd4cb3 (showp1984) : mach-tegra: cpu-tegra3.c: Don't put sth down that isn't there, fixes reboot issue at it's root.

* 30b9e0a (showp1984) : mach-tegra: clock.c: Check if pointer is valid, fixes random reboots, but not the root issue

* df24843 (showp1984) : tlv320aic3008.c: fix section mismatch

* fc6d9bf (showp1984) : hda_intel.c: fix section mismatches

* 98c59da (showp1984) : board-endeavoru.c: fix section mismatch

* db6842b (showp1984) : pcie.c: Fix section mismatch

* 1ce731d (showp1984) : arch/arm/mach-tegra/usb_phy.c: fix wrong printf format & correct code tabbing #2

* f12662a (showp1984) : arch/arm/mach-tegra/usb_phy.c: fix wrong printf format & correct code tabbing

* 5aa6491 (showp1984) : arch/arm/mach-tegra/usb_phy.c: fix mixed declaration and code

* 51c4dc2 (showp1984) : arch/arm/mach-tegra/usb_phy.c: add missing function return type

* 9caa210 (showp1984) : arch/arm/mach-tegra/common.c: fix wrong printf format

* c2e46b2 (showp1984) : arch/arm/mach-tegra/common.c: fix typo

* 8500133 (showp1984) : arch/arm/return_address.c: hide annoying warning

* 8a4c9ff (showp1984) : arm/kernel/process.c: fix function declaration isn't a prototype

* 27400be (showp1984) : config: add initial bricked defconfig

* d621c7f (showp1984) : arch/arm/mach-tegra/headsmp.S: fix 'Error: .size expression for __tegra_cpu_reset_handler_data does not evaluate to a constant'

* db20495 (showp1984) : arch/arm/mach-tegra/sleep.S: use '.arch_extension sec' for gcc >= 4.5.2 when switching to secure world

* 27112ae (Dennis Rassmann) : Initial commit of HTC sources (endeavoru-ics-mr-2.6.39-090b42e)



***** v0.3 *****

Zip:

* fix disabling the htc screenshot

Kernel:

* a0c17e8 (showp1984) : config: increment version number (0.3)

* c7a64f6 (showp1984) : mach-tegra/cpu-tegra3: Set cpu_lp_clk again if it is not set

* 43e8908 (showp1984) : .gitignore: add generated output from xz compression

* e36c83e (showp1984) : config: enable kernel XZ compression

* 4bb2c86 (showp1984) : arch/arm: add XZ compression support

* 2c7dcbf (showp1984) : arch/arm/Makefile: Enable pipe compiling

* 8ff4eff (Miao Xie) : lib/memcopy: use glibc version the kernel's memcpy and memmove is very inefficient. But the glibc version is quit

* 9f3eb01 (Miao Xie) : lib/string: use glibc version the performance of memcpy and memmove of the general version is very inefficient, t

* 4c161c3 (Andrew Vagin) : sched: don't call task_group() many times in set_task_rq()

* 58bb59f (Jeff Moyer) : [patch] iosched: prevent aliased requests from starving other I/O

* 2125a25 (Benjamin Herrenschmidt) : powerpc/pmac: Fix SMP kernels on pre-core99 UP machines

* 4ed2692 (Stanislaw Gruszka) : iwl3945: fix possible il->txq NULL pointer dereference in delayed works

* d816e22 (showp1984) : config: update with autogenerated stuff from commits

* f52a5cf (RongQing.Li) : ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.

* bca05a3 (Anton Blanchard) : perf tools: Incorrect use of snprintf results in SEGV

* b403aec (Anton Blanchard) : afs: Remote abort can cause BUG in rxrpc code

* fce1ba7 (Anton Blanchard) : afs: Read of file returns EBADMSG

* 1d64f57 (Ryusuke Konishi) : nilfs2: fix NULL pointer dereference in nilfs_load_super_block()

* d161d52 (faux123) : drivers/usb/misc: add ehset.c for OTG operations

* 6f3c63f (Todd Poynor) : [PATCH] usb: otg: Temporarily grab wakelock on charger and disconnect events

* 1b72c8c (Todd Poynor) : USB: OTG: Take wakelock when VBUS present

* af8f32c (Ashwin Chaugule) : Optimized ARM RWSEM algorithm

* cc93e70 (Russell King) : [PATCH] ARM: entry: no need to increase preempt count for IRQ handlers

* 7c7a694 (Steven Rostedt) : sched: Remove unlikely() from ttwu_post_activation

* fcb65b8 (Steven Rostedt) : sched: Change pick_next_task_rt from unlikely to likely

* b36890b (Steven Rostedt) : sched: Remove unlikely() from rt_policy() in sched.c

* 327307c (Yong Zhang) : sched: Cleanup pre_schedule_rt

* f5edc94 (faux123) : sched: disable GENTLTE_FAIR_SLEEPERS for better performance on Android

* bab3e32 (LeeDrOiD) : Make vfs_cache_pressure configurable

* e465f7d (showp1984) : netfilter: xt_log.h: fix warning: value computed is not used

* 2772ad5 (showp1984) : makefile: vectorize for quadword registers GCC does not support vectorization with varying vector sizes. By defa

* d085d84 (TripNRaVeR) : vfp: compile with neon

* c0ac77a (showp1984) : config: enable CPU freq stat details

* e77200e (Darrick J. Wong) : crc32: Select an algorithm via kconfig Allow the kernel builder to choose a crc32* algorithm for the kerne

* 232fa5d (Darrick J. Wong) : crc32: Add self-test code for crc32c Add self-test code for crc32c.

* c1ce2e7 (Darrick J. Wong) : crypto: crc32c should use library implementation Since lib/crc32.c now provides crc32c, remove the softwar

* 81e77b9 (Darrick J. Wong) : crc32: Bolt on crc32c Reuse the existing crc32 code to stamp out a crc32c implementation.

* d110a3e (Bob Pearson) : crc32-final.diff Some final changes - added a comment at the top of crc32.c

* 6fdc101 (Bob Pearson) : crc32-optimize-loops-for-x86.diff Add two changes that improve the performance of x86 systems 1. repla

* 3377c71 (Bob Pearson) : crc32-add-slicing-by-8.diff add slicing-by-8 algorithm to the existing slicing-by-4 algorithm. This consists o

* dc0c138 (Bob Pearson) : crc32-add-real-8-bit.diff crc32.c provides a choice of one of several algorithms for computing the LSB and LSB

* 714ec80 (Bob Pearson) : crc32-fix-check-endian-warnings.diff crc32.c in its original version freely mixed u32, __le32 and __be32 types

* 6950a73 (Bob Pearson) : crc32-misc-cleanup.diff Misc cleanup of lib/crc32.c and related files - removed unnecessary header fil

* 94bf85d (Bob Pearson) : crc32-replace-self-test.diff Replaced the unit test provided in crc32.c, which doesn't have a makefile and doe

* ce8066c (Bob Pearson) : crc32-add-pointer-to-tab.diff Replace 2D array references by pointer references in loops. This change has no e

* fb19d00 (George Spelvin) : crc32-move-to-documentation.diff Moved a long comment from lib/crc32.c to Documentation/crc32.txt where it 

* c5e23a4 (Bob Pearson) : crc32-remove-trailing-whitespace.diff removed two instances of trailing whitespaces - remove trailing whites

* 6677b16 (showp1984) : config: update missing options

* d480f03 (ezterry) : staging:lowmemkiller add Fugeswap

* 0a46d80 (showp1984) : config: activate swap and zram

* e688bbd (showp1984) : config: enable basic NTFS support

* db3fd1e (showp1984) : gitignore: updating ignored files

* 2428740 (Mandeep Singh Baines) : lib/sha1: use the git implementation of SHA-1 For ChromiumOS, we use SHA-1 to verify the integrity of

* 75d14b4 (showp1984) : config: enable Squashfs & sqfsxz

* 221c746 (showp1984) : config: Enable Automatic process group scheduling

* 0643bfc (showp1984) : htc-battery-core: Fixing once again² ...

* 5bb7707 (showp1984) : -O3 compilation fixups

* d28054e (showp1984) : Makefile: Optimizing build-options for linaro

* 329bdf4 (showp1984) : Makefile: Added ARM optimizations

* d654e77 (showp1984) : Makefile: adding config variable for Os/O2/O3 compilation

* 657f7bd (jdkoreclipse) : include: mm: increase readahead buffer

* 8e4fcfc (jdkoreclipse) : mm: adjust vm ratios

* 7dfe36c (showp1984) : net / netfilter: remove annoying 'comparison will always be true' warning

* c1184d9 (showp1984) : arm: mm: fixing 'offset.un' may be used uninitialized in this function

* 6540adb (showp1984) : config: build nls_utf8 as module

* a73895a (showp1984) : config: build cifs as module

* 93599f3 (showp1984) : config: enable usb host mode (no function atm)

* 02df4bb (showp1984) : common.c: fix NP oops




***** v0.21 *****

* add missing modules, fixes wifi.

***** v0.2 *****

* 52879c0 (showp1984) : config: increase version number, since we are now stable and have sweep2wake 

* 8ade701 (showp1984) : sweep2wake: remove debug message

* 4a453b8 (showp1984) : sweep2wake: fix values. Somehow I was getting the wrong position data from userspace

* 5916d86 (showp1984) : sweep2wake: relocate code to the correct position

* d35fa5e (showp1984) : sweep2wake: finetune values to allow easier triggering

* 61d8df9 (showp1984) : config: activate sweep2wake

* 9a09458 (showp1984) : config: increase log buffer (more dmesg output)

* a3f1303 (showp1984) : kernel/mutex.c: update to upstream 3.0

* e6f77f1 (showp1984) : sweep2wake: add Kconfig switch

* 65c4628 (showp1984) : cmdline_opt: add initial KConfig switch since sweep2wake depends on this

* 3839e4b (showp1984) : sweep2wake: add initial sweep2wake support

* ed10b5a (showp1984) : mach-tegra: cpu-tegra3.c: Don't put sth down that isn't there, fixes reboot issue at it's root.

* 8716ee6 (showp1984) : mach-tegra: clock.c: Check if pointer is valid, fixes random reboots, but not the root issue

* a9cfd56 (showp1984) : tlv320aic3008.c: fix section mismatch

* 6128e1b (showp1984) : hda_intel.c: fix section mismatches

* b1de8d0 (showp1984) : board-endeavoru.c: fix section mismatch

* ca4b5ea (showp1984) : pcie.c: Fix section mismatch

* 2012a9c (showp1984) : update to htc version EU QMR1 1.28.401.9

***** v0.1 *****

* f5dd5d2 (showp1984) : arch/arm/mach-tegra/headsmp.S: fix 'Error: .size expression for __tegra_cpu_reset_handler_data does not evaluate

* 36a7797 (showp1984) : arch/arm/mach-tegra/usb_phy.c: fix wrong printf format & correct code tabbing #2

* 5f24113 (showp1984) : arch/arm/mach-tegra/usb_phy.c: fix wrong printf format & correct code tabbing

* 1a71f7c (showp1984) : arch/arm/mach-tegra/usb_phy.c: fix mixed declaration and code

* d905e94 (showp1984) : arch/arm/mach-tegra/usb_phy.c: remove unused variable

* 2f2713c (showp1984) : arch/arm/mach-tegra/usb_phy.c: add missing function return type

* fbcacdd (showp1984) : arch/arm/mach-tegra/sleep.S: use '.arch_extension sec' for gcc >= 4.5.2 when switching to secure world

* 4c37e64 (showp1984) : arch/arm/mach-tegra/common.c: fix wrong printf format

* ac1a955 (showp1984) : arch/arm/mach-tegra/common.c: remove unused variables

* e3c80f3 (showp1984) : arch/arm/mach-tegra/common.c: remove unused function

* 4d5b9ba (showp1984) : arch/arm/mach-tegra/common.c: fix typo

* 98602af (showp1984) : kernel/sched.c: remove unused variable 'rq'

* b844aa0 (showp1984) : arch/arm/return_address.c: hide annoying warning

* fc11c02 (showp1984) : arm/kernel/process.c: fix ISO C90 forbids mixed declarations and code

* e86b9c2 (showp1984) : arm/kernel/process.c: fix function declaration isn't a prototype

* 2e17ac3 (showp1984) : board_htc.h: fix function declaration isn't a prototype

* abbeef4 (showp1984) : config: add initial bricked defconfig

* f0f2383 (HTC) : Initial Commit of HTC sources[/code]

bearbeitet von Black-FR
Changelog v0.7 eingefügt

Diesen Beitrag teilen


Link zum Beitrag
Guest keyfreak

Muss die ZIP Datei nicht vorher entpackt werden, oder kann mann die über CWM auch als ZIP flashen.

Gegebenes fall die Anleitung bitte ändern........Danke ;)

Gruß

keyfreak

Diesen Beitrag teilen


Link zum Beitrag
escalator

...den habe ich gestern auch schon installiert.

Die Installationsanweisung im Post 1 ist jedoch so nicht richtig.

Über die recovery muss die Zip-Datei installiert werden, und denn über fastboot die boot.img.

Das kommt auch im XDA-Thread nicht richtig rüber. Die Rebootoption, die hier angesprochen wird, gibt es vom Aroma-installer:

How to do that (full guide, if you use the reboot option given to you by the installer....

Diesen Beitrag teilen


Link zum Beitrag
Guest keyfreak

was für boot.img meinst du ? nicht etwa die die in die ZIP Datei drinn ist ?

keyfreak

Diesen Beitrag teilen


Link zum Beitrag
tRp

Post aktualisiert.

Installation ist nun richtig !

-----------------------------------

Bei mir läuft der Kernel und es ist ei RIESEN UNTERSCHIED zum Stock. Jetzt geht das Ding richtig ab !!

  • Like 2

Diesen Beitrag teilen


Link zum Beitrag
Dreamcaster

Hi,

kurze Verständnisfrage, muss ich den Kernel erneut flashen nachdem ich ein CustomRom geflasht habe ( ich vermute mal JA aber fragen kostet nix) :icon_eek:

Diesen Beitrag teilen


Link zum Beitrag
Anthropolis

Ja, das solltest du. ;)

  • Like 1

Diesen Beitrag teilen


Link zum Beitrag
albertostein

Nö, solange du kein boot.img manuell flashst, musst du nicht jedes mal den Kernel neu flashen.

Diesen Beitrag teilen


Link zum Beitrag
Anthropolis

Es gibt auch ROMs mit einem unsecured Kernel, der mitgeflasht wird.

Diesen Beitrag teilen


Link zum Beitrag
Guest keyfreak

Ist das jetzt ein neuer oder modifizierter Kernel denn man nachträglich flashen kann / muss / sollte ?

Gruß

keyfreak

Diesen Beitrag teilen


Link zum Beitrag
Anthropolis

Ein etwas modifizierter Kernel. Man kann ihn nachträglich flashen, ein muss ist es nicht. ;)

Diesen Beitrag teilen


Link zum Beitrag
Kayron666

Kann ich den Kernel auch mit einem 1.29 Rom betreiben?

Hab z.Z. das PKMN Rom in Version 3.1.0 drauf.

Weil ich glaube der Releaste Source-Code ist nur für Kernel 1.26 und 1.28.

LG Kayron

Diesen Beitrag teilen


Link zum Beitrag
Anthropolis

Ja, er wurde mit einer 1.29 ROM vom Entwickler getestet. Bei mir läuft es auch..

Diesen Beitrag teilen


Link zum Beitrag
Kayron666

Cool flashing right now :)

EDIT: OK hab den Kernel geflashed. Das neue unlock feature ist cool aber ich hab nach 10 min. rum spielen nen reboot bekommen. ich lasse ihn trotzdem erstmal drauf und beobachte^^

bearbeitet von Kayron666

Diesen Beitrag teilen


Link zum Beitrag
escalator

...habe den seit 17,5h drauf....One-X rennt wie Sau, und seitdem habe ich incl. 30 Minuten Navigieren nur 29% von meinem Akku gesaugt.

Wahnsinn! (und keinen reboot gehabt).

Diesen Beitrag teilen


Link zum Beitrag
bornsummer

Ich bin schon sehr neugierig und werde diesen Kernel morgen Abend mal drauf machen. Auf Montage kann ich solche Experimente nicht starten ;)

Diesen Beitrag teilen


Link zum Beitrag
Anthropolis

Herr Kollege, der Kernel läuft gut. ;) Genauso wie der andere.. :-)

Habe jetzt zwar den anderen drauf, jedoch war dieser auch ganz jut.. ;)

Diesen Beitrag teilen


Link zum Beitrag
Kayron666

Ok hab noch nen fehler gefunden. Wenn das 1X länger im sleep ist scheint das swipe2unlock nicht zu funktionieren und man muss regulär unlocken das dann erst nach 3 sek knopf gedrückt halten funktioniert.

LG Kayron

Diesen Beitrag teilen


Link zum Beitrag
moischaun

Zum Sweep2Wake habe ich im Originalthread gelesen, dass man manchmal etwas länger auf der linken Taste bleiben muss vorm rüberwischen.

Wird sicher noch gefixed.

LG, Helmut

Diesen Beitrag teilen


Link zum Beitrag

Please sign in to comment

You will be able to leave a comment after signing in



Jetzt anmelden
Melde dich an, um diesem Inhalt zu folgen  

×
×
  • Neu erstellen...

Wichtige Information

Bitte beachten Sie folgende Informationen: Nutzungsbedingungen und Impressum & Datenschutzerklärung. Wir haben Cookies auf deinem Gerät platziert, um die Bedienung dieser Website zu verbessern. Du kannst deine Cookie-Einstellungen anpassen, andernfalls gehen wir davon aus, dass Du damit einverstanden bist.