summaryrefslogtreecommitdiff
path: root/src/arch-aarch64.c
Commit message (Expand)AuthorAgeFilesLines
* arch: basic infrastructure for tracking per-syscall/ABI kernel versionsPaul Moore2022-05-091-0/+2
* arch: move the ARCH_DEF() calls into the arch/ABI specific filesPaul Moore2021-11-011-0/+3
* arch: consolidate all of the multiplexed syscall handlingPaul Moore2021-08-121-2/+2
* arch: enable more involved arch/ABI specific rule creationPaul Moore2016-02-091-1/+0
* arch: move the low level filter rule addition code into the arch layerPaul Moore2016-02-091-0/+1
* arch: make use of function tables instead of switch statementsPaul Moore2016-02-091-0/+4
* arch: Add AArch64 supportMarcin Juszkiewicz2014-08-271-0/+34