aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* ofw: convert boolean_t to boolMitchell Horne2024-06-261-1/+1
* sdt: Implement SDT probes using hot-patchingMark Johnston2024-06-191-0/+12
* vm: Simplify startup page dumping conditionalBojan Novković2024-05-251-0/+2
* uma: Deduplicate uma_small_allocBojan Novković2024-05-251-2/+4
* pmap: Convert boolean_t to bool.John Baldwin2024-01-312-7/+7
* powerpc: Add RF_LITTLEENDIAN resource flagJohn Baldwin2024-01-231-0/+7
* powerpc: Fix bus_space_unmapJohn Baldwin2024-01-231-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-2710-20/+0
* _bus.h: Use standard licnese textWarner Losh2023-11-131-24/+7
* powerpc: Implement fpu_kern_enter/fpu_kern_leaveShawn Anastasio2023-09-173-2/+27
* Revert "powerpc: Implement fpu_kern_enter/fpu_kern_leave"Justin Hibbits2023-09-173-27/+2
* powerpc: Implement fpu_kern_enter/fpu_kern_leaveJustin Hibbits2023-09-173-2/+27
* powerpc_pmap: include proper vm_radix fileDoug Moore2023-09-121-1/+1
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-164-4/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1634-34/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1644-88/+0
* Consistently provide ffs/fls using builtinsMitchell Horne2023-07-061-14/+0
* smp: Dynamically allocate the stoppcbs arrayMark Johnston2023-05-252-4/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-122-2/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1232-32/+32
* amd64: fix PKRU and swapout interactionKonstantin Belousov2023-04-141-0/+1
* powerpc: Drop old workaround for old gccWarner Losh2023-02-141-12/+0
* 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
* vm: centralize VM_BATCHQUEUE_SIZE definitionAndrew Gallatin2023-01-211-8/+0
* vm: reduce lock contention when processing vm batchqueuesAndrew Gallatin2022-12-141-1/+1
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-222-2/+2
* Define _NPCM and the last PC_FREEn constant in terms of _NPCPV.John Baldwin2022-08-231-1/+2
* Remove unused openpic_devclass.John Baldwin2022-05-101-2/+0
* Remove dead code.Dmitry Chagin2022-04-261-1/+0
* machine/in_cksum.h: don't include sys/cdefs.hBrooks Davis2022-04-181-2/+0
* Remove checks for <sys/cdefs.h> being included.John Baldwin2022-04-121-4/+0
* Remove checks for __CC_SUPPORTS_WARNING assuming it is always true.John Baldwin2022-04-121-4/+0
* powerpc/atomic: Fix atomic_testand_*_long on powerpc64Justin Hibbits2022-02-031-8/+8
* powerpc: Fix syntax atomic.hLi-Wen Hsu2022-01-141-2/+2
* powerpc: Add atomic_testand_{set,clear}_{int,long}Justin Hibbits2022-01-141-0/+111
* Simplify swi for bus_dma.John Baldwin2021-12-282-3/+0
* Add <machine/tls.h> header to hold MD constants and helpers for TLS.John Baldwin2021-12-091-0/+66
* Make struct syscall_args machine independentBrooks Davis2021-12-081-8/+0
* arm64, powerpc: fix calculation of 'used' in GET_STACK_USAGEMitchell Horne2021-11-301-3/+1
* netinet: Remove in_cksum_update()Mark Johnston2021-11-241-29/+0
* powerpc: Make machine/reg.h self-containedWarner Losh2021-11-241-16/+18
* minidump: Use the provided dump bitsetMitchell Horne2021-11-192-2/+2
* minidump: Parameterize minidumpsys()Mitchell Horne2021-11-191-1/+2
* powerpc64: fix OFWFB with Radix MMULeandro Lupori2021-10-141-0/+3
* minidump: De-duplicate the progress barMitchell Horne2021-09-291-0/+3
* minidump: De-duplicate is_dumpable()Mitchell Horne2021-09-291-1/+0
* [PowerPC] Fix outdated FP regs on fork(2) and friendsBrandon Bergren2021-09-041-0/+5
* Add pmap_vm_page_alloc_check()Konstantin Belousov2021-07-311-0/+2