aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build with PSERIES but not POWERNV defined.Nathan Whitehorn2018-05-201-0/+2
* Add support for the XIVE XICS emulation mode for POWER9 systemsJustin Hibbits2018-05-207-36/+122
* Enable kernel dump features in GENERIC for most platforms.Mark Johnston2018-05-192-0/+12
* Add SPR_HSRR0/SPR_HSRR1 definitionsJustin Hibbits2018-05-191-0/+2
* Add hypervisor trap handling, using HSRR0/HSRR1Justin Hibbits2018-05-193-0/+28
* powerpc64: Add OPAL definitionsJustin Hibbits2018-05-192-2/+16
* Fix a manual copy from the original diff for r333825Justin Hibbits2018-05-191-1/+1
* Add yet another option for gathering available memoryJustin Hibbits2018-05-191-0/+10
* Add some Hypervisor interrupt definitionsJustin Hibbits2018-05-191-0/+7
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-182-2/+2
* Final fix for alignment issues with the page table first patched withNathan Whitehorn2018-05-143-6/+7
* Revert changes to hash table alignment in r333273, which booting on all G5Nathan Whitehorn2018-05-131-4/+8
* No need to bzero splpar_vpa entriesJustin Hibbits2018-05-111-1/+0
* Fix PPC symbol resolutionJustin Hibbits2018-05-102-1/+5
* Move MI-ish bcopy routine to libkernWarner Losh2018-05-101-151/+0
* Fix wrong cpu0 identificationJustin Hibbits2018-05-081-11/+75
* Add support for powernv POWER9 MMU initializationJustin Hibbits2018-05-056-9/+44
* Break out the cpu_features setup to its own function, to be run earlierJustin Hibbits2018-05-053-14/+35
* Add POWER9 to the POWER8 bootstrap case blocksJustin Hibbits2018-05-052-0/+3
* Allow __builtin_memmove instead of bcopy for small buffers of known sizeMateusz Guzik2018-05-041-1/+1
* Remove dead errata fixup codeJustin Hibbits2018-05-014-181/+0
* Fix null pointer dereference on nodes without a "compatible" property.Nathan Whitehorn2018-04-301-1/+2
* Increase the fdtmemreserv array limit to boot on POWER9Justin Hibbits2018-04-251-1/+1
* Fix the build post r332859Justin Hibbits2018-04-222-8/+8
* Export powerpc CPU features for auxvecJustin Hibbits2018-04-212-0/+4
* Sync powerpc feature flags with LinuxJustin Hibbits2018-04-212-32/+62
* powerpc64: Set n_slbs = 32 for POWER9Justin Hibbits2018-04-201-0/+1
* powerpc64: Add DSCR supportJustin Hibbits2018-04-205-8/+71
* Fix detection of memory overlap with the kernel in the case where a memoryNathan Whitehorn2018-04-191-0/+33