aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy2022-07-276-7/+35
| * | | | powerpc/405: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy2022-07-271-1/+6
| * | | | powerpc/32: Don't always pass -mcpu=powerpc to the compilerChristophe Leroy2022-07-272-28/+19
| * | | | powerpc/32: Do not allow selection of e5500 or e6500 CPUs on PPC32Christophe Leroy2022-07-271-2/+2
| * | | | powerpc/ppc-opcode: Define and use PPC_RAW_SETB()Christophe Leroy2022-07-272-7/+4
| * | | | powerpc/ppc-opcode: Define and use PPC_RAW_TRAP() and PPC_RAW_TW()Christophe Leroy2022-07-273-2/+5
| * | | | powerpc/probes: Remove ppc_opcode_tChristophe Leroy2022-07-273-3/+2
| * | | | powerpc: Remove remaining parts of oprofileChristophe Leroy2022-07-275-74/+4
| * | | | powerpc/perf: Use PVR rather than oprofile field to determine CPU versionRashmica Gupta2022-07-2712-33/+37
| * | | | powerpc/32s: Fix boot failure with KASAN + SMP + JUMP_LABEL_FEATURE_CHECK_DEBUGChristophe Leroy2022-07-271-1/+1
| * | | | powerpc/32: Set an IBAT covering up to _einittext during initChristophe Leroy2022-07-272-8/+6
| * | | | powerpc/32: Call mmu_mark_initmem_nx() regardless of data block mapping.Christophe Leroy2022-07-272-5/+5
| * | | | powerpc/mce: use early_cpu_to_node() in mce_init()Nicholas Piggin2022-07-271-1/+1
| * | | | powerpc/64s: Remove spurious fault flushing for NMMUNicholas Piggin2022-07-271-3/+23
| * | | | powerpc/64s: POWER10 nest MMU can upgrade PTE access authority without TLB flushNicholas Piggin2022-07-272-17/+28
| * | | | powerpc/64s: POWER10 nest MMU does not require flush escalation workaroundNicholas Piggin2022-07-271-3/+11
| * | | | powerpc/vdso: Fix __kernel_sync_dicache sequence with coherent icacheNicholas Piggin2022-07-271-0/+1
| * | | | powerpc/pci: Add config option for using all 256 PCI busesPali Rohár2022-07-272-0/+17
| * | | | powerpc/pci: Disable filling pci-OF-bus-map for non-chrp/powermacPali Rohár2022-07-271-3/+10
| * | | | powerpc/pci: Hide pci_create_OF_bus_map() for non-chrp codePali Rohár2022-07-272-0/+4
| * | | | powerpc/pci: Make pcibios_make_OF_bus_map() staticPali Rohár2022-07-271-3/+1
| * | | | powerpc/pci: Hide pci_device_from_OF_node() for non-powermac codePali Rohár2022-07-273-0/+6
| * | | | powerpc: dts: turris1x.dts: Add CPLD reboot nodePali Rohár2022-07-271-1/+9
| * | | | powerpc/fsl-pci: Fix Class Code of PCIe Root PortPali Rohár2022-07-272-0/+9
| * | | | powerpc/purgatory: Omit use of bin2cMasahiro Yamada2022-07-274-8/+16
| * | | | powerpc/pseries/mobility: set NMI watchdog factor during an LPMLaurent Dufour2022-07-271-0/+43
| * | | | powerpc/watchdog: introduce a NMI watchdog's factorLaurent Dufour2022-07-272-1/+22
| * | | | powerpc/mobility: wait for memory transfer to completeLaurent Dufour2022-07-251-2/+46
| * | | | powerpc: Fix all occurences of duplicate wordsMichael Ellerman2022-07-2515-17/+17
| * | | | Merge branch 'fixes' into nextMichael Ellerman2022-07-251-0/+1
| |\ \ \ \
| * | | | | powerpc/pseries: register pseries-wdt device with platform busScott Cheloha2022-07-201-0/+13
| * | | | | powerpc/pseries: add FW_FEATURE_WATCHDOG flagScott Cheloha2022-07-202-1/+3
| * | | | | powerpc/pseries: hvcall.h: add H_WATCHDOG opcode, H_NOOP return codeScott Cheloha2022-07-201-1/+3
| * | | | | powerpc/52xx: Mark gpt driver as not removableUwe Kleine-König2022-07-181-6/+1
| * | | | | powerpc/perf: Add support for caps under sysfs in powerpcAthira Rajeev2022-07-185-0/+71
| * | | | | powerpc/perf: Give generic PMU a nice nameJoel Stanley2022-07-181-1/+1
| * | | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-07-0911-49/+118
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | KVM: PPC: Kconfig: Fix indentationJuerg Haefliger2022-06-291-1/+1
| | * | | | KVM: PPC: Do not warn when userspace asked for too big TCE tableAlexey Kardashevskiy2022-06-291-1/+1
| | * | | | KVM: PPC: Align pt_regs in kvm_vcpu_arch structureFabiano Rosas2022-06-291-1/+5
| | * | | | KVM: PPC: Book3S HV: tracing: Add missing hcall namesFabiano Rosas2022-06-292-1/+28
| | * | | | KVM: PPC: Book3S HV: Provide more detailed timings for P9 entry pathFabiano Rosas2022-06-294-24/+34
| | * | | | KVM: PPC: Book3S HV: Expose timing functions to module codeFabiano Rosas2022-06-292-9/+12
| | * | | | KVM: PPC: Book3S HV: Decouple the debug timing from the P8 entry pathFabiano Rosas2022-06-294-4/+33
| | * | | | KVM: PPC: Book3S HV: Add a new config for P8 debug timingFabiano Rosas2022-06-293-14/+18
| | * | | | KVM: PPC: Book3S HV: Fix "rm_exit" entry in debugfs timingsFabiano Rosas2022-06-291-11/+2
| | * | | | KVM: PPC: Book3s: Fix warning about xics_rm_h_xirr_xAlexey Kardashevskiy2022-06-241-0/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'fixes' into nextMichael Ellerman2022-07-0920-61/+144
| |\ \ \ \
| * | | | | powerpc: dts: Add DTS file for CZ.NIC Turris 1.x routersPali Rohár2022-06-291-0/+475
| * | | | | powerpc/powernv: Kconfig: Replace single quotesJuerg Haefliger2022-06-291-1/+1