aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powernv/platform_powernv.c
Commit message (Expand)AuthorAgeFilesLines
* powernv: Include NUMA locality information in the CPU topologyMark Johnston2021-04-011-8/+58
* [PowerPC] Fix NUMA checking for powernvBrandon Bergren2021-03-281-1/+3
* Implement superpages for PowerPC64 (HPT)Leandro Lupori2020-11-061-3/+9
* [PowerPC64LE] powernv ILE setup code.Brandon Bergren2020-09-231-0/+4
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+1
* powerpc/powernv: Don't configure disabled CPUsJustin Hibbits2020-06-081-0/+4
* powerpc/powernv: powernv_node_numa_domain() fix non-NUMA caseJustin Hibbits2020-03-031-0/+6
* [PPC64] Fix NUMA on POWER8Leandro Lupori2020-01-291-10/+13
* powerpc: Fix the NUMA domain list on powernvJustin Hibbits2020-01-181-1/+48
* powerpc/powernv: Set the PTCR for the Nest MMUJustin Hibbits2019-12-151-0/+11
* Add NUMA support to powerpcJustin Hibbits2019-04-131-3/+15
* powerpc/powernv: Add a driver for the POWER9 XIVE interrupt controllerJustin Hibbits2019-02-021-2/+4
* powerpc: Fix regression introduced in r342771Conrad Meyer2019-01-071-8/+15
* Expose threads-per-core and physical core count informationConrad Meyer2019-01-041-0/+4
* Add support for the XIVE XICS emulation mode for POWER9 systemsJustin Hibbits2018-05-201-4/+7
* Fix use of unitialized variables.Nathan Whitehorn2018-03-061-2/+2
* PowerNV: Put processor to power-save state in idle threadWojciech Macek2018-02-211-3/+5
* PowerNV: move LPCR and LPID altering to cpudep_ap_early_bootstrapWojciech Macek2018-01-291-15/+14
* PPC64: use hwref instead of cpuidWojciech Macek2018-01-291-118/+137
* PPC64: cleanup APs startup routinesWojciech Macek2018-01-291-0/+12
* PowerNV: update OPAL driverWojciech Macek2018-01-121-9/+104
* PowerNV: set LPCR[LPES] correctlyWojciech Macek2018-01-111-0/+3
* PowerNV: correctly start secondary CPUsWojciech Macek2018-01-111-9/+12
* PowerNV: add reset, poweroff, OPAL consoleWojciech Macek2018-01-111-0/+2
* PowerNV: initial support for OPALWojciech Macek2018-01-111-0/+333