[Kernel] Krait kernel for stock android 6.0 (v5) - X 2014 Original Android Development

[Kernel] Krait kernel for stock android 6.0 (v5)
Code:
/* *** Disclaimer
* [COLOR="Red"]Your Warranty is now Void![/COLOR]
* I am not responsible for bricked devices, dead SD cards, thermonuclear war,
* or you getting fired because the alarm app failed. Please do some research
* if you have any concerns about features included in this KERNEL
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Development stopped because i don't have this device anymore.​
Click to expand...
Click to collapse
Features;
Compiled with GCC toolchain 4.8 with various build optimizations (-O3 and GCC Tweaks for Cortex A15)
Improved and updated interactive governor (no need for other millions of governors)
Voltage Control
ARMv7 tweaks
Cpu underclock 268mhz
GPU underclock (100MHz)
GPU idles at 27mhz
Savoca's Advanced Color Control
Mutex tweaks
Fsync enabled by default
Many sched related improvements and fixes
New hotplug infrastructure from 3.10.x kernel
Disabled many debug option to reduced overhead of the kernel
Disabled Zram to reduced overhead
Silenced various kernel logs
Disabled crc check
Sound control for headphone and mic
FIOPS i/o scheduler
Frandom support
vibration control
TCP Westwood
Disable CPU L2 cache PC during video sessions (longer video playback time)
Many other small tweaks*(check git)
Installation instructions
Always make a Full backup first, or at-least make system+boot backup.
1.Flash stock boot.img or install patched boot.img from here
2.Install Su or skip this if you have installed patched boot.img from here
3.Install krait_kernel.zip
it's recommended to do this for every time you update this kernel. dirty flashing could give you troubles.
Click to expand...
Click to collapse
Download
How to tweak this kernel:
- Install Kernel Adiutor or Synapse
- for Synapse, flash Krait_UKM.zip in recovery before installing apk from store
Reminder - synapse isn't officially supported for victara i tried to make it work.
Enjoy!
Thanks to these people. i stole alot of stuff from them to make this possible.
franciscofranco, RenderBroken, Neobuddy89, ak, myfluxi, Dorimanx, Savoca, Faux123, Flashhhh, Kaminari, hurtsky osm0sis and Many More!
XDA:DevDB Information
[Kernel] Krait kernel for moto x 2014, Kernel for the Moto X 2014
Contributors
kraatus90
Source Code: https://github.com/kraatus90/MotoX_Kernel
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: 5.0
Stable Release Date: 2016-03-10
Created 2016-01-11
Last Updated 2016-03-12

# changelog
# Changelog: #5
6afea6b (HEAD, origin/testv5, testv5) wcd9320: add a simple sysfs interface that allows for headphone and mic register value customization. You're able to increase or decrease the sound gain of those two int
d4c5a68 cpufreq: Set min/max frequencies
9bda582 cpu: fix section mismatch warnings with __hotcpu_register
d2038af profile: Fix CPU hotplug callback registration
12a5ff1 trace, ring-buffer: Fix CPU hotplug callback registration
71b297f drivers/base/topology.c: Fix CPU hotplug callback registration
48961cc arm, hw-breakpoint: Fix CPU hotplug callback registration
28cc28d CPU hotplug, perf: Fix CPU hotplug callback registration
f903d63 net/core/flow.c: Fix CPU hotplug callback registration
c84456f mm, vmstat: Fix CPU hotplug callback registration
b2b0378 perf, cpu hotplug: Use cached value of smp_processor_id()
f580195 perf, cpu hotplug: Run CPU_STARTING notifiers with irqs disabled
af42728 Doc/cpu-hotplug: Specify race-free way to register CPU hotplug callbacks
33853c5 CPU hotplug: Provide lockless versions of callback registration functions
5843c25 Mmc: do not build tests
7547d35 Add /dev/frandom
61ce616 Zram:disable for now
bb202d1 VFP: make it mhard-float
5c2126a Defconfig:update
cf8160a Update:Makefile
b04fde6 sched: rt: use printk_sched instead of printk_deferred
c9e26a0 mm: readahead to 512
5270046 drv2605: vibe strength control
d7d04cb kernel: Reduce dmesg spam
5cf41f6 debug: remove: remove some dmesg logspam from Linux mainline 3.4 fs
a0d163b msm: watchdog-v2: Trace IRQ when watchdog bites
4f98226 msm: watchdog_v2: Print IRQ during bark
6d45132 block: row: add magic values.
6af17c6 mm, oom: base root bonus on current usage
050e213 mm: vmscan: support complete shrinker reclaim
0d51036 sysfs: check if one entry has been removed before freeing
ab4f410 PM: don't use [delayed_]work_pending()
c860f2f net: inet_diag: zero out uninitialized idiag_{src,dst} fields
1921c47 FROMLIST: arm: mm: support ARCH_MMAP_RND_BITS.
cb6a4e2 FROMLIST: mm: mmap: Add new /proc tunable for mmap_base ASLR.
f9a457e UPSTREAM: include/linux/poison.h: fix LIST_POISON{1,2} offset
19f5cd7 UPSTREAM: proc: actually make proc_fd_permission() thread-friendly
6bbd842 UPSTREAM: proc: make proc_fd_permission() thread-friendly
d997ed3 debugobjects: Make debug_object_activate() return status
58b7b81 cfq-iosched: fix the setting of IOPS mode on SSDs
5901472 cpufreq: cpu-boost: don't boost over user set max freq
3430b4d cpufreq: cpu-boost: export input_boost_enable to userspace
a94224b ksm: Provide support to use deferred timers for scanner thread
52f4302 sched/rt: Reduce rq lock contention by eliminating locking of non-feasible target
ee9905c sched: Change autogroup_move_group() to use for_each_thread()
dc82830 sched: s/do_each_thread/for_each_process_thread/ in debug.c
6bb51d8 sched: s/do_each_thread/for_each_process_thread/ in core.c
2218ac8 sched: Fix exec_start/task_hot on migrated tasks
8c814bc sched/fair: Avoid integer overflow
e5c1c82 sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()
63aaee4 sched: Fix RLIMIT_RTTIME when PI-boosting to RT
718ce09 sched: Queue RT tasks to head when prio drops
8411045 futexes: Increase hash table size for better performance
1f9b4aa timer: reduce cache bouncing of deferral timer wheel
2821133 timer: make deferrable cpu unbound timers really not bound to a cpu
7e62d2c timer: Clean up timer initializers
d81cd39 timer: Generalize timer->base flags handling
797337e sched/fair: rq might've been uninitialized, so fix it
a717f0a sched/balancing: Reduce the rate of needless idle load balancing
c502573 sched/fair: Stop searching for tasks in newidle balance if there are runnable tasks
8e17745 mm/slub: don't wait for high-order page allocation
8d91f44 sched: Fix race in idle_balance()
c73412e fs/buffer.c: increase the buffer-head per-CPU LRU size
ed6c7ed msm: vidc: disable debug logs
89a649b PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()
a774527 timer: Prevent overflow in apply_slack
943971f ksoftirqd: Enable IRQs and call cond_resched() before poking RCU
3f4975b sched: fix try_to_wake_up()
b77497b msm: vidc: Check for active handle before updating the QoS request
b733332 msm: ipc_socket: fix leak of kernel memory to userspace
913aab5 tools/include: use stdint types for user-space byteshift headers
e2ef859 sched: Force sleep on consecutive sched_yields
c9b7643 wireless: bcmdhd: halve rx and ctrl wakelock timeout by half
bb87ced wakeup: add toggles for wlan wakelocks. They are all enabled by default, it's up to the user and I provide no support if Wi-Fi stops working normally without these locks enabled. This is for advanced
5d2d297 Input: optimize events_per_packet count calculation
2f41bac soc: qcom: smd: Fix SMD packet sync loss issue
8f1d995 net: rps: fix cpu unplug
859a9bd msm: vidc: Initialize kernel space stack variables
8733005 perf/init/debug: disable some debug
f3f955f msm: vidc: disable CPU L2 cache PC during video sessions
625b7d9 lowmemorykiller: use for_each_thread instead of buggy while_each_thread
4998b26 mm, vmalloc: remove useless variable in vmap_block
f9010f25 mm, vmalloc: use well-defined find_last_bit() func
fa021a7 block: Reserve only one queue tag for sync IO if only 3 tags are available
5598cf4 readahead: make context readahead more conservative
32ef0bc writeback: fix race that cause writeback hung
21a777c sync: don't block the flusher thread waiting on IO
7e5873c binfmt_elf.c: use get_random_int() to fix entropy depleting
3435580 writeback: fix writeback cache thrashing
d00823d mm: vmscan: If kswapd has been running too long, allow it to sleep
be32979 CPU hotplug, writeback: Don't call writeback_set_ratelimit() too often during hotplug
963eee9 jiffies: Fix timeval conversion to jiffies
536a298 sched, smp: Correctly deal with nested sleeps
15ff7a4 smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()
3538ea1 msm: bam_dmux: Reduce debug logs to avoid watchdog bite
9ec39f1 tty: fix memleak in alloc_pid
622c2fb arm: irq: Tone down kernel logging
b64ca33 msm: kgsl: Do not detect faults when GPU core is idle
3dfbacf Input: fix defuzzing logic
bf0028f genirq: Sanitize spurious interrupt detection of threaded irqs
d080723 futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == u…
179e59b futex: Prevent attaching to kernel threads
563f8aa hrtimer: Set expiry time before switch_hrtimer_base()
5349d95 hrtimer: Prevent remote enqueue of leftmost timers
df82420 hrtimer: Prevent all reprogramming if hang detected
8f21cfb msm: kgsl: Fix Z180 memory leak
4e6c321 sched: Remove stale power aware scheduling remnants and dysfunctional knobs
f40a949 sched/fair: Improve the ->group_imb logic
fa512a1 sched/nohz: Fix rq->cpu_load[] calculations
095d95b sched/fair: Revert sched-domain iteration breakage
f7e9b19 sched/fair: Propagate 'struct lb_env' usage into find_busiest_group
fd82152 sched/fair: Add some serialization to the sched_domain load-balance walk
74a7c29 sched/fair: Let minimally loaded cpu balance the group
a5abc61 sched: Change rq->nr_running to unsigned int
5a9a93d sched/idle: Avoid spurious wakeup IPIs
db4484d cpufreq: Correct the data reported in all_time_in_state
17f81c1 Revert "cpufreq: stats: Initialize all_freq_table earlier"
973a7e1 msm: kgsl: Report correct GPU frequency in sysfs
5956b51 PM / devfreq: Fix simple_ondemand crashing
14bfafb net: add validation for the socket syscall protocol argument
b703289 Revert "cpufreq: make the "scaling_cur_freq" sysfs entry pollable"
03374b4 sched/fair: Implement fast idling of CPUs when the system is partially loaded
2696062 msm: slimbus: use interruptible wait to reduce system's load average
38c4dc4 msm_bam_rmnet: Fix potential memory corruption
0069ff3 mm: slub: Default slub_max_order to 0
12b0b62 jiffies conversions: Use compile time constants when possible
9c79bcd sched: LOAD_FREQ (4*HZ+61) avoids loadavg Moire. From http://ripke.com/loadavg/moire
e927006 af_unix: speedup /proc/net/unix /proc/net/unix has quadratic behavior, and can hold unix_table_lock for a while if high number of unix sockets are alive. (90 ms for 200k sockets...)
d94a897 audit: Imma let you finish, but shut up
8cd0dc1 ARM: make kernel oops easier to read
ee3e7a4 SELinux: Fix memory leak upon loading policy
7e5b5bf selinux: just shut up
0989a88 PM / Wakeup: Use rcu callbacks for better performance
db762b4 rcu: Add RCU_FAST_NO_HZ tracing for idle exit
7604264 Revert "rcu: Precompute RCU_FAST_NO_HZ timer offsets"
f7301e5 rcu: Add a module parameter to force use of expedited RCU primitives
cab93e6 sched: move task load based functions
bc620db sched: window-based load stats improvements
1b14e09 sched: Add min_max_freq and rq->max_possible_freq
f1a928f sched/rt: Add Kconfig option to enable panicking for RT throttling
88c294d sched/rt: print RT tasks when RT throttling is activated
7a4d123 sched: Skip load update for idle task
4aa6e0f sched/debug: Fix sd->*_idx limit range avoiding overflow
c4e588e5 sched/debug: Limit sd->*_idx range on sysctl
0c9b903 sched: Fix memory leakage in build_sched_groups()
65360fe sched: window-stats: Fix overflow bug
973786d sched: Window-based load stat improvements
1422060 sched: Disable wakeup hints for foreground tasks by default
9bfe0bb sched: Call the notify_on_migrate notifier chain for wakeups as well
aff4b51 sched: Fix double normalization of vruntime
2ef42f3 cpufreq: cpu-boost: Introduce scheduler assisted load based syncs
fa975fc sched: window-based load stats for tasks
8dd0fc4 sched: Make scheduler aware of cpu frequency state
66c0b1d mach-msm: disable kernel-side mpdecision
21fbeb4 cpufreq: Fix broken uevents for cpufreq governor and cpu devices
b1310d4 drivers: cpufreq: Send a uevent when governor changes
db9e96e ARM: Use TTBR1 instead of reserved context ID
c13a269 ARM: 7408/1: cacheflush: return error to userspace when flushing syscall fails
7b00f49 ARM: 7569/1: mm: uninitialized warning corrections
5444b08 ARM: 7784/1: mm: ensure SMP alternates assemble to exactly 4 bytes with Thumb-2
0f84328 ARM: 7691/1: mm: kill unused TLB_CAN_READ_FROM_L1_CACHE and use ALT_SMP instead
6e1f51e ARM: 7660/1: tlb: add branch predictor maintenance operations
1c7271c ARM: 7678/1: Work around faulty ISAR0 register in some Krait CPUs
aadf715 ARM: 7752/1: errata: LoUIS bit field in CLIDR register is incorrect
120d169 ARM: 7606/1: cache: flush to LoUU instead of LoUIS on uniprocessor CPUs
8f52276 ARM: 7747/1: pcpu: ensure __my_cpu_offset cannot be re-ordered across barrier()
0c051fe ARM: 7587/1: implement optimized percpu variable access
97c8035 ARM: 7680/1: Detect support for SDIV/UDIV from ISAR0 register
77864d4 lib: cpu_rmap: avoid flushing all workqueues
6165388 ARM: gic: use a private mapping for CPU target interfaces
eb06ced ARM: 7573/1: idmap: use flush_cache_louis() and flush TLBs only when necessary
14dc1d7 ARM: 7542/1: mm: fix cache LoUIS API for xscale and feroceon
c278843 ARM: cpu hotplug: remove majority of cache flushing from platforms
14dc1b2 ARM: smp: flush L1 cache in cpu_die()
6519af4 ARM: Don't dump vmalloc addresses with show_data()
1458313 kthread: Fix the race condition when kthread is parked
720e8a8 ARM: 7449/1: use generic strnlen_user and strncpy_from_user functions
e5a3e0f cpufreq: ondemand: Remove unused waitqueue
b8bf739 cpufreq: ondemand: Use hotplug thread infrastructure
7af4775 cpufreq: ondemand:kernel NULL pointer dereference at dbs_check_cpu
78d14c2 cpu: Fix generic idle thread allocation
880f06f smp: Add task_struct argument to __cpu_up()
c2c57e8 stop_machine: Mark per cpu stopper enabled early
f6f0363 stop_machine: Use smpboot threads
6bd3207 stop_machine: Cleanup for upstream
e565ceb stop_machine: Store task reference in a separate per cpu variable
c756e09 kthread: Prevent unpark race which puts threads on the wrong cpu
d863f50 smpboot: Allow selfparking per cpu threads
acb1cd5 hotplug: Fix UP bug in smpboot hotplug code
68230ae smpboot: Provide infrastructure for percpu hotplug threads
8280e3b kthread: Implement park/unpark facility
6616f77 smpboot, idle: Optimize calls to smp_processor_id() in idle_threads_init()
d1088c2 smp, idle: Allocate idle thread for each possible cpu during boot
5731b3e fix smp err
2114883 smp: Provide generic idle thread allocation
90e058d smp: Add generic smpboot facility
3888603 Revert "Revert "ACPI / processor: prevent cpu from becoming online""
521ad99 Revert "[backport] Hotplug thread infrastructure"
e8658e0 Revert "kthread: Fix the race condition when kthread is parked"
2e3fd0d Revert "kthread_work: wake up worker only when the worker is idle"
87d7906 ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay ops
610a510 ARM: 7653/2: do not scale loops_per_jiffy when using a constant delay clock
4d8dd17 ARM: add cpufreq transiton notifier to adjust loops_per_jiffy for smp
dc1902d ARM: smp: BUG() if smp_send_reschedule() is called for an offline cpu
0797616 sched: remove duplicate code
38c2d49 cma: Add support for memory limits
045aa73 mm: reorder can_do_mlock to fix audit denial
ab73330 md: use kzalloc() when bitmap is disabled
1de6bdd KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring
c1f27ee KEYS: Fix race between key destruction and finding a keyring by name
bd9e9df KEYS: Add invalidation support
6e2a700 msm:rq_stats: Register for Cpufreq policy notification
ee0d0ed cpufreq: Introduce new relation for freq selection
6ed865f Input: Send events one packet at a time
65c1ca4 cpufreq: Break out early when frequency equals target_freq
00c854e cpufreq: Optimize cpufreq_frequency_table_verify()
8027079 KEYS: Permit in-place link replacement in keyring list
2b7f5d0 KEYS: Perform RCU synchronisation on keys prior to key destruction
b73ab9e KEYS: Fix handling of stored error in a negatively instantiated user key
414de40 ipv6: addrconf: validate new MTU before applying it
0a5a4bc net: fix iterating over hashtable in tcp_nuke_addr()
7f72c8b pagemap: do not leak physical addresses to non-privileged userspace
e65e7c2 __ptrace_may_access() should not deny sub-threads
7ea393e cpufreq: stats: Initialize all_freq_table earlier
8e0b605 Revert "trace: memkill: trace LMK and OOM kills"
8a3e53a mm, oom: make dump_tasks public
dee4ca9 introduce for_each_thread() to replace the buggy while_each_thread()
c6aa414 mm: Add notifier framework for showing memory
3bad3ea mm: vmpressure: allow in-kernel clients to subscribe for events
8a8f89c memcg: add memory.pressure_level events
5a6981d cpufreq: Resolve CPUFREQ_NOTIFY issue
7c703c9 sched: Micro-optimize the smart wake-affine logic
12d1659 sched: Implement smarter wake-affine logic
5928d20 cpufreq: Remove unnecessary initialization of a local variable
8006605 wlan: Address buffer overflow due to invalid length
c861c89 net: add length argument to skb_copy_and_csum_datagram_iovec
40ff4dc tcp_cubic: do not set epoch_start in the future
c6c633d tcp_cubic: better follow cubic curve after idle period
4e77cf6 PM / Freezer: Fix small typo "regrigerator"
b14d5e2 Revert "freezer: comment out might_sleep()"
56468fe PM: Remove legacy code leftovers
559ed78 block: fiops ioscheduler core
7b29020 block: Make CFQ default to IOPS mode on SSDs
3a20184 power: msm_battery: increase battery check interval from 5 to 15 seconds
ec6ed21 mutex: back out architecture specific check for negative mutex count
e12db09 mutex: Queue mutex spinners with MCS lock to reduce cacheline contention
6f6e5b0 mutex: Make more scalable by doing less atomic operations
afc372f ARM: 7592/1: nommu: prevent generation of kernel unaligned memory accesses
dc2fe65 ARM: 7492/1: add strstr declaration for decompressors
5a8ab82 ARM: 7493/1: use generic unaligned.h
4d611b5 arch/arm/Kconfig: enable unaligned capability for ARM
6c78fab ARM: 7583/1: decompressor: Enable unaligned memory access for v6 and above
86cd07a ARM: mutex: use generic atomic_dec-based implementation for ARMv6+
bd7b7a0 AIO: Don't plug the I/O queue in do_io_submit() Asynchronous I/O latency to a solid-state disk greatly increased between the 2.6.32 and 3.0 kernels. By removing the plug from do_io_submit(), we obser
303630c ARM: mm: update __v7_setup() to the new LoUIS cache maintenance API
a86018a ARM: kernel: update __cpu_disable to use cache LoUIS maintenance API
2b47fd0 ARM: mm: rename jump labels in v7_flush_dcache_all function
1c6c4fa block: deadline: Optimize for non-rotational
0738af0 block: Disable add_random
89b6761 xz: Optimize Sfck Compression
ed66b18 writeback: increase bdi_min_ratio to 5
bda990f Revamp spinlock ASM code
064a28f Optimize slub by not using fair sleepers
8cbac7c zlib: clean up some dead code
f6d079e mmc: Disable crc check
bf53cf4 lib/int_sqrt.c: optimize square root algorithm
b185a2f lib/memcopy: use glibc version
6665e6d lib/string: use glibc version
467cd03 Added optimized ARM RWSEM algorithm.
5dd6637 power: qpnp-bms-mmi: Fix devm_kfree warning caused by NULL pointer
653dae4 Slim_ngd: Don't create the device node per SSR
b6e78e5 ASoC: msm: qdsp6v2: add support for any number of ASM buffers
84057de PM: devfreq: Fix simple_ondemand crashing on startup
2323709 udp: fix behavior of wrong checksums
17a372d ALSA: Export audio effects header
5300fd9 Fix sizeof-pointer-memaccess warning with gcc 4.8
f7037db Revert "Implement new IPV6 filter logic"
7097427 staging: prima: Add config for Motorola UTAGS MAC feature Use a kernel config to decide whether the MAC address should be read from the boot parameters or NV file.
83fbe9b ipv6: Don't reduce hop limit for an interface
ade627e netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->len
cc2dbf5 mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support
735e913 netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages
5a077d3 eCryptfs: Remove buggy and unnecessary write in file name decode routine
038f916 netfilter: conntrack: disable generic tracking for known protocols
2a6555e KEYS: close race between key lookup and freeing
cd14ada tracing/syscalls: Ignore numbers outside NR_syscalls' range
4079cb9 tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1
6cc62e7 ipv4: try to cache dst_entries which would cause a redirect
043e904 futex: Make lookup_pi_state more robust
66a7506 futex: Always cleanup owner tid in unlock_pi
f6a1a23 futex: Validate atomic acquisition in futex_lock_pi_atomic()
cf69752 android: drivers: workaround debugfs race in binder
be0731e sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking
b58e214 sched: Make __update_entity_runnable_avg() fast
21b9fa1 sched: Update_cfs_shares at period edge
f077267 sched: Refactor update_shares_cpu() -> update_blocked_avgs()
eb018d6 sched: Replace update_shares weight distribution with per-entity computation
309fb81 sched: Maintain runnable averages across throttled periods
ce87b09 sched: Normalize tg load contributions against runnable time
aa96e2c sched: Compute load contribution by a group entity
f0cee3f sched: Aggregate total task_group load
540dd8c sched: Account for blocked load waking back up
b8823e3 sched: Add an rq migration call-back to sched_class
3e21ad0 sched: Maintain the load contribution of blocked entities
ec015f4 sched: Aggregate load contributed by task entities on parenting cfs_rq
fb594e3 sched: Maintain per-rq runnable averages
1b23ef9 sched: Track the runnable average on a per-task entity basis
28dacc9 sched: Fix reference to stale task_struct in try_to_wake_up()
d4ca76d cpufreq: interactive: Do not reschedule timer if policy->max changes
7c0f9ed cpufreq: interactive:call __cpufreq_driver_target() for cur frequency
f72dcfb cpufreq: interactive: don't skip waking up speedchange_task if target_freq > policy->cur
c3eb51c cpufreq: interactive: prevents the frequency to directly raise above the hispeed_freq from a lower frequency.
2178b29 cpufreq: interactive: Replace strict_strtoul with kstrtoul
7ec2d7e cpufreq: interactive: Reschedule timer if min_freq is reduced
04c313f CHROMIUM: cpufreq: interactive: calculate load before freq change
4f3a048 cpufreq: interactive: Rearm governor timer at max freq
f9b849c CHROMIUM: Replace obsolete strict_strtoul calls.
b8d5775 CHROMIUM: cpufreq: interactive: free above_hispeed_delay on exit
4147877 CHROMIUM: cpufreq: interactive: validate above_hispeed_delay
518096f cpufreq: interactive: Honor boosted state in several timer calculations
4c42e7d cpufreq: interactive: Consider changed min limit a frequency boost
fbc7025 cpufreq: interactive: Honor changed minimum frequency
63d4c3d cpufreq: interactive: Record hispeed_validated_time in timer function
079016c cpufreq: interactive: Exercise hispeed settings at a policy level
bd2dfda cpufreq: interactive: Make window alignment optional
e357905 cpufreq: interactive: Add max_freq_hysteresis feature
ae461a8 cpufreq: interactive: Use del_timer/add_timer_on to rearm timers
9c6a572 cpufreq: interactive: Round up timer_rate to match jiffy
8c7abe7 cpufreq: interactive: Reset last evaluated jiffy in idle callback
f6b4469 cpufreq: interactive: Align timer windows for all CPUs
fc43cc7 cpufreq: interactive: Squashed cleanup patches
2bc950c cpufreq: interactive: Move definition of cpufreq_gov_interactive downwards
acd4700 cpufreq: interactive: Remove unnecessary cpu_online() check
f4826cd cpufreq: interactive: Don't reset sampling down factor at max freq
fe4155b cpufreq: cpu-boost: Use one work to remove input boost for all CPUs
8315fe4 cpufreq: cpu-boost: Support separate input_boost_freq for different CPUs
feeb07b cpufreq: cpu-boost: Make the code 64 bit compatible
5ba64c6 cpufreq: Sync on thread migration optimizations
2448598 cpufreq: interactive: get_cpu_idle_time_* are now on cpufreq.c
3a4b367 cpufreq: Protect against hotplug in cpufreq_register_driver()
f410c36 cpufreq: Return directly in __cpufreq_get if policy is NULL
8bd6da2 cpufreq: Move get_cpu_idle_time() to cpufreq.c
4d763b7 cpufreq: cpu-boost: Re-issue boosts above minimum frequency
37c57b0 cpufreq: cpu-boost: Resolve deadlock when waking up sync thread
eea0280 kthread_work: wake up worker only when the worker is idle
d6ca760 tick: Upstream fixes
cdd1423 kthread: Fix the race condition when kthread is parked
530368f softirq: reduce latencies
834472e mdss: use an interruptible thread on edp to reduce load_average
e92a8ab msm: Fix high load average from uninterruptible waits
67ac256 rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthread
a25d421f rcu: Yield simpler
ee26be6 softirq: Use hotplug thread infrastructure
97dd4c8 [backport] Hotplug thread infrastructure
9ada5c8 Revert "ACPI / processor: prevent cpu from becoming online"
bec358a msm: do not compile rq_stats.
b99423d Revert "sched_avg: add run queue averaging."
360b4d2 fs: sync: add missing return if fsync is disabled from userspace.
5c37eba fs: sync: enable fsync by default.
ed9664f Added fsync on/off support.
b789f46 Enable pipe flag.
7eb8f75 Remove '+' symbol from kernel version string
87a2d30 mach: msm: fix mismatch.
e5c580d Defconfig: generate victara_defconfig
2400b0b Staging: remove android logger
4f0c232 Voltage Control: generic voltage control for DTS based kernels
19cd6bb add lower cpu and gpu clocks
7175f55 video: mdss: Report PCC values from pp registers
54bd91a msm: mdss: KCAL: Remove deprecated __dev* markings
2115223 msm: mdss: Add pa_v2 support to KCAL
7c69fb0 msm: mdss: Replace PGC implementation with PCC for KCAL
8b7369b msm: mdss: Add KCAL support for post processing control [v2]
811c441 video: mdss: Color temperature interface using PCC
1ab7fd8 Fix warning - TODO: return_address should use unwin...
8c5a1f3 cpufreq: interactive: fix compiling warnings
eccc032 msm: use of swp{b} is deprecated for ARMv6+
0d53401 Prima:add vendor-qcom-opensource-wlan-prima-marshmallow-6.0.0-release-victara
d13f7bb Makefile:remove REAL_CC wrapper call, strip module, optimize
5f3172c Fix: compilation errors
935ac7b FS: merg moto f2fs
63cf94f Update: gitignore
# Changelog: Lite #1
820e5da nohz: Reduce overhead under high-freq idling patterns
e9b7f0f disable crc check
69367db msm: slimbus: use interruptible wait to reduce system's load average
bf5ab31 arm: irq: Tone down kernel logging
f4c5965 msm: vidc: disable CPU L2 cache PC during video sessions
7790eff perf/init/debug: disable some debug
21900d7 wakeup: add toggles for wlan wakelocks. They are all enabled by default, it's up to the user and I provide no support if Wi-Fi stops working normally without these locks enable
81b7791 PM: devfreq: Fix simple_ondemand crashing on startup
8909b2c block: Disable add_random
f3674bc staging: prima: Add config for Motorola UTAGS MAC feature
5fc6bb2 prima: Add config for Motorola UTAGS MAC feature
9a96036 Defconfig: enable advanced TCP
c79ba61 msm: kgsl: Do not detect faults when GPU core is idle
b144d3f msm: kgsl: Report GPU frequency correctly in sysfs
c19a9c8 msm: kgsl: Fix Z180 memory leak
a308649 deadline: Allow 0ms deadline latency, increase the read speed
54db630 block: fiops bias sync workload
86f13c1 block: fiops preserve vios key for deep queue depth workload
90ebcc9 block: fiops add ioprio support
dac39e4 block: fiops sync/async scale
d920f79 block: fiops read/write request scale
966d10d block: fiops ioscheduler core
155ac6f block: row: add magic values.
5cb3e08 block: deadline: Optimize for non-rotational
7908317 cfq-iosched: fix the setting of IOPS mode on SSDs
5d433a0 block: Make CFQ default to IOPS mode on SSDs
0e8d1f3 wcd9320: add a simple sysfs interface that allows for headphone and
bfb8bce mm: readahead to 512
be12cf0 drv2605: vibe strength control
e5c580d Defconfig: generate victara_defconfig
2400b0b Staging: remove android logger
4f0c232 Voltage Control: generic voltage control for DTS based kernels
19cd6bb add lower cpu and gpu clocks
7175f55 video: mdss: Report PCC values from pp registers …
54bd91a msm: mdss: KCAL: Remove deprecated __dev* markings …
2115223 msm: mdss: Add pa_v2 support to KCAL …
7c69fb0 msm: mdss: Replace PGC implementation with PCC for KCAL …
8b7369b msm: mdss: Add KCAL support for post processing control [v2] …
811c441 video: mdss: Color temperature interface using PCC
1ab7fd8 Fix warning - TODO: return_address should use unwin...
8c5a1f3 cpufreq: interactive: fix compiling warnings …
eccc032 msm: use of swp{b} is deprecated for ARMv6+ …
0d53401 Prima:add vendor-qcom-opensource-wlan-prima-marshmallow-6.0.0-release… …
d13f7bb Makefile:remove REAL_CC wrapper call, strip module, optimize
5f3172c Fix: compilation errors …

hello fantastic kernel for stock.. very thanks for working kernel stock
regards..

Great kernel with support for stock Kcal 6.0, Thanks

Awesome job buddy, working perfect on stock xt1097.

Thanks for your kernel, buddy! It sounds wonderful!
Sorry to bother you with this question, but, are there any improvements in sound on this kernel?
Edit: Sorry, didn't read the OP right so, as you said, I'm gently requesting a sound improvement on your kernel please

Great work bro !

Finally a custom kernel for stock ROMs! Working well so far, thanks a bunch!

victor19 said:
Thanks for your kernel, buddy! It sounds wonderful!
Sorry to bother you with this question, but, are there any improvements in sound on this kernel?
Edit: Sorry, didn't read the OP right so, as you said, I'm gently requesting a sound improvement on your kernel please
Click to expand...
Click to collapse
no problemo , as i said i'll see what i can do and hopefully it will be on next update.
btw doesn't it already has a great speaker ? i mean it's pretty loud and clear for me.

Hi, I'm trying to add Kcal support to the last CM13 kernel, I got unpacked yours kernel and CM13, but can not find where I add the code Kcal, I hope can help me, thank you
Enviado desde mi XT1097 mediante Tapatalk

Mennpiko said:
Hi, I'm trying to add Kcal support to the last CM13 kernel, I got unpacked yours kernel and CM13, but can not find where I add the code Kcal, I hope can help me, thank you
Enviado desde mi XT1097 mediante Tapatalk
Click to expand...
Click to collapse
you will need to add these -
https://github.com/kratos090/kernel-motox2014/commits/KRAIT-v1?author=savoca

Wow, I tried to do what you did once, but since college was kepting me so much busy, I didn't try anymore. Just now I was think "it would be cool if someone compiled a stock kernel for us". Great bro, great. I will test tomorrow ( almost 3 am here in Brazil now) and later I report my experience =)
And thanks for trying to turn it compatible with synapse. I like it much more than kernel adiutor =P
And if I would have some request, it would be to have alucard hotplug. Isn't very popular, but I like the controle it gives =)

Finally a custom kernel for stock ! Thanks mate will try later
Edit : done flashing this kernel and all run smoothly. I just figured about fsync, kernel adiutor is showing disabled while you stated in OP, it was enabled by default. Don't know which one is wrong lol.
And one question, I can't find any color profile inside kernel adiutor 'screen' menu, is this supposed to be like that ?
If yes, any chance you'll implementing that feature ?
Thanks.
Sent from my XT1095 using Tapatalk

Thanks for the kernel....
No problems sofar on a xt1092

fajarlazuarding said:
Finally a custom kernel for stock ! Thanks mate will try later
Edit : done flashing this kernel and all run smoothly. I just figured about fsync, kernel adiutor is showing disabled while you stated in OP, it was enabled by default. Don't know which one is wrong lol.
And one question, I can't find any color profile inside kernel adiutor 'screen' menu, is this supposed to be like that ?
If yes, any chance you'll implementing that feature ?
Thanks.
Sent from my XT1095 using Tapatalk
Click to expand...
Click to collapse
it is supposed to be enabled by default.
for kcal , you will need to change values by yourself. yes it's supposed to be like that. this is what i use - R-233 , G- 213 . B- 255, saturation intensity - 18. other values are default.

kraatus90 said:
it is supposed to be enabled by default.
for kcal , you will need to change values by yourself. yes it's supposed to be like that. this is what i use - R-233 , G- 213 . B- 255, saturation intensity - 18. other values are default.
Click to expand...
Click to collapse
Thanks for the clarification and setup value. Looks better.
Well, If I can request one more feature, please add backlight dimmer. Really appreciate it
Sent from my XT1095 using Tapatalk

Hi @kraatus90.
I've been compiling a custom kernel for our beloved XT1097 as well and I have plans to make it available here at XDA soon.
Did you manage to flash yours via fastboot? Mine is booting fine by running fastboot boot myKernel.img although this error message is the only thing that I get when I try to permanently flash it via fastboot flash boot myKernel.img:
hab check failed for boot
It's weird since it's 100% pure stock.
I've never tried to flash it via TWRP btw.
Thanks!

Ok, flashed it and everything running smoothly ^^
Flashed UKM and Synapse fully working =)
Thank you @kraatus90 for your work ^^
And as I said before, only request I would make, would be to add alucard hotplug.

glauberlima said:
Hi @kraatus90.
I've been compiling a custom kernel for our beloved XT1097 as well and I have plans to make it available here at XDA soon.
Did you manage to flash yours via fastboot? Mine is booting fine by running fastboot boot myKernel.img although this error message is the only thing that I get when I try to permanently flash it via fastboot flash boot myKernel.img:
hab check failed for boot
It's weird since it's 100% pure stock.
I've never tried to flash it via TWRP btw.
Thanks!
Click to expand...
Click to collapse
make sure that the size of kernel is not more than 9.96 MB , that's the limit . and for reducing the kernel size use xz compression. also even after doing that you will get some warning but it will work. ( same as flashing twrp it gives a warning but recovery still flashes and works) it's because size mismatch.
Vinnom said:
Ok, flashed it and everything running smoothly ^^
Flashed UKM and Synapse fully working =)
Thank you @kraatus90 for your work ^^
And as I said before, only request I would make, would be to add alucard hotplug.
Click to expand...
Click to collapse
first i'll test it by myself and if it's stable and not doing and problems i'll include it in next update. ( although the current hotplug works great )

Awwwwyeeeaaaahhhhhhh! Lots of question, brother!!!!!!!!!
-I have root and Xposed installed, can I install your Kernel or I have to do a "clean" installation?
-This Kernel is compatible with Xposed MM?
-For now, there are any bugs?
And congratulations for your work, I saw many peoples saying good things about This Kernel xD
Edit:
-This Kernel has "Faux sound control" support?
And sorry my bad english xD

Related

[Kernel]-Ultimate Hells-Core-[JSS15J][05/09/13]BETA 2//

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Welcome to my Kernel Thread !
This Kernel is based on Hells-Core !
Latest Build: Beta 2 (B2)
my github​​
Donations I got
*MallardDuck
XDA:DevDB Information
UltimateHellsCore_Development, a Kernel for the Google Nexus 4
Contributors
AndrolinRoot, hellsgod
Kernel Special Features:
Version Information
Status: Beta
Current Beta Version: Beta 2
Beta Release Date: 2013-09-06
Created 2013-09-06
Last Updated 2013-09-07
Features of this Kernel​
Code:
:::4.3 starts from::::
<<Main Features from 4.2 which are mostly also in 4.3>>
ROW Scheduler (default)
SIO
Color profiles
ARM Auto Hotplug
Scheduler-optimizing
-100MV undervolt
UV Interface
288mhz as "low freq"
some not used freq. are removed
faux Sound Control
faux Speaker Amp Control
faux Gamma Control with motley's tweak to get it working with trickstermod
dynamic fsync
USB Force Fast Charging
mako_hotplug 2 (thx myfluxi, franciscofranco)
Scheduling Patches
rq Patches
lmk Patches
pm Patches
S2W Fix (thx myfluxi)
GPU Patches
Charger / Battery Patches
HSIC Patches
O2 optim.
O3 optim.
workqueue Patches
<<I dont remember all>>
(b30)
Rebase to 4.3 source
Alle main features from 4.2
(b31)
Makefile: Compile Optimization Part 2
Use pgprot_writecombine in ion_system_heap_map_kernel for optimization (IntersectRaven)
(b32)
Async I/O latency to a ssd greatly increased, 34% gain (Creds: kleikamp)
mm: writeback: every 500ms the writeback daemon kicks in and flushes the dirty pages into disk (franco)
Revert "block: row: fix one of the magic values.
Revert "block: row: hardcode magic values
block: row-iosched idling triggered by readahead pages (Lee Susman)
mm: change initial readahead window size calculation (Lee Susman)
mm: pass readahead info down to the i/o scheduler (Lee Susman)
thermal: tsens8960: Increase the polling rate (Siddartha Mohanadoss)
cgroups: timer_slack: forward port timer_slack to 3.4 (franco)
msm_fb: Set RR sched policy for Glupdator thread (Kalyan Thota)
msm: don't compile MSM_RUN_QUEUE_STATS (franco)
ARM: 7493/1: use generic unaligned.h (faux123)
lib: Sparc's strncpy_from_user is generic enough, move under lib/ (faux123)
lib: add generic strnlen_user() function (torvalds)
lib: Fix generic strnlen_user for 32-bit big-endian machines (paulusmack)
ARM: use generic strnlen_user and strncpy_from_user functions (faux123)
kernel: Move REPEAT_BYTE definition into linux/kernel.h (faux123)
word-at-a-time: make the interfaces truly generic (torvalds)
arch/arm/Kconfig: enable unaligned capability for ARM (faux123)
ARM: dcache: select DCACHE_WORD_ACCESS for little-endian ARMv6+ CPUs (Will Deacon)
ARM: 7492/1: add strstr declaration for decompressors (Rob Herring)
ARM: 7592/1: nommu: prevent generation of kernel unaligned memory accses (Will Deacon)
ARM: 7593/1: nommu: do not enable DCACHE_WORD_ACCESS when !CONFIG_MMU (faux123)
(b33)
lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()
switch the protection of percpu_counter list to spinlock
lib/vsprintf.c: "%#o",0 becomes '0' instead of '00'
vsprintf: correctly handle width when '#' flag used in %#p format
vsprintf: further optimize decimal conversion
vsprintf: add %pMR for Bluetooth MAC address
lib/vsprintf.c: remind people to update Documentation/printk-formats
lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)
vsprintf: add support of '%*ph[CDN]'
lib: vsprintf: optimize division by 10 for small integers
lib: vsprintf: optimize division by 10000
lib: vsprintf: optimize put_dec_trunc8()
lib: vsprintf: fix broken comments
lib/vsprintf: update documentation to cover all of %p[Mm][FR]
lib/vsprintf.c: improve standard conformance of sscanf()
scatterlist: add sg_alloc_table_from_pages function
scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQs
tmpfs: fix mempolicy object leaks
Make sure PWMs are running in sync
lm3530: Add a toggle for the CABC PWM
msm: pm-8x60: Setup memory for save/restore cpu registers early
msm: hotplug: wait for hotplug completion event from secondary core
msm: pm-8x60: Use relative time for events
msm: pm: send notification only for SPC and PC
msm_fb: display: fix iommu page fault when iommu buffer freed
msm: avs: Restore core voltage when disabling AVS
msm: spm: set vdd directly for current cpu
msm: pm: Add support for retention on each core
msm: pm: add failed stats
msm: rpm: add debug msg for rpm outstanding req
Staging: android: binder: Fix memory leak on thread/process exit
msm: display: Add DSI clock control for MDP GDHS power collapse
mako: Add DSI clock control for MDP GDHS power collapse
msm: Fix race condition in domain lookup
mmc: core: Allow changing bus frequency for SD/eMMC cards in runtime
mmc: core: Fix some driver hangs when dealing with broken devices
mmc: core: Add load based clock scaling support
mmc: core: Add sysfs entries for dynamic control of clock scaling
mmc: core: claim mmc host while enabling clock scaling from userspace
mmc: core: run clock scaling only in valid card state
mmc: core: Log MMC clock frequency transitions
mmc: core: Add support for notifying host driver while scaling clocks
mmc: msm_sdcc: Add support for dynamic bus clock vote
mmc: msm_sdcc: fix a type mismatch in msmsdccc_config_dma()
mmc: msm_sdcc: Enable clock scaling capability
mmc: core: remove the polling for BKOPS completion
msm: msm_bus: Fix the 64-bit division during interleaving
msm: msm_bus: Change MDP port interleaved setting
msm: msm_bus: Add NULL pointer checks
msm: msm_bus: Explicitly clear client requests before removal
msm: msm_bus: Correct the return value from register-client
msm: pm-data: Enable powercollapse/suspend_enabled for non-boot cpus
sched: Reset rq->next_interval before going idle
hrtimer: Prevent hrtimer_enqueue_reprogram race
sched: fix reference to wrong cfs_rq
sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s
sched: change WARN_ON_ONCE to WARN_ON in try_to_wake_up_local()
msm: move printk out of spin lock low_water_lock
msm: pm: Add support to query cpu status
mako: Add support to query cpu status
mmc: Urgent request support
msm_fb: hdmi: Resolution modes on HDMI
remove compilation error by changing int to uint32_t
video: msm: external: Limit HDMI to standard resolutions
# VM-Tweaks
echo "4096" > /proc/sys/vm/min_free_kbytes;
echo "0" > /proc/sys/vm/oom_kill_allocating_task;
echo "0" > /proc/sys/vm/panic_on_oom;
echo "0" > /proc/sys/vm/laptop_mode;
echo "0" > /proc/sys/vm/swappiness;
echo "50" > /proc/sys/vm/vfs_cache_pressure;
echo "90" > /proc/sys/vm/dirty_ratio;
echo "1" > /proc/sys/vm/overcommit_memory;
echo "4" > /proc/sys/vm/min_free_order_shift;
echo "1" > /proc/sys/vm/oom_dump_tasks;
echo "0" > /proc/sys/vm/swappiness
echo "1000" > /proc/sys/vm/dirty_writeback_centisecs;
echo "500" > /proc/sys/vm/dirty_expire_centisecs;
echo "8" > /proc/sys/vm/page-cluster;
echo "3" > /proc/sys/vm/drop_caches
# File-System
echo "10" > /proc/sys/fs/lease-break-time;
echo "32000" > /proc/sys/fs/inotify/max_queued_events;
echo "524288" > /proc/sys/fs/file-max;
echo "256" > /proc/sys/fs/inotify/max_user_instances;
echo "10240" > /proc/sys/fs/inotify/max_user_watches;
# Kernel-Tweaks
echo "1000000" > /proc/sys/kernel/sched_min_granularity_ns;
echo "18000000" > /proc/sys/kernel/sched_latency_ns;
echo "3000000" > /proc/sys/kernel/sched_wakeup_granularity_ns;
echo "0" > /proc/sys/kernel/panic;
echo "1" > /proc/sys/kernel/panic_on_oops;
echo "64000" > /proc/sys/kernel/msgmni;
echo "64000" > /proc/sys/kernel/msgmax;
echo "4096" > /proc/sys/kernel/shmmni;
echo "2097152" > /proc/sys/kernel/shmall;
echo "536870912" > /proc/sys/kernel/shmmax;
echo "524288" > /proc/sys/kernel/threads-max;
echo "500 512000 64 2048" > /proc/sys/kernel/sem;
echo "0" > /proc/sys/kernel/sched_child_runs_first;
# Network Tweaks
echo "524288" > /proc/sys/net/core/rmem_max;
echo "524288" > /proc/sys/net/core/wmem_max;
echo "6144 87380 524288" > /proc/sys/net/ipv4/tcp_rmem;
echo "1" > /proc/sys/net/ipv4/tcp_tw_recycle;echo "6144 87380 524288" > /proc/sys/net/ipv4/tcp_wmem;
fs/sync: Make sync() satisfy many requests with one invocation
Revert "input: lge: use the old 100px finger movement code for CPU frequency”
Revert "drivers: input: disable onlining the second core on screen touch”
Revert "drivers: input: clean up the boospulse call detection funtion."
Revert "drivers: input: instead of calling boostpulse every touch input...”
lge_touch_core: Simpler method of boosting the cpu frequency on touch
intellidemand: Activate Touch Boost
ondemand: Set boosfreq to 1242mhz (for Touch Boost)
cpufreq: intellidemand: Change optimal_freq to 1242mhz
cpufreq: ondemand: Set optimal_freq to 864mhz and sync_freq to 1350mhz
intellidemand: Tweak some values
delete ("/system/lib/hw/power.msm8960.so"); (im UpdaterScript)
msm_fb: display: fix the hang issue caused by solidfill pipe
msm_fb: display: add mfd null pointer and mfd panel_power_on checks
msm: mdp: Do not wait for vsync for command mode panel
msm_fb: Set timeline threshold for command mode to 2
Revert "msm: mdp: Update sync pt. behaviour"
msm: display: command mode panel release fence
msm: mdp: Update sync pt. behaviour
msm: mdp: Change msmfb kworker to kthread
intellidemand: Set Optimal-Freq back to 1242mhz (testing)
ondemand: Set boostfreq to 1026mhz (1242mhz is maybe to high)
intellidemand: Set Sync_Freq backt to 702mhz
acpuclock: Deactivate 864mhz
Revert "cpufreq: smartmax: Test ideal freq 864mhz (we don't need 1026…
ondemand: Set Sync_Freq back to 702mhzsound/soc/codecs/wcd9310.c: expose additional controls
cpufreq: conservative: Enable load tuning (thx myfluxi) (reverted
Revert "arm: mako_hotplug: Add intermediate load level"
Revert "mako_hotplug: Pull check routine optimizations from franco git"
Revert "mako_hotplug: Pull Chalhoubs circular buffer from franco git"
Revert "mako_hotplug: Properly set cpu freq policy on suspend/resume"
cpufreq: Introduce governor load tuning
Revert "mako_hotplug: Resume late from early suspend"
Revert "mako-hotplug: Fixup funtion declaration"
Revert "arm: mako_hotplug: Stop spamming the kernel log buffer"
Revert "arm: mako_hotplug: Unify drivers, Lindent, cleanup interface"
Revert "arm: mako_hotplug: Fix section mismatch"
Revert "arm: mako_hotplug: Import from francoKernel"
ARM: add auto hotplug driver
arm: auto hotplug - wrap all pr_info into the existing debug mode so we
auto_hotplug: enhancements
auto_hotplug: enhancements (rev 2)
auto_hotplug: enable the min_online_cpus value
auto_hotplug: enhancements (rev 3)
auto_hotplug: parameter validation for max_online_cpus
auto_hotplug: stack the deck on auto_hotplug_late_resume to get things
auto_hotplug: rev 4 - let's lean a little more towards performance.
auto_hotplug: Set min cores online to "2" and onlining all cores usin…
Revert "cpufreq: interactive: Enable userspace control for load tuning"
cpufreq: ondemand: Enable userspace control for load tuning
Revert "cpufreq: boost the sampling rate on touch event"
cpufreq: boost the sampling rate on touch event
config: Activate auto_hotplug
Revert "mako: Add support to query cpu status"
Revert "msm: pm: Add support to query cpu status"
Revert "msm: pm-data: Enable powercollapse/suspend_enabled for non-bo…
Revert "msm: pm: Add support for retention on each core"
Revert "msm: hotplug: wait for hotplug completion event from secondar…
Revert "msm: spm: set vdd directly for current cpu"
auto_hotplug: Add suspend_freq
auto_hotplug: Tweaks for battery / Allow higher enable_load_threshold…
cpufreq: ondemand: Fix the boostpulse interface (again)
lge_touch_core: Do not boost touch while suspended
Revert "touch_synaptics: Loop until i2c is awake (thx myfluxi)"
Revert "touch_synaptics: Add delay to init function"
Revert "touch_synaptics: i2c read delay is only needed while suspended"
Revert "touch_synaptics: Give i2c a little time to wakeup, fix sweep2…
touch_synaptics: Loop until i2c is awake
sweep2wake: Cleanup (thx myfluxi)
sweep2wake: disable as default for now
kernel: cgroup_timer_slack: Adaptations for 3.4 kernel
writeback: Fix occasional slow sync(1)
binfmt_elf.c: use get_random_int() to fix entropy depleting
mmc: msm_sdcc: check for pending_resume in SDCC system suspend
sound control 3.x: Initial GPL release for WCD9310 Audio Codec
config: Use XZ instead of GZIP
freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processes
block: cfq: merge tweaked tunables.
cpufreq: interactive: Set hispeed_freq to 1026mhz
mach-msm: subsystem_restart: Fix CPU detection
board_mako: Adjust throttle temp
touchscreen: tweak some initialization parameters for better UI response
Accuracy Filter Control: export accuracy filter items to userspace
input: touchscreen: change filter parameters courtesy of viking37.
---><-----><------><------><------><------><-------><-----><
-------------------------------------------------------------------------
<<Ultimate Hells Core Development starts now>>
Build Number : v37t1
Added GPU OC to 487Mhz and tweaked it (credits to faux)
---------------------------------------------------------------------------
New Build Numbers : Beta 1
Added reworked blx (credits mathkid95)
Added new build flags
Added/ build with own tool chain
----------------------------------------------------------------------------
New Build Number : Beta 2
-Fixed acpuclock-8064.c (aznrice2k4 )
-New GPU OC config
-CPU OC to 1823MHz (parts used from engstk)
-Max normal freq is 1500mhz
-Fixed blx
-Other minor tweaks and fixes
Downloads​
Flash at your own risk !
--------------------------------------------------------------------------------------
-- First Release -- v37
Build by hells, next builds will be build by me
DOWNLOAD THE BEAST
JSS is stable / JWR has Screen tearing​-----------------------------------------------------------------------------------------
Hey, so here is a build which was compiled by me !
Its now Beta 1 !
DOWNLOAD NEW BEAST​
Code:
Changelog:
New Build Numbers : Beta 1
Added reworked blx (credits mathkid95)
Added new build flags
Added/ build with own tool chain
-----------------------------------------------------------------------------------------
Hey , so finally with the help of my good old friend aznrice2k4 I got it to compile
No testers needed, I tested it
Build Number : Beta 2 (stable)
Changelog:
-Fixed acpuclock-8064.c (aznrice2k4 )
-New GPU OC config
-CPU OC to 1823MHz (parts used from engstk)
-Max normal freq is 1500mhz
-Fixed blx
-Other minor tweaks and fixes
Download new Beast​
Thanks to hellsgod for the kernel base and the help !
Also thanks to him for this build , since I had some errors with my build server !
Credits:
>>hellsgod
>>faux123
>>morfic
>>franciscofranco
>>engstk
>>mathkid95
>>aznrice2k4
>>molesarecoming for color profiles
>>Birdman and Goo.im for Buildserver
>>One2thTEXAN for banners
>>BytecodeMe for helping
>>cpu999 for helping
>>Oblikas for helping​
If someone feels bad because I forgot him ->PM me
​
Here are 2 bootanimations made for this kernel by One2thTEXAN
Download
Use this Banner made by One2thTEXAN to show support
Or use mine from #1 post
[/CENTER]
What? Hellscore is here.. Wowww :thumbup:
Sent from my Nexus 4 using Tapatalk 4
Nice man ! So many toys to play...this why I love nexus !!!:thumbup::thumbup:
welcome! really good kernel.
No download links?
TrOjAn
AndrolinRoot said:
Features of this Kernel​
Code:
:::4.3 starts from::::
<<Main Features from 4.2 which are mostly also in 4.3>>
ROW Scheduler (default)
SIO
Color profiles
ARM Auto Hotplug
Scheduler-optimizing
-100MV undervolt
UV Interface
288mhz as "low freq"
some not used freq. are removed
faux Sound Control
faux Speaker Amp Control
faux Gamma Control with motley's tweak to get it working with trickstermod
dynamic fsync
USB Force Fast Charging
mako_hotplug 2 (thx myfluxi, franciscofranco)
Scheduling Patches
rq Patches
lmk Patches
pm Patches
S2W Fix (thx myfluxi)
GPU Patches
Charger / Battery Patches
HSIC Patches
O2 optim.
O3 optim.
workqueue Patches
<<I dont remember all>>
<<Ultimate Hells Core Development starts now>>
Added GPU OC to 487Mhz and tweaked it (credits to faux)
What comes next / feature requests
>>BLX from Matrix<<​
Click to expand...
Click to collapse
What changes are done in Sleep to wake
& where is the download link
Here comes another toy. =w= Devil snickers~
Hell yeah, had to use google translate every version lool..
thanks for this amazing kernel
Download the beast !
Download hells porn
How's the battery life?
I always wanted to do that.... lol
playya said:
How's the battery life?
I always wanted to do that.... lol
Click to expand...
Click to collapse
If you dont set your min freq. to 1512mhz its super
Finally no more speaking german on the original thread Thnx for bringing hells core tot xda!!!!
Verstuurd vanaf mijn Nexus 4 met Tapatalk 4
AndrolinRoot said:
If you dont set your min freq. to 1512mhz its super
Click to expand...
Click to collapse
Ahhh sooky sooky now gonna test this puppy now...lol damn and I was hoping I could set to 1512... Lol
Serious note good stuff and Thx for the contribution
So far so good...
Tested Touch Control & it works :victory:
Performance is good..Now to test the battery life
Glad to this kernel in the N4 XDA section! Cool
Guys you should know I use his kernel as base and dont maintain it !
If you want features write them here and I will look into them
Nice, testing now

[KERNEL][4.3][JWR][AK-Piasek.FIVE.JW][AK-Based][18-11]

I put on because no one supports kernel for Android 4.3
These kernels were already in the topic AK but they were buried under more recent posts.
Still I am using Android 4.3 and I will try to upgrade the kernel as long as I did not come out interesting custom ROM on Android 4.4
So far, two editions came out of my kernel:
AK-Piasek.ONE.JW
Based on AK.103.JW
Changelog:
Revert: linux/mm: set MAX_READAHEAD 768, MIN_READAHEAD 32
cyanogen_mako_defconfig: default INTELLIDEMAND
Linux 3.4.68
USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined
wireless: radiotap: fix parsing buffer overrun
writeback: fix negative bdi max pause
Ext3: return 32/64-bit dir name hash according to usage type
net: dst: provide accessor function to dst->xfrm by vyasevich
connector: use nlmsg_len() to check message length
farsync: fix info leak in ioctl
ipv6: restrict neighbor entry creation to output flow
can: dev: fix nlmsg size calculation in can_get_size()
ipv4: fix ineffective source address selection
net: heap overflow in __audit_sockaddr()
proc connector: fix info leaks
net: mv643xx_eth: fix orphaned statistics timer crah and update stati...
net: do not call sock_put() on TIMEWAIT sockets
tcp: do not forget FIN in tcp_shifted_skb()
tcp: must unclone packets before mangling them
config: Remove unused MEDIA_TUNER option
cyanogen_mako_defconfig: enable KALLSYMS and MODULES
net: flow: Prevent bringing up new CPUs during per-CPU initialization
crypto: msm: Fix Uninitialized flags
deleted faux gamma control and add Franco gamma control
AK-Piasek.TWO.JW
Based od AK-Piasek.ONE.JW
Changelog:
Support Trickster MOD GPU Governor control
cpufreq: intellidemand: add new power_suspend pm driver
cyanogen_mako_defconfig: enable POWERSUSPEND
powersuspend: new pm kernel driver for android w/o early_suspend
cpufreq: intellidemand: update two_phase_freq to 1242Mhz
cpufreq: intellidemand: update to version 4.4 Nexus 5
msm: kgsl: Add touchboost to trustzone governor
AK-Piasek.THREE.JW
Based od AK-Piasek.TWO.JW
changelog:
cyanogen_mako_defconfig: enable EXT4_USE_FOR_EXT23
add new hotplug governor from Faux123 N5 Kernel
SELinux: include definition of new capabilities
cyanogen_mako_defconfig: disable IP_PNP
cyanogen_mako_defconfig: enable JUMP_LABEL
cyanogen_mako_defconfig: enable HEAP RANDOMIZATIONS
msm: acpuclock: Add more frequencies and reduce Overclock
cpufreq: cleaning all unused code for intellidemand and cpufreq drivers
AK-Piasek.FOUR.JW
Based od AK-Piasek.THREE.JW
changelog:
Linux 3.4.69
drm/radeon/atom: workaround vbios bug in transmitter table on rs780
drm: Prevent overwriting from userspace underallocating core ioctl st… …
mm: fix aio performance regression for database caused by THP
aacraid: missing capable() check in compat ioctl
lib/scatterlist.c: don't flush_kernel_dcache_page on slab page
xtensa: don't use alternate signal stack on threads
uml: check length in exitcode_proc_write()
Staging: bcm: info leak in ioctl
staging: ozwpan: prevent overflow in oz_cdev_write()
ASoC: dapm: Fix source list debugfs outputs
ASoC: wm_hubs: Add missing break in hp_supply_event()
ALSA: hda - Add a fixup for ASUS N76VZ
parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAM
clockevents: Sanitize ticks to nsec conversion
md: Fix skipping recovery for read-only arrays.
libata: make ata_eh_qc_retry() bump scmd->allowed on bogus failures
can: flexcan: flexcan_chip_start: fix regression, mark one MB for TX … …
jfs: fix error path in ialloc
USB: quirks: add touchscreen that is dazzeled by remote wakeup
USB: quirks.c: add one device that cannot deal with suspension
USB: support new huawei devices in option.c
kernel/power/powersuspend: default to userspace for now
kernel/power/powersuspend: add back userpace control w/ default kernel
kernel/power/powersuspend: remove userspace dependency from powersuspend
cyanogen_mako_defconfig: remove old logic for power saving with MC an…
intellidemand: enable touch boost for new touch screen device
intelli_plug: revert to aggressive hotplug - bump to v2.0
changed intelli_plug sampling rates and bump to version 2.0
AK-Piasek.FIVE.JW
Based od AK-Piasek.FOUR.JW
Changelog:
Undervolting
acpuclock-8064.c: add cpufreq and reduce OC
msm: vidc: Initialize kernel space stack variables
Add internal bool for snd_pcm struct
ALSA: fix oops in snd_pcm_info() caused by ASoC DPCM
cyanogen_mako_defconfig: enable INTELLI_THERMAL
intelli: thermal: fix stats calculations
intelli: thermal: initial coding for Qualcomm S4 Pro devices
jiffies conversions: Use compile time constants when possible
intelli_plug: use a context safe function call instead
Revert intelliplug: add mutext protection around input work
pm8921-charger: Remove stupid message
ARM: kernel: update topology to use new MPIDR macros
ARM: kernel: enhance MPIDR macro definitions
ARM: 7482/1: topology: fix section mismatch warning for init_cpu_topology
ARM: 7463/1: topology: Update cpu_power according to DT information
ARM: 7462/1: topology: factorize the update of sibling masks
ARM: 7461/1: topology: Add arch_scale_freq_power function
vfp: makefile: compile with neon optimization
cpufreq: interactive: remove unused code for boostpulse chown
Source:
Github
As soon as I find some free time surely will release the next edition of my Kernel
I use this kernel on a daily basis and I have no problem.
As a formality, will bear no liability for any damage and installs my kernel at your own risk.
reserved
reserved last one
deleted
This is awesome, thank you for this man. Much appreciated
Are the one two and three different versions or updated ones? Which one do you use?
Sent from my Nexus 4 using Tapatalk
nadavar said:
Are the one two and three different versions or updated ones? Which one do you use?
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
I use latest version (three). Every newer version is updating previous
In next update i think add double tap 2 wake and lower voltages
Keep it up with this good work my friend .. im very happy to see your own thread.
anarkia1976 said:
Keep it up with this good work my friend .. im very happy to see your own thread.
Click to expand...
Click to collapse
Thanks for your help and support
Will there be a CM kernel?
Really like this kernel so far.
just out of curiosity, what cpu and gpu gov do you use?
does it come tweaked out of the box? because the default gov was ondemand when i flashed it.
Thanks!!
nadavar said:
Really like this kernel so far.
just out of curiosity, what cpu and gpu gov do you use?
does it come tweaked out of the box? because the default gov was ondemand when i flashed it.
Thanks!!
Click to expand...
Click to collapse
I use intellidemand for CPU and interactive for GPU. Default settings governors on Cpu is intellidemand and GPU ondemand. If you have differend you should deleting data for CPU control app.
AK-Piasek.FOUR.JW
Based od AK-Piasek.THREE.JW
changelog:
Linux 3.4.69
drm/radeon/atom: workaround vbios bug in transmitter table on rs780
drm: Prevent overwriting from userspace underallocating core ioctl st… …
mm: fix aio performance regression for database caused by THP
aacraid: missing capable() check in compat ioctl
lib/scatterlist.c: don't flush_kernel_dcache_page on slab page
xtensa: don't use alternate signal stack on threads
uml: check length in exitcode_proc_write()
Staging: bcm: info leak in ioctl
staging: ozwpan: prevent overflow in oz_cdev_write()
ASoC: dapm: Fix source list debugfs outputs
ASoC: wm_hubs: Add missing break in hp_supply_event()
ALSA: hda - Add a fixup for ASUS N76VZ
parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAM
clockevents: Sanitize ticks to nsec conversion
md: Fix skipping recovery for read-only arrays.
libata: make ata_eh_qc_retry() bump scmd->allowed on bogus failures
can: flexcan: flexcan_chip_start: fix regression, mark one MB for TX … …
jfs: fix error path in ialloc
USB: quirks: add touchscreen that is dazzeled by remote wakeup
USB: quirks.c: add one device that cannot deal with suspension
USB: support new huawei devices in option.c
kernel/power/powersuspend: default to userspace for now
kernel/power/powersuspend: add back userpace control w/ default kernel
kernel/power/powersuspend: remove userspace dependency from powersuspend
cyanogen_mako_defconfig: remove old logic for power saving with MC an…
intellidemand: enable touch boost for new touch screen device
intelli_plug: revert to aggressive hotplug - bump to v2.0
changed intelli_plug sampling rates and bump to version 2.0
AK-Piasek.FIVE.JW
Based od AK-Piasek.FOUR.JW
Changelog:
Undervolting
acpuclock-8064.c: add cpufreq and reduce OC
msm: vidc: Initialize kernel space stack variables
Add internal bool for snd_pcm struct
ALSA: fix oops in snd_pcm_info() caused by ASoC DPCM
cyanogen_mako_defconfig: enable INTELLI_THERMAL
intelli: thermal: fix stats calculations
intelli: thermal: initial coding for Qualcomm S4 Pro devices
jiffies conversions: Use compile time constants when possible
intelli_plug: use a context safe function call instead
Revert intelliplug: add mutext protection around input work
pm8921-charger: Remove stupid message
ARM: kernel: update topology to use new MPIDR macros
ARM: kernel: enhance MPIDR macro definitions
ARM: 7482/1: topology: fix section mismatch warning for init_cpu_topology
ARM: 7463/1: topology: Update cpu_power according to DT information
ARM: 7462/1: topology: factorize the update of sibling masks
ARM: 7461/1: topology: Add arch_scale_freq_power function
vfp: makefile: compile with neon optimization
cpufreq: interactive: remove unused code for boostpulse chown

[KERNEL] [SM-N915 S-K-L Exynos 5433] [14 Mar] SkyHigh TW Kernel [v2.5] [Synapse ++]

[KERNEL] [SM-N915 S-K-L Exynos 5433] [14 Mar] SkyHigh TW Kernel [v2.5 FINAL] [Synapse ++]
I DO NOT SUPPORT THIS KERNEL OR THREAD ANY LONGER, SO PLEASE FLASH AT YOUR OWN RISK AND DO NOT PM FOR HELP or Q&A. ANY USER or DEV KANG THIS KERNEL WITHOUT PERMISSION WILL BE REPORTED
Click to expand...
Click to collapse
** I WILL NOT BUILD FOR ANY DEVICES THAT I CAN NOT PERSONALLY TEST & DEBUG. DON'T ASK, BECAUSE YOU WILL BE IGNORED !! I DON'T USE A SNAPDRAGON DEVICE .... **.
Let get it straight, I am not a real Developer, but I am UpInTheAir, former part time kernel “hack” of SM-T700/705/T800/805, SM-N9005 LTE, SGT 7.7 JB & ICS Kernels. I now share with you my Exynos 5433 TW SM-N915 S-K-L kernel compiled & modified from official Samsung sources.
* I don't pretend to know everything, so if you can be constructive and help out this project, please do so. You will find allot of answers by searching gitHub, XDA and GOOGLE Just like I do …......
>> SCREENSHOTS << from v1.4 : might not be always up-to-date ! Only 20x screenshot allowed to attach
FEATURES
Based on official Samsung source: N915SKSU1ANK5
ramdisk source:
Built with ARM Toolchain GCC 4.9 (SaberMod 4.9.3 20150117)
Patched to Linux 3.10.19
ARM: full neon-vfpv4 support & compile with -mfpu=neon-vfpv4 + optimizations
KNOX WARRANTY VOID: 1
SELinux PERMISSIVE (for Titanium Backup and other apps to work correctly)
TIMA disabled
adb insecure
init.d script support (drop in script & set permissions to 755 or 777 and reboot)
busybox v1.22.0-Dream-IRC installed to /sbin
Possible Screen Mirroring / AllShare Cast fix
Secure storage = false (should prevent WIFI settings & passwords wiping on flash)
Register any S-View cover as authentic (untested on after-market covers, OEM flip cover stills works after patch)
Synapse app support for many kernel configurations + more !!
Many descriptions are in the app ! If you require more info, don't be lazy, please SEARCH like I did !
SYNAPSE FEATURES
ABOUT
Up time
Total
Sleep
Awake​
CPU STATS
Sensor temperatures
A57 big Cores
time in state
unused frequencies​
A53 LITTLE Cores
time in state
unused frequencies​
CPU FREQ
A57 big Cores
live frequency
MAX: 2000 MHz (stock/default = 1900 MHz)
MIN: 500 MHz (stock/default = 700 MHz)​
A53 LITTLE Cores
live frequency
MAX: 1500 MHz (stock/default = 1300 MHz)
MIN: 200 MHz (stock/default = 400 MHz)​
CPU VOLT
A57 big Cores voltage control
A53 LITTLE Cores voltage control
CPU GOV
CPU governor
interactive (default)
on-demand
conservative
performance​
CPU governor tunables
DEVFREQ
CPU internal freq voltage control
Memory freq voltage control
ISP (Image Signal Processor) voltage control
GPU
Current clock freq
Time in state
GPU power policy control
coarse_demand (default)
demand
always_on​
GPU frequency control [100-160-266-350-420-500-550-600-700-730]
Default: 160 - 600 MHz (stock)
Max: 730 MHz (700-730 MHz may not be stable for all devices)
Min : 100 MHz (battery)​
GPU VOLT
GPU voltage control
IO
I/O Schedulers
BFQ (default - tweaked for SSD)
DEADLINE (tweaked for SSD)
FIOPS
CFQ
NOOP
ROW​
Storage read-ahead (1024 KB)
General IO tuneable
Add random
IO stats
Rotational
No merges
RQ Affinity​
I/O scheduler tunables
MEMORY
Memory state
Total
Free​
Kernel SamePage Merging (KSM)
KSM stats
Pages to Scan
Scan Delay Interval
Deferred Timer​
Dynamic Fsync control (default enabled)
Dynamic management of dirty page writebacks
Active
Suspend​
Virtual Memory
VNSWAP control
ZSwap memory pool control
Adaptive Dirty Background Ratio on Suspend / Resume
Adaptive Dirty Ratio on Suspend / Resume
Drop caches (Clear VFS cache after boot)
Laptop Mode
Swapiness
Adaptive VFS Cache Pressure on Suspend / Resume​
ADVANCED
Low Menory Killer Profiles
Low
Medium
Default
Agressive
Exterminate​
Low Memory Killer minfree tuning (OOM LMK)
Management of not killable processes whitelist
system apps
user apps​
Entropy
Gentle Fair Sleepers control (disabled)
Arch Power control (enabled)
randomize_va_space control
POWER SUSPEND
Autosleep_hook
Userspace_trigger
DisplayPanel_trigger
Hybrid_hook (default) uses Autosleep & DisplayPanel​
PowerSuspend State
PowerSuspend version
AUDIO
(WolfsonMicro Sound Control by AndreiLux)
Headphone amplification
Left channel volume
Right channel volume
Mono mixer​
Speaker amplification
Main speaker volume
Earpiece volume
Privacy mode​
HP equalizer settings
SP DSP settings
SP equalizer settings
SCREEN
LCD reduce power
Sweep2Sleep
LED
LCD brightness
Bright light environment
Low light environment​
LED notification delay
Delay ON
Delay OFF​
Fade in/out (ramp) time period
Ramp control
Fade-in
Fade-out​
Test
Test notification
Stop notification​
NETWORK
TCP congestion control
All available enabled.
Default = westwood+​
Screen mirror/allshare cast fix control (enabled)
Clean WIFI Lease
WiFi Power Mode While Screen-On/Off
Force Off
Off
Fast (default = screen ON)
Max (default = screen OFF)​
WiFi DTIM Interval While Screen-On/Off
TCP/IP network security
TCP/IP network speed (enabled)
3G DNS speed & security tweak
Google, OpenDNS, Comodo, Level3, Norton_DNS, Smart_Viper​
IVP6 Optimistic Detection
optimistic_dad (enabled)
use_optimistic (enabled)​
USB
MTP mode
PTP mode
UMS (USB Mass Storage) mode
CD ROM emulation (DriveDroid)
USB_KEYBOARD-MOUSE
SECURITY
KNOX control
NO_ACTION (default)
Disabled
Enabled​
SELinux
Force Audit control​
BATTERY
Battery info
Fast charge control
Use MTP
Screen ON current limit
Set AC custom charge level
Set USB custom charge level
Set WIRELESS custom charge level
Failsafe​
Battery SCALING calibration (fuel gauge reset)
FS (File System)
Display FS Type
FS Controls
remount System r/w r/o
remount RootFS r/w r/o​
SPI CRC settings control (disabled)
Optimise Databases (SQLite3)
File System Trim
Wipe Options
cache reboot
dalvik-cache reboot
cache & dalvik-cache reboot
clipboard cache
tombstones​
SYSCTL
FS SYSCTL
Kernel SYSCTL
Net SYSCTL
VM SYSCTL
BACKUP & RESTORE
Name - Restore - Delete - Backup
profiles
kernel image​
REBOOT
Reboot device
Recovery Mode
Download Mode
Power Off
Clear Synapse Data
Restart Synapse
LOGS
Android logger control (disabled)
logcat
Kernel logger printk control (dmesg)
dmesg
last_kmsg
INFO
lzo kernel compression
Reduced logging
Various ext4 & mm tweaks
Use faster memcopy & string use glibc version
optimized SLUB memory allocator
HAVE_EFFICIENT_UNALIGNED_ACCESS
F2FS support in source (not tested)
exFAT FS support
NTFS R/W support with app
CIFS support (not tested)
Frandom
mount partitions NOATIME and NODIRATIME by default
WIFI: filter multicast packages while suspended
/proc/.config.gz support
CRYPTO_SHA1_ARM_NEON, CRYPTO_SHA512 & CRYPTO_SHA512_ARM_NEON
NVIDIA power efficiency patches
Low Memory Killer tweaks
Entropy tweaks
CLEANCACHE
Microsoft X-BOX gamepad controller in-built module
Much more - check source commits & change-log
CREDITS
* My family !!
* Chainfaire - root & SuperSU
* AndreiLux - years of support for Exynos development and his various kernel features + Synapse app
* halaszk88 - patches I've adapted to many of my kernels
* apb_axel - I adapted and used many of the Synapse controls to suit my kernels
* XDA
* Samsung OSRC
* and many others!
* check github source credits
* IF I'VE FORGOTTON ANYONE, PLEASE DON'T BE SHY AND SPEAK UP, THANKS
XDA:DevDB Information
SM-N915 S-K-L Exynos 5433 TW Kernel, Kernel for the Galaxy Note Edge
Contributors
UpInTheAir
Source Code: https://github.com/UpInTheAir/SM-N915/commits/SkyHigh
Kernel Special Features: Synapse ++
Version Information
Status: Abandoned
Current Stable Version: v2.5 FINAL
Stable Release Date: 2015-03-14
Current Beta Version: 1.0
Beta Release Date: 2014-11-17
Created 2014-11-17
Last Updated 2015-04-14
Requirements - Installation & Download
** DISCLAIMER : FLASH AT YOUR OWN RISK **
WARNING :
* Under-volting can cause instability
* Over-clocking can cause freeze/reboot, heat & damage to CPU, GPU or other hardware
* Any customizations may void warranty
* May not be suitable for your device or customizations
* UpInTheAir is NOT responsible, the person you see in the mirror is !
REQUIREMENTS
Watch >> THIS <<
SM-N915 S or K or L Exynos 5433 device
TW Kit Kat 4.4.4
Rooted
CWM recovery
CHANGE-LOG
v2.5 [14-March-2015]
ramdisk :
Synapse: GPU: add Clock control
Synapse: GPU: move Voltage control to it's own seperate tab
Synapse: GPU FREQ: add new tab and adjusted for new 700 & 730 MHz OC frequencies
Synapse: MEMORY: KSM: add Number of Full Scans
sbin: init.rc: set min/max GPU stock boot freq as default (160/600 MHz)
kernel :
GPU-MALI-T760: Added GPU clock control interface [halaszk]
MALI: ported some stuff from UltimateKernel
GPU: Make 730 MHz available and set as max (max default is stock 600 MHz)
GPU: reduce throttle levels (levels were increased from UltimateKernel patch, decreased but still higher than stock)
Modify the versioning code to shrink up the length
v2.4 [11-March-2015]
ramdisk :
Synapse: SECURITY: add SELinux Audit control
Synapse: LOGS: add printk (kernel dmesg) control
Synapse: tidy up & a few other minor things
Synapse: FS: add SPI CRC Settings control (already disabled by default in source)
Synapse: FS: add FSTrim push button
Synapse: FS: add Wipe Options - Wipe Cache Reboot, Wipe Dalvik-Cache Reboot, Wipe Cache & Dalvik-Cache Reboot, Wipe Clipboard Cache, Wipe Tombstones
Synapse: BACKUP RESTORE: FIX backups not being restored
Synapse: BACKUP RESTORE: rework and now able to add names to Profile and Kernel Backups !!
Synapse: MEMORY: change dirty_ratio & dirty_background_ratio to Adaptive and update descriptions.
sbin: SkyHigh.sh: Do not kill system and user app processes enabled by default
sbin: SkyHigh.sh: added some default processes
kernel :
drivers/mmc: spi CRC configurable
Makefile: implement CCACHE properly
sched: Set MC (multi-core) sched domain's busy_factor attribute to 1
printk: Add sys kernel interface to configure linux printk logging
printk: make sysfs kernel interface compatible with Synapse app
SELinux: add force_audit sysfs node to enable logging of dontaudit
Makefile: change to arm-eabi-4.9 toolchain (SaberMod 4.9.3 20150117)
cpufreq: interactive: Fix compiler Werror in GCC 4.9
max77843_charger: increase wireless type max siop level to max custom charging level
Makefile: Fix gcc-4.9.0 miscompilation of load_balance() in scheduler
Makefile: optimize flags
block: recursive merge requests
mm: Adaptive Dirty Background Ratio & Dirty Ratio for suspend/resume
config: enable ADAPTIVE_DIRTY_BACKGROUND_RATIO & ADAPTIVE_VM_DIRTY_RATIO
mm: adjust dirty_background ratio to mirror ramdisk
mm: adjust swappiness value to mirror ramdisk
fs: make ADAPTIVE_VFS_CACHE_PRESSURE compile optional
config: enable ADAPTIVE_VFS_CACHE_PRESSURE
net: wireless: bcmdhd4354: Fixed failure to enter PS mode while roaming in suspend
cpufreq: exynos: increase EGL max voltage
v2.3.1 [03-February-2015]
kernel :
sound-control: Circumvent microphone usage of equalizers. This fixes silent microphones when talking in speakerphone mode [AndreiLux]
v2.3 [02-February-2015]
ramdisk :
synapse: SYSCTL: rework to basic layout. add seperate FS-KERNEL-NET-VM (if you don't understand what each does, don't touch)
synapse: ADVANCED: add Arch Power control (enabled)
synapse: NETWORK: add IVP6 Optimistic Detection (enabled)
kernel :
net: wireless: bcmdhd4358: reduce kernel logging
page_alloc: Make watermarks tunable separately
powersuspend: various patches/fixes
lib/lzo: huge LZO decompression speedup on ARM by using unaligned access (not using lzo compression though)
usb: gadget: check for accessory device before disconnecting HIDs
ipv6: clean up anycast when an interface is destroyed
xt_qtaguid: Use sk_callback_lock read locks before reading sk->sk_socket
ARM: compile KERNEL_MODE_NEON with -mfpu=neon-vfpv4
Makefile: various (experimental) kernel build optimizations
sched: Add controls for sched features
dyn_sync_cntrl: FIX: add missing patch to fs/sync.c
ARM: compile vfp with softfp
v2.2 [30-January-2015]
ramdisk :
synapse: NETWORK: FIX apply/discard bug for TCP speed/security & 3G DNS tweaks
synapse: NETWORK: add Screen mirror/allshare cast fix control
synapse: NETWORK: set TCP/IP Network Speed tweak "Enabled" by default
Synapse: LED: LED control is back with added controls (still don't think brightness control actually works, but other controls tested OK)
kernel :
clk-exynos5433: Added missing 100MHz value for pll_g3d_rate_table
LEDS: max77843: fixed missing store functions in LED control!
LEDS: max77843: Added fade compatibility for LightManager sw.
LEDS: max77843: Added LED Fading on/off control
add support for FIDTRIM, a best-effort ioctl for deep discard trim
various SELinux patches
v2.1 [27-January-2015]
ramdisk :
Synapse: ADVANCED: add LMK profiles
Synapse: BATTERY: add battery scaling re-calibration instructions
Synapse: MEMORY: add KSM stats
Synapse: MEMORY: add Drop caches (default enabled)
Synapse: AUDIO: somes fixes
Synapse: NETWORK: add Clean WIFI Lease
kernel :
Block: add ROW I/O scheduler
various block & elevator patches & fixes to get ROW IO scheduler to compile
fix section mismatch
v2.0 [20-January-2015]
ramdisk :
Synapse: ADVANCED: DO_NOT_KILL LMK whitelist is back!
Synapse: BATTERY: add controls for:
Use MTP
Screen ON current limit
WIRELESS custom charge level​
Synapse: BATTERY: AC Custom Charge Level default increased to 2100 mA/H
kernel :
cpufreq: interactive: use new CPUFREQ_RELATION_C
mm: pass readahead info down to the i/o scheduler
fs: vfat: reduce the worst case latencies
config: enable XPAD support (Microsoft X-BOX gamepad controller)
sched: Implement smarter wake-affine logic
sched/debug: Add load-tracking statistics to task
power: Add option to log time spent in suspend
tcp: enable sockets to use MSG_FASTOPEN by default
kernel/power/powersuspend: FIX: add display panel hooks for powersuspend
kernel/power/powersuspend: add missing version number
CPU unaligned access path
Makefile: enable unaligned access
config: enable HAVE_EFFICIENT_UNALIGNED_ACCESS
fs/dcache.c: Fix the too small buffer for dname
max77843_charger: Updated FAST_CHARGE_VERSION to 1.2
max77843_charger: added support for wireless charger control
lowmemorykiller: FIX: management of not killable processes causing OOM reboot
config: enable ANDROID_LOW_MEMORY_KILLER_DO_NOT_KILL_PROCESS
v1.9 [15-January-2015]
ramdisk :
Synapse: MEMORY: Dynamic FSync control is back! (default = enabled)
Synapse: MEMORY: add Dynamic management of dirty page writebacks control (default = enabled)
Synapse: SYSCTL: remove dirty_writeback_centisecs (now taken care of dynamically)
kernel :
fs/dyn_sync_cntrl: dynamic Fsync control v1.5
config: enable DYNAMIC_FSYNC
mm: Dynamic management of dirty page writebacks
mm: enable Dynamic management of dirty page writebacks by default
config: enable DYNAMIC_PAGE_WRITEBACK
config: enable CLEANCACHE
cpufreq: governor: Be friendly towards latency-sensitive bursty workloads
v1.8 [13-January-2015]
ramdisk :
Synapse: ADVANCED: remove DO_NOT_KILL LMK whitelist
kernel :
cpufreq: interactive: don't skip waking up speedchange_task if target_freq > policy->cur
cpufreq: Introduce new relation for freq selection
Squash 'enhance power efficiency' patches
vfs: fix bad hashing of dentries
selinux: whitelist f2fs
SELinux: Fix memory leak upon loading policy
selinux: just shut up
selinux: fix inode security list corruption
fs: Add a missing permission check to do_umount
kernel: add support for gcc 5
crypto: create generic version of ablk_helper
ARM: pull in <asm/simd.h> from asm-generic
crypto: sha1: add ARM NEON implementation
config: CRYPTO_SHA1_ARM_NEON
crypto: ablk_helper - Replace memcpy with struct assignment
crypto: add crypto_[un]register_shashes for [un]registering multiple shash entries at once
crypto: sha256 - Expose SHA256 generic routine to be callable externally
crypto: sha512 - Expose generic sha512 routine to be callable from other modules
ARM: 8120/1: crypto: sha512: add ARM NEON implementation
config: enable CRYPTO_SHA512 & CRYPTO_SHA512_ARM_NEON
android/lowmemorykiller: remove duplicate <linux/swap.h>
FIX: config: disable ANDROID_LOW_MEMORY_KILLER_DO_NOT_KILL_PROCESS (suspect causing LMK OOM condition and panic reboot)
v1.7 [10-January-2015]
ramdisk :
Synapse: CPUFREQ: remove Power Efficient Workques control
Synapse: MEMORY: remove Dynamic FSync
/sbin/SkyHigh.sh: add NTFS r/o mounting (/mnt/ntfs/). For r/w, use paragon app.
kernel :
HMP: remove SCHED_HMP_LITTLE_PACKING
DYNAMIC_FSYNC: remove trying to eliminate random reboots
WQ_POWER_EFFICIENT: remove trying to eliminate random reboot
cpufreq: exynos: incr KFC max voltage +25mV for stabilty (max = 1225 mV)
v1.6 [04-January-2015]
ramdisk :
init.rc: set some Wolfson audio boot defaults
init.universal5433.usb.rc: remove code so dynamic read-ahead will set 1024 KB default
Code:
on post-fs
# Increase max readahead size to 256 KB
write /sys/block/mmcblk0/queue/read_ahead_kb 256
Synapse: AUDIO: add SP DSP setting control
Synapse: CPUFREQ: add Power Efficient Workques control
Synapse: CPUSTATS: remove A57/53 live freqs
Synapse: CPUFREQ: add A57/53 live freqs (Cores 4/0 )
Synapse: Tidy up descriptions for GPU power policy & DEVFREQ
Synapse: ADVANCED: add Do-Not-Kill Process control
Synapse: add SYSCTL: FS, Net, Kernel, VM
kernel :
block: sysfs: allow non superusers to change I/O scheduler
net: ipv6: Add a sysctl to make optimistic addresses useful candidates
workqueue: add system wide power_efficient workqueues & enable
Fix dynamic read-ahead (1024 KB default)
fs/dyn_sync_cntrl: dynamic Fsync control v1.5 [faux123] & enable
fs/dyn_sync_cntrl: on by default
drivers/staging: configurable android log buffer sizes & set to 256
binfmt_elf.c: use get_random_int() to fix entropy depleting (4096 max)
android/lowmemorykiller: Check all tasks for death pending
android: lowmemorykiller: add lmk parameters tunning code
android/lowmemorykiller: Selectively count free CMA pages
lowmemorykiller: Account for highmem during kswapd reclaim
lowmemorykiller: Don't count reserve page twice
staging: android: lowmemorykiller: Management of not killable processes & enable
v1.5 [30-December-2014]
updater-script :
Remove modem installation
ramdisk :
Synapse: LED: remove controls for now, not working ?
kernel :
Linux 3.10.9-19
Source: SM-N915S_KK_Opensource_Update1 N915SKSU1ANK5
CPU: reduce A53 max freq to 1.5 GHz
v1.4 [28-December-2014]
ramdisk :
init.rc: Create mount-point so Dalvik can mark as slave in zygotes to allow CIFS mounting and other app databases
FIXED slow Synapse load on boot: KNOX: please set to "NO_ACTION" after set Disabled or Enabled. Knox will still be enabled or disabled.
Synapse: add CPU STATS: big.LITTLE CPU freq time in state & unused freq, sensor temps, live freqs
Synapse: add CPU FREQ: A57/53 big.LITTLE voltage controls
Synapse: add DEVREQ: INT, MIF, ISP volatge control
Synapse: add GPU: GPU freq, time in state, power policy control, voltage control
Synapse: IO: added IO scheduler tunables
Synapse: MEMORY: added Laptop Mode control
Synapse: add LED: LED control of high/low brightness
Synapse: add BATTERY: info, fast charge, battery scaling calibration (fuel-gauge reset)
Synapse: add AUDIO: WolfsonMicro Sound Controls (HP amplification needs work)
Synapse: add SCREEN: LCD reduce power, sweep2sleep (needs work)
Synapse: NETWORK: add WiFi Power Mode While Screen-On/Off
Synapse: NETWORK: add WiFi DTIM Interval While Screen-On/Of
Synapse: NETWORK: add TCP security tweak
Synapse: NETWORK: add TCP speed tweak
Synapse: NETWORK: add 3G DNS speed & security
Synapse: USB: CR ROM emulation (DriveDroid app)
Synapse: REBOOT: added Restart Synapse button
Synapse: INFO: added asv_group
Synapse: Lots of clean up of code and remnants of old files
Synapse: Tidy up of layout, added/remove/move tabs and features about
kernel :
touchscreen: add sweep2sleep
config: enable SWEEP2WAKE
Forced Fast Charge for Samsung Galaxy Note Edge
config: enable FORCE_FAST_CHARGE
compress: add LZ4 support
bcmdhd4358: WIFI PM support for KitKat driver
config: enable BCMDHD_WIFI_PM
bcmdhd4358: filter multicast packages while suspended
ARM: implement KERNEL_MODE_NEON
config: enable KERNEL_MODE_NEON
ARM: full neon-vfpv4 support & compile with -mfpu=neon-vfpv4 & hard float
Dynamic read-ahead
usb: gadget: mass_storage: added sysfs entry for cdrom to LUNs
add sysfs helpers
arm: boot: dts: compile exynos5433-trlte_eur_open_12.dtb
cpufreq: exynos: Add Exynos MP voltage control
cpufreq: exynos: Enforce stock cpufreq policies
cpufreq: exynos-mp-cpufreq: Add calibrated power coefficients for A57/A53
lib: memcopy & string use glibc version
sync: don't block the flusher thread waiting on IO
SELinux: Reduce overhead of mls_level_isvalid() function call
SELinux: Fix kernel BUG on empty security contexts
mm: Clear page active before releasing pages
cifs: enable mounting cifs drives visible to all apps
config: enable CIFS RESTRICT_ROOTFS_SLAVE
block: Reserve only one queue tag for sync IO if only 3 tags are available
writeback: fix writeback cache thrashing
tcp: add a sysctl to config the tcp_default_init_rwnd
net: tcp: optimization with rcv_wnd
slub: optimized SLUB memory allocator
ext4: Speedup WB_SYNC_ALL pass called from sync(2)
xz: tweaking kernel compression
mm: don't wait for congestion when mem is high
readahead: make context readahead more conservative
gpu: ion: system_heap: add support for 2MB allocations
CHROMIUM: clocksource: allow clocksources to be selected earlier during boot
CPU: bump A53 to 1.8 GHz max
sched: LOAD_FREQ (4*HZ+122) avoids loadavg Moire
sched/cputime: Do not scale when utime == 0
sched/fair: Fix small race where child->se.parent,cfs_rq might point to invalid ones
HMP: Adjust up/down thresholds for better power efficiency
sched: HMP: fix potential logical errors
HMP: Implement task packing for small tasks in HMP systems
config: enable SCHED_HMP_LITTLE_PACKING
HMP: Add a switch for fork migration on big domain
HMP: Calibrate packing threshold for 900MHz on Exynos5433
thermal: IPA: update power tables on CPU voltage change
ARM: topology: Adjust efficiency ratio for Exynos5433
cpufreq: exynos: Add voltage unit sanitation to direct freq input
gpu: arm: Add Exynos Mali voltage control
opp: De-obscurify OPP structs and disclose find_device_opp
devfreq: Add generic voltage control
gpu: arm: incr GPU max volt to reflect volt_table_g3d_v3 ASV4
sound: SoC: WolfsonMicro WM5110 sound control
leds: add LED control
drivers: w1: register any S-View cover as authentic
config: enable CONFIG_SVIEW_BYPASS
Block: add FIOPS I/O scheduler
FIOPS: forward port for use on 3.10 Linux
config: enable IOSCHED_FIOPS
GPU: reduce GPU_MIN_CLOCK to 100 MHz
v1.3 [30-November-2014]
ramdisk :
Synapse: Security: add KNOX disable/enable control
Synapse: Battery: added more live stats
Synapse: Info: re-arrange
v1.2 [21-November-2014]
ramdisk :
init.rc/default.prop: removed SELinux permissive hack, now set in source
Synapse: Memory: add Adaptive vfs_cache_pressure on resume/suspend
Synapse: PowerSuspend: add PowerSuspend driver control (Hybrid_hook set as default))
Synapse: USB: add PTP & USB_KEYBOARD-MOUSE control
Synapse: USB: fixed switching between USB modes
Synapse: various clean up
kernel :
SELinux: set permissive in source instead of ramdisk
Makefile: disable TIMA
cpufreq: correct some Samsung typos on CPU freq table
config: set WLAN_REGION_CODE to 100 EUR OPEN
mm/ksm: engage deferred timer by default
PowerSuspend: V1.5 new PM kernel driver for Android w/o early_suspend
config: enable POWERSUSPEND
fs/dcache.c: adaptive vfs_cache_pressure on suspend / resume
drivers: usb: Use Android device as USB keyboard/mouse
v1.1 [18-November-2014]
ramdisk :
init.rc: set some boot defaults (just to be sure)
Synapse: Memory: KSM - add Deferred Timer control
Synapse: Advanced: KSM - add Gentle Fair Sleepers control (disabled)
Synapse: Logs: Android Logger control (disabled)
kernel :
logger: add sysfs interface to enable / disable Android Logger
add sysfs interface for GENTLE_FAIR_SLEEPERS
fs: mount partitions NOATIME and NODIRATIME by default
add frandom
config: enable Frandom
fs/aio.c: Asynchronous I/O latency to a solid-state disk greatly increased
scheduler: add BFQ-v7r6 into Linux 3.10.8+
config: enable BFQ and set default
block: deadline: Optimize for non-rotational
block: disable add_random for more performance on SSD's
block: bfq-iosched: tuning for SSD
mmc: disable CRC check for better performance
mm: optimize Kernel Samepage Merging (KSM)
ksm: Provide support to use deferred timers for scanner thread
setlocalversion: do not append -dirty when there are un-committed changes
Initial Release v1.0 [17-November-2014]
ramdisk :
default.prop/init.rc: adb insecure, wifi fix & SELinux permissive
add Synapse support (initial files ported from my SM-T705 & modified to suit)
kernel :
config: enable /proc/.config.gz support
config: enable KSM support
config: enable On-demand & Conservative CPU Governor - disable Userspace
config: enable USB OTG support
config: enable NTFS R/W support
config: enable CIFS support
config: add F2FS support
config: disable DEBUG_INFO
config: disable Samsung Rooting Restriction Feature
config: enable all TCP Congestion Algorithm in-built modules - Westwood+ default
CPU: A15 to 2.0 GHz max & 500 MHz min
CPU: A7 to 1.5 GHz max & 200 MHz min
INSTALLATION
Watch >> THIS <<
Uninstall any CPU control apps, tweaks and scripts etc.
Ensure KNOX is disabled/removed (refer to "Requirements" section above for how-to)
Recommend: Install Wanam DVFS disabler, may help with better kernel control
Install Synapse app from Google Play and rate it ☆☆☆☆☆ !!
If flashing from previous SkyHigh kernel >
Force Stop Synapse app > clear data
[*]a) Flash SkyHigh kernel v2.5 in CWM recovery
b) After boot (wait at least 60-120 secs)
c) Open Synapse
d) Tap "Understood"
e) Tap the "" to apply new defaults​
Any issues, please check Posts #1-4 and search the thread BEFORE posting
DOWNLOAD
[CWM] >> SkyHigh SM-N915 kernel v2.5 <<
STOCK KERNEL:
(Flashing Stock will wipe your WiFi settings !)
[CWM] STOCK N915SKSU1ANK5
[Odin - PDA] STOCK N915SSKC1ANJ9_SKC
---------------------------------------------------------------------------------------------------
BASEBAND / MODEM:
[CWM] N915SKSU1ANK5
.
HELP & FAQ
HELP & FAQ
"SYNAPSE BOOT CANCELLED"
Wait for the kernel to stabilize and device to cool
Open synapse app
Synapse app menu > select all globally > undo > apply ✔
Re-boot
If still issues > try again after #1 (and make any small change and save-reboot)
Still issues > Manually set config after boot (open synapse app > synapse app menu > settings > disable apply on boot)
ISSUES
Uninstall any CPU control apps, tweaks and scripts etc.
Install Wanam DVFS disabler for greater kernel control
Flash kernel
Boot and allow things to stabilize
Open Synapse & tap :
"understood" message about unstable boot
"select all globally"
"undo" button
"apply" ✔
Reboot and ensure "synapse boot completed" toast message
You should be good to go
BOOT-LOOP
Power off & let device cool
Wipe cache & dalvik-cache in recovery (if custom recovery)
Re-flash kernel
Re-boot
Let things stabilize and cool before touching anything
BETTER BATTERY LIFE
There are no best settings. User "HABIT" is #1 cause of battery drain, followed by screen, ROM & apps, modem etc
This kernel is built to be balanced with a good mix of battery whilst keeping performance
Decrease screen brightness
Use dark wallpapers and app themes
Check your wakelocks with better battery stats app & use Greenify app to stop unwanted apps self starting and running in the background
Suggest:
CPU governor = ondemand
CPU big Cores: 500-1900 MHz (changes not always sticking - needs more testing)
CPU LITTLE Cores: 200-1300 MHz
Power Efficient Workques = enabled
IO Scheduler = FIOPS
BETTER PERFORMANCE
Disable DVFS with [APP][Android 4.0+][DVFS Disabler]
Warmer device under heavy load, but within the safe CPU temp limits
CAN I USE OTHER KERNEL CONTROL APPS
No, many features and options won't be available. Remove all other control apps to avoid conflicts !
Other apps aren't yet compatible with HMP and allow adjustments to LITTLE Core frequencies only.
Synapse is the recommended and has everything you need
RANDOM REBOOT
Don't UC CPU big.LITTLE cores
Don't UC CPU with power saver mode enabled
Use SkyHigh defaults
DOWNLOAD LINK NOT WORKING
I want to keep this project all in one place (Thanks to XDA) - ☆☆ NO MIRRORS ☆☆
Please try again in a few minutes
POOR CPU/GPU BENCHMARK or GRAPHICS PERFORMANCE
Allow the device to cool. Repetitive testing will heat the device hardware and invoke thermal throttling and lead to decreased benchmark.
HIGH CPU/GPU OC >> excessive heat >> thermal throttling >> reduced clock frequency >> DECREASE PERFORMANCE
WHAT ARE SYSCTRL, GOVERNOR, SCHEDULER ETC
Do yourself a favour and Google it.
If you still don't know, don't bother with it
BACKUP & RESTORE
If the backup isn't visible, reboot device and ensure for have "synapse boot completed" message. Otherwise synapse won't read the file.
Reboot after applying your new settings
Read "ISSUES" & "SYNAPSE BOOT CANCELLED" above
TCP/IP NETWORK SECURITY
* Thanks to zeppelinrox & V6SuperCharger
Hardening the TCP/IP stack to SYN attack
Bump up tw_buckets in case we get DoS'd
Ignore pings
Don't cache connection metrics from previous connection
Don't pass traffic between networks or act as a router
Enable spoofing protection (turn on reverse packet filtering)
Don't accept source routing
Don't accept redirects
- Further reading:
http://www.cyberciti.biz/faq/linux-kernel-etcsysctl-conf-security-hardening
http://www.symantec.com/connect/articles/hardening-tcpip-stack-syn-attacks
SEGMENTATION FAULT
I don't believe it's kernel related, but rather busybox
Try uninstall your ROM busybox with this app. https://play.google.com/store/apps/details?id=stericson.busybox and reboot.
Re-flash kernel
Use the busybox that comes with the kernel located in /sbin
Also try to update your SuperSu and su binary if it asks and reboot.
PC CANNOT SEE DEVICE WHEN CONNECTED BY USB CABLE
Enable USB de-bugging in Developer options
Switch to MTP in Synapse app & apply
Re-connect device to PC and allow any drivers to install
DO NOT KILL PROCESSES
This feature allows the user to define processes and system processes white-lists filled with the preferred process names and to not be killed by lowmemorykiller, unless it is absolutely necessary.
When a the lowmemorykiller needs to free ram, it will first kill the processes not included inside the two process name lists chosen by the user.
If there are no more standard killable processes, then it will be necessary to kill one of the processes included inside one of the two white-lists, to prevent system hangs, slowdowns, etc.
You can find the [SkyHigh/Synapse] folder on your internal sdcard and add one process name per line. Lists updated on reboot.
Max 25 processes
Example only:
Code:
com.ea.games_r3_row
com.quoord.tapatalkxdapre.activity
USB KEYBOARD / MOUSE
Base project: https://github.com/pelya/android-keyboard-gadget
Required app: USB KEYBOARD
For best results, enable & use Hacker's Keyboard
Steps:
Have appropriate device USB drivers installed on PC
Connect device to system via USB cable
Enable in Synapse > USB > USB_Keyboard-Mouse >> Enable & apply
Start USB KEYBOARD app
..
Bugs / Known Issues
BUGS / KNOWN ISSUES
Some A57 CPU Freq settings might "revert"
Probably due to Samsung DVFS, try disabling it
If unstable boot refer to FAQ & HELP
POWERSAVE MODE REBOOT
Is not actually caused by the kernel. If you have Wanam DVFS disabler active, you must disable, reboot, and then enable Power Save Mode.
or
Under-clock CPU freq manually instead
or
You can still use Power Save Mode: Restrict performance > CPU performance > UNCHECK
** I don't know of any other "fix" or work-around.
AUDIO: Headphone amplification doesn't work
I forgot to remove it from Synapse settings. (Won't work until AndreiLux or other capable Dev fixes it)
ALL CPU GOV (EXCEPT INTERACTIVE) AFFECT ONLY THE LITTLE CORES
Might be as designed by Samsung
Need to check if same on stock kernel
.
SM-N915P Sprint Galaxy Note Edge
If you feel like it, here's the recovery.img for the Sprint CDMA variant. I just posted this in the Chainfire thread and hopefully there'll be a root soon. Or if there isn't one by next weekend, I'll screw with it and try to make one.
FWIW: Flashing the CF Note 4 root is a great way to mess up your phone and not get root.
wolffe said:
If you feel like it, here's the recovery.img for the Sprint CDMA variant. I just posted this in the Chainfire thread and hopefully there'll be a root soon. Or if there isn't one by next weekend, I'll screw with it and try to make one.
FWIW: Flashing the CF Note 4 root is a great way to mess up your phone and not get root.
Click to expand...
Click to collapse
First user post isn't even OT.......
Sorry, i won't anymore mess with firmware/source I can't directly test "method" for myself. I don't have the time or motivation either.
If root didn't work, was in the middle of tryjng to create a root kernel. Knox and SELinux don't play nice with it. If you're willing to risk, and know how to recover, no big deal. I've created a 1000 ROM and kernel etc for flash, there is always the chance (mainly of corrupted flash) one day.....
UpInTheAir said:
First user post isn't even OT.......
Sorry, i won't anymore mess with firmware/source I can't directly test "method" for myself. I don't have the time or motivation either.
If root didn't work, was in the middle of tryjng to create a root kernel. Knox and SELinux don't play nice with it. If you're willing to risk, and know how to recover, no big deal. I've created a 1000 ROM and kernel etc for flash, there is always the chance (mainly of corrupted flash) one day.....
Click to expand...
Click to collapse
My apologies.... I provided the recovery.img in hopes you might be interested in building your kernel for it.... *not* for rooting support. I must have been having a bad communication day yesterday
I brought up the root bit as an attempt to let it be know that root for the P was imminent, which is a requirement for your kernel.
If you aren't interested in building a kernel for this, I may be, if you would let me port yours. I haven't worked much with building Android kernels, but I write embedded software and have rolled my own linux for various devices in the process. I'm guessing they might be similar processes
UpInTheAir said:
Sorry, i won't anymore mess with firmware/source I can't directly test "method" for myself. I don't have the time or motivation either.
Click to expand...
Click to collapse
wolffe said:
My apologies.... I provided the recovery.img in hopes you might be interested in building your kernel for it.... *not* for rooting support. I must have been having a bad communication day yesterday
I brought up the root bit as an attempt to let it be know that root for the P was imminent, which is a requirement for your kernel.
If you aren't interested in building a kernel for this, I may be, if you would let me port yours. I haven't worked much with building Android kernels, but I write embedded software and have rolled my own linux for various devices in the process. I'm guessing they might be similar processes
Click to expand...
Click to collapse
Please read my first reply to you more carefully.....
As it implies, I will try build for Note Edge Exynos devices where I'm able to utilise the same source. I have done same for Samsung Galaxy Tab S kernels with good success
Release v1.1
UPDATE : v1.1 is released
If flashing from previous SkyHigh kernel - Open Synapse app and RESET ALL SETTINGS GLOBALLY after flash !
Change-Log in Post #2 and credits in Post #1 and source
Please read Posts #1-4 before flashing and please keep the thread ON TOPIC
If you appreciate what I'm trying to contribute, don't be a leech, you know what to do
Will you consider to add sound control in the tweaks app?
Look like the screenshot in my galaxy s4
Sorry for bad english.
Sent from my GT-I9505 using XDA Free mobile app
vongkachon said:
Will you consider to add sound control in the tweaks app?
Look like the screenshot in my galaxy s4
Sorry for bad english.
Sent from my GT-I9505 using XDA Free mobile app
Click to expand...
Click to collapse
This is a new device and new hardware. Much of the kernel patches and custom drivers require to be written from the ground up. I'm not capable to do that, whilst I'm capable to modify and adjust certain things, that what seperates a hack from a real good dev such as @AndreiLux. I did try adapt his sound control, but the main speaker gain wasn't working, the headphones equaliser were though. I haven't bothered progressing with it.
v1.2 released
UPDATE : v1.2 is released
If flashing from previous SkyHigh kernel - Open Synapse app and RESET ALL SETTINGS GLOBALLY after flash !
Change-Log in Post #2 and credits in Post #1 and source
Please read Posts #1-4 before flashing and please keep the thread ON TOPIC
If you appreciate what I'm trying to contribute, don't be a leech, you know what to do
.
Will this work with tmo stock rom
Sent from my SM-N915T using XDA Free mobile app
xftox said:
Will this work with tmo stock rom
Sent from my SM-N915T using XDA Free mobile app
Click to expand...
Click to collapse
I put a LOT of work in writing Posts #1-4. It is posted everywhere (including thread title) what device model/type is supported.
Please, at least show the courtesy of actually reading it.
Thanks.
Sorry a potato flew into my room
Sent from my SM-N915T using XDA Free mobile app
@UpInTheAir
Just asking... Any remote chance for a Qualcomm Kernel for the SM-N915T with wireless charging boosted to 950mAh? Lol... Thanks...
TEKHD said:
@UpInTheAir
Just asking... Any remote chance for a Qualcomm Kernel for the SM-N915T with wireless charging boosted to 950mAh? Lol... Thanks...
Click to expand...
Click to collapse
No. Please read OP paying particular attention to red writing at the top.......
Different device and different source and no time and motivation except for those Exynos devices able to utilise the same source for compiling.
v1.3 released
UPDATE : v1.3 is released
Just a small update & kernel will now be Aroma optional in my soon to be released SkyHigh ROM
If flashing from previous SkyHigh kernel - Open Synapse app and RESET ALL SETTINGS GLOBALLY after flash !
Change-Log in Post #2 and credits in Post #1 and source
Please read Posts #1-4 before flashing and please keep the thread ON TOPIC
If you appreciate what I'm trying to contribute, don't be a leech, you know what to do
.
I have flashed this kernel to my N915K, then I lose the baseband, my boot.img is below↓↓
View attachment boot.rar
thanks
4pm said:
I have flashed this kernel to my N915K, then I lose the baseband, my boot.img is below↓↓
View attachment 3050380
thanks
Click to expand...
Click to collapse
I'll take a look at support in the near future at support for your device model. Just returned home after being away for a few day and currently working on my Bloatware remover tool, and a few other things .............

[Q&A] Silence[sense][Kernel][5.0.2]

Q&A for Silence[sense][Kernel][5.0.2]
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for Silence[sense][Kernel][5.0.2]. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
thicklizard said:
Bad Seed Customs Proudly Presents:
The Silence
What is a kernel?
In computing, the kernel is the main component of most computer operating systems; it is a bridge between applications and the actual data processing done at the hardware level. The kernel's responsibilities include managing the system's resources (the communication between hardware and software components).
FEATURES
DT2W
BB mod
Cpu governors -conservitive, powersave, performance, lionheart, baddass, and ondemand
IO schedulers - fiops, cfq, sio, zen, vr, deadline, and noop
Sweep2wake -see sysfs entries
Logo2menu-see sysfs entries
Linaro arm topology
Compiled with the latest Linaro 4.7 toolchain - this is usually updated once a month here http://www.linaro.org/downloads/
Linaro -O3 optimized with extra build flags
Thermal control
USB Forced Fast Charge
Code:
CHANGELOG
Release 2/13/15
update to Lollipop
Release-2 (1/20/14)
sched: Reset rq->next_interval before going idle
reduce regulator constraints to allow undervolting to 800
add sysfs vdd
switch do_fsync() to fget_light()
mm: remove swap token code
readahead: make context readahead more conservative
reduce packet delay to try andreduce wakelocks
Release 1 (1/12/14)
reduce l2 cache
and moar changes to sound control
moar changes to sound control
more changes to sound control
update sound control
soundcontrol
update defconfig
sched: reinitialize rq->next_balance when a CPU is hot-added
Make word-at-a-time a truly generic interface
MEM: allow lowmem to be non contiguous and mixed
ARM: dcache: select DCACHE_WORD_ACCESS for little-endian ARMv6+ CPUs
oc slimbus (thanks poondog)[better audio]
optimized sq root algorithm
lower l2 cache for OC freq
change load average computation in rq stats
manage online cpus
address issue where cpus forget their clock speeds
add CPalmer's thermal driver
add BadAss CPU gov
remove some perflock code
add CPU OC option (coming soon)
lib/lzo: huge LZO decompression speedup on ARM by using unaligned access
add vr sio zen schedulers
change clocks once again to better use new step
change clocks once again
change clocks once again
lower l2 cache 1 more freq
lower l2 cache 1 freq
clock adjustment
further boost l2 chache
boost gpu clock (3d)
boost gpu clock
further boost l2 cache
fix race that cause writeback hung
add bb mod from tbalden
boost l2 cache
add dynamic fsync
increase gpu bandwidth
[patch] sched: minimalist select_idle_sibling() bouncing cow syndrome… …
increase read ahead value
update topology driver
sched: Micro-optimize the smart wake-affine logic
sched: Implement smarter wake-affine logic
Fix occasional slow sync(1)
tweak load average
LIB: ARM: use generic strnlen_user and strncpy_from_user
LIB: ARM: use generic strnlen_user and strncpy_from_user
makefile addition
fix possible memmory leak cfg80211
make vfs pressure configurable
sched/nohz: Fix rq->cpu_load calculations some more
sched/nohz: Fix rq->cpu_load[] calculations
sched: Fix nohz_idle_balance()
sched: Change rq->nr_running to unsigned int
sched.fair improve the group logic
Autogroup patch group by current user android UID
patch from caf
Support cpu hotplug in no PM cases
sched: fix init NOHZ_IDLE flag
sched: Improve scalability via 'CPU buddies'
ARM RWSEM algorithm
tweak writeback ratios
optimize slack
allow pipe compiling
ARM: net: JIT compiler for packet filters enabled by default
add some makefile flags
Enable UNALIGNED_ACCESS for the new LZO algorithm to use
update LZO
glibc memcpy and stringcpy
avoid depleting of entropy pool
increase random number generator rate
vfp optimization
add s2w,dt2w with pocket detection and custom config
Thanks
tBalden
Flar2
NIN
NOT RESPONSIBE IF YOU BRICK,DROP,LOSE YOUR DEVICE. FLASH AT YOUR OWN RISK
DOWNLOAD
http://d-h.st/DH61
If you like my work don't hesitate to buy me more coffee
DONATE
My Source per GPL
XDA:DevDB Information
Silence, Kernel for the Sprint HTC One
Contributors
thicklizard
Source Code: https://github.com/thicklizard/GPEweepingangel
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: Release 1
Stable Release Date: 2014-01-12
Created 2014-01-13
Last Updated 2015-02-19
Click to expand...
Click to collapse
With this kernel and Android 5.0.2 Sense based rom don't work magnetic field sensor, how to fix it?
What sense version?
i flash my htc with this kernel,but doesn´t work the sweep2wake, why?
How to Enable the Logo as Menu Button ?
Sir, I am very new to this kind of things so I would appreciate you a lot if you can tell me how to enable htc logo as menu button . Actually I have installed Kernel Toolkit but I think there is no option to enable the Logo as button is there . Please help me

[KERNEL][LOS-MM] 09-10-2017 AGNi 🔥 pureLOS-MM v11.0

AGNi pureLOS-MM​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Join Telegram DISCUSSION & TESTING GROUP
CAMERA libs for kenzo/kate: HERE
AGNi Toolbox: HERE
For Android 6.0.x CM/AOSP :
DOWNLOADS pureLOS-MM kernel :- HERE
AGNi pureLOS-MM CHANGELOG:-
AGNi pureLOS-MM v11.0:-
Merge caf/LA.BR.1.3.7_rb1.4
staging: prima: Update to LA.BR.1.3.7_rb1.4
drivers/power: revert qpnp-fg & modify qpnp-smbcharger from LA.BR.1.3.7_rb1.3
Apply pending updates from LA.BR.1.3.7_rb1.3
fs: hack to fix kernel taint warning 512
ASoC:WCD9335: Enhance SLimbus CLK Gear
dts: kenzo: increase thermal mitigation threshold for max 2100mA
kernel/rcu: implement many updates
ANDROID: binder: fix format specifier for type binder_size_t
ANDROID: ARM64: smp: disable preempt in backtracing across all cores
Revert "CHROMIUM: android: binder: Fix potential scheduling-while-atomic"
dts: set gpu initial-pwrlevel 200MHz
AGNi Installer: modify memory management
AGNi Installer: new updated ScreenModes App
AGNi control: tweak cultivation governor
AGNi control: add 1800(hot weather),2000(default),2100mA charging options
AGNi control: set default swappiness 30
AGNi control: set 200Mhz as min gpu default
spectrum: 200Mhz min gpu freq as default balanced profile
Older Changelogs:
AGNi pureLOS-MM v10.9:-
msm: sensor: restore slave address after I2C read
trace: enable CONFIG_DISABLE_TRACE_PRINTK
regulator: core: Use the power efficient workqueue for delayed powerdown
fbcon: queue work on power efficient wq
script : remove dirty defs
tcp: add CDG congestion control (squash commit) and set default
tcp: add sociopath congestion control
netfilter: ensure number of counters is >0 in do_replace()
clockevents: Provide explicit broadcast oneshot control functions
clockevents: Prevent shift out of bounds
sched: Remove finish_arch_switch()
sched: Delete an unnecessary check before unregister_sysctl_table()
posix_cpu_timer: Optimize fastpath_timer_check()
sched/cputime: Fix cpu_timer_sample_group() double accounting
fix up initial thread stack pointer vs thread_info confusion
perf: Optimize group_sched_in()
perf: Remove useless atomic_t
ktime: Fix ktime_divns to do signed division
mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vma
mm, thp: replace smp_mb after atomic_add by smp_mb__after_atomic
mm: let mm_find_pmd fix buggy race with THP fault
mm/huge_memory.c: complete conversion to pr_foo()
thp: consolidate assert checks in __split_huge_page()
mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags"
mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)locking
mm/mempolicy.c: remove unnecessary is_valid_nodemask()
vm_area_operations: kill ->migrate()
mm: mempolicy: skip inaccessible VMAs when setting MPOL_MF_LAZY
mempolicy: change alloc_pages_vma() to use mpol_cond_put()
mm/mempolicy.c: parameter doc uniformization
mm: constify nmask argument to set_mempolicy()
mm: constify nmask argument to mbind()
mm: new_vma_page() cannot see NULL vma for hugetlb pages
mm/mempolicy: fix !vma in new_vma_page()
mm/mempolicy: correct putback method for isolate pages if failed
mbind: add BUG_ON(!vma) in new_vma_page()
mm: mbind: add hugepage migration code to mbind()
migrate: add hugepage migration code to migrate_pages()
mm/hugetlb.c: fix reservation race when freeing surplus pages
mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()
mm, fs: check for fatal signals in do_generic_file_read()
mm: vmpressure: fix sending wrong events on underflow
msm: camera: Add NULL check in msm_actuator
crypto: msm: optimise code
sg: Prevent potential double frees in sg driver
sg: O_EXCL and other lock handling
msm: vidc: Fix memory leak
time64: Add time64.h header and define struct timespec64
Applied many upstream & backports
AGNi Control: add options for TCP congestion controls
AGNi pureLOS-MM v10.8:-
Merge caf/LA.BR.1.3.6_rb1.22
staging: prima: Update to LA.BR.1.3.6_rb1.22
msm: camera: msm_actuator: attempt fixup camera focussing
Bluetooth: Properly check L2CAP config option output buffer length
msm: camera: Add regulator enable and disable independent of CSID
ANDROID: sdcardfs: Add missing break
ANDROID: Sdcardfs: Move gid derivation under flag
ANDROID: mnt: Fix freeing of mount data
ANDROID: check dir value of xfrm_userpolicy_id
UPSTREAM: brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()
arm64: avoid overflow in PAGE_OFFSET
Sound Control: change min/max ranges, allow speaker mute
arch:arm: disable bcl frequency control for BIG cluster
kernel/process: convert do_each_thread to for_each_process_thread
Spectrum Profiles: do not change backlight dimmer
AGNi Control: add speaker mute option
AGNi pureLOS-MM v10.7:-
power: PM: add toggle fingprintd/gx_fpd quick resume (default off)
power: PM: add more checks for fingprintd/gx_fpd quick resume
leds: qpnp-flash: Fix switch brightness not stored
kernel: fix nsproxy *task_nsproxy compilation error
ANDROID: cpufreq: stats: fix missing definition
ANDROID: cpufreq: stats: add uid removal for uid_time_in_state
ANDROID: cpufreq_stats: Fix task time in state locking
ANDROID: cpufreq_stat: add per task/uid/freq stats
ANDROID: Fix cpufreq stats table creation
driver/power/qpnp-smbcharger: add missing boardtemp thermal sensor
revert "dts:kenzo: fix readings for pa_therm0 and case_therm thermal sensor"
AGNi Control: add gpu min freq 200MHz option
AGNi Control: add add fasterfp quick resume option
AGNi pureLOS-MM v10.6:-
Merge updates from caf/LA.BR.1.3.7_rb1.3 (msm8952_64 Android 8.0.0)
power: PM: Add goodix gx_fpd quick resume
power: PM: Add fpc fingprintd quick resume from OnePlus
PM / devfreq: bw_hwmon: Add HW offload support to governor
DTS: Update temperature threshold limits for Kenzo
msm: mdss: Fix occasional panic on init due to race in DSI status driver
binder: Disable debug mask
msm: kgsl: Increase memstore size
BACKPORT: mmc: core: Export device lifetime information through sysfs
net: Westwood+ Tweaks
cpuidle:lpm: Fix div by zero bug
arm64: switch to relative exception tables
slimbus: Fix potential memory leak
cgroup: Allow non-root users permission to attach
block_dev: implement readpages() to optimize sequential read
wcnss: trigger config when ctrl open, prevent uninitialized if ctrl open before device
proc: smaps: Allow smaps access from system_server and android.bg
cpufreq: Fix missing 'WQ_UNBOUND, from CPU Boost
adreno_tz: Push 19MHz frequency step to be used a bit more
minor updates for ext4, mdss, network
and many more... refer github
AGNi pureLOS-MM v10.5:-
drivers/usb: re-add changes from 3.10.105
arm64: fix avoid returning from bad_mode
revert "Add security hooks to binder and implement the hooks for SELinux." (this breaks goodix)
AGNi pureLOS-MM v10.4:-
mdss: mdss_fb: switchable different backlight dimmer algorithms
revert "ASoC: wcd9335: Fix compander disable after SSR"
net: Zero terminate ifr_name in dev_ifname()
net: phy: Fix PHY unbind crash
net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target
net: fix keepalive code vs TCP_FASTOPEN_CONNECT
tcp: fastopen: tcp_connect() must refresh the route
tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states
rtnetlink: allocate more memory for dev_set_mac_address()
packet: fix tp_reserve race in packet_set_ring
ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
ANDROID: Add untag hacks to inet_release function
UPSTREAM: capabilities: ambient capabilities
Add security hooks to binder and implement the hooks for SELinux.
arm64: Remove nr parameter from secure_computing
seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing
Revert: "mm: process_reclaim: Don't use work_pending()"
revert "mm: conditional vfs_cache_pressure (charging=80,discharging=40)"
revert "mm: revert some stuff
AGNi installer: modify memory management parameters
AGNi installer: zram size 250MB for 2GB devices and 500MB for 3GB devices
Spectrum: tweaked the default balanced profile
Spectrum: remove brightness changes in profiles
AGNi installer: wifi channel bonding option
AGNi control: switchable backlight dimmer mode (normal[miui's default]/more-dim)
AGNi pureLOS-MM v10.3:-
revert "staging: LMK: Evaluate regular swap space when calculating memory"
revert "BACKPORT: [UPSTREAM] mm: new shrinker API"
revert "drivers: staging: make android ashmem.c explicitly non-modular"
mm: kswapd use only small cluster cpus
power: disable sync on suspend
mdss: livedisplay: add missing mutex_unlock
mdss: livedisplay: stop logspam
ASoC: wcd9335: enable HeadPHone impedence detection
ASoC: wcd9335: fix compander disable after SSR
ASoC: wcd-mbhc: try to fix corner case of headphone detected as headset
ASoC: wcd-mbhc: Fix unbalanced irq enable/disable
ASoC: wcd-mbhc: merge bits from mido and caf upstream
usb: f_fs: change wait as freezable
msm: camera: isp: Ratelimit hw errors
arch:arm: bcl hotplug: we have hexacore processor
arch:arm:dtsi: Increase default max torch brightness
mdss: mdss_fb: implement modified backlight dimmer (default off)
AGNi installer: memory management changes for 2gb & 3gb ram devices
AGNi pureLOS-MM v10.2:-
ASoC: wcd-mbhc-v2: import audio jack driver from Motorola Athene Nougat
fpc1020/goodix: Set fingerprintd/gx_fpd always on on high priority
Implement GPU voltage control
prima/wifi: disable tracing & debuging
prima/wifi: enabled mac spoofing in firmware config
ltr533,stk3x1x: don't use HIGHPRIO wq for proximity & light sensors
qpnp-smbcharger: Publish charger voltage to the usb psy
xfrm: policy: check policy direction value
msm_performance: squash update and changes for perfd
ASoC: msm: qdsp6v2: return error when copy from userspace fails
revert "power: quickwakeup: initial driver"
revert "fs: drop_pagecache on suspend - Xiaomi ido-l-oss"
AGNi Control: fix settings restore
AGNi installer: disable perfd and config-perfd files
AGNi pureLOS-MM v10.1r2:- (Major Update - Indian Independence Day Special)
R2: ASoC: wcd-mbhc-v2: port 3.5mm audio jack driver from Xiaomi mido-m-oss
R2: ASoC: msm: qdsp6v2: extend validation of virtual address
R2: revert "wcd-mbhc-v2: revert some commits"
soundcontrol: fix mic boost and introduce earpiece boost
(Primary, Secondary and wired external earphone's mic
are boosted together to maintain uniform noise cancellation at boosted volumes.
Fixes earpiece gain register previously being used mistakenly for mic boost.)
credits: @ScreaMySkrillEX
sound_control: implement flar2 sound_control along franco sound control
qdsp6v2: reintroduce msm dts-eagle hwacc effect support
wcd-mbhc-v2: revert some sound jack commits
kernel: auto disable arch_power when display panel Off
mdss_fb: backlight dimmer (default on)
mm: conditional vfs_cache_pressure (charging=80,discharging=40)
revert "mm: process_reclaim: Don't use work_pending()"
ipa: Fix for missing int overflow check in the refcount library
uid_sys_stats: fix overflow when io usage delta is negative
revert "dts: 621MHz gpu freq as new step after 600MHz"
dts: modify gpu min/max bus levels
ANDROID: sdcardfs: override credential for ioctl to lower fs
ANDROID: arm64: add HWCAP2 flags to compat /proc/cpuinfo
BACKPORT: arm64: Fix up /proc/cpuinfo
camerav2/sensor: silence log "Failed in getting TOP gdscr regulator handle"
AGNi installer: handle bcl properly on boot
AGNi installer: tweak memory management
AGNi installer: remove shox mod support selection
AGNi pureLOS-MM v10.0:-
dts: add 1843 Mhz Big cpu core frequency
dts: 621MHz gpu freq as new step after 600MHz
Better ram management for 2gb devices
dts:qcom,cpubw: use governor cpufreq
sound control: modify mic
qpnp-smbcharger: set 2000mA max (SORRY, NO QC ANYMORE FOR UR OWN GOOD, no more damaged charging ports)
msm_hsusb.h: increase CHG_MAX,HVDCP_CHG_MAX to 2000mA
Fixed High-Load Average due to Drivers
Reduced CPU Load-Average
more in-depth tweaked spectrum profiles
AGNi control: add gpu max and min options
AGNi control: modify shell action commands,remove dependency on /system/etc/init.d instead use /data/.AGNi/ [app v1.3]
AGNi pureLOS-MM v9.9:-
Merge caf/LA.BR.1.3.6_rb1.21
staging: prima: Update to LA.BR.1.3.6_rb1.21
dts:msm8976-gpu: add 621MHz & 133MHz frequency support (squash update)
dts:msm8976-gpu.dtsi: set qcom,initial-pwrlevel to 133MHz
dts:msm8976-cpu: remove non-existent core 2 & 3 in cluster 1
qpnp-fg,msm-core,msm-thermal: use power_efficient_wq when battery is discharging
workqueue: make the workqueues list RCU walkable
workqueue: invert the order between pool->lock and wq_mayday_lock
diable SERIAL_MSM_HS & SERIAL_MSM_HSL
AGNi installer: fixed usb adb permission issue
AGNi pureLOS-MM v9.8r2:-
R2: drivers/input/Kconfig: rearrange fingerprints
R2: touchscreen: import ft5346_ts focaltech touchsceen driver
R2: leds: qpnp-flash: Fix torch flash when controlled by camera Part-2
R2: power efficient wq: revert for msm-thermal,qpnp-fg,msm-core
R2: revert "power: process: decrease time to enter sleep"
R2: workqueue: revert some upstream commits
revert some ASoC upstream commits
revert "Add security hooks to binder and implement the hooks for SELinux"
leds: qpnp-flash: Fix torch flash when controled by camera
Apply over 180 upstream commits to increase performance without extra battery usage
Reduce logspam
AGNi installer: address permissions issues for Agni apps auto installation
AGNi pureLOS-MM v9.7:-
qpnp-smbcharger: set 2000mA as default
Stop some more dmesg spam
ion: fix logical-not comparison warning
UPSTREAM: af_key: Fix sadb_x_ipsecrequest parsing
fs/exec: fix use after free in execve
AGNi installer: modify memory management parameters and some more things
AGNi installer: set zram size 750MB for 3GB variants and 500MB for 2GB ones
AGNi installer: set thermals to 60C as default
AGNi installer: 3 selinux boot cmdline selectable modes (rom default/permissive/enforcing)
AGNi installer: remove qcrypto modules from imported from miui8
AGNi installer: fixed option to use screen mode standard or vivid on boot
AGNi pureLOS-MM v9.6r2:-
R2: revert "BACKPORT: selinux: restrict kernel module loading"
R2: fingerprint: fix goodix-purge optional fp_bigcore_boost and allow it always
R2: enable fs & f2fs encryption support for device encryption
R2: ecryptfs support for encrypted devices (MIUI-MM)
R2: selinux set permissive when goodix not natively suported in rom (LOS-M,LOS-N)
R2: selinux set permissive always when goodix detected (MIUI-MM)
R2: add aroma option to enable lazyflasher dmverity & forceencrypt fix (MIUI-MM)
R2: set charging current default max 2000mA, add AGNi Control option to increase to 2400mA
R2: add aroma option to use screen mode standard or vivid on boot
R2: bring back aroma option to select selinux mode
Update GCC 6.4.1
binder: squash update
selinux: Add security hooks to binder and implement SELinux hooks
BACKPORT: selinux: restrict kernel module loading
BACKPORT: UPSTREAM: selinux: fix off-by-one in setprocattr
fingerprint: purge optional fp_bigcore_boost and allow it always
enable:- mmc deferred resume
disable:- cleancache, memory cgroup swap controller
update zram,zsmalloc,crypto-lz4,lib lz4
uid_sys_stats: make hash_table static
ANDROID: sdcardfs: Remove unnecessary lock
powersuspend: cumulative update to v1.7
msm: mdss: Correct the AD backlight calculation formulas
firmware_class: Fix firmware_loading_timeout usage of jiffies
AGNi pureLOS-MM v9.5r2:-
R2: fix boot scripts permissions,thermal throttle scripts & tweak spectrum profile to add relevant permissions
qpnp-smbcharger,fg,msm_thermal: restore to LOS state, keep 2400mA max
binder: restore to LOS state
revert "Add security hooks to binder and implement the hooks for SELinux.
revert "BACKPORT: selinux: restrict kernel module loading
revert "BACKPORT: UPSTREAM: selinux: fix off-by-one in setprocattr
leds-aw2013: increase brightness and add sysfs tunable
uksm: restore RW run tunable
wcd9335: remove some stuff
mdss: remove dynamic fps completely
spectrum: modify & add more profiles by @ScreaMySkrillEX
Restructured the critical boot scripts (fixes enforcing selinux issues)
AGNi installer: remove selinux enforcing/permissive option
AGNi installer: set proper AGNi_Control & ScreenModes app permissions
AGNi Control: remove quick charge options and set 2400mA max default
AGNi Control: add thermal throttle options
AGNi Control: add notification led brightness options
AGNi pureLOS-MM v9.4:-
implement Slimbus O.C.
prima: enable WMM feature
crypto: LLVMLinux: Add macro to remove use of VLAIS in crypto code
fs: readdir: Fix su hide patch for non-iterate filesystems
ANDROID: sdcardfs: use mount_nodev and fix a issue in sdcardfs_kill_sb
drivers: power,regulator: revert using power efficient workqueue
workqueue: fix power efficient workqueue permissions
uksm: backport for 3.10.y and implement updates Read More about UKSM
uksm: add ability to autorun during charger connected
cpu-boost: partial revert to stock
revert "ARM: dts: kenzo: [qpnp-smbcharger] increase thermal mitigation threshold values"
mm: queue swap_work only if previous instance has completed
power: add a simple api to query the charging state (on/off) at any point in time
AGNi Control: add uksm and default to run during charger connected
AGNi Control: add hvdcp3 handling in Quick Charge option
AGNi pureLOS-MM v9.3:-
Makefile: enable -O3 enhanced optimizations
DOWNLOAFD v9.3
AGNi pureLOS-MM v9.2r3:-
revert "set CONFIG_HZ = 300"(r3) [breaks compatibility with some touchscreens with newer firmware or replacement panels]
import from miui8 & force allow autoloading qcrypto_module.ko & qdrbg_module.ko modules(r3)
msm_thermal: revert using power efficient workqueue(r2)
ARM: dts: kenzo: increase thermal mitigation threshold values
set CONFIG_HZ = 300
revert "UPSTREAM: usb: gadget: f_fs: add "no_disconnect" mode
revert "usb: gadget: f_fs: Guard epfile->error
AGNi pureLOS-MM v9.1:-
qpnp-smbcharger/fg: bring to LOS state
kgsl: disable old optimizations
fs/buffer.c: increase the buffer-head per-CPU LRU size
AGNi Control: add noop IO sched option
Added Spectrum app support with various profiles
AGNi pureLOS-MM v9.0r2:-
battery/charger: fix battery % and slow charging(r2)
AGNi Control: add back input boost option(r2)
Upstream to linux 3.10.107
mm: revert changes from "Upstream to linux 3.10.107"
staging: prima: Update to LA.BR.1.3.6_rb1.20
Merge caf/LA.BR.1.3.6_rb1.20
msm: camera: Fix for Memory leak in actuator
qpnp-smbcharger: change thermal mitigation values to reduce heat
fs: drop_pagecache on suspend - Xiaomi ido-l-oss
mdss: kcal: AGNi Screen Modes v1.1 (use switch case)
AGNi installer: add support toggle for Shox Sound-Mod
Revert: "qpnp-fg: fix DELTA_SOC"
revert "PM / devfreq: Add an interface to boost devices when the screen is woken
revert "PM / devfreq: Boost cpubw on screen on events
revert "msm: mdss: Correct the AD backlight calculation formulas
ASoC: msm: qdsp6v2: Add support to set volume in ASM loopback
ASoC: wcd-mbhc: headset detection & jack updates
ASoc: wcd: correct handling of L_DET_EN and pull down switches
msm: kgsl: mempool and related updates
ARM: dts: msm: Add GPU mempools properties for msm8976/56
ARM: dts: kenzo: Enable 64bit sdhci ADMA support
ARM: dts: msm: Enable 64bit sdhci ADMA support for MSM8956/8976
ARM: dts: msm: Enable 64bit sdio ADMA support for MSM8956/8976
mmc: sdhci-msm: Disable controller clocks in suspend
mmc: sdhci-msm: enable 64-bit ADMA
mmc: sdhci-msm: avoid using NOP ADMA descriptor for EOT
mmc: sdhci: cmdq: add notification for cmdq halt
fix some duplicate const Werrors
UPSTREAM: ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT
BACKPORT: ALSA: timer: Fix race between read and ioctl
ANDROID: sdcardfs: remove dead function open_flags_to_access_mode()
UPSTREAM: ipx: call ipxitf_put() in ioctl error path
sdcardfs: limit stacking depth
BACKPORT: ip6_gre: fix ip6gre_err() invalid reads
UPSTREAM: dm ioctl: prevent stack leak in dm ioctl call
ANDROID: hid: uhid: implement refcount for open and close
GCC 7.x: Makefile: Disable format-truncation globally
Makefile: Disable couple more warnings
AGNi pureCM-MM v8.9:- (This Version Focusing on Performance Tuning)
msm: performance: prevent userspace hints to decrease max cpu freq
ping: implement proper locking
lot of scheduler tuning
Introducing optional AGNi SceneModes app
mdss: kcal: Introduce AGNi Screen Modes
AGNi pureCM-MM v8.8:- (This Version Focusing on Smoothness/Performance)
msm: mdss: Update RT priority
kgsl: Increase priority of RT thread
kgsl: Higher priority of RT thread
PM / devfreq: Add an interface to boost devices when the screen is woken
PM / devfreq: Boost cpubw on screen on events
qpnp-smbcharger: user configurable fastcharge tunable
Max charge current is limited to 2000mA unless increased from AGNi Control
Added compatibility for magisk v13
AGNi installer: add support for fat32/exfat/ext4/ntfs detection and auto fix errors on system,data,cache,sdcard,usb-otg
(Run from internal storage to scan & fix external sdcard filesystem errors)
AGNi pureCM-MM v8.7:- (This Version Focusing on Battery/Zram/RAM-management)
staging: prima: Update to LA.BR.1.3.6_rb1.19
Merge caf/LA.BR.1.3.6_rb1.19
netlink: use old LOS mode for CM-MM & MIUI-MM
mdss_fb: backlight dimmer option (default off)
Disable some debug support
revert zram,lz4,mm changes
ipa: bring to CAF state
remove CDG & sociopath congestion control
revert "power: quickwakeup: initial driver"
revert "leds-qpnp: Multi-color smooth LED support"
revert "fs: drop_pagecache on suspend - Xiaomi ido-l-oss"
revert "mdss: import screen modes from Xiaomi thomas-kk-oss"
AGNi Control: add backlight dimmer option
AGNi pureCM-MM v8.6:- (This Version Focusing on Battery Life)
qpnp-fg: fix DELTA_SOC, disable debug & add qcom,nom-batt-capacity-mah
msm: kgsl: Remove event worker
msm: kgsl: Remove redundant memory barrier
msm: kgsl: Clear VBIF pending transactions before going to power collapse
net: Fix build failure due to lockdep_sock_is_held().
sock: make lockdep_sock_is_held static inline
net: introduce lockdep_is_held and update various places to use it
mm: update ksm
ipv6: release dst in ping_v6_sendmsg
ipv6/dccp: do not inherit ipv6_mc_list from parent
sctp: do not inherit ipv6_{mc|ac|fl}_list from parent
ipv6: Prevent overrun when parsing v6 header options
revert "kgsl: Higher priority of RT thread"
revert "cpufreq: stats: Fix memory leaks when updating stats table"
revert "PM / devfreq: Add an interface to boost devices when the screen is woken"
revert "PM / devfreq: Boost cpubw on screen on events"
revert "kgsl: Increase priority of RT thread"
revert "msm: mdss: Update RT priority"
revert "block: Add driver to change the I/O scheduler when the screen turns off"
revert "mmc: queue: Configure the I/O sched switcher for mmc block devices"
revert "iosched_switcher: Use reliable state notifier"
AGNi pureCM-MM v8.5:-
ipv6: fix out of bound writes in __ip6_append_data()
mm: Tighten x86 /dev/mem with zeroing reads
mm/mempolicy.c: fix error handling in set_mempolicy and mbind.
KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings
scsi: sg: check length passed to SG_NEXT_CMD_LEN
BACKPORT: sg: relax 16 byte cdb restriction
BACKPORT: block: add blk_rq_set_block_pc()
xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harder
xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_window
KEYS: Change the name of the dead type to ".dead" to prevent user access
sctp: deny peeloff operation on asocs with threads sleeping on it
irda: Fix lockdep annotations in hashbin_delete().
time: Remove CONFIG_TIMER_STATS
sctp: avoid BUG_ON on sctp_wait_for_sndbuf
Kconfig: msm: disable ultrasound driver
KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings
net: ping: check minimum size on ICMP header length
ext4: validate s_first_meta_bg at mount time
bluetooth: Validate socket address length in sco_sock_bind()
Makefile: remove useless hardware specific compiler flags
AGNi pureCM-MM v8.4:-
wake gestures: revert AGNI enhancements and call detection
wake gestures: input callback dependent on proximity near and call detection
Removed buggy lazyplug
AGNi Control: remove wake duration timer and fp boost
CHROMIUM: mm: lower oom dump burst limit to 1
CHROMIUM: add vmstat counts for different page fault types
CHROMIUM: net: xt_qtaguid: Remove unnecessary check for in_ifaddr.ifa_label != NULL
cpufreq_stats: Fix stats leak during update policy
msm: kgsl: Allow draw context to perform only replay on recovery
msm: mdss: Update RT priority
kgsl: Increase priority of RT thread
mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp
metag/uaccess: Fix access_ok()
metag/uaccess: Check access_ok in strncpy_from_user
stackprotector: Increase the per-task stack canary's random range from 32 bits to 64 bits on 64-bit platforms
UPSTREAM: arm64: perf: Fix callchain parse error with kernel tracepoint events
UPSTREAM: arm: perf: Fix callchain parse error with kernel tracepoint events
UPSTREAM: arm64: LLVMLinux: Add current_stack_pointer() for arm64
UPSTREAM: ARM: 8170/1: Add global named register current_stack_pointer for ARM
ARM: dts: kenzo: Enable store hardware reset reason
ANDROID: uid_sys_stats: defer io stats calulation for dead tasks
ANDROID: uid_sys_stats: fix access of task_uid(task)
ANDROID: uid_sys_stats: reduce update_io_stats overhead
ANDROID: make PF_KEY SHA256 use RFC-compliant truncation.
revert "ASoC: msm: qdsp6v2: Add support to set volume in ASM loopback
fs/pstore: fix last_kmsg
revert "ipv4: keep skb->dst around in presence of IP options
revert "UPSTREAM: timerfd: Protect the might cancel mechanism proper
pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes
fs: compat: Remove warning from COMPATIBLE_IOCTL
Fix voltage control sometime change back to floor voltage level
Fix CPU voltage control title name duplicate
CPU voltage control for kenzo
revert "cpufreq: show cpu voltages via sysfs @imoseyon"
proc: Remove additional SafetyNet flags from /proc/cmdline
proc: Remove verifiedbootstate flag from /proc/cmdline
revert "SafetyNet bypass: Show androidboot.verifiedbootstate=green
iosched_switcher: Use reliable state notifier
mmc: queue: Configure the I/O sched switcher for mmc block devices
block: Add driver to change the I/O scheduler when the screen turns off
state_notifier: Reduce defer on suspend call to 1 second
state_notifier: Queue work on any core
arm64: uaccess: ensure extension of access_ok() addr
arm64/uaccess: fix sparse errors
tcp: fix wraparound issue in tcp_lp
dccp/tcp: do not inherit mc_list from parent
UPSTREAM: net/packet: fix overflow in check for priv area size
drivers: char: mem: Check for address space wraparound with mmap()
watchdog: pcwd_usb: fix NULL-deref at probe
usb: hub: Do not attempt to autosuspend disconnected devices
USB: hub: fix non-SS hub-descriptor handling
USB: hub: fix SS hub-descriptor handling
USB: iowarrior: fix info ioctl on big-endian hosts
USB: fix device quirk on big-endian hosts
Bluetooth: Fix user channel for 32bit userspace on 64bit kernel
Added probable fix for some cases when AGNi control settings are not applied
AGNi pureCM-MM v8.3:-
msm: kgsl: Replace CP_INTERRUPT with EVENT_WRITE interrupt
msm: kgsl: Enable context done bug fix for A510
msm: kgsl: Prevent deadlock in cmdbatch timer
Revert "msm: kgsl: Enable dynamic clock throttling"
ANDROID: ion: Protect kref from userspace manipulation
ANDROID: ion: Fix uninitialized variable
goodix/prima: use LOS netlink values for CM-MM & CM-N AGNi variants
add gxfingerprint.default.so for goodix to support changed netlink values
revert "ft5x06_ts: fix wake gesture incomplete stuff"
AGNi pureCM-MM v8.2:-
Merge caf/LA.BR.1.3.6_rb1.18
staging: prima: Update to LA.BR.1.3.6_rb1.17
staging: prima: Update to LA.BR.1.3.6_rb1.18
staging: ion: revert caf/LA.BR.1.3.6_rb1.18
msm: kgsl: Improve GPU idle power
msm: kgsl: Enable dynamic clock throttling
Fix battery capacity
Dynamic Fsync: Don't wait force sync done when screen off, use emergency_sync instead
kernel: Only expose su when daemon is running
kernel: Fix potential refcount leak in su check
ASoC: wcd-mbhc: correct lineout detection
revert slab previous commits
revert "mmc: core: add partial initialization support
revert "msm: camera: isp: For burst stream fix framedrop period and pattern"
AGNi pureCM-MM v8.1:-
BACKPORT: commoncap: don't alloc the credential unless needed in cap_task_prctl
ASoC: msm: qdsp6v2: Add support to set volume in ASM loopback
input: sensors: Fix LTR553 DT parsing
input: sensors: ltr553: Write PS_LED
input: sensors: ltr553: Allow maximum number of LED pulses
mmc: core: add partial initialization support
net: ipc_router: Fix memory leaks when releasing a remote port
cpufreq: stats: Fix memory leaks when updating stats table
msm_bus: arb: Fix memory leak when unregistering client
usb: hub: Fix unbalanced reference count/memory leak/deadlocks
soc: qcom: bam_dmux: Use SPS hold mem flag
drivers: staging: make android ashmem.c explicitly non-modular
mm/slab updates
revert "Slimbus O.C[2]"
msm_venc: fix parameters for do_div
msm: camera: isp: For burst stream fix framedrop period and pattern
soundcontrol: set minimum and maximum boost limits if user value goes beyond it
AGNi pureCM-MM v8.0:-
UPSTREAM: timerfd: Protect the might cancel mechanism proper
msm: mdss: Don't constantly fire interrupts for DSI status check
PM/devfreq: Add an interface to boost devices when the screen is woken
PM/devfreq: Boost cpubw on screen on events
qpnp-smbcharger: queue work on system_power_efficient_wq
gpio: stop dumping the stack every time a gpio isn't valid
qpnp-linear-charger: queue work on system_power_efficient_wq
revert: "wake gestures: implement resume destroy to kill pending resume work on screen resume"
revert "mdss_fb: backlight dimmer option"
lazyplug: update v1.7 -> v1.12
qdsp6v2: stop logspam
prima: silence log trace
wake gesture: delay resume work by 2sec
qpnp-smbcharger: limit fastcharge current to max 2400mA
random: set permission 664 for wakeup thresholds
soundcontrol: fix mic boost and set sysfs minimum limits
Slimbus O.C.
AGNi pureCM-MM v7.9:-
goodix,prima: set older nelink values for MM and use LOS values for N
alarmtimer: Add the verification code for rtc device error.
net/packet: fix overflow in check for tp_frame_nr
net/packet: fix overflow in check for tp_reserve
give up on gcc ilog2() constant optimizations
usb: hub: Wait for connection to be reestablished after port reset
wake gestures: implement resume destroy to kill pending resume work on screen resume & increase resume delay
msm_hotplug: fix derp-"disable update_load_stats when min min_cpus_online = total cpus"
msm: mdss: Remove DCS backlight delay
Turn off trace_printk in vidc's dprink.
tcp: export tcp_enter_cwr()
init: kconfig: disable DEBUG_KERNEL
revert dynamic fps mdss
shift mount-ro code before init.d scripts handling
AGNi pureCM-MM v7.8r2:-
r2:
goodix: disable debug flag
revert "prima: Update to LA.BR.1.3.6_rb1.17" fix WIFI Hotspot and USB Tethering Error
r1:
Merge caf/LA.BR.1.3.6_rb1.17
prima wifi: Update to LA.BR.1.3.6_rb1.17
merge latest LOS commits
BACKPORT: [UPSTREAM] mm: new shrinker API
ipv4: keep skb->dst around in presence of IP options
drivers: cpuidle: lpm-levels: fix array-bounds warnings
arm64: atomic.h: defining relaxed atomic_read
hrtimer: Replace usage of hrtimer_callback_running with the new relaxed version for less power usage
kernel: cpuidle: use idle_cpu_relaxed and cpu_relaxed
sched: core: warning: comparison between pointer and integer
usb: android: Fix buffer overflow due to incorrect snprintf length
sound: msm: qdsp6v2: fix memset-transposed-args warning
drivers: media: msm: camera_v2: fix bool-compare warning
input: atmel_mxt_ts: more proper wakeup implement
ARM: dts: mdss: kenzo: Enable dynamic fps for kenzo panels
msm: mdss: use key event trigger to update fps
msm: mdss: Using Fixed fps and v_total for BW calculations
msm: mdss: move dpfs vsync wait before next mixer programming
msm: mdss: change calculation reference to default frame rate in hfp mode dynamic fps
DTS: batterydata-scud-4000mah-4400mv: Merge changes from latest miui
qpnp-fg: remove useless delayed work
charger: allow more amperage and heavier amperage throttle on temperature
qpnp-smbcharger: remove more dmseg spam[2]
kenzo: Remove useless charging debugging
qpnp-smbcharger,qpnp-fg: thermal-mitigation from kenzo-l-oss official values (improve charging)
kenzo: goodix,prima: Change RMC netlink group (goodix netlink 30,prima RMC 29)
ARM: DTS: kenzo: Re-enable appsbl qseecom support flag
revert "MDSS: KCAL: Add minimum brightness tunable"
set lowest screen brightness to hardware minimum by default
wcd-mbhc-v2: import headset detection code from Xiaomi scorpio-m-oss
ft5x06_ts: fix wake gesture incomplete stuff
wake gestures: use mutexes for delay timer mechanism and fix indentations
wake gestures: rework the detection triggers
little cosmetic changes to AGNi Control
AGNi pureCM-MM v7.7:-
DTS: qpnp-fg: "qcom,resume-soc" increase resume charging after full charge 95% -> 99%
revert "drivers/usb: revert changes from 3.10.105"
ARM: 8167/1: extend the reserved memory for initrd to be page aligned
fat: fix using uninitialized fields of fat_inode/fsinfo_inode
msm: msm_bus: fix the memory leak issue
cpufreq: implement cultivation governor v1.5
AGNi pureCM-MM v7.6:-
Rebase from v7.1 (revert many commits which brought regressions, now should be good performance & battery)
Android: update uid_cputime to uid_sys_stats
msm_hotplug: disable load calculations when music hotplug mode
MDSS: KCAL: Add minimum brightness tunable (1 <-> 50)
add workaround for fingerprint errors with roms not supporting Unified FP
AGNi pureCM-MM v7.5:-
ANDROID: sdcardfs: Use LOS 14.1 state for CM-MM & MIUI-MM
revert "drivers/input: update sensors from Xiaomi ido-l-oss & thomas-kk-oss"
Revert: "DTS: screen panel dtsi backlight-min-level changes"
ltr533,stk3x1x: use HIGHPRIO,FREEZABLE workqueues and increase LTR533 proximity sensor sensitivity
MDSS: KCAL: add a toggle to set minimim brightness to 1 or to the panel value
AGNi control: add minimim brightness toggle
AGNi pureCM-MM v7.4:-
wakeup: block qcom_rx_wakelock
fix unwanted 2% battery drop issue
gadget/f_fs: reduce logspam on suspend/resume & use pr_err_ratelimited
usb: dwc3: gadget: make Set Endpoint Configuration macros safe
fs: fat: move fat_truncate_blocks to unlink
kernel: report pid reservation failure properly
ft5x06_ts: add missing wake_gesture bits
fs/pstore: bring to LOS state (fixed /proc/last_kmsg)
sched: Add a check for cpu unbound deferrable timers
disable many logging including goodix and qpnp-smbcharger
revert some commits
AGNi control: reduce little saturation of night screen mode
AGNi control: introduce MSM-Hotplug-Music feature: (Idea - > @miguelang611)
(keep all cores online when display on and attempts to keep only two small cores online with big cores off when screen off)
AGNi pureCM-MM v7.3:-
intelli_hotplug: Update to v5.5 & improve MSM8956 thread capacity
power: bcl: Check battery state of charge for frequency mitigation
sdcardfs: silence log
android:binder: silence log
drivers/cpufreq: add Wheatley governor
fpc/goodix: back to unified fingerprints
AGNi control: add wheatley governor option
AGNi control: reduce saturation of standard screen mode
AGNi control: increased saturation of night screen mode
AGNi pureCM-MM v7.2r2:-
r2: revert: kernel/sched updates
AGNi control: Normal screen mode saturation 50%
r1:
tcp: add sociopath congestion control and set as default
tcp: add CDG congestion control
disable some debugging
drivers/mdss uodates
drivers/cpufreq updates
fs/exfat updates
block/cfq: updates
kernel/sched updates
msm-thermal updates
msm kgsl updates
Reduce vfs cache pressure & swappiness
cpufreq: show cpu voltages via sysfs
cpufreq: add Cafactive gov - modded interactive from code aurora
sched: features: disable gentle_fair_sleepers
power:qpnp-charger: extended charge time from 30s to 100s when battery status is near to full
android: binder: Fix potential scheduling-while-atomic
sched/idle: Optimize the generic idle loop
ARM: dts: msm8956: Add large-address-bus to sdhci-msm
Implement CPU U.V. (85mv)
msm: Add Intelli Hotplug Driver
adreno_tz: Push 27MHz frequency step to be used a bit more
arm64: cache: change ARCH_DMA_MINALIGN and L1_CACHE_SHIFT values
lpm-level: Fix residency calculate
ARM: dts: msm: enable MDSS gdsc idle power collapse on msm8976-kenzo
wake gesture: fix proximity and call detect conditions
ANDROID: sdcardfs: Squash Commit Update
Power charging modifications
AGNi control: reduce red value for night mode
AGNi control: add intelliplug option
AGNi control: add cafactive governor
AGNi pureCM-MM v7.1.1r2:-
exfat: implement errors=remount-ro
exfat: unlock pages under readonly status
exfat: link superblock for all the buffer head
clockevents: Prevent shift out of bounds
lpm-levels: Change _WARN_printf to pr_err when residency < 0
ipv4: keep skb->dst around in presence of IP options
drivers/usb: revert changes from 3.10.105
disable coresight tracing support
force fpc and goodix as kernel modules
AGNi installer: detect fingerprint hardware type during install
AGNi installer: load appropriate fp module on init
AGNi installer: patches init files for goodix support if goodix fp detected by installer
AGNi installer: kernel will have permissive selinux by default for goodix
r2: Changes to AGNi installer and devfreq and hwmon kernel updates
AGNi pureCM-MM v7.1:-
vidc updates
kernel/sched updates
net/tcp updates
kernel workqueue updates
AGNi: add gcc optimizations
Remove State Notifier & thunderplug
msm: mdss: Correct the AD backlight calculation formulas
msm: mdss: turn on the mdss clocks when enabling vsync
kthread_work: wake up worker only when the worker is idle
qcom: msm-core: interruptible wait
msm: vidc: disable CPU L2 cache PC during video sessions
cpufreq: cpu-boost: don't boost over user set max freq
mm/slub: don't wait for high-order page allocation
mm: do not activate swap write failed pages
msm: sps: fix kernel panic
UPSTREAM: kernel: Provide READ_ONCE and ASSIGN_ONCE
perf: arm64: implement CPU_PM notifier
perf: arm64: fix RCU usage on pmu resume from low-power
CHROMIUM: cgroups: relax permissions on moving tasks between cgroups
clocksource: Fix abs() usage w/ 64bit values
arm/dts: increase bus-width on GPU
GPU: add optimization flags to GPU drivers
msm: camera: sensor: Fix memory leaks when sensor probe fails
msm: camera: isp: Avoid unaligned register access
msm: camera: isp: Add different flags in spin lock
msm: qpnp-haptic: Work around poor fingerprint authentication haptics
fingerprint: fix init and check for string length for added security
touchscreen: ft5x06: disable the charging status flag
fix drivers: wakeup: block some wakeups
wake gesture: add proximity state api and implement in call detect
qpnp_fg qpnp_smbcharger: be silent in logs
DTS: kenzo: fix wrong reading for pa_therm1 thermal sensor
AGNi pureCM-MM v7.0:-
revert hall sensor from Xiaomi ido-l-oss
cpufreq: fallback to interactive if governor is not found
block: cfq: tuning
ARM: dts: kenzo: Change s5k5e8_z5e8yab eeprom according to miui mm dts
kenzo: Only allow one fingerprint device to be created & default to goodix
unified kernel for fpc & goodix
AGNi pureCM-MM v6.9:-
fs: drop_pagecache on suspend - Xiaomi ido-l-oss
drivers/input: update sensors from Xiaomi ido-l-oss
drivers/input: update sensors from Xiaomi thomas-kk-oss
qpnp-vibrator: implement vibration pattern from Xiaomi thomas-kk-oss
mdss: import screen modes from Xiaomi thomas-kk-oss
revert "some power driver fixes"
AGNi pureCM-MM v6.8:-
msm: thermal: add a module param to change the thermal throttle temperature point to userspace (set 60C default)
camera_v2: remove dual hw isp and combo csiphy support
DTS: screen panel dtsi changes (back-porch,panel-timings,reduce backlight-min-level,dsi-on-command)
AGNi pureCM-MM v6.7r2:-
v6.7-r2: (AGNi: allow latest Nougat camera_v2 & vidc for miui-MM & CM-MM's)
revert: "drivers: wakeup: add option to block wlan, alarmtimer & bluetooth_timer wakelocks"
Fix reboot issue after miui update 7.3.9
wakeup: remove display_on check
fs/sdcardfs: restore to LOS 14.1 state
kenzo: Use caf hall driver
wake gesture: modify voice call detection & remove vib_wake switch
modify wake gestures options with vibration strength in AGNi Control
AGNi pureCM-MM v6.6:-
drivers: wakeup: add options to block (un)popular battery wrecking wakelocks
drivers: wakeup: add option to block wlan, alarmtimer & bluetooth_timer wakelocks
net: rmnet_data: Silence "Unkown IOCTL" log spam
ANDROID: lib: vsprintf: updates
revert "ASoC: (LA.BR.1.3.6_rb1.16) msm: qdsp6v2: Add support to set volume in ASM loopback
prima: silence some log trace
net/sched: silence "quantum of class is big" log warning
revert "Decrease Time To Enter Sleep"
wake gestures: use is_display_on() & mdss_dsi to control conditional switch-off timer
kenzo: apply some misc changes by Xiaomi from hydrogen-m-oss source
AGNi pureCM-MM v6.5:-
cpufreq: add blu_active governor
Revert "msm: sensor: restore slave address after I2C read"
leds: trigger: ledtrig-backlight: Fix invalid memory access in fb_event notification callback
msm: (LA.BR.1.3.6_rb1.16) IPA: add the check on intf query
wake gestures: (Revision 2) implement conditional switch-off timer using delayed workqueue (fixed all bugs)
wake gestures: reEnable sweep2sleep sysfs
Agni control v1.1 with some polishing and changes
AGNi pureCM-MM v6.4:-
Fix Headset jack detect time missed changes
Merge caf/LA.BR.1.3.6_rb1.16
prima: Update to LA.BR.1.3.6_rb1.16
goodix: Disable all key event if new driver detected
input: misc: goodix_fp: Change netlink group to 29, return WLAN_FEATURE_RMC
kenzo: kill enable_spk_ext_pa and lazyplug's lazymode logspam
net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs
cpufreq: add elementalx governor by flar2
add Interactive wingoku_battsave_4.1 governor profile in AGNi control
set no hotplug as default, add wake gesture duration in AGNi control
wake gestures: implement conditional switch-off timer using delayed workqueue
AGNi pureCM-MM v6.3:-
fingerprint: fpc: boost cpufreq on unlock
fingerprint: goodix: silence logspams
fingerprint: goodix: Support use netlink to communicate with user app
prima: disable WLAN_FEATURE_RMC: seems not used by hal, and conflict with goodix fpsensor driver
block: iosched: add fifo and vr
dts: Add missing clock-frequency property to CPU nodes
include/linux: Added support for GCC 6/7
msm_hotplug: restore original name for tunable msm_enabled
Makefile: fix ccache, remove graphite optimizations & fix build for a72.a53
Update UBERTC with GNU GCC 6.3.1
remove experimental tag for goodix in Aroma installer
set default zram swappiness 30 in AGNi Control
AGNi pureCM-MM v6.2:-
sound:soc: implement franco soundcontrol
fix fast charging dtsi values
arch/arm: dts: Add pstore DT & enable /proc/last_kmsg
ARM: dts: pstore: Match motorola configuration
Enable Arch Power
Revert "msm: thermal: add a module param to change the thermal throttle temperature point to userspace"
power: qpnp-smbcharger: Fix the BMD algo. disable logic
sysfs interface bool to Enable/Disable CRC
devfreq: Add a governor whitelist
PM: devfreq: Always reflect a change of polling interval
devfreq: gpu: added simple time_in_state stats
drivers: cpufreq: Send a uevent when governor changes
mdss: fix potential deadlock
Decrease Time To Enter Sleep
remove optional tweaks from aroma installer
AGNi pureCM-MM v6.1:-
SMBCHG: silence pr_info of lct_get_prop_batt_temp's chip->ntc_vadc and get_bat_temp
mm: dont unbound workqueue swap_work when work pending
net/wireless/scan: kill bss_free warning when wlan module unloading
ANDROID: binder: restore to LineageOS state
fix implementation of flar2 sound_control sysfs interface
soundcontrol: add support for older misc device sysfs interface
sound control can be handled from EX Kernel Manager,Kernel Auditor & AGNi Control
add adreno boost option in AGNi Control
AGNi pureCM-MM v6.0r2:-
disable RCU_BOOST and MMC DEFERRED RESUME
revert "time: Remove CONFIG_TIMER_STATS"
input: misc: goodix: Fix warning of unbalanced irq
Fast charge at max 2400mA, some battery charger & fuel guage driver fixes
writeback: Do not sort b_io list only because of block device inode
sctp: deny peeloff operation on asocs with threads sleeping on it
sound_control: implement flar2 sound_control sysfs interface (can also be used by EX kernel manager)
wake_gestures: modify wake_gesture_q6voice_detect application to input callbacks
Set Interactive stock governor profile as default in AGNi control
Add Quick Charge 2000->2400 mA option in AGNi control
AGNi pureCM-MM v5.9.1:-
fixed compatibility with Magisk v11.5
using latest busybox from magisk for AGNi control
revert "proc: Set androidboot.verifiedbootstate=green"
AGNi pureCM-MM v5.9:-
fs/sdcardfs: silence "sdcardfs: Failed to touch up lower fs gid/uid" error log
Use RCU_BOOST for msm8956 in conjunction with RCU_NOCB
Enable MMC DEFERRED RESUME
goodix: add msm_hotplug resume calls and boost cpu on touch (experimental)
revert "Small tweak for gpu bus frequencies"
disable selinux fake-enforced
add interactive-glassfish tweaked
add -5 and -10 speaker and headphone gain options in AGNi control
AGNi pureCM-MM v5.8:-
enable goodix only on non-fpc builds and disable fpc for goodix-builds
selinux: avc: do not deny when SECURITY_SELINUX_FORCE_PERMISSIVE or SECURITY_SELINUX_FAKE_ENFORCE is set
kill "Error: returning -512 value" in log when system suspend
remove zzmoove governors (not updated anymore and not optimised yet)
Update and enable maple ioscheduler
experimentally set default Interactive-DrunkSauceLite governor in AGNi control
AGNi pureCM-MM v5.7:-
ARM: dts: kenzo: Fix camera regulator voltage
revert some experimental goodix & fpc code
goodix fp: Add support to new reset ioctl
goodix will always have selinux permissive
ASoC: wcd-mbhc: Don't report headphone until timout
UPSTREAM: block: disable entropy contributions for nonrot devices
update sdcardfs
kenzo: enable appsbl qseecom support flag for M boot stack
Implement a different method to check if a voice session is active & disable wake gestures during voice sessions
interactive governor "DrunkSauceLite"-tweaked and set as default
tweaked cpu input boost option in AGNi Control
AGNi pureCM-MM v5.6:-
ASoC: msm: qdsp6v2: Add NEW simple API to check if a voice session is active & disable d2w and s2w during voice sessions (fixes screen freeze after remote voice call hangup)
random: Backport from linux-4.2 and remove frandom
AGNi pureCM-MM v5.5:-
ipc/shm: Fix shmat mmap nil-page protection
sctp: avoid BUG_ON on sctp_wait_for_sndbuf
BACKPORT: tcp: avoid infinite loop in tcp_splice_read()
ANDROID: ion: check for kref overflow
Wifi: remove some debugging
cpufreq: cache tunables for ondemand, conservative, alucard, chill, darkness, despair and relaxed governors(This makes them work better with big.LITTLE setups. Previously, all big cluster tunables were lost when a cluster went offline.)
Compatible with latest TWRPs including v3.1.x (resolved bootloop issue with newer TWRPs)
AGNi pureCM-MM v5.4:-
Wake gestures minor changes
Increase max readahead value to 1024
network related updates
android binder updates
cpufreq: interactive governor drops bits in time calculation
ASN.1: Fix actions on CHOICE elements with IMPLICIT tags
drivers: video: Add bounds checking in fb_cmap_to_user
sg_write()/bsg_write() is not fit to be called under KERNEL_DS
arm64: strcmp: align to 64B cache line
time: Remove CONFIG_TIMER_STATS
usb: gadget: f_accessory: Fix for UsbAccessory clean unbind.
lib: Update LZ4 compressor module v1.7.3 and lz4 ramdisk decompression support
zram: change usage of LZ4 to work with new LZ4 version
zsmalloc: require GFP in zs_malloc()
zram: user per-cpu compression streams
Update Zram & use CRYPTO_LZ4
UPSTREAM: staging: ion: Fix error handling in ion_buffer_create
AGNi pureCM-MM v5.3:-
ASoC: msm: qdsp6v2: Add simple API to check if a voice call is active
Disable d2w and s2w during voice calls
cpuidle: don't disable cpuidle when entering suspend
Revert "sdcardfs: Flag files as non-mappable"
Revert hbtp_input from LA.BR.1.3.6_rb1.14
AROMA installer updated to v3.00b1
AGNi pureCM-MM v5.2:-
sdcardfs updates
Merge LA.BR.1.3.6_rb1.14
prima: Update to LA.BR.1.3.6_rb1.14
proc: Set androidboot.verifiedbootstate=green
selinux will show as enforcing even if permissive mode is selected in aroma installer
Revert ipa from "Merge LA.BR.1.3.6_rb1.14"
AGNi pureCM-MM v5.1:-
Merge LA.BR.1.3.6_rb1.13
prima: Update to LA.BR.1.3.6_rb1.13
Merge Linux kernel 3.10.105
Fix incompatibility with Magisk-v11.1
Fix "run root as suid" error in wireless adb
zram: Max compression streams 4
Revert: "f2fs: reset default idle interval value" - arter97
BACKPORT: aio: mark AIO pseudo-fs noexec
cpufreq: cpu-boost: don't boost if input_boost_ms is <= 0
Updated chill and relaxed governors
lazyplug: Add highly aggressive lazy profile
Silences CPU suspend state kernel messages
AGNi pureCM-MM v5.0:-
Add lazyplug hotplug
Update qpnp fuel guage driver
drivers: thermal: queue work on system_power_efficient_wq
power: bcl: queue work on system_power_efficient_wq
Added cpu governors: relaxed, bioshock and despair
AGNi Control: set lazyplug hotplug default
AGNi Control: add relaxed, bioshock and despair governors for BIG & little clusters
AGNi Control: set impulse cpu governor as default for BIG & little clusters
AGNi Control: set USB fast charging On by default
AGNi pureCM-MM v4.8:-
revert "msm: ipa: fix the potential heap overflow on wan-driver
revert "msm: rndis_ipa: Remove rndis_ipa loopback functionality
Fix some dtb flashlight derps
Revert "dtsi: msm8976-regulator: remove regulator-always-on property"
AGNi pureCM-MM v4.7:-
Merge caf/LA.BR.1.3.6_rb1.12
prima: wifi Update to LA.BR.1.3.6_rb1.12
adreno_kgsl: re-implement KGSL_PROP_DEVICE_BITNESS
AGNi pureCM-MM v4.6:-
Topology: Enhance For MultiCore Decision Making
ARM: dts: msm: Set the default governor for cpubw to performance
arm64: topology: fix cpu power calculation
arm64, jump label: detect %c support for ARM64
UPSTREAM: arm64: jump labels: NOP out NOP -> NOP replacement
arm/arm64: crypto: boost performance
msm_adreno_tz: Add display state awareness
ARM64: defining macros to optimize power usage
thread_info: enhance power efficiency
hrtimer: enhance power efficiency
kernel: cpu: use cpu_read_relaxed on cpu_down()
lib: vsprintf, bitmap updates
sdcardfs related commits
fs: exfat: sync upstream version
cpu-boost: Bring up to latest iteration
AGNi pureCM-MM v4.5:-
disable selinux Strict Access Vector Cache Control in permissive mode
devfreq: Make adreno idler more aggressive
fs: sync: avoiding some overhead
leds-qpnp: Multi-color smooth LED support
cpu boost input boost tunable in AGNi control
zram size 500MB default in AGNi control
selinux mode quick switching in AGNi control (permissive <-> enforcing)
seperate cpu governor options for each cluster in AGNi control
f2fs: set dentry bits on random location in memory (probable fix for SuperSU issues on f2fs - arter97)
AGNi pureCM-MM v4.4:-
prima: Update wifi driver to LA.BR.1.3.6_rb1.10
mdss: move to a kthread for vsync_retire_work_handler
kgsl: convert some workqueues to use kthreads
android: binder updates
Arm64: Enable Dcache word access
msm_rmnet: Kill logspam
power: wakeup: prevent IPA_WS wakelock from being acquired by default
zram: use appropriate compression streams number
msm: qdsp6v2: Allow 320K AAC encoding
cpufreq: Break out early when frequency equals target_freq
cpufreq: ondemand: Eliminate the deadband effect
Optimize ARM memset and memzero functions
Power efficient workqueue patches (squashed)
sched/fair: Optimize find_idlest_cpu() when there is no choice
adreno_tz: Check that partner_gpu_profile is not NULL before using it
Offload RCU callbacks from all CPUs
selinux option in Aroma Installer
AGNi pureCM-MM v4.3:-
lowmemorykiller: account for unevictable pages
arm64: kill off the libgcc dependency
prima: Migrate QC prima wireless driver to official CM14.1 state
Apply ipa_uc.c from caf/LA.BR.1.3.6_rb1.10
Merge caf/LA.BR.1.3.6_rb1.11
AGNi pureCM-MM v4.2:-
revert many network related commits
Merged caf/LA.BR.1.3.6_rb1.10 again
AGNi pureCM-MM v4.1:-
Revert: "Merge caf/LA.BR.1.3.6_rb1.10"
kgsl: convert some workqueues to use kthreads
applied maximum Stable cpu undervolt
per-task/per-process cpufreq statistics
improve cpuidle
block: cfq,zen update
tweak MSM-hotplug
camera_v2/vidc LA.BR.1.3.4_rb1.28
prima: Update QC prima wireless driver LA.BR.1.3.6_rb1.10
AGNi pureCM-MM v4.0:-
sync cm sources:
-add sdcardfs
-video: Revert back to basic livedisplay driver
input: Handle an additional framebuffer hint (This fixes touch in Ambient Display)
Reduce dt2w time between taps
Revert: "prima: Update QC prima wireless driver LA.BR.1.3.6_rb1.10"
Revert ipa_uc.c from caf/LA.BR.1.3.6_rb1.10
AGNi pureCM-MM v3.9:-
ASoC: wcd9335: add earpiece gain control
tune for cortex-a72.cortex-a53+crypto + add graphite optimisations
input: atmel_mxt_ts: Add double tap sysfs symlink
arm64: lib: use pair accessors for copy_*_user routines
UPSTREAM: staging/android/ion : fix a race condition in the ion driver
net: ping: Fix stack buffer overflow in ping_common_sendmsg()
UPSTREAM: arm64: vdso: Mark vDSO code as read-only
ANDROID: dm verity: add minimum prefetch size
sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systems
bfq-sched: Forcefully lookup entities when the cache is inconsistent
lib/crc32 updates
msm8976/56: dts: enable kgsl POPP
crypto: arm64/sha updates
enable TASKSTATS & NETFILTER_XT_TARGET_HL
other Upstream & backported network related commits
AGNi pureCM-MM v3.8:-
Merge caf/LA.BR.1.3.6_rb1.10
prima: Update QC prima wireless driver LA.BR.1.3.6_rb1.10
netfilter: x_tables: check for size overflow
tty: Fix hang at ldsem_down_read()
fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLE
sg: Fix double-free when drives detach during SG_IO
BACKPORT: tty: Prevent ldisc drivers from re-using stale tty fields
enable IP_NF_MATCH_RPFILTER & IP6_NF_MATCH_RPFILTER
AGNi pureCM-MM v3.7:-
Revert: "prima: Update QC prima wireless driver LA.BR.1.3.6_rb1.9"
reAdded Max LITTLE cpu frequency 1440 Mhz
AGNi pureCM-MM v3.6:-
prima: Update QC prima wireless driver LA.BR.1.3.6_rb1.9
ASoC: wcd9335: soundcontrol sysfs with sound_control_3 sysfs"
fpc1020_tee: Add switch to boost tasks to the big cores when touched anytime
AGNi control: boost tasks to the big cores when fp touched option
diag & ipa from caf/LA.BR.1.3.6_rb1.8
Merge caf/LA.BR.1.3.6_rb1.9
Revert qpnp fuel guage driver from 'CM_xiaomi_msm8956/cm-14.1'
enable IP_NF_TARGET_TTL
proc: much faster /proc/vmstat
Wake Gestures: sweep2wake default on until init.d scripts executed
input: ft5x06: Add option to disable keypad
input: atmel_mxt_ts: Add option to disable keypad
sched: fair: reduce preemption latency
ASoC: wcd-mbhc: disable fake electrical interrupts
ASoC: compress: Don't error on both playback and capture being set
AGNi pureCM-MM v3.5r2:-
fix derps from 'CM_xiaomi_msm8956/cm-14.1' - (Max big cpu frequency 1804 Mhz, Fix hall sensor support)
QPNP_FG: modifications from 'CM_xiaomi_msm8956/cm-14.1' only on CM-N
Revert diag & ipa from 'CM_xiaomi_msm8956/cm-14.1'
AGNi pureCM-MM v3.5:-
Merge remote-tracking branch 'CM_xiaomi_msm8956/cm-14.1'
AGNi pureCM-MM v3.4r2:-
Disable CONFIG_HALL, we need only CONFIG_SENSORS_HALL
fpc1020_tee: boost cpufreq & boost tasks to the big cores when touched anytime - remove unwanted stuff
camera_v2: use MM code state for MIUI-MM & CM-MM
Revert: "[BACKPORT] Implement zen-tune v4.5"
Revert: "sched: Add a check for cpu unbound deferrable timers"
Revert: "nohz: Get timekeeping max deferment outside jiffies_lock"
ASoC: wcd9335: faux sound_control app compatibility
AGNi Control: Add sound conrol and fix sweep2wake
USB: UICC: Set Root HUB speed as USB2 (caf/LA.BR.1.3.6_rb1.8)
ion: disable system contig heap (caf/LA.BR.1.3.6_rb1.8)
AGNi pureCM-MM v3.4:-
ASoC: wcd9335: Sound control (flar2)
Merge caf/LA.BR.1.3.6_rb1.8 (partial)
ext4 check & repair now optional in aroma installer
AGNi pureCM-MM v3.2:-
prima: Update QC prima wireless driver v3.0.11.61 to v3.0.11.66
fpc1020_tee: boost cpufreq & boost tasks to the big cores when touched anytime
AGNi Control: add Dynamic fsync & Light-Warm screen mode options
ext4 filesystem auto check & repair on each kernel install
Disable TouchBoost
AGNi pureCM-MM v3.2:-
qseecom: Fix SEND_MODFD ioctl failures for preloaded apps
add toggles for wakelocks
mdss_fb: backlight dimmer option
power: process: decrease time to enter sleep
power: quickwakeup: initial driver
fingerprint: boost cpufreq on unlock & boost tasks to the big cores when the scanner is used
sched: Add a check for cpu unbound deferrable timers
nohz: Get timekeeping max deferment outside jiffies_lock
cpufreq: Add Chill cpu governor
msm_adreno_tz: add adrenoboost
use big.Little a72/a53 compiler optimizations
Screen Tweak: Warm mode added to AGNi Control
Auto apply of AGNi control settings after reboot fixed
AGNi pureCM-MM v3.1:-
Built with GCC UBERTC 6.1.1
Screen modes in AGNi Control: Standard, Vivid, Reading, Night, LiveDisplay (attempted replication, may not be 100% same)
AGNi pureCM-MM v3.0:-
Based on caf/LA.BR.1.3.6_rb1.7
Update QC prima WiFi wireless driver v3.0.11.61 from LA.BR.1.3.6_rb1.7
tcp: fix use after free in tcp_xmit_retransmit_queue()
KEYS: Fix short sprintf buffer in /proc/keys show function
[PATCH] Fix a bug in __qseecom_update_cmd_buf (probable fix for full-disk encryption setup failures for CyanogenMod)
msm: thermal: add a module param to change the thermal throttle temperature point to userspace
tick: don't update idle time if cpu offline
msm: Fix high load average from uninterruptible waits
camera: better flash at most times
add goodix and fpc firmware & libs
add ironactive governor
Adreno idler available in AGNi control
drivers/staging/zram: zcomp_lz4, zcomp_lzo from Motorola MMI-MPD24.107-52
ram memory management changes from XiaoMI MI MAX
AGNi pureCM-MM v2.7:-
CM led driver - use proper max brightness values
Optional system tweaks in AGNi control (picked from radon)
interactive-tweak option in agni control
AGNi pureCM-MM v2.6r3:-
Upstream to linux 3.10.104
Hide verifiedbootstate to fix the failed SafetyNet CTS check.
audio: wcd9xxx-core,wcd9335: Bring to Xiaomi kenzo LP source state
goodix fp support (experimental)
disable livedisplay (no screen flickering)
get led notification working
AGNi pureCM-MM v2.5:-
based on caf/LA.BR.1.3.4_rb1.19
prima: Update QC prima wireless driver to v3.0.11.57
Revert: "cpufreq: cpu-boost: Remove migration sync boost"
drivers/mmc: timeout and other updates
Update gpu bus and power levels
Import stock mi camera drivers
Colour tweak mode 2 in Agni control (from Radon)
Zen IOsched option in Agni Control
AGNi pureCM-MM v2.4:-
Based on caf/LA.BR.1.3.6_rb1.5
WIP: Camera fixes (directed at better flash timing for CM-N)
Using Busybox v1.26.0 specifically compiled for AGNi (/sbin/busybox)
LCD hardware information can be seen in AGNi Control (options at end)
Goodix FP option to install specific libs
AGNi pureCM-MM v2.3:-
Based on caf/LA.BR.1.3.6
Asoc,codecs,qdsp6v2: Restore to Xiaomi kenzo LP source state
vidc updates
livedisplay fixed
wake gestures: disable vibration (to enable: echo 1 > /sys/android_touch/vib_wake)
Touch panel and camera information can be seen in AGNi Control (options at end)
AGNi pureCM-MM v2.2r3:-
Merge 'caf/LA.BR.1.3.6_rb1.6' and cm-14.0 sources
add support for STK3X1X sensortek proximity/ambient light sensor
fixed video recording issue
AGNi pureCM-MM v2.1r1:-
Interactive tuning
Fix missing boardtemp thermal sensor
wake gestures: make horizontal sweep more sensitive
Update goodix and fpc drivers
Fix hall sensor support
Merge remote branch caf/LA.BR.1.3.4_rb1.22
Properly Implement CM livedisplay
AGNi pureCM-MM v2.0r4:-
mdss: add missing bits for LiveDisplay
AGNi control: fix derp in max cpu freq scripts for BIG cores (no longer stuck to 1.4GHz)
fix leds not blinking
mdss updates
Merge remote-tracking branch 'caf/LA.BR.1.3.6_rb1.6'
AGNi pureCM-MM v2.0:-
added 400MHz cpu freq option
KSM support added default off (not included in agni control)
msm_eeprom: fixed s5k3p3_f3p3man camera sensor
msm_sensor: show camera module info in CIT
Revert powersuspend version 1.5
remove thunderplug in favour of MSM-HOTPLUG
added option for selecting stock or CM led drivers in aroma installer
AGNi pureCM-MM v1.9:-
ft5x06_ts: show touchscreen info and firmware
Update wifi driver 3.0.10.085 --> 3.0.11.51
Implemented AGNi Control app (controls: CPU governor, IO schedulers, CPU hotplugging types, zram, screen color tweak and more)
AGNi pureCM-MM v1.8:-
disable unneeded support for SYSVIPC
enable support for s5k3p3_f3p3man camera sensor
screen colors tweak
applied goodix fingerprint by alexstsv2
AGNi pureCM-MM v1.7:-
fs: dynamic sync 2.0
msm_hotplug v2.4
msm: sensor: Avoid potential stack overflow
drivers: cpuidle: msm: Use 64 bit type for sclk
cpufreq: interactive: reduce timer with screen off
Implement flar2's ElementalX Wake Gesture
Add s5k3p_f16s01c camera sensor support
USB: f_accessory: Fix NULL pointer dereference in acc_read()
tcp_output: set initial TCP window size to 64K
AGNi pureCM-MM v1.6:-
IO Governors: sio fiops sioplus row tripndroid zen cfq deadline bfq
CPU Governors: impulse darkness alucard zzmoove interactive
Thunderplug v5.0 hotplug algorithm
exFAT newer version
Dynamic Fsync v1.2
USB Fast Charge enabled
HID USB keyboard/mouse support
Sound control with basic functionality
frandom hwrng
selinux permissive to (avoid goodix related issues)
enable advanced tcp/ip congestion, default westwood
1 GB fast LZ4 Zram enabled
KCAL Control
Upstream to 3.10.103
AND MANY OTHERS ... refer github
Download the app for supporting this keyboard & mouse feature HERE
DOWNLOADS:- HERE
XDA:DevDB Information
AGNi kernel, Kernel for the Xiaomi Redmi Note 3
Contributors
psndna88
Source Code: https://github.com/psndna88/AGNi_pureMIUI.git
Kernel Special Features: Based on caf/LA.BR.1.3.7_rb1.5, LOS15.0 official sources with selectively picked mods/patches
Version Information
Status: Stable
Created 2016-09-27
Last Updated 2018-02-09
Reserved
Reserved
Credits: @GuneetAtwal
Does this kernel fix drop 2% bug ?
khangcobra said:
Does this kernel fix drop 2% bug ?
Click to expand...
Click to collapse
the fix is applied
but kernel is untested...
lemme know
do take backups.
psndna88 said:
the fix is applied
but kernel is untested...
lemme know
do take backups.
Click to expand...
Click to collapse
Any recommend setting for this kernel to get the best of it ?
Thank u for this awesome kernel dev..... I am following u from ur Note 2 and S3 series..... Thank u once again.... Downloading this right away..... This is the very best
@psndna88 thanks for great kernel and support for Kenzo..
Btw, can u write recommended settings for daily usage,good battery etc, here and for miui mm Thanks
khangcobra said:
Any recommend setting for this kernel to get the best of it ?
Click to expand...
Click to collapse
marko94 said:
@psndna88 thanks for great kernel and support for Kenzo..
Btw, can u write recommended settings for daily usage,good battery etc, here and for miui mm Thanks
Click to expand...
Click to collapse
right now i use default ones, not got much time to fine tune
Thanks for the kernel ~ i am testing it with my own profile and see the different
Keep up the good work ~
great...downloading...will flash soon & feedback...
thanks for supporting this device...
review: can't use my fpc fingerprint...thought that this is known bug...no other bug found yet due to I need fingerprint and switch my kernel. kernel is pretty stable enough, thought this kernel will ready for daily driver in very short time.
keep your great work, really appreciate it and thanks.
I am running epic rom 6.9.22 based on miui mm. I flashed this kernel and the fingerprint sensor wasnt working at all
---------- Post added at 06:15 PM ---------- Previous post was at 06:14 PM ----------
max_of_MMX said:
I am running epic rom 6.9.22 based on miui mm. I flashed this kernel and the fingerprint sensor wasnt working at all
Click to expand...
Click to collapse
Sorry i ll post it in the correct thread
@psndna88 The kernel doesn't support FPC fingerprint...... I dirty flashed this on RR 5.7.4 and it didn't work so I clean flashed RR 5.7.4 and flashed it again..... This Kernel supports only Goodix fingerprint as of now I guess
please make one for CM with FPC fingerprint
I'm on Radon kernel, if i want to flash this kernel... should i go back to stock kernel first or can i directly flash agni over kernel?
AGNi pureCM-MM v1.7:-
fs: dynamic sync 2.0
msm_hotplug v2.4
msm: sensor: Avoid potential stack overflow
drivers: cpuidle: msm: Use 64 bit type for sclk
cpufreq: interactive: reduce timer with screen off
Implement flar2's ElementalX Wake Gesture
Add s5k3p_f16s01c camera sensor support
USB: f_accessory: Fix NULL pointer dereference in acc_read()
fpc fingerprint should be working
tcp_output: set initial TCP window size to 64K
psndna88 said:
AGNi pureCM-MM v1.7:-
fs: dynamic sync 2.0
msm_hotplug v2.4
msm: sensor: Avoid potential stack overflow
drivers: cpuidle: msm: Use 64 bit type for sclk
cpufreq: interactive: reduce timer with screen off
Implement flar2's ElementalX Wake Gesture
Add s5k3p_f16s01c camera sensor support
USB: f_accessory: Fix NULL pointer dereference in acc_read()
tcp_output: set initial TCP window size to 64K
Click to expand...
Click to collapse
Thx i will try
AGNi pureCM-N v1.7:-
AGNi_pureCM-N
for Android 7 Nougat
I dirty flashed both 1.7 & 1.6 kernel from cm13 which I downloaded from cm official website. I have a goodix fingerprint device, and the fingerprint showed up in the settings-lockscreen menu. But when I wanted to record my fingerprint, it said 'the enrollment was not completed.' I don't know why. Thank you anyway.
@psndna88, after reboot i can't use wake gesture until phone unlocked once, after that's wake gesture will work as expected. would be great if you take a look into this point due to this kind of issue didn't happen if i switch my kernel to ex.
anyway, i want to ask or maybe discuss about playing with interactive governor parameter.
everytime I am play with interactive governor, my phone can't go into deep sleep. i am pretty sure this not related with rom and kernel, but this kind of issue leave big question mark for me. whats wrong with my parameter, why my phone can't enter deep sleep afterwards. would you share your idea on this?
regards.

Categories

Resources