aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Eliminate kmem_malloc()'s unused arena parameter. (The arena parameterAlan Cox2018-08-211-2/+2
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-201-3/+3
* add snps IP uart support / genaralize UARTMatt Macy2018-08-191-1/+1
* powerpc conf: Add PRINTF_BUFR_SIZE option to Book-E configsJustin Hibbits2018-08-192-0/+2
* Sort SPR_SPEFSCR in the SPR listJustin Hibbits2018-08-191-2/+1
* booke pmap: hide debug-ish printf behind bootverboseJustin Hibbits2018-08-191-2/+3
* Make 'device crypto' lines more consistent.John Baldwin2018-08-181-3/+1
* powerpc: Add lwsync and ptesync 'sync' opcode variants to ddb disassemblerJustin Hibbits2018-08-101-1/+3
* powerpc64/powernv: re-read RTC after pollingBreno Leitao2018-08-081-6/+5
* Add pmap_is_valid_memattr(9).Konstantin Belousov2018-08-011-0/+18
* powerpcspe: Unconditionally save an restore SPEFSCR on task switchJustin Hibbits2018-07-302-0/+10
* Support building IPMI as a module on powerpc64Justin Hibbits2018-07-251-241/+0
* Fix floating point exception definitions for powerpcspeJustin Hibbits2018-07-241-0/+8
* ofw: Load initrd fileBreno Leitao2018-07-241-0/+159
* Revert r336509. Fails buildworld.Justin Hibbits2018-07-191-14/+11
* Merge the md_page structs for AIM and Book-E into a single unioned structJustin Hibbits2018-07-191-11/+14
* powerpc/powernv: Make opal_i2c driver work with attached i2c driversJustin Hibbits2018-07-091-15/+11
* Let ofw_iicbus work its magic on OPAL i2c buses.Justin Hibbits2018-07-071-1/+11
* Back pcpu zone with domain correct pagesMatt Macy2018-07-061-4/+4
* Create a new macro for static DPCPU data.Andrew Turner2018-07-051-1/+1
* Support multiple OPAL consoles, and don't crash if uart is not stdoutJustin Hibbits2018-06-291-13/+24
* Expose stopped cpu contexts to ddb on PowerPCJustin Hibbits2018-06-252-0/+5
* powerpc64: Fix stack setup in dbtrapJustin Hibbits2018-06-231-1/+1
* Fix the build post-PMCR addition.Justin Hibbits2018-06-211-1/+1
* Add the rest of the files for r335481Justin Hibbits2018-06-211-0/+1
* Introduce PMCR-based cpufreq(4) driver, for IBM POWER8 and POWER9 systemsJustin Hibbits2018-06-211-0/+248
* Split the PowerISA 3.0 HPT implementation from historicJustin Hibbits2018-06-144-31/+638
* Fix CTR formatting for moea64_native bootstrapJustin Hibbits2018-06-141-1/+1
* powerpc64/powernv: Avoid type promotionBreno Leitao2018-06-121-1/+1
* hwpmc: simplify calling convention for hwpmc interrupt handlingMatt Macy2018-06-081-1/+1
* Fix excise_initrd_region() to support 32- and 64-bit initrd params.Breno Leitao2018-06-071-4/+27
* Included VSX registers in powerpc core dumpsJustin Hibbits2018-06-022-2/+54
* Added ptrace support for reading/writing powerpc VSX registersJustin Hibbits2018-06-024-45/+116
* Increase powerpc64 KVA from ~7.25GB to 32GBJustin Hibbits2018-06-011-1/+1
* Unbreak 32-bit binaries on powerpc64Justin Hibbits2018-06-011-0/+4
* powerpc64: Avoid overwriting initrd areaBreno Leitao2018-06-011-36/+77
* Remove a debug printf from opal_pci driverJustin Hibbits2018-05-311-1/+0
* Make opal_pci driver work with POWER9Justin Hibbits2018-05-301-16/+84
* Cache the phandle of the PCI node in opal_pci_attachJustin Hibbits2018-05-301-11/+12
* Make ALT_BREAK_TO_DEBUGGER work with OPAL consoleJustin Hibbits2018-05-281-3/+2
* Print the full-width pointer values in hex.Justin Hibbits2018-05-281-9/+9
* Match style of the other prototypes, and don't name the argument.Justin Hibbits2018-05-271-1/+1
* Stop idle threads on power9 in the idle task until an interrupt.Justin Hibbits2018-05-272-2/+29
* On POWER9 clear the HID0_RADIX before enabling the page tablesJustin Hibbits2018-05-262-0/+8
* Fix a typo missed in r334232Justin Hibbits2018-05-261-1/+1
* Correct a typo for opal temperature sensor type constantJustin Hibbits2018-05-261-2/+2
* Only crop the VPN on POWER4 and derivatives for TLBIE operationsJustin Hibbits2018-05-261-1/+14
* Add an IPMI attachment for PowerNV systemsJustin Hibbits2018-05-222-0/+256
* Add a comment explaining the need of a global temporary variableJustin Hibbits2018-05-221-0/+9
* Basic OPAL sensor support for POWER9 platformsJustin Hibbits2018-05-222-0/+340