summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2021-10-17Merge tag 'powerpc-5.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-10-16KVM: PPC: Book3S HV: Make idle_kvm_start_guest() return 0 if it went to guestMichael Ellerman
2021-10-16KVM: PPC: Book3S HV: Fix stack handling in idle_kvm_start_guest()Michael Ellerman
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-10-14powerpc: Mark .opd section read-onlyChristophe Leroy
2021-10-14powerpc/perf: Fix cycles/instructions as PM_CYC/PM_INST_CMPL in power10Athira Rajeev
2021-10-13powerpc/eeh: Fix docstrings in eeh.cKai Song
2021-10-13powerpc/boot: Use CONFIG_PPC_POWERNV to compile OPAL supportCédric Le Goater
2021-10-13powerpc/xive: Discard disabled interrupts in get_irqchip_state()Cédric Le Goater
2021-10-13powerpc: Set max_mapnr correctlyChristophe Leroy
2021-10-13KVM: PPC: Book3S HV: H_ENTER filter out reserved HPTE[B] valueNicholas Piggin
2021-10-12powerpc/eeh: Use dev_driver_string() instead of struct pci_dev->driver->nameUwe Kleine-König
2021-10-12powerpc/perf: Expose instruction and data address registers as part of extend...Athira Rajeev
2021-10-12powerpc/perf: Refactor the code definition of perf reg extended maskAthira Rajeev
2021-10-10Merge tag 'powerpc-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-10-09powerpc/pseries/cpuhp: remove obsolete comment from pseries_cpu_dieNathan Lynch
2021-10-09powerpc/pseries/cpuhp: delete add/remove_by_count codeNathan Lynch
2021-10-09powerpc/cpuhp: BUG -> WARN conversion in offline pathNathan Lynch
2021-10-09powerpc/pseries/cpuhp: cache node correctionsNathan Lynch
2021-10-09powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted()Nathan Lynch
2021-10-09powerpc/paravirt: vcpu_is_preempted() commentaryNathan Lynch
2021-10-09powerpc: fix unbalanced node refcount in check_kvm_guest()Nathan Lynch
2021-10-09powerpc/powernv/dump: Fix typo in commentVasant Hegde
2021-10-09powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removalNick Desaulniers
2021-10-09powerpc/mem: Fix arch/powerpc/mm/mem.c:53:12: error: no previous prototype fo...Christophe Leroy
2021-10-09powerpc: Drop superfluous pci_dev_is_added() callsNiklas Schnelle
2021-10-09powerpc/powermac: Remove stale declaration of pmac_mdChristophe Leroy
2021-10-09powerpc: Remove unused prototype for of_show_percpuinfoDaniel Axtens
2021-10-09powerpc/476: Fix sparse reportChristophe Leroy
2021-10-09powerpc/85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=nXiaoming Ni
2021-10-09powerpc/85xx: Fix oops when mpc85xx_smp_guts_ids node cannot be foundXiaoming Ni
2021-10-09powerps/pseries/dma: Add support for 2M IOMMU page sizeAlexey Kardashevskiy
2021-10-07pseries/eeh: Fix the kdump kernel crash during eeh_pseries_initMahesh Salgaonkar
2021-10-07powerpc/32s: Fix kuap_kernel_restore()Christophe Leroy
2021-10-07powerpc/pseries/msi: Add an empty irq_write_msi_msg() handlerCédric Le Goater
2021-10-07powerpc/64s: Fix unrecoverable MCE calling async handler from NMINicholas Piggin
2021-10-07powerpc/64/interrupt: Reconcile soft-mask state in NMI and fix false BUGNicholas Piggin
2021-10-07powerpc/64: warn if local irqs are enabled in NMI or hardirq contextNicholas Piggin
2021-10-07powerpc/traps: do not enable irqs in _exceptionNicholas Piggin
2021-10-07powerpc/64s: fix program check interrupt emergency stack pathNicholas Piggin
2021-10-07powerpc/bpf ppc32: Fix BPF_SUB when imm == 0x80000000Naveen N. Rao
2021-10-07powerpc/bpf ppc32: Do not emit zero extend instruction for 64-bit BPF_ENDNaveen N. Rao
2021-10-07powerpc/bpf ppc32: Fix JMP32_JSET_KNaveen N. Rao
2021-10-07powerpc/bpf ppc32: Fix ALU32 BPF_ARSH operationNaveen N. Rao
2021-10-07powerpc/bpf: Emit stf barrier instruction sequences for BPF_NOSPECNaveen N. Rao
2021-10-07powerpc/security: Add a helper to query stf_barrier typeNaveen N. Rao
2021-10-07powerpc/bpf: Fix BPF_SUB when imm == 0x80000000Naveen N. Rao
2021-10-07powerpc/bpf: Fix BPF_MOD when imm == 1Naveen N. Rao
2021-10-07powerpc/bpf: Validate branch rangesNaveen N. Rao
2021-10-07powerpc/lib: Add helper to check if offset is within conditional branch rangeNaveen N. Rao