aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [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