elk80
Erfahrenes Mitglied
- 70
Die Ziele:
Changelog:
neuster
20130309_11XX:
- updated compiler to Linaro 2013.02 release
- added lzo unaligned access optimization from linux-next plus
- added CodeAurora's WiFi fix
- added "bouncing cow" fix from 3.9 pre-release tree
- workqueue and ksm now use the new hashtable implementation
- new scatter library optimization
- updated to .35
- set the interactive governor as default
- new optimization flags
- disabled some of the Prima (WiFi) debug things taken from franco's repo
ältere
Download:
CM 10.1 für Cyanogenmod, JB Version für den Rest
Stable (09.03.2013)
TEST
ALLE
Original Thema: XDA
Ich übernehme keine Haftung für Schäden!
- Stabilität
- Energieeinsparung durch effizientere algorithmen
- kein Overclocking / Undervolting bis es von Qualcomm freigegeben wird
- alle Verbesserungen werden mit dem flashen des Kernel aktiv, man muss nichts einstellen
Changelog:
neuster
20130309_11XX:
- updated compiler to Linaro 2013.02 release
- added lzo unaligned access optimization from linux-next plus
- added CodeAurora's WiFi fix
- added "bouncing cow" fix from 3.9 pre-release tree
- workqueue and ksm now use the new hashtable implementation
- new scatter library optimization
- updated to .35
- set the interactive governor as default
- new optimization flags
- disabled some of the Prima (WiFi) debug things taken from franco's repo
ältere
20130301_16XX:
- updated to 3.4.34
20130227_08XX:
- BFQ v6
- more optimizations
20130224_12XX:
- updated to .33
- more optimizations
20130219_21XX:
- updated to .32
- reworked some patches from CodeAurora
- reworked some GPU things to try and resolve possible cause for random resets triggered by the MDP
- cleaner merge of 4.2.2 additions together with ramdisk changes for offline charging improvement (if I'm reading it correctly)
- recompiled to have different color calibrations
20130202_20XX:
- updated to 3.4.28
- with USB msm_hsic_wakelock patches and all previous goodies
- further commits from upstream
20130118_17XX:
- updated to 3.4.26
20130116_22XX:
- updated to 3.4.25
- input data sending by packet
20130111_12XX:
- updated compiler and some improved compiler flags
- some USB tweaks for minimized power consumption
- some "random" things
- thermal sensor correction
20130101_22XX:
- new compiler flag
- optimize apply_slack
- use atomic_dec based implementation for mutex
20121229_20XX:
- removed redundant IRQ disable call
- integrated Qualcomm's HCI wakelock fix as pointed out by franco
*this hasn't been really tested but since franco already did on his kernel, it should be safe to integrate
**as to why I decided to release without thorough testing, I think the HCI wakelock is an important issue to some people and judging that it affects power consumption, decided to make an exception...also refer to point 1...
20121226_22XX:
- integrated updates to interactive governor from Google
- ROW IO scheduler from Qualcomm
20121224_08XX:
- lowered L2 voltage at 384Mhz
- added lower voltages for 8064v1.1 (FASTER binned CPUs)
- efficiency improvement in frequency switching algorithm
20121222_11XX:
- updated to 3.4.24
- integrated BFQ v5.1
- efficiency optimizations for the GPU ION memory handler
- added the 1MB readahead optimization
20121216_21XX:
- updated to 3.4.23
- removed alignment trap disabling since it seems to cause some kernel faults in certain situations
- disabled cleancache since it eventually consumes all memory which causes a kernel fault as well
- integrated ARM optimized RWSEM algorithm
- dynamic sync control from faux123
20121211_19XX:
- replace lib/string and lib/memcpy with GNU implementation
- enabled cleancache
20121209_14XX:
- uses Linaro compiler 2012.11 release
20121209_10XX:
- initial release
- uses Linaro compiler 2012.10 release
- compiler flags for tuning
- software alignment trap disabled (hardware supports unaligned accesses which is faster)
- asynchronous compaction in lowmemorykiller driver (adapted from Steve Kondik's patch for the N7 kernel)
- updated LZO compression to upstream version
- replace do_fsync call in fs/sync.c to fget_light
- added ARM optimized AES and SHA1 routines
- tweak to the automated scheduler grouping algorithm
- updated to 3.4.34
20130227_08XX:
- BFQ v6
- more optimizations
20130224_12XX:
- updated to .33
- more optimizations
20130219_21XX:
- updated to .32
- reworked some patches from CodeAurora
- reworked some GPU things to try and resolve possible cause for random resets triggered by the MDP
- cleaner merge of 4.2.2 additions together with ramdisk changes for offline charging improvement (if I'm reading it correctly)
- recompiled to have different color calibrations
20130202_20XX:
- updated to 3.4.28
- with USB msm_hsic_wakelock patches and all previous goodies
- further commits from upstream
20130118_17XX:
- updated to 3.4.26
20130116_22XX:
- updated to 3.4.25
- input data sending by packet
20130111_12XX:
- updated compiler and some improved compiler flags
- some USB tweaks for minimized power consumption
- some "random" things
- thermal sensor correction
20130101_22XX:
- new compiler flag
- optimize apply_slack
- use atomic_dec based implementation for mutex
20121229_20XX:
- removed redundant IRQ disable call
- integrated Qualcomm's HCI wakelock fix as pointed out by franco
*this hasn't been really tested but since franco already did on his kernel, it should be safe to integrate
**as to why I decided to release without thorough testing, I think the HCI wakelock is an important issue to some people and judging that it affects power consumption, decided to make an exception...also refer to point 1...
20121226_22XX:
- integrated updates to interactive governor from Google
- ROW IO scheduler from Qualcomm
20121224_08XX:
- lowered L2 voltage at 384Mhz
- added lower voltages for 8064v1.1 (FASTER binned CPUs)
- efficiency improvement in frequency switching algorithm
20121222_11XX:
- updated to 3.4.24
- integrated BFQ v5.1
- efficiency optimizations for the GPU ION memory handler
- added the 1MB readahead optimization
20121216_21XX:
- updated to 3.4.23
- removed alignment trap disabling since it seems to cause some kernel faults in certain situations
- disabled cleancache since it eventually consumes all memory which causes a kernel fault as well
- integrated ARM optimized RWSEM algorithm
- dynamic sync control from faux123
20121211_19XX:
- replace lib/string and lib/memcpy with GNU implementation
- enabled cleancache
20121209_14XX:
- uses Linaro compiler 2012.11 release
20121209_10XX:
- initial release
- uses Linaro compiler 2012.10 release
- compiler flags for tuning
- software alignment trap disabled (hardware supports unaligned accesses which is faster)
- asynchronous compaction in lowmemorykiller driver (adapted from Steve Kondik's patch for the N7 kernel)
- updated LZO compression to upstream version
- replace do_fsync call in fs/sync.c to fget_light
- added ARM optimized AES and SHA1 routines
- tweak to the automated scheduler grouping algorithm
Download:
CM 10.1 für Cyanogenmod, JB Version für den Rest
Stable (09.03.2013)
TEST
ALLE
Original Thema: XDA
Ich übernehme keine Haftung für Schäden!
Zuletzt bearbeitet: