summaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PowerPC64LE] Endian fixes for opal_pci.c.Brandon Bergren2020-09-231-1/+3
* [PowerPC64LE] Implement endian-independent dword atomic PTE lock.Brandon Bergren2020-09-231-1/+33
* [PowerPC64LE] Fix endian conversion bugs in moea64.Brandon Bergren2020-09-231-4/+4
* [PowerPC64LE] Initial GENERIC64LE kernel config.Brandon Bergren2020-09-231-0/+253
* [PowerPC64LE] powernv ILE setup code.Brandon Bergren2020-09-232-0/+5
* [PowerPC64LE] LE opal_call() implementationBrandon Bergren2020-09-232-1/+20
* [PowerPC64LE] Fix endianness issues in phyp_vscsi.Brandon Bergren2020-09-231-31/+40
* [PowerPC64LE] Work around qemu TCG bug in mtmsrd emulation.Brandon Bergren2020-09-234-0/+23
* [PowerPC64LE] Fix endianness issues in phyp and opal consoles.Brandon Bergren2020-09-232-4/+16
* [PowerPC64LE] Tell the hypervisor to switch interrupts to LE at CHRP attach.Brandon Bergren2020-09-232-0/+28
* [PowerPC64LE] Fix endian dependence of ofw_real.c.Brandon Bergren2020-09-221-152/+156
* [PowerPC64LE] LE bringup work: locore / machdep / platformBrandon Bergren2020-09-225-3/+38
* [PowerPC64LE] Set up powerpc.powerpc64le architectureBrandon Bergren2020-09-221-0/+4
* Sparsify the vm_page_dump bitmapD Scott Phillips2020-09-212-1/+14
* Move vm_page_dump bitset array definition to MI codeD Scott Phillips2020-09-213-76/+27
* 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