aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/android-6.12-base.config
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config: update Android 6.12Aleksandr Nogikh2026-01-151-87/+28
| | | | | | Use the latest available revision and disable ANDROID_BINDER_IPC - as of now, it's no longer possible to compile in both C and Rust versions at the same time.
* dashboard/config: regenerate Linux configsAleksandr Nogikh2026-01-151-8/+9
| | | | | No extra changes, just a newer Docker container to minimize noise in the following commits.
* dashboard/config/linux: regenerate filesTaras Madan2025-10-061-1/+1
|
* dashboard/config/linux: always enable GVNICAleksandr Nogikh2025-08-081-1/+1
|
* dashboard/config/linux: disable CONFIG_CGROUP_BPFAleksandr Nogikh2025-07-171-5/+5
| | | | | | | | | | It seems incredibly difficult to clean up the side effects of this kernel functionality. Keep it enabled only on a new config dedicated specifically for the snapshot-based instance. Closes #5956.
* dashboard/config: regenerate Android 6.12 configsAleksandr Nogikh2025-06-181-21/+15
| | | | Now that Rust Binder has been merged into the tree, we can enable it.
* dashboard/config/linux: add upstream-rust-kasan configAleksandr Nogikh2025-05-201-9/+23
| | | | Enable RUST as well as other Rust-related configs.
* dashboard/config: enable ANDROID_BINDERFSAleksandr Nogikh2025-04-291-4/+4
| | | | The bugs that were popping up during image tests now seem to be fixed.
* dashboard/config: set SERIAL_8250_RUNTIME_UARTS=4Aleksandr Nogikh2025-04-281-1/+1
| | | | | | | | | A config bisection between our LTS and Android configs have pointed to the SERIAL_8250_RUNTIME_UARTS option determining whether the kernel will hang during boot in qemu. Set SERIAL_8250_RUNTIME_UARTS=4 on our Android kernels to make them bootable.
* dashboard/configs: regenerate Linux configsAleksandr Nogikh2025-04-251-8/+21
| | | | Use the latest linux-next and torvalds releases.
* dashboard/config: add an android-6.12 configAleksandr Nogikh2025-04-231-0/+7095