summaryrefslogtreecommitdiff
path: root/sys/powerpc/pseries
AgeCommit message (Expand)Author
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-23powerpc: better handling of shutdown flagsMitchell Horne
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-11phyp_llan: Mechanically convert to IfAPIJustin Hibbits
2023-02-26powerpc: fix warning: a function declaration without a prototype is deprecate...Piotr Kubaj
2022-05-10powerpc pseries: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused uart_devclass.John Baldwin
2022-04-27powerpc pseries xics: Use devclass_find to lookup xicp devclass.John Baldwin
2022-04-13powerpc: Use __diagused for variables only used in KASSERT().John Baldwin
2022-04-12llan: Remove unused variables.John Baldwin
2021-08-11powerpc/pseries: Allow radix pmap in pseries for ISA 3.0Justin Hibbits
2021-06-22newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh
2021-06-02powerpc: fix boot on pseries without hugepagesLeandro Lupori
2021-05-20Rename ofwpci.c to ofw_pcib.cMarcin Wojtas
2021-05-05powerpc64: Split out DMAP and non-DMAP implementations of some methodsJustin Hibbits
2021-03-30powerpc/pseries: Add new hypercall definition, H_REGISTER_PROC_TBLJustin Hibbits
2021-02-25[PowerPC64LE] pseries: Fix input buffering logic.Brandon Bergren
2020-12-05Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer
2020-11-06Implement superpages for PowerPC64 (HPT)Leandro Lupori
2020-09-23[PowerPC64LE] Fix endianness issues in phyp_vscsi.Brandon Bergren
2020-09-23[PowerPC64LE] Fix endianness issues in phyp and opal consoles.Brandon Bergren
2020-09-23[PowerPC64LE] Tell the hypervisor to switch interrupts to LE at CHRP attach.Brandon Bergren
2020-09-22[PowerPC64LE] LE bringup work: locore / machdep / platformBrandon Bergren
2020-09-01powerpc: clean up empty lines in .c and .h filesMateusz Guzik
2020-05-27powerpc/mmu: Convert PowerPC pmap drivers to ifunc from kobjJustin Hibbits
2020-01-23This is Ethernet driver so mark the interrupt appropriately.Gleb Smirnoff
2019-12-09Enable use of ofwcons for early debugLeandro Lupori
2019-12-09[PPC64] Enable opal console use as a GDB DBGPORTLeandro Lupori
2019-11-29[PPC] Remove extra \0 char inserted on vty by QEMULeandro Lupori
2019-11-25[PPC64] Enable phyp vty use as a GDB DBGPORTLeandro Lupori
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-10-14[PPC64] Initial kernel minidump implementationLeandro Lupori
2019-07-25powerpc/pmap64: Make moea64 statistics optionalJustin Hibbits
2019-07-10[PPC64] pseries: fix realmaxaddr calculationLeandro Lupori
2019-07-04[PPC64] pseries llan: fix MAC addressLeandro Lupori
2019-06-11[PPC] Fix build error when POWERNV is disabledLeandro Lupori
2019-06-07[PPC64] Support QEMU/KVM pseries without hugepagesLeandro Lupori
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2019-04-23[PPC64] Fix wrong KASSERT in mphyp_pte_insert()Leandro Lupori
2019-04-23[PowerPC64] pseries-llan: increment packet output counters on error and successJustin Hibbits
2019-04-23powerpc64/pseries: Fix hypervisor call with extra argumentsJustin Hibbits
2019-02-05[ppc64] llan: fix fatal kernel trap when system is low on memoryLeandro Lupori
2019-02-02powerpc/powernv: Add a driver for the POWER9 XIVE interrupt controllerJustin Hibbits
2019-01-19powerpc: Fix opaque irq data initializationJustin Hibbits
2019-01-12powerpc/pseries: Cache the IPI vector to avoid the common static lookupJustin Hibbits
2019-01-12powerpc: Add opaque 'private data' to interrupt vectorsJustin Hibbits