aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* smp: Dynamically allocate the stoppcbs arrayMark Johnston10 days2-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
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-161-0/+1
* Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall2021-07-101-1/+0
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-101-0/+1
* Reduce code duplication in machine/_types.hAlex Richardson2021-06-141-58/+2
* Wrap the default SPE config in its own #defineJustin Hibbits2021-05-301-0/+2
* Clean up spr.hJustin Hibbits2021-05-301-72/+9
* Rename struct device to struct _deviceMark Johnston2021-04-121-3/+1
* Create VM_MEMATTR_DEVICE on all architecturesAndrew Turner2021-04-121-0/+2
* powerpc/powermac: Constrain 'cpu_sleep()' for AIM to mpc745xJustin Hibbits2021-03-311-1/+5
* [PowerPC] Fix ISA_206 subword atomicsJustin Hibbits2021-03-311-2/+2
* gdb: report specific stop reason for watchpointsMitchell Horne2021-03-301-0/+6
* Introduce kdb-level watchpoint functionsMitchell Horne2021-03-291-0/+14
* Consolidate machine/endian.h definitionsMitchell Horne2021-03-261-101/+1
* Remove PCPU_INCJason A. Harmening2021-03-211-1/+0
* [PowerPC] Floating-point exception trap followupBrandon Bergren2020-12-131-4/+4
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-051-4/+12