- Jul 11, 2024
-
-
1582130940 authored
* Whitelist resize2fs Signed-off-by: Akito Mizukito <akito@evolution-x.org> * Whitelist arm-linux-androidkernel-* sbwml <984419930@qq.com> * Whitelist aarch64-linux-gnu-as * Whitelist aarch64-linux-gnu-ld Vivekachooz <vivekachooz@gmail.com> * Whitelist x86_64-linux-android-* hmtheboy154 <buingoc67@gmail.com> Co-authored-by: Akito Mizukito <akito@evolution-x.org> Co-authored-by: sbwml <984419930@qq.com> Co-authored-by: Vivekachooz <vivekachooz@gmail.com> Co-authored-by: hmtheboy154 <buingoc67@gmail.com>
-
sbwml authored
-
sbwml authored
-
sbwml authored
-
Pranav Vashi authored
Change-Id: I113820bb0542349804c7996e0aabdaf0693aef5f Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
-
Nick authored
Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com> Co-authored-by: minaripenguin <minaripenguin@users.noreply.github.com>
-
someone5678 authored
Log: Disallowed PATH tool "[" used: []string{"[", "-f", "../.git/shallow", "]"} Change-Id: I3ee37215db1ad326fed581b8c13f4a9fd4a174d4
-
Ido Ben-Hur authored
-
Kevin F. Haggerty authored
* Needed for fastboot zip generation
-
cooluc authored
-
SahilSonar authored
Change-Id: I94c410180396c774ac2fbe5b3ed5b2525bb2dd6d
-
Pranav Vashi authored
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
-
Silesh K Nair authored
* Fixes building changelog on bleeding edge distros like arch/manjaro/sid
-
spezi77 authored
Signed-off-by: spezi77 <spezi7713@gmx.net>
-
Julian Veit authored
Change-Id: Ica31e9595e8ab722daac7f5b20f0b500cd7090d1
-
hmtheboy154 authored
Change-Id: Id945672e5b3eaacfe0605cfc7d8c372a0d6c76bb
-
Dan Cartier authored
Change-Id: Ib59e36900e5817357a6c7b30953699afec4a204b Signed-off-by: Dan Cartier <nospamdan1@gmail.com>
-
Sam Mortimer authored
Change-Id: Ie83688c900a241728b1153cc8ac2aeccc2cb31f6
-
Kevin F. Haggerty authored
Change-Id: Ibbc46fe4af567fc1df72c0a234a64be1aa704453
-
johnmart19 authored
-
DennySPb authored
Signed-off-by: DennySPb <dennyspb@gmail.com> Change-Id: If178da808f3c38c4d408c3c53bbacdbdb7c93baa
-
hmtheboy154 authored
For copy-firmware.sh script Change-Id: Ida5caf311796b105396d4bd041b353608a904933
-
Gagan Malvi authored
Signed-off-by: Gagan Malvi <malvi@aospa.co>
-
Joey Huab authored
Change-Id: Ida4e97b54bebc6aa967fca0b722284d281d4ad5c
-
mesziman authored
Change-Id: I57096e87820d329ab0bbe022f099813d89928015
-
Christian Oder authored
Change-Id: I46321d11823a623635e9776c6c7c1c92b3eadccb
-
Anay Wadhera authored
Change-Id: I68e5321804c8b1b4a6fcd4690de197440bef6ea6
-
Lucchetto authored
Signed-off-by: Lucchetto <lucchetto.tie@live.com> Change-Id: Iae3c1360a4694cd988d89d401ef18c75320c2abb
-
johnmart19 authored
-
Park Ju Hyung authored
Once the number of jobs exceeds the total CPU thread count, the task scheduler starts to inflict excessive context switches, slowing the entire operation down. Change-Id: Iff8829f3932e3ceb5eb78151b616991187a27246 Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
-
someone5678 authored
Change-Id: Ibc922034be8407d26c0236f199da3c522ef27c65
-
someone5678 authored
Change-Id: Iad766b6224f9d996d40fc09a0a90da9c244cfd2e
-
ShevT authored
Change-Id: I55ea27506f9a19e35c6c53e7bc71dd5689a21f77 * Extend to all OnePlus packages NurKeinNeid <mralexman3000@gmail.com> Co-authored-by: NurKeinNeid <mralexman3000@gmail.com>
-
John Galt authored
Unsafe FMA is entirely contained to fast, not default on
-
Andrzej Perczak authored
At level 3 optimization loop vectorization gets enabled which can lead to significant speedups when processing big chunks of data. Rather than enabling O3 one by one let's enable it globally as this flag is completely safe nowadays. Signed-off-by: Andrzej Perczak <linux@andrzejperczak.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
-
Chenyang Zhong authored
Google added the kryo385 variant for SDM845 on Pixel 3/XL because kryo385 does not have the dot product extension required in cortex-a75/a55 variants [1]. Google resorted to cortex-a53 as a conservative option for kryo385, but cortex-a53 is ARMV8A instead of ARMV8_2A, and it lacks a couple of features like fp16 and rcpc compared to cortex-a55/a75, according to LLVM's AArch64TargetParser.def [2]. Since the only concern of using cortex-a55 for kryo385 is the dot product extension, disable dotprod by passing +nodotprod to -mcpu. This type of flag has been supported by LLVM since 2015 [3]. Test: build with kryo385 as the cpu variant and boot [1] https://android-review.googlesource.com/c/platform/build/soong/+/831260 [2] https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/Support/AArch64TargetParser.def [3] https://github.com/llvm/llvm-project/commit/7b0a7d8d1e35720e55805587cadf7973bba36032 Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com> Change-Id: Ide8e5be07d54f65aa2ce677bd5b6b8d04509ee39
-
1582130940 authored
armv8-a/armv8-a-branchprot -march=armv8-a+aes+crc+crypto+fp16+sha2 armv8-2a/armv8-2a-dotprod/armv9-a -march=armv8.2-a+aes+crypto+fp16+sha2 Co-authored-by: minaripenguin <minaripenguin@users.noreply.github.com> Co-authored-by: Jason Edson <jaysonedson@gmail.com>
-
LaMont Jones authored
This represents release-config support as of commit 897ab4e0878dc8a5d349699943bd57296755f2f4 Bug: 328495189 Test: manual (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:f95b8b0d12ff2d09a696b9cd2c3e8643883cfae6) Merged-In: I2a66651f935923623bea269aabea7476720573b1 Change-Id: I2a66651f935923623bea269aabea7476720573b1
-
- Jun 22, 2024
-
-
ShevT authored
Change-Id: I55ea27506f9a19e35c6c53e7bc71dd5689a21f77 Signed-off-by: AnierinB <anierin@evolution-x.org>
-
ShevT authored
-