| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all: remove unused nolint directives | Dmitry Vyukov | 2026-01-02 | 1 | -1/+0 |
| | | |||||
| * | executor: mark amd64 kvm_gen.cc stack nonexecutable | Space Meyer | 2023-04-12 | 1 | -1/+1 |
| | | | | | | | | | Without this change `go generate ./executor` on gcc 12.2.0 gives: /usr/bin/ld: warning: /tmp/ccmfWMO4.o: missing .note.GNU-stack section implies executable stack /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker This does not change the generated code in kvm_amd64.S.h | ||||
| * | executor: prepare code generator to allow other achitectures | Alexey Kardashevskiy | 2021-07-19 | 1 | -0/+7 |
| At the moment only AMD64 is supported, change file names to emphasise this. Signed-off-by: Alexey Kardashevskiy <aik@linux.ibm.com> | |||||
