| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/ast, pkg/compiler: support per-file metadata | Dmitry Vyukov | 2022-04-29 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | We have a bunch of hacks in syz-extract, syz-sysgen and syz-check with respect to description files unsupported on some arches, or that must not be part of make extract. Add 2 meta attribtues to files: meta noextract Tells `make extract` to not extract constants for this file. Though, `syz-extract` can still be invoked manually on this file. meta arches["arch1", "arch2"] Restricts this file only to the given set of architectures. `make extract` and ``make generate` will not use it on other architectures. Later we can potentially use meta attributes to specify git tree/commit that must be used for extraction. Maybe something else. Fixes #2754 | ||||
| * | sys/linux: use out_overlay attribute | Dmitry Vyukov | 2022-01-11 | 1 | -75/+21 |
| | | | | | | | | Remove all uses of direction attributes on union fields and use out_overlay attribute instead. The attribute actually does what was the intention behind use of direction attribute on unions. | ||||
| * | sys/linux: add /dev/mali0 to dev_bitfrost.txt | Max Spector | 2021-08-19 | 1 | -0/+2 |
| | | | | | Mali GPU is at /dev/mali0 on Android. | ||||
| * | sys/linux: add description for Mali Bifrost driver (#2394) | Peter Shih | 2021-02-02 | 1 | -0/+377 |
| * sys/linux: add description for mali bifrost driver * sys/linux: regenerate dev_bifrost.txt.const * sys/linux/dev_bifrost: separate BASE_*_GROUP_ID_* to individual bits * sys/linux/dev_bifrost: format code | |||||
