summaryrefslogtreecommitdiff
path: root/src/arch-ppc.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/+2
* arch: consolidate all of the multiplexed syscall handlingPaul Moore2021-08-121-517/+8
* ppc: add multiplexed syscall support to PPCPaul Moore2021-08-121-4/+526
* 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 a ppc syscall tableBogdan Purcareata2015-02-171-0/+33