index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
rtas.c
Age
Commit message (
Expand
)
Author
2025-04-17
powerpc/pseries: Add a char driver for physical-attestation RTAS
Haren Myneni
2025-04-17
powerpc/pseries: Add ibm,get-dynamic-sensor-state RTAS call support
Haren Myneni
2025-04-17
powerpc/pseries: Add ibm,set-dynamic-indicator RTAS call support
Haren Myneni
2025-04-17
powerpc/pseries: Add papr-indices char driver for ibm,get-indices
Haren Myneni
2025-02-26
powerpc: Remove UDBG_RTAS_CONSOLE
Michael Ellerman
2024-10-16
powerpc/rtas: Use fsleep() to minimize additional sleep duration
Anna-Maria Behnsen
2024-06-28
powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()
Nathan Lynch
2024-02-23
powerpc/rtas: use correct function name for resetting TCE tables
Nathan Lynch
2023-12-13
powerpc/rtas: Warn if per-function lock isn't held
Nathan Lynch
2023-12-13
powerpc/rtas: Serialize firmware activation sequences
Nathan Lynch
2023-12-13
powerpc/rtas: Facilitate high-level call sequences
Nathan Lynch
2023-12-13
powerpc/rtas: Move token validation from block_rtas_call() to sys_rtas()
Nathan Lynch
2023-12-13
powerpc/rtas: Fall back to linear search on failed token->function lookup
Nathan Lynch
2023-12-13
powerpc/rtas: Add for_each_rtas_function() iterator
Nathan Lynch
2023-12-13
powerpc/rtas: Avoid warning on invalid token argument to sys_rtas()
Nathan Lynch
2023-11-21
powerpc/rtas: Remove trailing space
Nathan Lynch
2023-11-21
powerpc/rtas: Remove unused rtas_service_present()
Nathan Lynch
2023-08-18
powerpc/rtas: export rtas_error_rc() for reuse.
Mahesh Salgaonkar
2023-08-18
powerpc/fadump: invoke ibm,os-term with rtas_call_unlocked()
Hari Bathini
2023-03-30
powerpc/rtas: lockdep annotations
Nathan Lynch
2023-03-30
powerpc/rtas: fix miswording in rtas_function kerneldoc
Nathan Lynch
2023-03-30
powerpc/rtas: rtas_call_unlocked() kerneldoc
Nathan Lynch
2023-03-30
powerpc/rtas: use memmove for potentially overlapping buffer copy
Nathan Lynch
2023-02-13
powerpc/rtas: arch-wide function token lookup conversions
Nathan Lynch
2023-02-13
powerpc/rtas: introduce rtas_function_token() API
Nathan Lynch
2023-02-13
powerpc/pseries: add RTAS work area allocator
Nathan Lynch
2023-02-13
powerpc/rtas: add tracepoints around RTAS entry
Nathan Lynch
2023-02-13
powerpc/rtas: strengthen do_enter_rtas() type safety, drop inline
Nathan Lynch
2023-02-13
powerpc/rtas: improve function information lookups
Nathan Lynch
2023-02-13
powerpc/rtas: ensure 4KB alignment for rtas_data_buf
Nathan Lynch
2023-02-13
powerpc/rtas: handle extended delays safely in early boot
Nathan Lynch
2023-01-30
powerpc/rtas: upgrade internal arch spinlocks
Nathan Lynch
2023-01-30
powerpc/rtas: remove lock and args fields from global rtas struct
Nathan Lynch
2023-01-30
powerpc/rtas: make all exports GPL
Nathan Lynch
2023-01-30
powerpc/rtas: Drop unused export symbols
Michael Ellerman
2023-01-30
powerpc/rtas: unexport 'rtas' symbol
Nathan Lynch
2022-12-07
powerpc/rtas: mandate RTAS syscall filtering
Nathan Lynch
2022-12-07
powerpc/rtas: define pr_fmt and convert printk call sites
Nathan Lynch
2022-12-07
powerpc/rtas: clean up includes
Nathan Lynch
2022-12-07
powerpc/rtas: clean up rtas_error_log_max initialization
Nathan Lynch
2022-12-07
powerpc/rtas: avoid scheduling in rtas_os_term()
Nathan Lynch
2022-12-07
powerpc/rtas: avoid device tree lookups in rtas_os_term()
Nathan Lynch
2022-12-07
powerpc/rtas: document rtas_call()
Nathan Lynch
2022-09-28
powerpc/rtas: block error injection when locked down
Nathan Lynch
2022-09-14
Revert "powerpc/rtas: Implement reentrant rtas call"
Nathan Lynch
2022-06-18
powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer address
Andrew Donnellan
2022-05-29
powerpc/kasan: Mark more real-mode code as not to be instrumented
Paul Mackerras
2022-05-19
powerpc/rtas: enture rtas_call is called with MMU enabled
Nicholas Piggin
2022-05-19
powerpc/rtas: Call enter_rtas with MSR[EE] disabled
Nicholas Piggin
2022-05-11
powerpc/rtas: Keep MSR[RI] set when calling RTAS
Laurent Dufour
[next]