aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powerpc
Commit message (Expand)AuthorAgeFilesLines
* gdb: only return signal values for powerpc's gdb_cpu_signal()Mitchell Horne2021-01-221-4/+1
* powerpc: fix build without DDBMateusz Guzik2021-01-221-1/+1
* powerpc: Fix copyin/copyout race conditionJustin Hibbits2020-12-301-10/+6
* powerpc: Optimize copyinstr() to avoid repeatedly mapping user stringsJustin Hibbits2020-12-301-13/+33
* [PowerPC] Floating-point exception trap followupBrandon Bergren2020-12-132-12/+9
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-055-1/+37
* [PowerPC64LE] Fix LE VSX/fpr interopBrandon Bergren2020-12-031-2/+2
* [POWERPC] print uprintf_signal 'type' field in hexAlfredo Dal'Ava Junior2020-11-201-1/+1
* [POWERPC] fix signal race conditionAlfredo Dal'Ava Junior2020-11-171-4/+3
* [PowerPC] Don't overwrite vm.pmap sysctl nodeLeandro Lupori2020-11-171-0/+7
* Implement superpages for PowerPC64 (HPT)Leandro Lupori2020-11-061-0/+2
* [POWERPC] Floating-Point Exception trap supportAlfredo Dal'Ava Junior2020-11-063-14/+97
* [PowerPC] Make PPC 970 PMC SPRs the standard onesLeandro Lupori2020-11-051-13/+13
* Tidy up the #includes. Recent changes, such as the introduction ofAlan Cox2020-11-021-9/+2
* Avoid dump_avail[] redefinition.Konstantin Belousov2020-10-142-1/+3
* random(4) FenestrasX: Push root seed version to arc4random(3)Conrad Meyer2020-10-102-3/+3
* [PowerPC] add machdep.uprintf_signal sysctlAlfredo Dal'Ava Junior2020-10-081-0/+13
* Print symbol index for unsupported relocation typesMitchell Horne2020-10-072-13/+13
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-271-6/+6
* [PowerPC64LE] Fix sleeping on POWER8.Brandon Bergren2020-09-231-0/+4
* Sparsify the vm_page_dump bitmapD Scott Phillips2020-09-211-0/+12
* Move vm_page_dump bitset array definition to MI codeD Scott Phillips2020-09-211-71/+15
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-172-6/+0
* [PowerPC64LE] Use correct in_masks table on LE to fix checksummingBrandon Bergren2020-09-151-1/+2
* Move SV_ABI_ERRNO translation into linux-specific code, to simplifyEdward Tomasz Napierala2020-09-151-1/+1
* [PowerPC] Make cpu frequency detection endian-independentBrandon Bergren2020-09-141-3/+6
* Refine the busdma template interface. Provide tools for filling in fieldsScott Long2020-09-141-32/+1
* [PowerPC] bus_space cleanup part 2: Convert to c99 initializers.Brandon Bergren2020-09-131-126/+164
* [PowerPC] bus_space cleanup part 1 - rename bs_be / bs_le functionsBrandon Bergren2020-09-131-180/+180
* [PowerPC64LE] Bus space prep for LEBrandon Bergren2020-09-132-0/+13
* [PowerPC64] Hide dssall instruction from llvm assemblerBrandon Bergren2020-09-081-1/+2
* [PowerPC] Add root_pic assertion.Brandon Bergren2020-09-081-0/+2
* [PowerPC] Implement VDSO timebase access on powerpc*Brandon Bergren2020-09-083-8/+40
* [PowerPC] Initialize ELFv1 as a secondary sysvec to ELFv2.Brandon Bergren2020-09-071-4/+22
* Add the MEM_EXTRACT_PADDR ioctl to /dev/mem.Mark Johnston2020-09-021-2/+1
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0122-39/+12
* [PowerPC] Move pmc_hook out of critical sectionLeandro Lupori2020-09-011-1/+1
* [PowerPC] Remove unused openpic_set_priority().Brandon Bergren2020-09-011-15/+0
* [PowerPC] Make new auxv format defaultLeandro Lupori2020-08-241-1/+16
* Pass pointers to info parsed from notes, to brandinfo->header_supported filter.Konstantin Belousov2020-08-231-4/+8
* Set si_addr to dar for MMU and alignment faults.John Baldwin2020-07-271-4/+11
* [PowerPC] More relocation fixesBrandon Bergren2020-06-211-52/+51
* powerpc: Fix nits in copyinout comments from r361861Justin Hibbits2020-06-061-10/+6
* powerpc: Use IFUNCs for copyin/copyout/etcJustin Hibbits2020-06-064-35/+673
* powerpc: Add a (CPU/runtime features) flags set to pcpu structJustin Hibbits2020-06-063-0/+4
* powerpc: Stop advertising that POWER8 and POWER9 support HTMJustin Hibbits2020-05-291-12/+8
* powerpc/pmap: Remove some debug from r361544Justin Hibbits2020-05-281-4/+0
* powerpc/mmu: Convert PowerPC pmap drivers to ifunc from kobjJustin Hibbits2020-05-273-1660/+118
* [PowerPC] Ensure ppc32 cpu_switch routines set up Secure-PLT.Brandon Bergren2020-05-261-0/+6
* copystr(9): Move to deprecate (attempt #2)Conrad Meyer2020-05-251-70/+0