aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Release memory resource on cuda driver attach failure.Alexander Motin2018-04-191-0/+4
* set kdb_why to "trap" when calling kdb_trap from trap_fatalAndriy Gapon2018-04-191-2/+10
* don't check for kdb reentry in trap_fatal(), it's impossibleAndriy Gapon2018-04-181-2/+1
* Remove the unused fuwintr() and suiwintr() functions.Brooks Davis2018-04-172-106/+0
* No need to force md code to define a macro that's the same asWarner Losh2018-04-161-2/+0
* Use a resource hint instead of environment variable for DIU modeJustin Hibbits2018-04-161-7/+4
* Reenter KDB on fault on powerpc, instead of panickingJustin Hibbits2018-04-101-0/+7
* Call through powerpc_interrupt for all Book-E interruptsJustin Hibbits2018-04-101-16/+4
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-2/+3
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-084-9/+9
* Fix typoJustin Hibbits2018-04-081-1/+1
* Powerpc64: Add the facility unavailable trap subsystemJustin Hibbits2018-04-082-0/+22
* powerpc64: Print current MSR on printtrap()Justin Hibbits2018-04-081-0/+1
* powerpc64: Avoid calling isync twiceJustin Hibbits2018-04-083-6/+0
* powerpc/ofw: Fix malloc inside lockJustin Hibbits2018-04-081-3/+8
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-068-13/+0
* Correct the ilog2() for calculating memory sizes.Justin Hibbits2018-04-041-4/+10
* Add support for a pmap direct map for 64-bit Book-EJustin Hibbits2018-04-032-7/+15
* Debug interrupts aren't instruction trapsJustin Hibbits2018-03-231-1/+2
* Rename assym.s to assym.incEd Maste2018-03-208-8/+8
* Fix powerpc Book-E build post-331018/331048.Justin Hibbits2018-03-201-0/+2
* [ofw] fix errneous checks for OF_finddevice(9) return valueOleksandr Tymoshenko2018-03-202-2/+2
* Reverting r330925 for nowWojciech Macek2018-03-154-42/+1
* PowerNV: Fix I2C to compile if FDT is disabledWojciech Macek2018-03-144-1/+42
* Restore missing temporary variable, deleted by accident in r330845. ThisNathan Whitehorn2018-03-131-2/+3
* Execute PowerPC64/AIM kernel from direct map region when possible.Nathan Whitehorn2018-03-135-72/+163
* Make FDT-using parts of ofw_machdep.c condition on options FDT. This fixesNathan Whitehorn2018-03-111-0/+6
* Move the powerpc64 direct map base address from zero to high memory. ThisNathan Whitehorn2018-03-0714-66/+167
* Fix use of unitialized variables.Nathan Whitehorn2018-03-062-2/+3
* amd64: Protect the kernel text, data, and BSS by setting the RW/NX bitsJonathan T. Looney2018-03-061-0/+13
* Honor physical memory regions marked unavailable in the FDT, when present.Nathan Whitehorn2018-03-031-25/+36
* Remove assumption that all physical memory is available to the kernel andNathan Whitehorn2018-03-032-5/+9
* PowerNV: Initial support for OPAL I2C transfersWojciech Macek2018-03-016-3/+671
* Fix the psl_userset32 definition.Justin Hibbits2018-03-011-1/+1
* Increase the size of a reservation granule for TLB locksJustin Hibbits2018-02-272-2/+2
* Fix a minor typo.Justin Hibbits2018-02-271-1/+1
* Correct a copy&paste-o -- altivec assist interrupt, not watchdogJustin Hibbits2018-02-261-1/+1