summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/vmlinux.lds: Add .text.asan/tsan sectionsMichael Ellerman2023-02-281-0/+1
* Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-02-2594-1259/+3305
|\
| * powerpc/pseries: Avoid hcall in plpks_is_available() on non-pseriesRussell Currey2023-02-221-0/+4
| * powerpc: dts: turris1x.dts: Set lower priority for CPLD syscon-rebootPali Rohár2023-02-211-0/+23
| * powerpc/e500: Add missing prototype for 'relocate_init'Christophe Leroy2023-02-201-0/+1
| * powerpc/64: Fix unannotated intra-function call warningSathvika Vasireddy2023-02-171-1/+2
| * powerpc/epapr: Don't use wrteei on non bookeChristophe Leroy2023-02-171-0/+6
| * powerpc: Pass correct CPU reference to assemblerChristophe Leroy2023-02-171-4/+0
| * powerpc/mm: Rearrange if-else block to avoid clang warningAnders Roxell2023-02-161-7/+4
| * powerpc/nohash: Fix build with llvm-asMichael Ellerman2023-02-161-1/+1
| * powerpc/nohash: Fix build error with binutils >= 2.38Michael Ellerman2023-02-161-1/+4
| * powerpc/pseries: Fix endianness issue when parsing PLPKS secvar flagsAndrew Donnellan2023-02-161-1/+2
| * powerpc/kexec_file: print error string on usable memory property update failureSourabh Jain2023-02-151-1/+2
| * powerpc/machdep: warn when machine_is() used too earlyNathan Lynch2023-02-151-5/+11
| * powerpc/64: Replace -mcpu=e500mc64 by -mcpu=e5500Christophe Leroy2023-02-151-1/+1
| * powerpc/eeh: Set channel state after notifying the driversGanesh Goudar2023-02-151-2/+2
| * powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch2023-02-1328-137/+123
| * powerpc/rtas: introduce rtas_function_token() APINathan Lynch2023-02-132-1/+126
| * powerpc/pseries/lpar: convert to papr_sysparm APINathan Lynch2023-02-131-28/+9
| * powerpc/pseries/hv-24x7: convert to papr_sysparm APINathan Lynch2023-02-131-23/+16
| * powerpc/pseries/lparcfg: convert to papr_sysparm APINathan Lynch2023-02-131-80/+24
| * powerpc/pseries: convert CMO probe to papr_sysparm APINathan Lynch2023-02-131-17/+6
| * powerpc/pseries: PAPR system parameter APINathan Lynch2023-02-133-1/+190
| * powerpc/pseries/dlpar: use RTAS work area APINathan Lynch2023-02-131-18/+9
| * powerpc/pseries: add RTAS work area allocatorNathan Lynch2023-02-134-1/+309
| * powerpc/rtas: add tracepoints around RTAS entryNathan Lynch2023-02-131-6/+53
| * powerpc/tracing: tracepoints for RTAS entry and exitNathan Lynch2023-02-131-0/+103
| * powerpc/rtas: strengthen do_enter_rtas() type safety, drop inlineNathan Lynch2023-02-131-5/+5
| * powerpc/rtas: improve function information lookupsNathan Lynch2023-02-132-106/+700
| * powerpc/pseries: drop RTAS-based timebase synchronizationNathan Lynch2023-02-131-6/+0
| * powerpc/rtas: ensure 4KB alignment for rtas_data_bufNathan Lynch2023-02-131-1/+1
| * powerpc/pseries/setup: add missing RTAS retry status handlingNathan Lynch2023-02-131-8/+12
| * powerpc/pseries/lparcfg: add missing RTAS retry status handlingNathan Lynch2023-02-131-10/+10
| * powerpc/pseries/lpar: add missing RTAS retry status handlingNathan Lynch2023-02-131-10/+10
| * powerpc/perf/hv-24x7: add missing RTAS retry status handlingNathan Lynch2023-02-131-24/+18
| * powerpc/rtas: handle extended delays safely in early bootNathan Lynch2023-02-131-1/+48
| * powerpc/pseries: Implement secvars for dynamic secure bootRussell Currey2023-02-133-2/+219
| * powerpc/pseries: Pass PLPKS password on kexecRussell Currey2023-02-124-5/+92
| * powerpc/pseries: Add helper to get PLPKS password lengthRussell Currey2023-02-122-0/+10
| * powerpc/pseries: Clarify warning when PLPKS password already setAndrew Donnellan2023-02-121-1/+1
| * powerpc/pseries: Turn PSERIES_PLPKS into a hidden optionAndrew Donnellan2023-02-122-10/+10
| * powerpc/pseries: Make caller pass buffer to plpks_read_var()Andrew Donnellan2023-02-122-7/+16
| * powerpc/pseries: Log hcall return codes for PLPKS debugRussell Currey2023-02-121-0/+2
| * powerpc/pseries: Implement signed update for PLPKS objectsNayna Jain2023-02-123-5/+75
| * powerpc/pseries: Expose PLPKS config values, support additional fieldsNayna Jain2023-02-122-12/+195
| * powerpc/pseries: Move PLPKS constants to header fileRussell Currey2023-02-122-40/+53
| * powerpc/pseries: Move plpks.h to include directoryRussell Currey2023-02-122-5/+8
| * powerpc/secvar: Don't print error on ENOENT when reading variablesAndrew Donnellan2023-02-121-3/+4
| * powerpc/secvar: Warn when PAGE_SIZE is smaller than max object sizeAndrew Donnellan2023-02-121-0/+9
| * powerpc/secvar: Allow backend to populate static list of variable namesAndrew Donnellan2023-02-122-21/+52