summaryrefslogtreecommitdiff
path: root/src/arch-mips.c
Commit message (Expand)AuthorAgeFilesLines
* arch: basic infrastructure for tracking per-syscall/ABI kernel versionsPaul Moore2022-05-091-0/+4
* arch: move the ARCH_DEF() calls into the arch/ABI specific filesPaul Moore2021-11-011-0/+2
* mips: restore the 32-bit MIPS O32 ABI offsetPaul Moore2021-11-011-6/+47
* arch: consolidate all of the multiplexed syscall handlingPaul Moore2021-08-121-524/+16
* mips: add multiplexed syscall support to MIPSPaul Moore2021-08-121-13/+495
* arch: ensure we don't "munge" pseudo syscall numbersPaul Moore2020-08-181-2/+6
* arch: use gperf to generate a perfact hash to lookup syscall namesGiuseppe Scrivano2020-03-231-4/+41
* arch: enable more involved arch/ABI specific rule creationPaul Moore2016-02-091-2/+0
* arch: move the low level filter rule addition code into the arch layerPaul Moore2016-02-091-0/+2
* arch: make use of function tables instead of switch statementsPaul Moore2016-02-091-0/+8
* arch: Add support for MIPS Little EndianMarkos Chandras2014-04-151-0/+7
* arch: Add support for MIPS Big EndianMarkos Chandras2014-04-151-0/+35