aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* sys/*/conf: do not use "../../conf/" when including std.*Lexi Winter3 days6-6/+6
* sys: add conf/std.debug, generic debugging optionsLexi Winter3 days3-24/+3
* macio: Set resource map sizeJustin Hibbits2024-04-111-0/+1
* powerpc/booke: Reserve KVA for minidump working areaJustin Hibbits2024-04-041-0/+5
* freebsd32: struct siginfo32 -> struct __siginfo32Brooks Davis2024-03-191-3/+3
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-136-44/+24
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-135-80/+48
* new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin2024-03-136-42/+40
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-134-34/+27
* imgact_elf: Add const to the header_supported callback argumentsAlex Richardson2024-03-041-8/+8
* powerpc: Bump maximum number of FDT reserved mem entriesShawn Anastasio2024-02-291-1/+1
* ath(4): always enable 11nBjoern A. Zeeb2024-02-222-2/+0
* powerpc psim: Fix infinite recursion in multiple bus methodsJohn Baldwin2024-02-171-3/+3
* powerpc mpc85xx: Fix infinite recursion in multiple bus methodsJohn Baldwin2024-02-171-3/+3
* busdma: fix page miscount for small segment sizesMitchell Horne2024-02-161-0/+1
* powerpc psim: Fix infinite recursion in bus_adjust_resource methodJohn Baldwin2024-02-161-1/+2
* powerpc mpc85xx: Fix infinite recursion in bus_adjust_resource methodJohn Baldwin2024-02-161-1/+2
* ddb: Use bool for boolean variables in MD codeJohn Baldwin2024-02-021-5/+5
* pmap: Convert boolean_t to bool.John Baldwin2024-01-319-165/+164
* powerpc: Add RF_LITTLEENDIAN resource flagJohn Baldwin2024-01-233-4/+16
* powerpc: Fix bus_space_unmapJohn Baldwin2024-01-232-2/+7
* powerpc nexus: Use bus_generic_rman_*John Baldwin2024-01-231-118/+11
* powerpc powermac: Use bus_generic_rman_*John Baldwin2024-01-232-133/+264
* powerpc mpc85xx: Use bus_generic_rman_*John Baldwin2024-01-231-48/+137
* powerpc psim: Use bus_generic_rman_*John Baldwin2024-01-231-60/+123
* powerpc ps3bus: Use bus_generic_rman_*John Baldwin2024-01-231-56/+74
* powerpc_mmu_radix: add leaf page for wired mappings when pmap_enter(psind=1)Robert Wing2024-01-091-0/+32
* identcpu: Let the hw.model be readable in capability modeMark Johnston2024-01-041-1/+1
* powerpc: Avoid ignoring copyin()'s return valueMark Johnston2023-12-261-3/+8
* thread: Add a return value to cpu_set_upcall()Mark Johnston2023-12-261-1/+2
* busdma: tidy bus_dma_run_filter() functionsMitchell Horne2023-12-061-22/+14
* busdma: remove parent tag trackingMitchell Horne2023-12-061-42/+8
* busdma: kill filter functionality internallyMitchell Horne2023-12-061-19/+8
* busdma: Prevent the use of filters with bus_dma_tag_create()Mitchell Horne2023-12-061-0/+4
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-27109-109/+4
* sys: Remove ancient SCCS tags.Warner Losh2023-11-2727-53/+0
* ehci_ps3: Remove unused struct definition.John Baldwin2023-11-231-5/+0
* nexus: Use resource_validate_map_requestJohn Baldwin2023-11-231-17/+5
* powerpc: better handling of shutdown flagsMitchell Horne2023-11-235-9/+21
* busdma: Add deferred time measurement to arm and powerpcWarner Losh2023-11-131-0/+1
* _bus.h: Use standard licnese textWarner Losh2023-11-131-24/+7
* powerpc: Fix inconsistent Altivec handling in set_mcontextShawn Anastasio2023-11-031-5/+2
* pmap: Prefer consistent naming for loader tunableZhenlei Huang2023-10-191-1/+1
* uiomove: Add some assertionsMark Johnston2023-10-171-0/+5
* Add a COMPAT_FREEBSD14 kernel optionKristof Provost2023-10-105-0/+5
* sysentvec: add SV_SIGSYS flagKonstantin Belousov2023-10-022-3/+3
* syscalls: fix missing SIGSYS for several ENOSYS errorsKonstantin Belousov2023-10-021-1/+1
* powerpc: Implement fpu_kern_enter/fpu_kern_leaveShawn Anastasio2023-09-176-15/+194
* Revert "powerpc: Implement fpu_kern_enter/fpu_kern_leave"Justin Hibbits2023-09-176-194/+15
* powerpc: Implement fpu_kern_enter/fpu_kern_leaveJustin Hibbits2023-09-176-15/+194