aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/booke64: Align initial stack setting to match that of aim64'sJustin Hibbits2019-09-281-4/+6
* Improve MD page fault handlers.Konstantin Belousov2019-09-271-14/+13
* Complete the removal of the "wire_count" field from struct vm_page.Mark Johnston2019-09-251-11/+11
* powerpc/atomic: Follow recommendations on atomic primitive comparisonsJustin Hibbits2019-09-251-6/+6
* powerpc: Allocate DPCPU block from domain-local memoryJustin Hibbits2019-09-251-8/+11
* Revert r352406, which contained changes I didn't intend to commit.Mark Johnston2019-09-163-16/+13
* Fix a couple of nits in r352110.Mark Johnston2019-09-163-13/+16
* powerpc64/powernv: Add opal NVRAM driver for PowerNV systemsJustin Hibbits2019-09-143-4/+302
* Change synchonization rules for vm_page reference counting.Mark Johnston2019-09-093-25/+8
* powerpc64/pmap: Fix a WITNESS error in alloc_pvo_entry()Justin Hibbits2019-09-061-12/+10
* powerpc64/pmap: Simplify the code path for moea64_pte_replace_native()Justin Hibbits2019-09-061-2/+40
* Centralize __pcpu definitions.Konstantin Belousov2019-08-293-4/+52
* Revert a part of r350883 that should never have gone inJustin Hibbits2019-08-271-1/+1
* powerpc/booke: Clean up pmap a little for 64-bitJustin Hibbits2019-08-251-6/+6
* powerpc/booke: Use the DMAP if possible in pmap_map()Justin Hibbits2019-08-251-3/+5
* Fix bogusly declared WERRORs in kernel buildWarner Losh2019-08-254-4/+2
* powerpc: Link Book-E kernels at the same address as AIM kernelsJustin Hibbits2019-08-203-42/+22
* Move phys_avail definition into MI code. It is consumed in the MI layer andJeff Roberson2019-08-167-11/+17
* powerpc/pmap: Enable UMA_MD_SMALL_ALLOC for 64-bit bookeJustin Hibbits2019-08-152-0/+10
* Fix powerpc LINT buildWarner Losh2019-08-121-2/+1
* Floppy driver really only works on x86Warner Losh2019-08-121-1/+0
* Move sc out of the global fileWarner Losh2019-08-121-19/+0
* Fix style and clarify commentLeandro Lupori2019-08-121-3/+2
* [ppc] avoid empty mdproc structLeandro Lupori2019-08-121-0/+5
* [PPC64] Save FPU registers before enabling VSXLeandro Lupori2019-08-121-1/+1
* powerpc: Unify pmap definitions between AIM and Book-EJustin Hibbits2019-08-123-38/+51
* 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