aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/arm64_emu.yml
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config/linux: update to v6.19-rc5Taras Madan2026-01-201-0/+1
|
* dashboard: regenerate Linux configsAleksandr Nogikh2025-06-131-0/+11
| | | | Use v6.16-rc1 and the latest linux-next tag.
* dashboard/config: regenerate Linux configsAleksandr Nogikh2025-03-291-0/+20
| | | | Use the latest linux-next and the latest torvalds release.
* dashboard/config: regenerate Linux configsAleksandr Nogikh2024-08-291-0/+1
| | | | | Regenerate the configs using the latest mainline, linux-next and stable versions.
* dashboard/configs: update linux configsAleksandr Nogikh2024-01-301-0/+3
| | | | Regenerate the configs using the latest Linux revisions.
* dashboard/config: regenerate Linux configsAleksandr Nogikh2023-10-231-1/+0
| | | | | | | | | Use latest Linux mainline and -next versions. Disable config options that were dropped. Stop disabling PINCTRL for arm64_emu -- it's too tricky to ensure it's not enabled + it's only possible to test it on qemu anyway.
* dashboard: make qemu arm64 configs compile againAleksandr Nogikh2023-08-101-0/+2
| | | | | | | | | | | | | | We've been running into the following error: error: static declaration of 'mem_encrypt_init' follows non-static declaration The problem was caused by Kconfig not being able to adjust the depenencies, the fix is already coming: https://lore.kernel.org/lkml/CANp29Y6AnNeouWgAevBEDZcYcOjzDQwxLDfLxe41Lp3BC=h8bA@mail.gmail.com/T/ After it's merged, we'll have to update our configs anyway. So let's do it now.
* dashboard/config/linux: update configs to latest kernelsDmitry Vyukov2023-04-271-0/+1
|
* dashboard/config: split arm64.yml into base and -emu partsAleksandr Nogikh2023-02-201-0/+1017
Most of the arm64.yml tweaks were actually needed to fuzz Linux on qemu. Now that we can also fuzz it in the non-emulated environment, let's split it into the base arm64 settings and the settings needed for qemu.