aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* [PowerPC64LE] Set up the powernv partition table correctly.Brandon Bergren2020-09-151-2/+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
* [PowerPC64LE] Adjust ELF definitions for LE.Brandon Bergren2020-09-131-2/+5
* [PowerPC] Implement pmap_mincore() for moeaBrandon Bergren2020-09-131-1/+49
* [PowerPC64] Implement pmap_mincore() for moea64Brandon Bergren2020-09-131-0/+49
* [PowerPC] Add PVO_PADDR macro to mmu_oea.c to match mmu_oea64.c changesBrandon Bergren2020-09-121-7/+9
* [PowerPC64LE] Add LOAD_LR_NIA and RETURN_TO_NATIVE_ENDIAN defines.Brandon Bergren2020-09-101-0/+37
* [PowerPC] Fix setting of time in OPALBrandon Bergren2020-09-101-8/+9
* [PowerPC64] Fix xive order calculation in qemu TCGBrandon Bergren2020-09-081-1/+5
* [PowerPC64] Hide dssall instruction from llvm assemblerBrandon Bergren2020-09-082-2/+4
* [PowerPC] Add root_pic assertion.Brandon Bergren2020-09-081-0/+2
* [PowerPC] Implement VDSO timebase access on powerpc*Brandon Bergren2020-09-084-8/+42