index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
rtas.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/rtas: Warn if per-function lock isn't held
Nathan Lynch
2023-12-13
1
-12
/
+9
*
powerpc/rtas: Serialize firmware activation sequences
Nathan Lynch
2023-12-13
1
-0
/
+4
*
powerpc/rtas: Facilitate high-level call sequences
Nathan Lynch
2023-12-13
1
-0
/
+83
*
powerpc/rtas: Move token validation from block_rtas_call() to sys_rtas()
Nathan Lynch
2023-12-13
1
-16
/
+16
*
powerpc/rtas: Fall back to linear search on failed token->function lookup
Nathan Lynch
2023-12-13
1
-4
/
+14
*
powerpc/rtas: Add for_each_rtas_function() iterator
Nathan Lynch
2023-12-13
1
-2
/
+7
*
powerpc/rtas: Avoid warning on invalid token argument to sys_rtas()
Nathan Lynch
2023-12-13
1
-2
/
+17
*
powerpc/rtas: Remove trailing space
Nathan Lynch
2023-11-21
1
-9
/
+9
*
powerpc/rtas: Remove unused rtas_service_present()
Nathan Lynch
2023-11-21
1
-5
/
+0
*
powerpc/rtas: export rtas_error_rc() for reuse.
Mahesh Salgaonkar
2023-08-18
1
-20
/
+21
*
powerpc/fadump: invoke ibm,os-term with rtas_call_unlocked()
Hari Bathini
2023-08-18
1
-1
/
+3
*
powerpc/rtas: lockdep annotations
Nathan Lynch
2023-03-30
1
-10
/
+23
*
powerpc/rtas: fix miswording in rtas_function kerneldoc
Nathan Lynch
2023-03-30
1
-1
/
+1
*
powerpc/rtas: rtas_call_unlocked() kerneldoc
Nathan Lynch
2023-03-30
1
-0
/
+17
*
powerpc/rtas: use memmove for potentially overlapping buffer copy
Nathan Lynch
2023-03-30
1
-1
/
+1
*
powerpc/rtas: arch-wide function token lookup conversions
Nathan Lynch
2023-02-13
1
-41
/
+38
*
powerpc/rtas: introduce rtas_function_token() API
Nathan Lynch
2023-02-13
1
-1
/
+27
*
powerpc/pseries: add RTAS work area allocator
Nathan Lynch
2023-02-13
1
-0
/
+3
*
powerpc/rtas: add tracepoints around RTAS entry
Nathan Lynch
2023-02-13
1
-6
/
+53
*
powerpc/rtas: strengthen do_enter_rtas() type safety, drop inline
Nathan Lynch
2023-02-13
1
-5
/
+5
*
powerpc/rtas: improve function information lookups
Nathan Lynch
2023-02-13
1
-106
/
+615
*
powerpc/rtas: ensure 4KB alignment for rtas_data_buf
Nathan Lynch
2023-02-13
1
-1
/
+1
*
powerpc/rtas: handle extended delays safely in early boot
Nathan Lynch
2023-02-13
1
-1
/
+48
*
powerpc/rtas: upgrade internal arch spinlocks
Nathan Lynch
2023-01-30
1
-38
/
+14
*
powerpc/rtas: remove lock and args fields from global rtas struct
Nathan Lynch
2023-01-30
1
-21
/
+29
*
powerpc/rtas: make all exports GPL
Nathan Lynch
2023-01-30
1
-11
/
+11
*
powerpc/rtas: Drop unused export symbols
Michael Ellerman
2023-01-30
1
-4
/
+0
*
powerpc/rtas: unexport 'rtas' symbol
Nathan Lynch
2023-01-30
1
-1
/
+0
*
powerpc/rtas: mandate RTAS syscall filtering
Nathan Lynch
2022-12-07
1
-16
/
+0
*
powerpc/rtas: define pr_fmt and convert printk call sites
Nathan Lynch
2022-12-07
1
-9
/
+10
*
powerpc/rtas: clean up includes
Nathan Lynch
2022-12-07
1
-26
/
+16
*
powerpc/rtas: clean up rtas_error_log_max initialization
Nathan Lynch
2022-12-07
1
-11
/
+26
*
powerpc/rtas: avoid scheduling in rtas_os_term()
Nathan Lynch
2022-12-07
1
-1
/
+6
*
powerpc/rtas: avoid device tree lookups in rtas_os_term()
Nathan Lynch
2022-12-07
1
-3
/
+10
*
powerpc/rtas: document rtas_call()
Nathan Lynch
2022-12-07
1
-0
/
+58
*
powerpc/rtas: block error injection when locked down
Nathan Lynch
2022-09-28
1
-1
/
+24
*
Revert "powerpc/rtas: Implement reentrant rtas call"
Nathan Lynch
2022-09-14
1
-54
/
+0
*
powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer address
Andrew Donnellan
2022-06-18
1
-1
/
+10
*
powerpc/kasan: Mark more real-mode code as not to be instrumented
Paul Mackerras
2022-05-29
1
-2
/
+2
*
powerpc/rtas: enture rtas_call is called with MMU enabled
Nicholas Piggin
2022-05-19
1
-0
/
+5
*
powerpc/rtas: Call enter_rtas with MSR[EE] disabled
Nicholas Piggin
2022-05-19
1
-0
/
+4
*
powerpc/rtas: Keep MSR[RI] set when calling RTAS
Laurent Dufour
2022-05-11
1
-0
/
+9
*
powerpc: Add missing headers
Christophe Leroy
2022-05-08
1
-1
/
+2
*
powerpc: Set crashkernel offset to mid of RMA region
Sourabh Jain
2022-02-07
1
-0
/
+6
*
powerpc/rtas: rtas_busy_delay_time() kernel-doc
Nathan Lynch
2021-11-25
1
-2
/
+19
*
powerpc/rtas: rtas_busy_delay() improvements
Nathan Lynch
2021-11-25
1
-7
/
+67
*
powerpc/rtas: kernel-doc fixes
Nathan Lynch
2021-11-25
1
-4
/
+5
*
isystem: ship and use stdarg.h
Alexey Dobriyan
2021-08-19
1
-1
/
+1
*
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
2021-06-25
1
-3
/
+11
*
powerpc/rtas: rename RTAS_RMOBUF_MAX to RTAS_USER_REGION_SIZE
Nathan Lynch
2021-04-14
1
-3
/
+3
[next]