aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pmap: Minor optimizations to 64-bit booke pmapJustin Hibbits2019-08-081-19/+7
* Fix build from r350622Justin Hibbits2019-08-061-1/+1
* powerpc/pmap: Simplify Book-E 64-bit page table managementJustin Hibbits2019-08-061-233/+70
* powerpc: Get 32-bit AIM building with secure-PLTJustin Hibbits2019-08-052-4/+16
* powerpc: Enable the BUS_DMA_NOCACHE flag handlingJustin Hibbits2019-08-041-3/+1
* powerpc/powernv: Fix OPAL cfgread/cfgwrite error handlingJustin Hibbits2019-08-031-13/+8
* powerpc/powernv: Only clear EEH freeze for some errorsJustin Hibbits2019-08-012-6/+27
* powerpc64/mmu: Use a SLIST for the PVO delete list, instead of a RB_TREEJustin Hibbits2019-08-012-11/+17
* powerpc: Improve pvo allocation codeLeandro Lupori2019-07-251-54/+52
* powerpc/pmap64: Make moea64 statistics optionalJustin Hibbits2019-07-255-17/+26
* powerpc: Unbreak 64-bit pmap from 350206Justin Hibbits2019-07-221-4/+2
* powerpc64/mmu: Make moea64_pvo_enter() return if an entry already existsJustin Hibbits2019-07-221-9/+17
* powerpc: Remove an unnecessary #ifdef guard from slb.cJustin Hibbits2019-07-211-2/+0
* powerpc/SPE: Enable SPV bit for EFSCFD instruction emulationJustin Hibbits2019-07-201-0/+1
* powerpc: Fix casueword(9) post-r349951Justin Hibbits2019-07-161-11/+11
* Don't pass error from syscallenter() to syscallret().John Baldwin2019-07-151-3/+2
* powerpc64/pmap: No need for moea64_pvo_remove_from_page_locked() wrapperJustin Hibbits2019-07-131-15/+4
* powerpc64/pmap: Reduce scope of PV_LOCK in remove pathJustin Hibbits2019-07-131-17/+33
* Set pcpu curpmap for powerpc64Justin Hibbits2019-07-131-0/+3
* Provide protection against starvation of the ll/sc loops when accessing userp...Konstantin Belousov2019-07-121-20/+26
* powerpc: Only worry about the lower 32 bits of SP in a 32-bit processJustin Hibbits2019-07-111-2/+6
* [PPC64] pseries: fix realmaxaddr calculationLeandro Lupori2019-07-101-1/+8
* powerpc: Clamp 32-bit binaries to 32-bit MAXUSERJustin Hibbits2019-07-101-1/+1
* Merge the vm_page hold and wire mechanisms.Mark Johnston2019-07-083-3/+3
* [PPC] Add missing SLB allocation KASSERTLeandro Lupori2019-07-081-0/+1
* [PPC64] pseries llan: fix MAC addressLeandro Lupori2019-07-041-2/+11
* powerpc/booke: Handle misaligned floating point loads/stores as on AIMJustin Hibbits2019-06-262-3/+13
* powerpc: Transition to Secure-PLT, like most other OSsJustin Hibbits2019-06-251-0/+13
* sys: Remove DEV_RANDOM device optionConrad Meyer2019-06-216-6/+0
* Fix bug on newbus device deletion: we should delete the child's devinfoNathan Whitehorn2019-06-161-1/+1
* Fix PPC970 boot after r348783Brandon Bergren2019-06-121-2/+10
* [PPC] Fix build error when POWERNV is disabledLeandro Lupori2019-06-111-1/+1
* [PPC64] Fix ofw_initrdLeandro Lupori2019-06-111-80/+21
* powernv: Port HMI handler to use the message frameworkJustin Hibbits2019-06-101-1/+47
* powerpc/powernv: Reduce the scope of the sensor guarding mutexJustin Hibbits2019-06-101-4/+4
* powerpc/pmap: Move the SLB spill handlers to a better placeJustin Hibbits2019-06-083-87/+92
* powerpc/aim: Use nitems() for calculating size of phys_avail in AIM pmapsJustin Hibbits2019-06-082-2/+2
* [PPC64] Support QEMU/KVM pseries without hugepagesLeandro Lupori2019-06-074-18/+64
* powerpc/moea: Fix moea64 native VA invalidationJustin Hibbits2019-06-011-6/+3
* powerpc64/pmap: Reapply r334235 to OEA64 pmap, clearing HID0_RADIXJustin Hibbits2019-05-251-0/+6
* Add snd_hda(4) to GENERIC64 used by powerpc64.Piotr Kubaj2019-05-241-0/+1
* Make options MD_ROOT_MEM default on PPC64Leandro Lupori2019-05-241-0/+1
* powerpc/mpc85xx: Use the proper (EREF) form of writing to DBCR0Justin Hibbits2019-05-231-5/+4
* powerpc/booke: It helps to set variables before using themJustin Hibbits2019-05-231-2/+3
* Fix PPC64 kernel build with clang8 + lld8Leandro Lupori2019-05-222-60/+57
* powerpc/booke: Use wrtee instead of msr to restore EE bitJustin Hibbits2019-05-221-4/+4
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-2018-9/+36
* powerpc: Fix moea64 pmap from 347952Justin Hibbits2019-05-181-0/+4
* powerpc64/pmap: NUMA-ize the page pv lock pool to reduce contentionJustin Hibbits2019-05-181-2/+10
* FCP-101: Remove bm(4).Brooks Davis2019-05-172-2/+0