summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-03-042-1/+2
|\
| * powerpc: Avoid dead code/data elimination when using recordmcountMichael Ellerman2023-02-281-1/+1
| * powerpc/vmlinux.lds: Add .text.asan/tsan sectionsMichael Ellerman2023-02-281-0/+1
* | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-02-264-16/+24
|\ \
| * | kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada2023-02-051-1/+1
| * | powerpc/vdso: Filter clang's auto var init zero enabler when linkingNathan Chancellor2023-02-051-1/+1
| * | powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clangNathan Chancellor2023-01-261-0/+5
| * | powerpc/vdso: Improve linker flagsNathan Chancellor2023-01-261-8/+12
| * | powerpc/vdso: Remove unused '-s' flag from ASFLAGSNathan Chancellor2023-01-261-2/+2
| * | powerpc: Remove linker flag from KBUILD_AFLAGSNathan Chancellor2023-01-261-1/+1
| * | kbuild: do not print extra logs for V=2Masahiro Yamada2023-01-221-5/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-257-41/+11
|\ \ \ | |_|/ |/| |
| * | Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-02-1513-89/+135
| |\ \
| * | | KVM: PPC: Fix refactoring goof in kvmppc_e500mc_init()Sean Christopherson2023-01-242-3/+3
| * | | Merge branch 'kvm-v6.2-rc4-fixes' into HEADPaolo Bonzini2023-01-242-1/+21
| |\ \ \
| * | | | KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson2022-12-292-6/+0
| * | | | KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson2022-12-294-8/+3
| * | | | KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson2022-12-292-6/+0
| * | | | KVM: PPC: Move processor compatibility check to module initSean Christopherson2022-12-295-14/+7
| * | | | KVM: Drop arch hardware (un)setup hooksSean Christopherson2022-12-292-6/+0
* | | | | 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