aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/riscv64.yml
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config: enable debug options for the arm64-full configAleksandr Nogikh2022-08-051-4/+0
| | | | Also, factor emulation-dependent consts into a separate file.
* dashboard/config/linux: enable CSD_LOCK_WAIT_DEBUGDmitry Vyukov2022-04-201-1/+1
| | | | | | As asked by Hillf here: https://lore.kernel.org/all/20220419134616.GE4285@paulmck-ThinkPad-P17-Gen-1/ This config can provide more precise diagnostic for some bugs.
* dashboard/config/linux: update linux configs to v5.18-rc1Taras Madan2022-04-061-1/+2
| | | | | update linux to v5.18-rc1 fix dependency update errors update configs
* dashboard/config/linux: disable CONFIG_PCPU_DEV_REFCNT, add ↵Dmitry Vyukov2021-03-261-1/+1
| | | | | | | | netdev_unregister_timeout_secs Disable CONFIG_PCPU_DEV_REFCNT, it should provide refcount underflow detection. Set netdev_unregister_timeout_secs to the timeout used for task hung detection, it should avoid false "unregister_netdevice: waiting for DEV to become free" crashes.
* dashboard/config/linux: enable NUMA on riscvDmitry Vyukov2021-03-151-0/+1
|
* dashboard/config/linux: re-organize CMDLINE parametersDmitry Vyukov2021-03-101-1/+1
| | | | | | | | Move x86-specific cmdline parameter to x86_64.yml. Remove redundant cmdline parameters (defined by kernel configs). Move vivid/nr_devs parameters to arch configs. Disable bluetooth/wireless/hamradio in non-x86 configs, non-x86 instances are slow, so the intention is to reduce test space.
* dashboard/config/linux: update riscv configDmitry Vyukov2021-03-091-0/+1
| | | | | | | | Enable CMDLINE_EXTEND as we intend to append our args to bootloader command line. Switch from SELINUX to APPARMOR. SELINUX does not work in buildroot with the default policy.
* dashboard/config/linux: enable more ARM configsDmitry Vyukov2020-12-311-0/+3
| | | | Enable NEON crypto and BIG_LITTLE.
* dashboard/config/linux: tune non-x86 timeoutsDmitry Vyukov2020-12-281-0/+6
| | | | | | Qemu emulation makes execution slower so we need to scale all hang/stall timeouts as well. Scale them by 3 to account for sys/targets.Timeouts.Scale which is set to 3.
* dashboard/config/linux: add riscv64 configDmitry Vyukov2020-12-251-0/+6