aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc: slb_alloc_user_cache: fix missing uma_zalloc wait flagAlfredo Dal'Ava Junior2022-10-031-1/+1
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-223-4/+4
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-2212-22/+28
* tcp: make CUBIC the default congestion control mechanism.Richard Scheffenegger2022-09-131-1/+1
* powerpc: Correct some typos in source code commentsGordon Bergling2022-09-041-2/+2
* Define _NPCM and the last PC_FREEn constant in terms of _NPCPV.John Baldwin2022-08-232-2/+3
* Adjust function definitions in mp_cpudep.c.c to avoid clang 15 warningsDimitry Andric2022-08-151-2/+2
* Adjust function definition in moea64_native.c to avoid clang 15 warningDimitry Andric2022-08-151-1/+1
* Fix unused variable warning in mmu_radix.cDimitry Andric2022-08-151-1/+8
* Adjust function definitions in mmu_radix.c to avoid clang 15 warningsDimitry Andric2022-08-151-3/+3
* Adjust function definitions in mmu_oea64.c to avoid clang 15 warningsDimitry Andric2022-08-151-2/+2
* Adjust function definition in aim_machdep.c to avoid clang 15 warningDimitry Andric2022-08-151-1/+1
* powerpc/booke: Clamp MAXCPU to 32 for Book-E platformsJustin Hibbits2022-08-062-0/+2
* powerpc/fsl_sata: Properly clamp maxio to pessimized sizeJustin Hibbits2022-08-051-1/+1
* powerpcspe: make GEOM_LABEL kernel built-inAlfredo Dal'Ava Junior2022-08-022-0/+2
* AST: reworkKonstantin Belousov2022-08-024-15/+7
* mpc85xx/pci: Conditionally reset PCI bridgesJustin Hibbits2022-07-301-12/+16
* pmap_mapdev: Consistently use vm_paddr_t for the first argument.John Baldwin2022-07-282-2/+2
* Rework how shared page related data is storedKornel Dulęba2022-07-184-4/+14
* Introduce the PROC_SIGCODE() macroKornel Dulęba2022-07-181-1/+1
* eventtimer: Simplify KTR tracesMark Johnston2022-07-111-4/+2
* subr_bus: restore bus_null_rescan()Mitchell Horne2022-06-231-0/+1
* set_cputicker: use a boolMitchell Horne2022-06-231-1/+1
* bus_if: provide a default null rescan methodMitchell Horne2022-06-231-1/+0
* powerpc: Fix a typo in a commentGordon Bergling2022-06-041-1/+1
* powerpc: Fix two typos in source code commentsGordon Bergling2022-06-041-2/+2
* Retire sv_transtrapDmitry Chagin2022-05-203-5/+0
* kerneldump: remove physical from dump routinesMitchell Horne2022-05-131-2/+2
* powerpc nexus: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-101-4/+1
* powerpc psim: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-102-7/+2
* powerpc pseries: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-107-21/+12
* powerpc ps3: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-107-21/+7
* powerpc powernv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-1011-48/+14
* powerpc powermac: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-1018-72/+25
* powerpc mpc85xx: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-1012-44/+18
* rbled: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-101-3/+1
* powerpc mambo: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-102-5/+2
* powerpc amigaone: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-102-4/+2
* Remove unused openpic_devclass.John Baldwin2022-05-105-12/+8
* Remove unused adb_devclass.John Baldwin2022-05-102-2/+2
* ofw drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-093-11/+3
* Remove unused uart_devclass.John Baldwin2022-05-063-3/+3
* Remove unused iicbus_devclass.John Baldwin2022-05-062-2/+2
* cpufreq: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-065-10/+5
* ata: Remove ata_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-063-3/+3
* powerpc: enable wlan and ath modules in GENERIC64*Piotr Kubaj2022-04-282-2/+26
* powerpc pseries xics: Use devclass_find to lookup xicp devclass.John Baldwin2022-04-271-1/+3
* Remove dead code.Dmitry Chagin2022-04-262-18/+0
* powerpc: add GENERIC64LE-NODEBUG config and improve GENERIC64-NODEBUGPiotr Kubaj2022-04-213-9/+35
* busdma_bounce: Add free_bounce_pages helper function.John Baldwin2022-04-211-6/+1