index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
powerpc/pseries/lparcfg: convert to papr_sysparm API
Nathan Lynch
2023-02-13
1
-80
/
+24
|
*
|
|
|
|
powerpc/pseries: convert CMO probe to papr_sysparm API
Nathan Lynch
2023-02-13
1
-17
/
+6
|
*
|
|
|
|
powerpc/pseries: PAPR system parameter API
Nathan Lynch
2023-02-13
3
-1
/
+190
|
*
|
|
|
|
powerpc/pseries/dlpar: use RTAS work area API
Nathan Lynch
2023-02-13
1
-18
/
+9
|
*
|
|
|
|
powerpc/pseries: add RTAS work area allocator
Nathan Lynch
2023-02-13
4
-1
/
+309
|
*
|
|
|
|
powerpc/rtas: add tracepoints around RTAS entry
Nathan Lynch
2023-02-13
1
-6
/
+53
|
*
|
|
|
|
powerpc/tracing: tracepoints for RTAS entry and exit
Nathan Lynch
2023-02-13
1
-0
/
+103
|
*
|
|
|
|
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
2
-106
/
+700
|
*
|
|
|
|
powerpc/pseries: drop RTAS-based timebase synchronization
Nathan Lynch
2023-02-13
1
-6
/
+0
|
*
|
|
|
|
powerpc/rtas: ensure 4KB alignment for rtas_data_buf
Nathan Lynch
2023-02-13
1
-1
/
+1
|
*
|
|
|
|
powerpc/pseries/setup: add missing RTAS retry status handling
Nathan Lynch
2023-02-13
1
-8
/
+12
|
*
|
|
|
|
powerpc/pseries/lparcfg: add missing RTAS retry status handling
Nathan Lynch
2023-02-13
1
-10
/
+10
|
*
|
|
|
|
powerpc/pseries/lpar: add missing RTAS retry status handling
Nathan Lynch
2023-02-13
1
-10
/
+10
|
*
|
|
|
|
powerpc/perf/hv-24x7: add missing RTAS retry status handling
Nathan Lynch
2023-02-13
1
-24
/
+18
|
*
|
|
|
|
powerpc/rtas: handle extended delays safely in early boot
Nathan Lynch
2023-02-13
1
-1
/
+48
|
*
|
|
|
|
powerpc/pseries: Implement secvars for dynamic secure boot
Russell Currey
2023-02-13
3
-2
/
+219
|
*
|
|
|
|
powerpc/pseries: Pass PLPKS password on kexec
Russell Currey
2023-02-12
4
-5
/
+92
|
*
|
|
|
|
powerpc/pseries: Add helper to get PLPKS password length
Russell Currey
2023-02-12
2
-0
/
+10
|
*
|
|
|
|
powerpc/pseries: Clarify warning when PLPKS password already set
Andrew Donnellan
2023-02-12
1
-1
/
+1
|
*
|
|
|
|
powerpc/pseries: Turn PSERIES_PLPKS into a hidden option
Andrew Donnellan
2023-02-12
2
-10
/
+10
|
*
|
|
|
|
powerpc/pseries: Make caller pass buffer to plpks_read_var()
Andrew Donnellan
2023-02-12
2
-7
/
+16
|
*
|
|
|
|
powerpc/pseries: Log hcall return codes for PLPKS debug
Russell Currey
2023-02-12
1
-0
/
+2
|
*
|
|
|
|
powerpc/pseries: Implement signed update for PLPKS objects
Nayna Jain
2023-02-12
3
-5
/
+75
|
*
|
|
|
|
powerpc/pseries: Expose PLPKS config values, support additional fields
Nayna Jain
2023-02-12
2
-12
/
+195
|
*
|
|
|
|
powerpc/pseries: Move PLPKS constants to header file
Russell Currey
2023-02-12
2
-40
/
+53
|
*
|
|
|
|
powerpc/pseries: Move plpks.h to include directory
Russell Currey
2023-02-12
2
-5
/
+8
|
*
|
|
|
|
powerpc/secvar: Don't print error on ENOENT when reading variables
Andrew Donnellan
2023-02-12
1
-3
/
+4
|
*
|
|
|
|
powerpc/secvar: Warn when PAGE_SIZE is smaller than max object size
Andrew Donnellan
2023-02-12
1
-0
/
+9
|
*
|
|
|
|
powerpc/secvar: Allow backend to populate static list of variable names
Andrew Donnellan
2023-02-12
2
-21
/
+52
|
*
|
|
|
|
powerpc/secvar: Extend sysfs to include config vars
Russell Currey
2023-02-12
2
-5
/
+30
|
*
|
|
|
|
powerpc/secvar: Clean up init error messages
Andrew Donnellan
2023-02-12
1
-3
/
+3
|
*
|
|
|
|
powerpc/secvar: Handle max object size in the consumer
Russell Currey
2023-02-12
3
-14
/
+26
|
*
|
|
|
|
powerpc/secvar: Handle format string in the consumer
Russell Currey
2023-02-12
3
-18
/
+35
|
*
|
|
|
|
powerpc/secvar: Use sysfs_emit() instead of sprintf()
Russell Currey
2023-02-12
1
-2
/
+2
|
*
|
|
|
|
powerpc/secvar: Warn and error if multiple secvar ops are set
Russell Currey
2023-02-12
3
-7
/
+11
|
*
|
|
|
|
powerpc/secvar: Use u64 in secvar_operations
Michael Ellerman
2023-02-12
3
-16
/
+10
|
*
|
|
|
|
powerpc/secvar: Fix incorrect return in secvar_sysfs_load()
Russell Currey
2023-02-12
1
-2
/
+4
|
*
|
|
|
|
powerpc/pseries: Fix alignment of PLPKS structures and buffers
Andrew Donnellan
2023-02-12
1
-3
/
+7
|
*
|
|
|
|
powerpc/pseries: Fix handling of PLPKS object flushing timeout
Andrew Donnellan
2023-02-12
1
-3
/
+8
|
*
|
|
|
|
Merge branch 'fixes' into next
Michael Ellerman
2023-02-12
15
-92
/
+140
|
|
\
\
\
\
\
|
*
|
|
|
|
|
powerpc/ps3: Refresh ps3_defconfig
Geoff Levand
2023-02-12
1
-22
/
+17
|
*
|
|
|
|
|
powerpc/ps3: Change updateboltedpp() panic to info
Geoff Levand
2023-02-12
1
-1
/
+1
|
*
|
|
|
|
|
powerpc/kcsan: Add KCSAN Support
Rohan McLure
2023-02-12
1
-0
/
+1
|
*
|
|
|
|
|
powerpc/kcsan: Prevent recursive instrumentation with IRQ save/restores
Rohan McLure
2023-02-10
1
-4
/
+4
|
*
|
|
|
|
|
powerpc/kcsan: Memory barriers semantics
Rohan McLure
2023-02-10
1
-6
/
+6
|
*
|
|
|
|
|
powerpc/kcsan: Exclude udelay to prevent recursive instrumentation
Rohan McLure
2023-02-10
1
-2
/
+2
|
*
|
|
|
|
|
powerpc/kcsan: Add exclusions from instrumentation
Rohan McLure
2023-02-10
6
-0
/
+16
|
*
|
|
|
|
|
powerpc: Skip stack validation checking alternate stacks if they are not allo...
Nicholas Piggin
2023-02-10
1
-0
/
+11
|
*
|
|
|
|
|
powerpc/64: Move paca allocation to early_setup()
Nicholas Piggin
2023-02-10
5
-16
/
+13
[prev]
[next]