summaryrefslogtreecommitdiff
path: root/src/arch-syscall-validate
Commit message (Expand)AuthorAgeFilesLines
* arch: Add 32-bit Motorola 68000 supportJohn Paul Adrian Glaubitz2023-04-251-0/+32
* arch: Add 64-bit LoongArch supportXiaotian Wu2023-02-181-0/+50
* arch: disambiguate $(( in arch-syscall-validateKir Kolyshkin2022-09-211-2/+2
* arch: require arch-syscall-dump from arch-syscall-validateKir Kolyshkin2022-09-211-4/+5
* arch: fix a typo in arch-syscall-validateKir Kolyshkin2022-09-191-1/+1
* arch: basic infrastructure for tracking per-syscall/ABI kernel versionsPaul Moore2022-05-091-29/+56
* arch: Add SuperH 32-bit supportJohn Paul Adrian Glaubitz2021-03-081-1/+34
* arch: cleanup the syscalls.csv formatPaul Moore2020-06-151-6/+2
* aarch64: Use architecture specific header to general syscallsAlex Murray2020-05-181-1/+1
* arch: simplify the MIPS ABI syscall generation codePaul Moore2020-03-231-57/+15
* arch: simplify the ppc/ppc64 code in arch-syscall-validatePaul Moore2020-03-231-12/+2
* arch: fix the library output of arch-syscall-validatePaul Moore2020-03-231-5/+4
* arch: use gperf to generate a perfact hash to lookup syscall namesGiuseppe Scrivano2020-03-231-1/+1
* arch: add missing parisc64 support to arch-syscall-validatePaul Moore2020-03-221-0/+25
* arch: add missing parisc and parisc64 support to arch-syscall-validatePaul Moore2020-03-211-5/+46
* arch: rework/fix the arch-syscall-validate scriptPaul Moore2020-03-201-107/+269
* arch: Add riscv64 support to syscall validate scriptTom Hromatka2020-03-101-0/+45
* arch: update the syscalls for Linux v5.0-rc5Tom Hromatka2019-02-191-31/+41
* all: update the syscall validation code/scripts for January 2017Paul Moore2017-01-251-17/+10
* build: ensure we sort the library and kernel syscall lists the same during va...Paul Moore2017-01-251-1/+1
* arch: fix syscall validate script so ppc64 is checked againPaul Moore2016-02-191-1/+15
* all: update my email addressPaul Moore2016-02-111-1/+1
* arch: fixes and improvements to the arch-syscall-validate scriptPaul Moore2015-11-111-22/+57
* Merge branch 'working-s390' into masterPaul Moore2015-08-281-13/+74
|\
| * arch: add support for s390Jan Willeke2015-07-131-1/+29
| * arch: add support for s390xJan Willeke2015-07-131-1/+29
* | Merge branch 'working-ppc64'Paul Moore2015-08-051-1/+59
|\ \ | |/ |/|
| * arch: add a ppc syscall tableBogdan Purcareata2015-02-171-1/+30
| * ppc64: correct the ppc64 syscall table and validation scriptPaul Moore2015-02-101-1/+1
| * arch: add a ppc64 syscall tablePaul Moore2015-02-061-1/+30
* | arch: add the ability to dump the sycall definitions in arch-syscall-validatePaul Moore2015-07-011-23/+42
* | arch: update the syscall validate script to reflect changes in x86Paul Moore2015-07-011-3/+3
* | arm: add some missing syscallsPaul Moore2015-05-061-12/+26
* | arm: fix some problems with the syscall tablePaul Moore2015-04-101-1/+1
|/
* arch: Add AArch64 supportMarcin Juszkiewicz2014-08-271-1/+47
* arch: add mips64n32 to the defaults in arch-syscall-validatePaul Moore2014-08-211-1/+1
* arch: fix the arch-syscall-validate script for x86/x86_64/x32Paul Moore2014-08-201-9/+9
* arch: add mips64n32 supportPaul Moore2014-08-201-0/+39
* arch: add mips64 supportPaul Moore2014-08-201-1/+40
* tests: provide a simple syscall validation toolPaul Moore2014-06-241-0/+323