index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
rtas.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-17
powerpc/pseries: Add a char driver for physical-attestation RTAS
Haren Myneni
1
-1
/
+1
2025-04-17
powerpc/pseries: Add ibm,get-dynamic-sensor-state RTAS call support
Haren Myneni
1
-1
/
+1
2025-04-17
powerpc/pseries: Add ibm,set-dynamic-indicator RTAS call support
Haren Myneni
1
-1
/
+1
2025-04-17
powerpc/pseries: Add papr-indices char driver for ibm,get-indices
Haren Myneni
1
-1
/
+1
2025-02-26
powerpc: Remove UDBG_RTAS_CONSOLE
Michael Ellerman
1
-75
/
+0
2024-10-16
powerpc/rtas: Use fsleep() to minimize additional sleep duration
Anna-Maria Behnsen
1
-14
/
+7
2024-06-28
powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()
Nathan Lynch
1
-0
/
+4
2024-02-23
powerpc/rtas: use correct function name for resetting TCE tables
Nathan Lynch
1
-2
/
+7
2023-12-13
powerpc/rtas: Warn if per-function lock isn't held
Nathan Lynch
1
-12
/
+9
2023-12-13
powerpc/rtas: Serialize firmware activation sequences
Nathan Lynch
1
-0
/
+4
2023-12-13
powerpc/rtas: Facilitate high-level call sequences
Nathan Lynch
1
-0
/
+83
2023-12-13
powerpc/rtas: Move token validation from block_rtas_call() to sys_rtas()
Nathan Lynch
1
-16
/
+16
2023-12-13
powerpc/rtas: Fall back to linear search on failed token->function lookup
Nathan Lynch
1
-4
/
+14
2023-12-13
powerpc/rtas: Add for_each_rtas_function() iterator
Nathan Lynch
1
-2
/
+7
2023-12-13
powerpc/rtas: Avoid warning on invalid token argument to sys_rtas()
Nathan Lynch
1
-2
/
+17
2023-11-21
powerpc/rtas: Remove trailing space
Nathan Lynch
1
-9
/
+9
2023-11-21
powerpc/rtas: Remove unused rtas_service_present()
Nathan Lynch
1
-5
/
+0
2023-08-18
powerpc/rtas: export rtas_error_rc() for reuse.
Mahesh Salgaonkar
1
-20
/
+21
2023-08-18
powerpc/fadump: invoke ibm,os-term with rtas_call_unlocked()
Hari Bathini
1
-1
/
+3
2023-03-30
powerpc/rtas: lockdep annotations
Nathan Lynch
1
-10
/
+23
2023-03-30
powerpc/rtas: fix miswording in rtas_function kerneldoc
Nathan Lynch
1
-1
/
+1
2023-03-30
powerpc/rtas: rtas_call_unlocked() kerneldoc
Nathan Lynch
1
-0
/
+17
2023-03-30
powerpc/rtas: use memmove for potentially overlapping buffer copy
Nathan Lynch
1
-1
/
+1
2023-02-13
powerpc/rtas: arch-wide function token lookup conversions
Nathan Lynch
1
-41
/
+38
2023-02-13
powerpc/rtas: introduce rtas_function_token() API
Nathan Lynch
1
-1
/
+27
2023-02-13
powerpc/pseries: add RTAS work area allocator
Nathan Lynch
1
-0
/
+3
2023-02-13
powerpc/rtas: add tracepoints around RTAS entry
Nathan Lynch
1
-6
/
+53
2023-02-13
powerpc/rtas: strengthen do_enter_rtas() type safety, drop inline
Nathan Lynch
1
-5
/
+5
2023-02-13
powerpc/rtas: improve function information lookups
Nathan Lynch
1
-106
/
+615
2023-02-13
powerpc/rtas: ensure 4KB alignment for rtas_data_buf
Nathan Lynch
1
-1
/
+1
2023-02-13
powerpc/rtas: handle extended delays safely in early boot
Nathan Lynch
1
-1
/
+48
2023-01-30
powerpc/rtas: upgrade internal arch spinlocks
Nathan Lynch
1
-38
/
+14
2023-01-30
powerpc/rtas: remove lock and args fields from global rtas struct
Nathan Lynch
1
-21
/
+29
2023-01-30
powerpc/rtas: make all exports GPL
Nathan Lynch
1
-11
/
+11
2023-01-30
powerpc/rtas: Drop unused export symbols
Michael Ellerman
1
-4
/
+0
2023-01-30
powerpc/rtas: unexport 'rtas' symbol
Nathan Lynch
1
-1
/
+0
2022-12-07
powerpc/rtas: mandate RTAS syscall filtering
Nathan Lynch
1
-16
/
+0
2022-12-07
powerpc/rtas: define pr_fmt and convert printk call sites
Nathan Lynch
1
-9
/
+10
2022-12-07
powerpc/rtas: clean up includes
Nathan Lynch
1
-26
/
+16
2022-12-07
powerpc/rtas: clean up rtas_error_log_max initialization
Nathan Lynch
1
-11
/
+26
2022-12-07
powerpc/rtas: avoid scheduling in rtas_os_term()
Nathan Lynch
1
-1
/
+6
2022-12-07
powerpc/rtas: avoid device tree lookups in rtas_os_term()
Nathan Lynch
1
-3
/
+10
2022-12-07
powerpc/rtas: document rtas_call()
Nathan Lynch
1
-0
/
+58
2022-09-28
powerpc/rtas: block error injection when locked down
Nathan Lynch
1
-1
/
+24
2022-09-14
Revert "powerpc/rtas: Implement reentrant rtas call"
Nathan Lynch
1
-54
/
+0
2022-06-18
powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer address
Andrew Donnellan
1
-1
/
+10
2022-05-29
powerpc/kasan: Mark more real-mode code as not to be instrumented
Paul Mackerras
1
-2
/
+2
2022-05-19
powerpc/rtas: enture rtas_call is called with MMU enabled
Nicholas Piggin
1
-0
/
+5
2022-05-19
powerpc/rtas: Call enter_rtas with MSR[EE] disabled
Nicholas Piggin
1
-0
/
+4
2022-05-11
powerpc/rtas: Keep MSR[RI] set when calling RTAS
Laurent Dufour
1
-0
/
+9
[next]