| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | prog: generate choice table only for enabled calls | Aleksandr Nogikh | 2025-07-29 | 1 | -1/+2 |
| | | | | | | | | | | | | | | We used to generate a choice table and do its normalization for all present syscalls, also it was not considered during the /prio page generation. Enabled/disabled syscalls were accounted for in the choice table construction, but there's a chance that the resulting table was still somewhat skewed. The situation must have become worse after several thousands of auto syscalls were added. | ||||
| * | pkg/mgrconfig, prog, tools: allow automatically generated or manually ↵ | Pimyn Girgis | 2024-08-12 | 1 | -1/+1 |
| | | | | | | | written descriptions or both Add "Auto" type and allow to choose descriptions mode in configurations. Defaults to using manual only. | ||||
| * | prog: make priority calculation faster | Dmitry Vyukov | 2021-01-05 | 1 | -2/+2 |
| | | | | | | | | Switch from float32 to int32. Float32 is super slow in arm emulation. Plus flats are generally non-deterministic due to order of operations, so we needed to do additional sorts to deal with that. Now we don't. | ||||
| * | all: fix format of fmt.Printf/Fprintf calls | Dmitry Vyukov | 2020-11-30 | 1 | -4/+4 |
| | | |||||
| * | tools/syz-showprio: add a tool to visualize the priority table | Veronica Radu | 2019-09-23 | 1 | -0/+69 |
