aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/pseries
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-278-8/+0
* powerpc: better handling of shutdown flagsMitchell Horne2023-11-231-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1612-23/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1214-14/+14
* phyp_llan: Mechanically convert to IfAPIJustin Hibbits2023-03-111-23/+21
* powerpc: fix warning: a function declaration without a prototype is deprecate...Piotr Kubaj2023-02-261-1/+1
* powerpc pseries: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-107-21/+12
* Remove unused uart_devclass.John Baldwin2022-05-061-1/+1
* powerpc pseries xics: Use devclass_find to lookup xicp devclass.John Baldwin2022-04-271-1/+3
* powerpc: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-131-3/+3
* llan: Remove unused variables.John Baldwin2022-04-121-11/+9
* powerpc/pseries: Allow radix pmap in pseries for ISA 3.0Justin Hibbits2021-08-122-1/+12
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-1/+1
* powerpc: fix boot on pseries without hugepagesLeandro Lupori2021-06-021-41/+42
* Rename ofwpci.c to ofw_pcib.cMarcin Wojtas2021-05-201-2/+2
* powerpc64: Split out DMAP and non-DMAP implementations of some methodsJustin Hibbits2021-05-061-0/+2
* powerpc/pseries: Add new hypercall definition, H_REGISTER_PROC_TBLJustin Hibbits2021-03-311-1/+3
* [PowerPC64LE] pseries: Fix input buffering logic.Brandon Bergren2021-02-251-5/+4
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-051-1/+2
* Implement superpages for PowerPC64 (HPT)Leandro Lupori2020-11-061-35/+160
* [PowerPC64LE] Fix endianness issues in phyp_vscsi.Brandon Bergren2020-09-231-31/+40
* [PowerPC64LE] Fix endianness issues in phyp and opal consoles.Brandon Bergren2020-09-231-2/+8
* [PowerPC64LE] Tell the hypervisor to switch interrupts to LE at CHRP attach.Brandon Bergren2020-09-232-0/+28
* [PowerPC64LE] LE bringup work: locore / machdep / platformBrandon Bergren2020-09-221-1/+2
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0113-38/+20
* powerpc/mmu: Convert PowerPC pmap drivers to ifunc from kobjJustin Hibbits2020-05-271-36/+40
* This is Ethernet driver so mark the interrupt appropriately.Gleb Smirnoff2020-01-231-1/+1
* Enable use of ofwcons for early debugLeandro Lupori2019-12-091-1/+5
* [PPC64] Enable opal console use as a GDB DBGPORTLeandro Lupori2019-12-091-1/+1
* [PPC] Remove extra \0 char inserted on vty by QEMULeandro Lupori2019-11-291-4/+25
* [PPC64] Enable phyp vty use as a GDB DBGPORTLeandro Lupori2019-11-251-0/+163
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-13/+13
* [PPC64] Initial kernel minidump implementationLeandro Lupori2019-10-141-0/+32
* powerpc/pmap64: Make moea64 statistics optionalJustin Hibbits2019-07-251-2/+2
* [PPC64] pseries: fix realmaxaddr calculationLeandro Lupori2019-07-101-1/+8
* [PPC64] pseries llan: fix MAC addressLeandro Lupori2019-07-041-2/+11
* [PPC] Fix build error when POWERNV is disabledLeandro Lupori2019-06-111-1/+1
* [PPC64] Support QEMU/KVM pseries without hugepagesLeandro Lupori2019-06-071-7/+40
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-202-0/+3
* [PPC64] Fix wrong KASSERT in mphyp_pte_insert()Leandro Lupori2019-04-231-1/+1
* [PowerPC64] pseries-llan: increment packet output counters on error and successJustin Hibbits2019-04-231-2/+6
* powerpc64/pseries: Fix hypervisor call with extra argumentsJustin Hibbits2019-04-231-0/+5
* [ppc64] llan: fix fatal kernel trap when system is low on memoryLeandro Lupori2019-02-051-2/+0
* powerpc/powernv: Add a driver for the POWER9 XIVE interrupt controllerJustin Hibbits2019-02-021-6/+9
* powerpc: Fix opaque irq data initializationJustin Hibbits2019-01-191-12/+16
* powerpc/pseries: Cache the IPI vector to avoid the common static lookupJustin Hibbits2019-01-121-8/+13
* powerpc: Add opaque 'private data' to interrupt vectorsJustin Hibbits2019-01-121-51/+44