aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PowerPC64LE] Fix LE VSX/fpr interopBrandon Bergren2020-12-031-0/+10
* [PowerPC] Don't overwrite vm.pmap sysctl nodeLeandro Lupori2020-11-171-0/+1
* Make powerpc use MAXARGS (defined as 8) instead of hardcoding '10'.Edward Tomasz Napierala2020-11-061-1/+2
* Implement superpages for PowerPC64 (HPT)Leandro Lupori2020-11-064-12/+35
* [POWERPC] Floating-Point Exception trap supportAlfredo Dal'Ava Junior2020-11-063-1/+22
* Fix powerpc and powerpcspe buildsLeandro Lupori2020-11-051-7/+7
* [PowerPC] hwpmc: add support for POWER8/9 PMCsLeandro Lupori2020-11-051-0/+1
* [PowerPC] Make PPC 970 PMC SPRs the standard onesLeandro Lupori2020-11-051-52/+73
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-271-1/+0
* Add a vmparam.h constant indicating pmap support for large pages.Mark Johnston2020-09-231-0/+5
* [PowerPC64LE] Fix AP spinup on powernv.Brandon Bergren2020-09-231-0/+3
* [PowerPC64LE] powernv ILE setup code.Brandon Bergren2020-09-231-0/+1
* [PowerPC64LE] Set up powerpc.powerpc64le architectureBrandon Bergren2020-09-221-0/+4
* Sparsify the vm_page_dump bitmapD Scott Phillips2020-09-211-1/+2
* Move vm_page_dump bitset array definition to MI codeD Scott Phillips2020-09-212-5/+12
* Add missing assignment forgotten in r365899Michal Meloun2020-09-201-0/+1
* Add NetBSD compatible bus_space_peek_N() and bus_space_poke_N() functions.Michal Meloun2020-09-191-0/+27
* [PowerPC64LE] Adjust ELF definitions for LE.Brandon Bergren2020-09-131-2/+5
* [PowerPC64LE] Add LOAD_LR_NIA and RETURN_TO_NATIVE_ENDIAN defines.Brandon Bergren2020-09-101-0/+37
* [PowerPC] Implement VDSO timebase access on powerpc*Brandon Bergren2020-09-081-0/+2
* Add the MEM_EXTRACT_PADDR ioctl to /dev/mem.Mark Johnston2020-09-021-1/+1
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0113-15/+3
* [PowerPC] Fix PMCLOG address widthLeandro Lupori2020-09-011-0/+5
* [PowerPC] Fix booke64 qemu infinite loop in L2 cache enableBrandon Bergren2020-06-191-0/+1
* powerpc: Use IFUNCs for copyin/copyout/etcJustin Hibbits2020-06-063-0/+34
* powerpc: Add a (CPU/runtime features) flags set to pcpu structJustin Hibbits2020-06-061-0/+4
* powerpc/mmu: Convert PowerPC pmap drivers to ifunc from kobjJustin Hibbits2020-05-272-64/+151
* [PowerPC] Fix atomic_cmpset_masked().Brandon Bergren2020-05-261-1/+1
* powerpc: Handle machine checks caused by D-ERAT multihitJustin Hibbits2020-05-211-0/+1
* powerpc/radix mmu: No need for delayed TLB invalidationJustin Hibbits2020-05-201-6/+0
* powerpc64: Implement Radix MMU for POWER9 CPUsJustin Hibbits2020-05-119-23/+199
* powerpc: Add a CPU-custom machine check handlerJustin Hibbits2020-05-102-3/+28
* [PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities.Brandon Bergren2020-05-072-4/+2
* powerpc/booke: Change Book-E 64-bit pmap to 4-level tableJustin Hibbits2020-04-113-25/+40
* Expand generic subword atomic primitivesConrad Meyer2020-03-251-0/+12
* powerpc: Axe PPC4xx support.Justin Hibbits2020-03-185-153/+36
* Define MAXCPU consistently between the kernel and KLDs.Mark Johnston2020-02-051-2/+2
* D23057: [PowerPC] Fix offset calculations in bridge modeBrandon Bergren2020-01-181-2/+3
* powerpc: Fix the NUMA domain list on powernvJustin Hibbits2020-01-182-0/+5
* [PPC] Fix wrong commentLeandro Lupori2020-01-171-1/+1
* [PowerPC] [MIPS] Implement 32-bit kernel emulation of atomic64 operationsBrandon Bergren2020-01-021-0/+4
* [PowerPC] Fix panic when attempting to handle an HMI from an idle threadBrandon Bergren2019-12-301-1/+2
* Fix the powerpc copyout fixup from r356113Justin Hibbits2019-12-271-0/+28
* [PowerPC] Define powerpc IFUNC kernel/userspace ABI.Brandon Bergren2019-12-241-0/+60
* [PPC] Handle qOffsets packetLeandro Lupori2019-12-161-0/+1
* Introduce vm_page_astate.Mark Johnston2019-12-101-1/+1
* powerpc: Use builtins for fls/flslJustin Hibbits2019-12-081-0/+14
* powerpc/pmap: NUMA-ize vm_page_array on powerpcJustin Hibbits2019-12-072-0/+17