aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2021-12-16of/fdt: Rework early_init_dt_scan_root() to call directlyRob Herring1-2/+2
2021-12-16of/fdt: Rework early_init_dt_scan_chosen() to call directlyRob Herring2-4/+2
2021-12-16powerpc/mpic_u3msi: Use msi_for_each-desc()Thomas Gleixner1-7/+2
2021-12-16powerpc/fsl_msi: Use msi_for_each_desc()Thomas Gleixner1-6/+2
2021-12-16powerpc/pasemi/msi: Convert to msi_on_each_dec()Thomas Gleixner1-7/+2
2021-12-16powerpc/cell/axon_msi: Convert to msi_on_each_desc()Thomas Gleixner1-5/+2
2021-12-16powerpc/4xx/hsta: Rework MSI handlingThomas Gleixner1-5/+2
2021-12-16powerpc/pseries/msi: Let core code check for contiguous entriesThomas Gleixner1-25/+8
2021-12-16PCI/MSI: Use msi_desc::msi_indexThomas Gleixner1-2/+2
2021-12-16powerpc/pseries/msi: Use PCI device propertiesThomas Gleixner1-2/+1
2021-12-16powerpc/cell/axon_msi: Use PCI device propertyThomas Gleixner1-4/+1
2021-12-16powerpc: wii_defconfig: Enable the RTC driverEmmanuel Gil Peyrot1-1/+1
2021-12-16powerpc/pseries: use slab context cpumask allocation in CPU hotplug initNicholas Piggin1-4/+5
2021-12-16powerpc/64s/interrupt: avoid saving CFAR in some asynchronous interruptsNicholas Piggin1-0/+63
2021-12-16powerpc/64/interrupt: reduce expensive debug testsNicholas Piggin1-4/+10
2021-12-16powerpc/64s/interrupt: Don't enable MSR[EE] in irq handlers unless perf is in...Nicholas Piggin4-27/+67
2021-12-16powerpc/64s/perf: add power_pmu_wants_prompt_pmi to say whether perf wants PM...Nicholas Piggin2-0/+33
2021-12-16powerpc/64s/interrupt: handle MSR EE and RI in interrupt entry wrapperNicholas Piggin4-38/+42
2021-12-16powerpc/64/interrupt: make normal synchronous interrupts enable MSR[EE] if po...Nicholas Piggin1-1/+18
2021-12-16powerpc/pseries/vas: Don't print an error when VAS is unavailableNicholas Piggin1-2/+9
2021-12-16powerpc/perf: Add data source encodings for power10 platformKajol Jain1-12/+42
2021-12-16powerpc/perf: Add encodings to represent data based on newer composite PERF_M...Kajol Jain1-3/+3
2021-12-16powerpc: gamecube_defconfig: Enable the RTC driverEmmanuel Gil Peyrot1-1/+1
2021-12-16powerpc: wii.dts: Expose HW_SRNPROT on this platformEmmanuel Gil Peyrot1-0/+5
2021-12-15Merge branch 'topic/ppc-kvm' into nextMichael Ellerman3-15/+13
2021-12-14powerpc/module_64: Fix livepatching for RO modulesRussell Currey1-8/+34
2021-12-14KVM: PPC: Book3S HV P9: Use kvm_arch_vcpu_get_wait() to get rcuwait objectSean Christopherson1-2/+3
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-4/+4
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar18-68/+71
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-4/+4
2021-12-10arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra1-2/+1
2021-12-09KVM: powerpc: Use Makefile.kvm for common filesDavid Woodhouse1-6/+2
2021-12-09powerpc/powermac: Add additional missing lockdep_register_key()Christophe Leroy1-0/+2
2021-12-09powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panicHari Bathini2-0/+18
2021-12-09powerpc: handle kdump appropriately with crash_kexec_post_notifiers optionHari Bathini1-0/+30
2021-12-09powerpc/cell: Fix clang -Wimplicit-fallthrough warningAnders Roxell1-0/+1
2021-12-09powerpc/inst: Optimise copy_inst_from_kernel_nofault()Christophe Leroy2-18/+24
2021-12-09powerpc/inst: Move ppc_inst_t definition in asm/reg.hChristophe Leroy4-11/+13
2021-12-09powerpc/inst: Define ppc_inst_t as u32 on PPC32Christophe Leroy2-8/+15
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy23-112/+112
2021-12-09powerpc/inst: Refactor ___get_user_instr()Christophe Leroy1-11/+2
2021-12-09powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATsChristophe Leroy1-3/+2
2021-12-09powerpc: Remove CONFIG_PPC_HAVE_KUAP and CONFIG_PPC_HAVE_KUEPChristophe Leroy1-21/+0
2021-12-09powerpc/kuap: Wire-up KUAP on book3e/64Christophe Leroy2-6/+35
2021-12-09powerpc/kuap: Wire-up KUAP on 85xx in 32 bits mode.Christophe Leroy2-0/+13
2021-12-09powerpc/kuap: Wire-up KUAP on 40xChristophe Leroy3-2/+15
2021-12-09powerpc/kuap: Wire-up KUAP on 44xChristophe Leroy2-0/+17
2021-12-09powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy6-1/+131
2021-12-09powerpc/kuap: Make PPC_KUAP_DEBUG depend on PPC_KUAP onlyChristophe Leroy1-1/+1
2021-12-09powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64Christophe Leroy4-5/+14