summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2022-07-12powerpc/powernv: delay rng platform device creation until later in bootJason A. Donenfeld1-6/+10
2022-07-02powerpc/pseries: wire up rng during setup_arch()Jason A. Donenfeld3-8/+6
2022-07-02powerpc/powernv: wire up rng during setup_archJason A. Donenfeld3-16/+40
2022-07-02powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer addressAndrew Donnellan1-1/+10
2022-07-02powerpc: Enable execve syscall exit tracepointNaveen N. Rao1-1/+1
2022-06-25powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy7-9/+11
2022-06-25powerpc/kasan: Silence KASAN warnings in __get_wchan()He Ying1-2/+2
2022-06-25powerpc: define get_cycles macro for arch-overrideJason A. Donenfeld1-0/+1
2022-06-25powerpc: Use bool in archrandom.hRichard Henderson1-8/+9
2022-06-25powerpc: Remove arch_has_random, arch_has_random_seedRichard Henderson1-10/+0
2022-06-14powerpc/32: Fix overread/overwrite of thread_struct via ptraceMichael Ellerman1-4/+14
2022-06-14powerpc/fsl_rio: Fix refcount leak in fsl_rio_setupMiaoqian Lin1-0/+2
2022-06-14powerpc/perf: Fix the threshold compare group constraint for power9Kajol Jain1-1/+2
2022-06-14powerpc/4xx/cpm: Fix return value of __setup() handlerRandy Dunlap1-1/+1
2022-06-14powerpc/idle: Fix return value of __setup() handlerRandy Dunlap1-1/+1
2022-06-14powerpc/8xx: export 'cpm_setbrg' for modulesRandy Dunlap1-0/+1
2022-06-14powerpc/xics: fix refcount leak in icp_opal_init()Lv Ruyi1-0/+1
2022-05-01powerpc/64s: Unmerge EX_LR and EX_DARMichael Ellerman1-11/+4
2022-05-01powerpc/64/interrupt: Temporarily save PPR on stack to fix register corruptio...Nicholas Piggin1-4/+18
2022-04-27powerpc/perf: Fix power9 event alternativesAthira Rajeev1-4/+4
2022-04-15powerpc: Set crashkernel offset to mid of RMA regionSourabh Jain2-4/+17
2022-04-15powerpc: dts: t104xrdb: fix phy type for FMAN 4/5Maxim Kiselev1-2/+2
2022-04-15powerpc: Fix build errors with newer binutilsAnders Roxell3-9/+40
2022-04-15powerpc/lib/sstep: Fix build errors with newer binutilsAnders Roxell1-0/+6
2022-04-15powerpc/lib/sstep: Fix 'sthcx' instructionAnders Roxell1-1/+1
2022-04-15powerpc/sysdev: fix incorrect use to determine if list is emptyJakob Koschel1-2/+2
2022-04-15powerpc/Makefile: Don't pass -mcpu=powerpc64 when building 32-bitMichael Ellerman1-1/+1
2022-04-15KVM: PPC: Fix vmx/vsx mixup in mmio emulationFabiano Rosas1-2/+2
2022-04-15powerpc/kvm: Fix kvm_use_magic_pageAndreas Gruenbacher1-1/+1
2022-02-23powerpc/lib/sstep: fix 'ptesync' build errorAnders Roxell1-0/+2
2022-02-08powerpc/32: Fix boot failure with GCC latent entropy pluginChristophe Leroy2-0/+4
2022-01-27powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO busesTobias Waldekranz1-0/+2
2022-01-27powerpc/cell: Fix clang -Wimplicit-fallthrough warningAnders Roxell1-0/+1
2022-01-27powerpc: handle kdump appropriately with crash_kexec_post_notifiers optionHari Bathini1-0/+30
2022-01-27powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILINGMichael Ellerman1-0/+2
2022-01-27powerpc/watchdog: Fix missed watchdog reset due to memory ordering raceNicholas Piggin1-1/+40
2022-01-27powerpc/btext: add missing of_node_putJulia Lawall1-1/+3
2022-01-27powerpc/cell: add missing of_node_putJulia Lawall1-0/+1
2022-01-27powerpc/powernv: add missing of_node_putJulia Lawall1-0/+1
2022-01-27powerpc/6xx: add missing of_node_putJulia Lawall1-0/+1
2022-01-27powerpc/prom_init: Fix improper check of prom_getprop()Peiwei Hu1-1/+1
2021-11-26powerpc/dcr: Use cmplwi instead of 3-argument cmpliMichael Ellerman1-1/+1
2021-11-26powerpc/5200: dts: fix memory node unit nameAnatolij Gustschin12-12/+12
2021-11-26powerpc/bpf: Emit stf barrier instruction sequences for BPF_NOSPECNaveen N. Rao2-8/+56
2021-11-26powerpc/security: Add a helper to query stf_barrier typeNaveen N. Rao2-0/+10
2021-11-26powerpc/bpf: Fix BPF_SUB when imm == 0x80000000Naveen N. Rao1-10/+17
2021-11-26powerpc/bpf: Validate branch rangesNaveen N. Rao2-9/+27
2021-11-26powerpc/lib: Add helper to check if offset is within conditional branch rangeNaveen N. Rao3-7/+8
2021-11-26powerpc/85xx: Fix oops when mpc85xx_smp_guts_ids node cannot be foundXiaoming Ni1-2/+1
2021-11-06arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+2