summaryrefslogtreecommitdiff
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* arm, powerpc, riscv: implement atomic_set/clear_16Konstantin Belousov2025-09-281-1/+32
* runq: Deduce most parameters, remove machine headersOlivier Certner2025-07-281-55/+0
* powerpc: Fix multiple issues with FP/VSX save/restoreTimothy Pearson2025-07-212-9/+3
* pmap_growkernel(): do not panic immediately, optionally return the errorKonstantin Belousov2025-06-261-2/+2
* powernv: Explicitly enable the facilities we supportJustin Hibbits2025-03-281-0/+5
* powerpc: Add RF_LITTLEENDIAN resource flagJohn Baldwin2025-02-271-0/+7
* powerpc: Fix bus_space_unmapJohn Baldwin2025-02-271-1/+1
* atomics: Constify loadsOlivier Certner2025-01-161-3/+3
* atomic(9): Implement atomic_testand(clear|set)_ptrJohn Baldwin2024-12-011-0/+10
* atomic(9): Remove fcmpset-based fallback for atomic_testand(clear|set)John Baldwin2024-12-011-6/+0
* powerpc: Add nominal support for POWER10 and POWER11Justin Hibbits2024-10-242-0/+4
* powerpc: Implement fpu_kern_enter/fpu_kern_leaveShawn Anastasio2023-11-193-2/+27
* 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
* powerpc: change mfpvr return type to uint32_tLeandro Lupori2021-07-281-2/+2
* powerpc64: add Power8 and Power9 PMCsLeandro Lupori2021-07-261-0/+1