aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Expose stopped cpu contexts to ddb on PowerPCJustin Hibbits2018-06-252-0/+5
* Add the rest of the files for r335481Justin Hibbits2018-06-211-0/+1
* Split the PowerISA 3.0 HPT implementation from historicJustin Hibbits2018-06-141-0/+1
* Added ptrace support for reading/writing powerpc VSX registersJustin Hibbits2018-06-022-0/+3
* Increase powerpc64 KVA from ~7.25GB to 32GBJustin Hibbits2018-06-011-1/+1
* Unbreak 32-bit binaries on powerpc64Justin Hibbits2018-06-011-0/+4
* Stop idle threads on power9 in the idle task until an interrupt.Justin Hibbits2018-05-271-0/+1
* On POWER9 clear the HID0_RADIX before enabling the page tablesJustin Hibbits2018-05-261-0/+1
* Add support for the XIVE XICS emulation mode for POWER9 systemsJustin Hibbits2018-05-202-9/+9
* Add SPR_HSRR0/SPR_HSRR1 definitionsJustin Hibbits2018-05-191-0/+2
* Add some Hypervisor interrupt definitionsJustin Hibbits2018-05-191-0/+7
* Fix PPC symbol resolutionJustin Hibbits2018-05-101-0/+4
* Add support for powernv POWER9 MMU initializationJustin Hibbits2018-05-052-0/+7
* Break out the cpu_features setup to its own function, to be run earlierJustin Hibbits2018-05-051-0/+1
* Fix the build post r332859Justin Hibbits2018-04-221-2/+2
* Sync powerpc feature flags with LinuxJustin Hibbits2018-04-211-6/+26
* powerpc64: Add DSCR supportJustin Hibbits2018-04-202-4/+7
* No need to force md code to define a macro that's the same asWarner Losh2018-04-161-2/+0
* Fix typoJustin Hibbits2018-04-081-1/+1
* Powerpc64: Add the facility unavailable trap subsystemJustin Hibbits2018-04-081-0/+14
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-4/+0
* Add support for a pmap direct map for 64-bit Book-EJustin Hibbits2018-04-031-7/+2
* Move the powerpc64 direct map base address from zero to high memory. ThisNathan Whitehorn2018-03-072-11/+15
* amd64: Protect the kernel text, data, and BSS by setting the RW/NX bitsJonathan T. Looney2018-03-061-0/+13
* Remove platform_cpu_idle() and platform_cpu_idle_wakeup() interfacesJustin Hibbits2018-02-241-2/+0
* Do not include float interfaces when using libsa.Warner Losh2018-02-232-0/+4
* Add definition for the PowerPC A2.Nathan Whitehorn2018-02-211-0/+1
* Add definitions for the new Radix MMU mode on POWER9+ CPUs.Nathan Whitehorn2018-02-211-0/+31
* PowerNV: Put processor to power-save state in idle threadWojciech Macek2018-02-212-1/+13
* Merge AIM and Book-E PCPU fieldsJustin Hibbits2018-02-171-37/+27
* Move __va_list and related defines to sys/sys/_types.hWarner Losh2018-02-121-20/+0
* We don't support gcc < 4.2.1, so varargs.h now is just #errorWarner Losh2018-02-121-82/+0
* Use standard pattern for stdargs.hWarner Losh2018-02-121-130/+17
* Change the default MSR values used when starting userland and kernelNathan Whitehorn2018-02-011-20/+5
* Remove hard-coded trap-handling logic involving the segmented memory modelNathan Whitehorn2018-01-291-0/+2
* Remove some unused AIM register declarations that existed to support someNathan Whitehorn2018-01-281-13/+1
* Fix 64-bit booke kernel builds after the ldscript changesJustin Hibbits2018-01-231-2/+2
* Remove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replacing them across theNathan Whitehorn2018-01-191-10/+22
* Move the pmap-specific code in copyinout.c that gets pointers to userlandNathan Whitehorn2018-01-151-0/+2
* Document places we assume that physical memory is direct-mapped at zero byNathan Whitehorn2018-01-131-0/+10
* PowerNV: set LPCR[LPES] correctlyWojciech Macek2018-01-111-0/+3
* The recent bump of MAXDSIZ made 32-bit binary execution on 64-bit powerpc fail.Andreas Tobler2018-01-031-0/+4
* Remove PIR from PCPU data. It has an implementation-defined meaning thatNathan Whitehorn2017-12-311-1/+0
* Add support for 64-bit PowerPC kernels to be directly loaded by kexec, whichNathan Whitehorn2017-12-291-1/+1
* Increase default MAXDSIZ to 32G on powerpc64Justin Hibbits2017-12-201-0/+4
* Add atomic_load(9) and atomic_store(9) operations.Konstantin Belousov2017-12-191-0/+2
* Handle the Facility Unavailable exception as a SIGILLJustin Hibbits2017-12-151-0/+3
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-301-0/+2
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2734-1/+67
* Return base IRQ of PIC when added and massively increase the number ofNathan Whitehorn2017-11-251-1/+1