aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/pseries/platform_chrp.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* powerpc/pseries: Allow radix pmap in pseries for ISA 3.0Justin Hibbits2021-08-121-1/+2
* [PowerPC64LE] Tell the hypervisor to switch interrupts to LE at CHRP attach.Brandon Bergren2020-09-231-0/+21
* [PowerPC64LE] LE bringup work: locore / machdep / platformBrandon Bergren2020-09-221-1/+2
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+2
* Enable use of ofwcons for early debugLeandro Lupori2019-12-091-1/+5
* [PPC64] pseries: fix realmaxaddr calculationLeandro Lupori2019-07-101-1/+8
* powerpc: Fix regression introduced in r342771Conrad Meyer2019-01-071-10/+18
* Expose threads-per-core and physical core count informationConrad Meyer2019-01-041-0/+3
* No need to bzero splpar_vpa entriesJustin Hibbits2018-05-111-1/+0
* Fix PPC symbol resolutionJustin Hibbits2018-05-101-1/+1
* Fix wrong cpu0 identificationJustin Hibbits2018-05-081-11/+75
* [ofw] fix errneous checks for OF_finddevice(9) return valueOleksandr Tymoshenko2018-03-201-1/+1
* PPC64: Get the timestap from the proper OF fieldJustin Hibbits2018-02-141-3/+15
* PPC64: use hwref instead of cpuidWojciech Macek2018-01-291-96/+67
* Revert r327360, which can cause boot problems on high-CPU-count (>60)Nathan Whitehorn2018-01-041-134/+75
* Enhance the CHRP/pSeries platform layer:Nathan Whitehorn2017-12-291-75/+134
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Close a race when making the CPU idle under pHyp. If an interrupt occursNathan Whitehorn2016-08-241-1/+13
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Where appropriate, use the endian-flipping OF_getencprop() instead ofNathan Whitehorn2015-11-171-18/+19
* Properly hide a variable under #ifdef as it is only used inside theBjoern A. Zeeb2015-02-091-1/+1
* Technically speaking, using one virtal processor area for all CPUs is aNathan Whitehorn2015-02-091-12/+20
* Do some cosmetic fixes.Andreas Tobler2013-12-051-7/+7
* Rearchitect platform memory map parsing to make it lessNathan Whitehorn2013-12-011-5/+101
* Clean up missed header references.Nathan Whitehorn2013-10-261-1/+1
* Rework handling of ofw_quiesce(), making it the responsibility of theNathan Whitehorn2013-09-271-0/+3
* As idling the CPU no longer causes hangs on QEMU, reenable the pSeriesNathan Whitehorn2013-09-261-2/+0
* Merge in support for PAPR-compliant (Power Architecture PlatformNathan Whitehorn2013-09-171-0/+411