aboutsummaryrefslogtreecommitdiffstats
path: root/vm/gvisor
Commit message (Expand)AuthorAgeFilesLines
* vm: add context to Pool.Create()Aleksandr Nogikh2025-10-011-1/+1
* vm/gvisor: allow to set a number of cpu-sAndrei Vagin2025-05-221-3/+13
* vm: func Run accepts contextTaras Madan2025-05-191-4/+3
* vm: dedup VM count restriction in debug modeDmitry Vyukov2024-11-251-4/+0
* vmimpl: refactor VM type registrationDmitry Vyukov2024-07-231-1/+4
* vm: make Instance implement io.CloserAleksandr Nogikh2024-07-111-1/+2
* vm/gvisor: make stdin address less specialDmitry Vyukov2024-06-251-1/+1
* executor: add runner modeDmitry Vyukov2024-06-241-8/+0
* sys/targets: add consts for gvisor/starnixDmitry Vyukov2024-05-271-3/+4
* pkg/rpctype: prepare for not using for target communicationDmitry Vyukov2024-05-031-1/+1
* pkg/rpctype: make RPC compression optionalDmitry Vyukov2024-04-031-1/+1
* all: refactor pprof endpoint configurationAleksandr Nogikh2024-01-221-0/+8
* vm/gvisor: set the fs.nr_open limitAndrei Vagin2023-11-091-21/+24
* vm/gvisor: apply memory limit to gvisor instancesKonstantin Bogomolov2023-10-061-3/+19
* all: use special placeholder for errorsTaras Madan2023-07-241-2/+2
* gvisor: disable glibc rseq (#3869)Andrei Vagin2023-05-051-0/+4
* gvisor: set cpu cgroups for VM-sAndrei Vagin2023-05-051-2/+11
* vm/gvisor: implement vmimpl.Infoer for runsc instances (#3622)Etienne Perot2023-01-201-3/+11
* vm/gvisor: stop instances properly (#2624)Andrei Vagin2021-06-151-2/+14
* vm: pass Report to DiagnoseDmitry Vyukov2020-11-211-1/+3
* vm/gvisor: Send debug logs to stderr so they can be read by syzkallerNicolas Lacasse2020-06-131-1/+3
* gvisor: code cleanupsAndrei Vagin2020-03-041-4/+4
* vm/gvisor: allocate a separate stream of GO's runtime messgesAndrei Vagin2020-03-011-1/+29
* vm/gvisor: fix potential deadlockDmitry Vyukov2020-02-131-1/+3
* vm/gvisor: show a list of processes in case of any failuresAndrei Vagin2019-12-121-1/+1
* vm/gvisor: run runsc with the alsologtostderr optionAndrei Vagin2019-07-231-0/+1
* all: fix warnings pointed to by golangci-lintDmitry Vyukov2019-03-281-1/+1
* vm/gvisor: use runsc debug --stacks to diagnoseMichael Pratt2018-12-211-3/+5
* vm: allow Diagnose to directly return diagnosisMichael Pratt2018-12-211-2/+2
* vm/gvisor: don't close conn on errorMichael Pratt2018-12-131-1/+0
* Merge pull request #872 from prattmic/patch-2Michael Pratt2018-12-131-1/+1
* vm/gvisor: replace signal panic with logMichael Pratt2018-12-121-1/+1
* vm/qemu: improve debug outputMichael Tüxen2018-11-301-1/+3
* Pass -debug flag to runsc.Nicolas Lacasse2018-10-171-0/+1
* vm/vmm: increase maximum number of VMsDmitry Vyukov2018-09-201-2/+2
* syz-ci: de-hardcode list of VMs that support overcommitDmitry Vyukov2018-09-111-1/+1
* vm/gvisor: use new signal-based diagnoseDmitry Vyukov2018-08-291-1/+2
* vm/gvisor: fix current binary lookupDmitry Vyukov2018-08-031-1/+5
* vm/gvisor: enable watchdog panicDmitry Vyukov2018-07-051-0/+1
* vm/gvisor: fix empty runsc_argsDmitry Vyukov2018-06-221-1/+3
* vm/gvisor: always give vm all capsDmitry Vyukov2018-06-221-3/+18
* vm/gvisor: allow specifying arbitrary runsc flagsDmitry Vyukov2018-06-221-1/+3
* vm/gvisor: use timeout for all runsc invocationsDmitry Vyukov2018-06-221-4/+4
* executor: rework fallback coverageDmitry Vyukov2018-06-221-1/+1
* vm/gvisor: add packageDmitry Vyukov2018-06-221-0/+347