summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/rtas.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/rtas: use correct function name for resetting TCE tablesNathan Lynch2024-02-231-2/+7
* powerpc/rtas: Warn if per-function lock isn't heldNathan Lynch2023-12-131-12/+9
* powerpc/rtas: Serialize firmware activation sequencesNathan Lynch2023-12-131-0/+4
* powerpc/rtas: Facilitate high-level call sequencesNathan Lynch2023-12-131-0/+83
* powerpc/rtas: Move token validation from block_rtas_call() to sys_rtas()Nathan Lynch2023-12-131-16/+16
* powerpc/rtas: Fall back to linear search on failed token->function lookupNathan Lynch2023-12-131-4/+14
* powerpc/rtas: Add for_each_rtas_function() iteratorNathan Lynch2023-12-131-2/+7
* powerpc/rtas: Avoid warning on invalid token argument to sys_rtas()Nathan Lynch2023-12-131-2/+17
* powerpc/rtas: Remove trailing spaceNathan Lynch2023-11-211-9/+9
* powerpc/rtas: Remove unused rtas_service_present()Nathan Lynch2023-11-211-5/+0
* powerpc/rtas: export rtas_error_rc() for reuse.Mahesh Salgaonkar2023-08-181-20/+21
* powerpc/fadump: invoke ibm,os-term with rtas_call_unlocked()Hari Bathini2023-08-181-1/+3
* 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