Update fengchi patch for Oneplus Pad 2 pro/Pad 3 - #88
Open
zennnez wants to merge 11 commits into
Open
Conversation
Removed unused KABI reserves and slim scheduling configuration.
Add an upstream LZ4 1.10 amalgamation under lib/lz4 with ARMv8/NEON acceleration and HC support, update kernel wrappers (crypto, f2fs, incfs, decompressor) to call LZ4_arm64_decompress_safe when CONFIG_ARM64 && CONFIG_KERNEL_MODE_NEON are enabled. Also add NEON-optimized decompression path in lib/decompress_unlz4. Include additional performance tweaks: reduce PELT half-life (32ms->16ms), lower locking overhead for unbound workqueue pwq iteration, and import Xiaomi zram changes (set REQ_PRIO on bdev reads). Overall goal: improve decompression and scheduler/workqueue/zram performance on ARM64 and general systems.
This reverts commit f75f4eb.
Update hmbird patches for OP Pad 2 Pro, OP Pad 3 (sm8750), OP Ace 5 Ultra and Ace 6 A16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removed unused KABI reserves and slim scheduling configuration to fix build.