aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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-74/+165
* 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-28/+39
* 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
* Avoid dereferencing random memory when kickstarting DMA.Nathan Whitehorn2018-02-241-1/+2
* Unbreak 64-bit Book-E builds post r329712Justin Hibbits2018-02-241-3/+3
* Make MPC85XXSPE kernel conf ident match the file nameJustin Hibbits2018-02-241-1/+1
* Change ident for QORIQ64 kernel confJustin Hibbits2018-02-241-1/+1
* Unbreak the build after r329891Justin Hibbits2018-02-241-0/+7
* Remove platform_cpu_idle() and platform_cpu_idle_wakeup() interfacesJustin Hibbits2018-02-245-70/+22
* powerpc64: add NVMe to GENERIC64Wojciech Macek2018-02-231-0/+4
* 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-218-9/+250
* PowerNV: add missing RTC_WRITE supportWojciech Macek2018-02-211-1/+50
* Split printtrap() into generic and CPU-specific componentsJustin Hibbits2018-02-211-21/+34
* vm_wait() rework.Konstantin Belousov2018-02-203-5/+5
* PowerPC: Switch to more accurate unit to avoid division roundingWojciech Macek2018-02-201-3/+3
* PowerNV: Send SIGILL on HEA illegal instruction exceptionWojciech Macek2018-02-201-0/+1
* Set internal error returns for OF_peer(), OF_child(), and OF_parent() toNathan Whitehorn2018-02-191-3/+3
* Merge AIM and Book-E PCPU fieldsJustin Hibbits2018-02-1711-81/+72
* PPC64: Get the timestap from the proper OF fieldJustin Hibbits2018-02-141-3/+15
* powerpc64/pseries: Define new hcallsJustin Hibbits2018-02-141-1/+19
* Make v_wire_count a per-cpu counter(9) counter. This eliminates aJeff Roberson2018-02-121-5/+5
* 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
* Fix PowerMac G5 thermal management, plus likely other bugs, introduced inNathan Whitehorn2018-02-091-3/+12
* Use vm_page_unwire_noq() instead of directly modifying page wire counts.Mark Johnston2018-02-081-2/+1
* Use per-domain locks for vm page queue free. Move paging control fromJeff Roberson2018-02-062-3/+3
* Only look for L2 cache controllers for mpc85xx_cacheJustin Hibbits2018-02-041-1/+43
* Start building modules for MPC85XX and MPC85XXSPEJustin Hibbits2018-02-042-2/+0
* Add sdhci to MPC85XX buildJustin Hibbits2018-02-041-0/+1
* Create GENERIC64-NODEBUG for powerpc64Steve Wills2018-02-041-0/+37