That depends on your architecture, on x86_64 it's generated from this file: https://github.com/torvalds/linux/blob/master/arch/x86/entry...
There's a pretty decent set of autogenerated lists present in the strace source, see e.g. https://github.com/strace/strace/blob/master/src/linux/64/io...
This is way out of date, by nearly a decade - it's missing everything from at least v3.14 onwards, possibly earlier. And some of the source files it references have been moved around and refactored too.
That depends on your architecture, on x86_64 it's generated from this file: https://github.com/torvalds/linux/blob/master/arch/x86/entry...
There's a pretty decent set of autogenerated lists present in the strace source, see e.g. https://github.com/strace/strace/blob/master/src/linux/64/io...
This is way out of date, by nearly a decade - it's missing everything from at least v3.14 onwards, possibly earlier. And some of the source files it references have been moved around and refactored too.