summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/rtas.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/rtas: lockdep annotationsNathan Lynch2023-03-301-10/+23
* powerpc/rtas: fix miswording in rtas_function kerneldocNathan Lynch2023-03-301-1/+1
* powerpc/rtas: rtas_call_unlocked() kerneldocNathan Lynch2023-03-301-0/+17
* powerpc/rtas: use memmove for potentially overlapping buffer copyNathan Lynch2023-03-301-1/+1
* powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch2023-02-131-41/+38
* powerpc/rtas: introduce rtas_function_token() APINathan Lynch2023-02-131-1/+27
* powerpc/pseries: add RTAS work area allocatorNathan Lynch2023-02-131-0/+3
* powerpc/rtas: add tracepoints around RTAS entryNathan Lynch2023-02-131-6/+53
* powerpc/rtas: strengthen do_enter_rtas() type safety, drop inlineNathan Lynch2023-02-131-5/+5
* powerpc/rtas: improve function information lookupsNathan Lynch2023-02-131-106/+615
* powerpc/rtas: ensure 4KB alignment for rtas_data_bufNathan Lynch2023-02-131-1/+1
* powerpc/rtas: handle extended delays safely in early bootNathan Lynch2023-02-131-1/+48
* powerpc/rtas: upgrade internal arch spinlocksNathan Lynch2023-01-301-38/+14
* powerpc/rtas: remove lock and args fields from global rtas structNathan Lynch2023-01-301-21/+29
* powerpc/rtas: make all exports GPLNathan Lynch2023-01-301-11/+11
* powerpc/rtas: Drop unused export symbolsMichael Ellerman2023-01-301-4/+0
* powerpc/rtas: unexport 'rtas' symbolNathan Lynch2023-01-301-1/+0
* powerpc/rtas: mandate RTAS syscall filteringNathan Lynch2022-12-071-16/+0
* powerpc/rtas: define pr_fmt and convert printk call sitesNathan Lynch2022-12-071-9/+10
* powerpc/rtas: clean up includesNathan Lynch2022-12-071-26/+16
* powerpc/rtas: clean up rtas_error_log_max initializationNathan Lynch2022-12-071-11/+26
* powerpc/rtas: avoid scheduling in rtas_os_term()Nathan Lynch2022-12-071-1/+6
* powerpc/rtas: avoid device tree lookups in rtas_os_term()Nathan Lynch2022-12-071-3/+10
* powerpc/rtas: document rtas_call()Nathan Lynch2022-12-071-0/+58
* powerpc/rtas: block error injection when locked downNathan Lynch2022-09-281-1/+24
* Revert "powerpc/rtas: Implement reentrant rtas call"Nathan Lynch2022-09-141-54/+0
* powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer addressAndrew Donnellan2022-06-181-1/+10
* powerpc/kasan: Mark more real-mode code as not to be instrumentedPaul Mackerras2022-05-291-2/+2
* powerpc/rtas: enture rtas_call is called with MMU enabledNicholas Piggin2022-05-191-0/+5
* powerpc/rtas: Call enter_rtas with MSR[EE] disabledNicholas Piggin2022-05-191-0/+4
* powerpc/rtas: Keep MSR[RI] set when calling RTASLaurent Dufour2022-05-111-0/+9
* powerpc: Add missing headersChristophe Leroy2022-05-081-1/+2
* powerpc: Set crashkernel offset to mid of RMA regionSourabh Jain2022-02-071-0/+6
* powerpc/rtas: rtas_busy_delay_time() kernel-docNathan Lynch2021-11-251-2/+19
* powerpc/rtas: rtas_busy_delay() improvementsNathan Lynch2021-11-251-7/+67
* powerpc/rtas: kernel-doc fixesNathan Lynch2021-11-251-4/+5
* isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
* powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-251-3/+11
* powerpc/rtas: rename RTAS_RMOBUF_MAX to RTAS_USER_REGION_SIZENathan Lynch2021-04-141-3/+3
* powerpc/rtas: move syscall filter setup into separate functionNathan Lynch2021-04-141-8/+13
* powerpc/rtas: remove ibm_suspend_me_tokenNathan Lynch2021-04-141-5/+2
* powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filterTyrel Datwyler2020-12-091-1/+1
* powerpc/rtas: remove unused rtas_suspend_last_cpu()Nathan Lynch2020-12-081-43/+0
* powerpc/rtas: remove rtas_suspend_cpu()Nathan Lynch2020-12-081-52/+0
* powerpc/rtas: remove rtas_ibm_suspend_me_unsafe()Nathan Lynch2020-12-081-66/+1
* powerpc/rtas: dispatch partition migration requests to pseriesNathan Lynch2020-12-081-1/+1
* powerpc/rtas: add rtas_activate_firmware()Nathan Lynch2020-12-081-0/+30
* powerpc/rtas: add rtas_ibm_suspend_me()Nathan Lynch2020-12-081-0/+57
* powerpc/rtas: rtas_ibm_suspend_me -> rtas_ibm_suspend_me_unsafeNathan Lynch2020-12-081-3/+3
* powerpc/rtas: prevent suspend-related sys_rtas use on LENathan Lynch2020-12-081-0/+2