aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pmap: Account for a potential NULL pmap in pmap_sync_icacheJustin Hibbits10 days1-0/+3
* powerpc: nexus code tidy-upMitchell Horne11 days1-38/+38
* powerpc/pmap: Add pmap_sync_icache() for radix pmapJustin Hibbits2023-03-121-0/+21
* phyp_llan: Mechanically convert to IfAPIJustin Hibbits2023-03-111-23/+21
* powerpc64*: port mlx5, OFED, KTLS and krpingPiotr Kubaj2023-02-262-0/+20
* powerpc: fix warning: a function declaration without a prototype is deprecate...Piotr Kubaj2023-02-268-13/+13
* Revert "powerpc64*: port mlx5, OFED, KTLS and krping"Piotr Kubaj2023-02-252-20/+0
* powerpc64*: port mlx5, OFED, KTLS and krpingPiotr Kubaj2023-02-252-0/+20
* powerpc kernel config: clean up whitespaceMike Karels2023-02-245-27/+27
* powerpc: remove nexus_get_cpus()Mitchell Horne2023-02-161-21/+0
* powerpc: Drop old workaround for old gccWarner Losh2023-02-141-12/+0
* ofwbus: remove arm64 ifdefsMitchell Horne2023-02-131-0/+4
* ofwbus: remove handling of resources from ofwbusElliott Mitchell2023-02-081-0/+92
* Allow sysctl hw.machine/hw.machine_arch in capability modeVal Packett2023-02-061-1/+1
* kstack_contains(): account for struct pcb on stackKonstantin Belousov2023-02-011-1/+2
* Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov2023-02-012-12/+19
* Mechanically convert ps3 if_glc(4) to IfAPIJustin Hibbits2023-01-312-54/+52
* netlink: add NETLINK to GENERIC.Alexander V. Chernikov2023-01-311-0/+1
* vm: centralize VM_BATCHQUEUE_SIZE definitionAndrew Gallatin2023-01-211-8/+0
* vm: reduce lock contention when processing vm batchqueuesAndrew Gallatin2022-12-141-1/+1
* powerpc/mpc85xx: Add compat strings for P5040 PCIeJustin Hibbits2022-12-011-0/+2
* 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