summaryrefslogtreecommitdiff
path: root/sys/contrib/ncsw
AgeCommit message (Expand)Author
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2023-04-24powerpc: Use valid prototypes for function declarations with no arguments.John Baldwin
2022-04-13dpaa: Remove unused variables.John Baldwin
2020-02-25[PowerPC] [Book-E] Remove obsolete interrupt binding workaroundBrandon Bergren
2020-02-25[PowerPC] [Book-E] Fix dpaa interrupt binding.Brandon Bergren
2019-12-27[PowerPC] Clang powerpcspe build fixesBrandon Bergren
2019-12-21Don't shift 32-bit value by more than 32 bits.Gleb Popov
2019-10-12Fix read past end of struct in ncsw glue code.Brandon Bergren
2019-09-28dpaa(4): Fix memcpy size for threshold copy in NCSW contribJustin Hibbits
2019-08-21dpaa: Fix warnings in dtsec(4) found by clangJustin Hibbits
2019-01-19dpaa: fix 32-bit buildJustin Hibbits
2019-01-19powerpc/dpaa: Handle DMAP virtual addresses in DPAAJustin Hibbits
2019-01-06dtsec: Fix formatting of addresses in translation error messagesJustin Hibbits
2017-11-01Rename a couple files to not conflict with ZFS filenamesJustin Hibbits
2017-10-31Make DPAA work in 64-bit modeJustin Hibbits
2017-10-31Add a file to unbreak the buildJustin Hibbits
2017-10-30Update DPAA SDK to SDK 2.0Justin Hibbits
2016-11-16Simplify the page tracking for VA<->PA translations.Justin Hibbits
2016-10-18Use proper integer-pointer type conversions.Justin Hibbits
2016-10-08Minor optimizations to dTSEC glue codeJustin Hibbits
2016-08-09Consistently use `device_t`Jean-Sébastien Pédron
2016-07-05Remove SoC-specific integrations from dTSEC, to make it SoC agnostic.Justin Hibbits
2016-04-24Zero the newly allocated spinlock.Justin Hibbits
2016-02-29Add support for the Freescale dTSEC DPAA-based ethernet controller.Justin Hibbits