aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/ofw/rtas.c
Commit message (Expand)AuthorAgeFilesLines
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* [PowerPC64LE] Fix RTAS LE calls in pseries.Brandon Bergren2020-09-231-6/+7
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+1
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Use setjmp() instead of the identical-except-for-having-a-wrong-prototypeNathan Whitehorn2016-01-101-4/+3
* Allow use of a pre-instantiated RTAS as well as a self-instantiated one. ThisNathan Whitehorn2015-01-221-17/+28
* Make RTAS calls, which call setfault() to recover from machine checks,Nathan Whitehorn2013-11-271-2/+3
* Use a spin lock instead of a mutex to gate RTAS. This is required if RTASNathan Whitehorn2013-09-091-3/+3
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Add better error handling for RTAS calls. These can potentially causeNathan Whitehorn2011-06-261-1/+18
* MFpseries:Nathan Whitehorn2011-06-021-0/+243