aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Add a VA_IS_CLEANMAP() macro.John Baldwin2021-02-181-3/+2
* powerpc64: Fix boot on virtual-mode OF (PowerMac G5)Brandon Bergren2021-02-071-0/+10
* powerpc64le: readd COMPAT_FREEBSD11 and COMPAT_FREEBSD12Piotr Kubaj2021-02-061-1/+3
* [POWERPC64LE] add mrsas to GENERIC64LEAlfredo Dal'Ava Junior2021-02-051-0/+1
* [POWERPC64BE] add mrsas driver to GENERIC64Alfredo Dal'Ava Junior2021-02-041-0/+1
* gdb: only return signal values for powerpc's gdb_cpu_signal()Mitchell Horne2021-01-221-4/+1
* powerpc64le: don't enable COMPAT_* options in GENERIC64LEPiotr Kubaj2021-01-221-8/+1
* powerpc: fix build without DDBMateusz Guzik2021-01-221-1/+1
* Split out the NODEBUG options to a common fileAndrew Turner2021-01-141-7/+1
* hid: Import functions and constants required by new subsystemVladimir Kondratyev2021-01-076-0/+6
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-076-0/+15
* 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
* Radix dump updatesJustin Hibbits2020-12-301-0/+8
* powerpc/radix_mmu: Apply errata fixes for POWER9 TLB invalidation bugJustin Hibbits2020-12-301-1/+19
* powerpc/aim: Add machine check handler for TLB multihitJustin Hibbits2020-12-301-1/+2
* [POWERPC64LE] fix sysctl dev.opal_sensor.* on little-endian kernelAlfredo Dal'Ava Junior2020-12-313-6/+43
* Enable ROUTE_MPATH support in GENERIC kernels.Alexander V. Chernikov2020-12-141-0/+1
* [PowerPC] Floating-point exception trap followupBrandon Bergren2020-12-133-16/+13
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-0517-11/+165
* [PowerPC64LE] Fix LE VSX/fpr interopBrandon Bergren2020-12-032-2/+12
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-282-2/+2
* [POWERPC] print uprintf_signal 'type' field in hexAlfredo Dal'Ava Junior2020-11-201-1/+1
* vm_phys: Try to clean up NUMA KPIsMark Johnston2020-11-192-2/+2
* [POWERPC] fix signal race conditionAlfredo Dal'Ava Junior2020-11-171-4/+3
* [PowerPC] Don't overwrite vm.pmap sysctl nodeLeandro Lupori2020-11-174-13/+17
* [PowerPC64LE] Radix MMU fixes for LE.Brandon Bergren2020-11-131-199/+222
* [PowerPC] Fix powerpc64le boot after HPT superpages additionBrandon Bergren2020-11-081-7/+9
* Make powerpc use MAXARGS (defined as 8) instead of hardcoding '10'.Edward Tomasz Napierala2020-11-061-1/+2
* Fix powerpc and LINT buildsLeandro Lupori2020-11-062-1/+4
* Implement superpages for PowerPC64 (HPT)Leandro Lupori2020-11-0610-159/+1581
* [POWERPC] Floating-Point Exception trap supportAlfredo Dal'Ava Junior2020-11-066-15/+119
* 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-052-65/+86
* Tidy up the #includes. Recent changes, such as the introduction ofAlan Cox2020-11-021-9/+2
* Avoid dump_avail[] redefinition.Konstantin Belousov2020-10-145-2/+7
* random(4) FenestrasX: Push root seed version to arc4random(3)Conrad Meyer2020-10-102-3/+3
* Create in-tree LINT filesWarner Losh2020-10-093-5/+14
* [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
* Fix LINT: Add backlight to NOTESEmmanuel Vadot2020-10-021-0/+3
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-272-7/+6
* Add a vmparam.h constant indicating pmap support for large pages.Mark Johnston2020-09-231-0/+5
* [PowerPC64LE] Fix RTAS LE calls in pseries.Brandon Bergren2020-09-232-6/+27
* [PowerPC64LE] Fix sleeping on POWER8.Brandon Bergren2020-09-231-0/+4
* [PowerPC64LE] Fix AP spinup on powernv.Brandon Bergren2020-09-232-0/+16
* [PowerPC64LE] Endian fix for opal_hmi.cBrandon Bergren2020-09-231-1/+1
* [PowerPC64LE] Get XIVE up and running.Brandon Bergren2020-09-232-1/+14
* [PowerPC64LE] Endian fix for opal_dev.c.Brandon Bergren2020-09-231-1/+1