summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Correct the ixgbe entries in mips and powerpc, and add the modulejfv2015-03-181-1/+2
* Convert PTE eviction lock from an RW lock to a RM lock. It is held fornwhitehorn2015-03-161-16/+16
* Deallocate any leftover page table entries in the LPAR at boot. Thisnwhitehorn2015-03-133-0/+19
* Provide VSX context in ucontext(3) API.nwhitehorn2015-03-122-6/+14
* The H_VIO_SIGNAL hypercall only enables interrupts for future receivednwhitehorn2015-03-121-0/+13
* Allow PowerMac systems to be booted from an FDT as well as Open Firmware.nwhitehorn2015-03-101-13/+24
* Provide $FreeBSD$ in the standard way. This fixes the build with clang 3.6.nwhitehorn2015-03-081-4/+2
* Add support for USB display link adapters to the FB and VT drivers.hselasky2015-03-071-1/+0
* Make assembly slightly more idiomatic (and able to be handled by clang'snwhitehorn2015-03-071-8/+6
* Make 32-bit PowerPC kernels, like 64-bit PowerPC kernels, position-independentnwhitehorn2015-03-0710-118/+229
* Move IVOR setup from assembler to C, decreasing required assumptions aboutnwhitehorn2015-03-052-36/+45
* The AIM DAR (data access fault address register) and Book-E DEAR registersnwhitehorn2015-03-047-35/+19
* Garbage collect old function prototypes.nwhitehorn2015-03-041-6/+0
* Move Book-E/AIM dependent bits for setting user PMAP during thread switchnwhitehorn2015-03-045-29/+11
* Missed local diff.nwhitehorn2015-03-012-2/+1
* Initialize NX stack capabilities and direct map status in pmap like on AIM.nwhitehorn2015-03-012-4/+6
* Merge r278429 from ppc64:nwhitehorn2015-03-011-2/+11
* Fix unitialized variable.nwhitehorn2015-02-271-1/+1
* New pmap implementation for 64-bit PowerPC processors. The main focus ofnwhitehorn2015-02-247-1097/+1097
* Fix race in interrupt handling that could cause IO to hang up under heavynwhitehorn2015-02-231-6/+7
* Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7nwhitehorn2015-02-2213-61/+138
* Allow use of higher-resolution (e.g. 1920x1080) framebuffers on PS3.nwhitehorn2015-02-221-5/+5
* Make the PowerMac fan control nonlinearjhibbits2015-02-201-5/+23
* Match the right backlight driver.jhibbits2015-02-182-2/+13
* Don't set the write bit if we're just reading.jhibbits2015-02-181-4/+3
* Having the TOC pointer in kernel dbeugger printouts is useful.nwhitehorn2015-02-171-0/+3
* Remove FreeBSD/wii.rpaulo2015-02-1020-3572/+31
* Add error reporting to interrupt CPU binding.nwhitehorn2015-02-101-3/+6
* Set thread priorities on multithreaded CPUs so that threads holding anwhitehorn2015-02-102-2/+5
* Distribute interrupts across multiple CPUs in SMP configurations instead of s...nwhitehorn2015-02-091-3/+15
* Mark invalid page table entries correctly for PMAP as well as for thenwhitehorn2015-02-091-2/+4
* Properly hide a variable under #ifdef as it is only used inside thebz2015-02-091-1/+1
* Fix typo in PTE insertion overflow handling: use the page we're actuallynwhitehorn2015-02-091-1/+4
* Fix an extremely subtle concurrency bug triggered by running on 32-threadnwhitehorn2015-02-091-6/+11
* Technically speaking, using one virtal processor area for all CPUs is anwhitehorn2015-02-091-12/+20
* Simplify trapcode setup by placing a copy of the generic trap handler atnwhitehorn2015-02-091-35/+32
* Add some error checking on the supplied page size list. This makes surenwhitehorn2015-02-081-7/+16
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) askib2015-01-311-2/+2
* Correctness improvements for removing FDT excluded memory areas.nwhitehorn2015-01-311-5/+5
* Fix bug in mapppings of multiple pages exposed by updates to the VSCSInwhitehorn2015-01-271-7/+7
* Fix typo in r277561.nwhitehorn2015-01-241-1/+1
* Use relocation-safe methods to determine the sizes of the exception handlers.nwhitehorn2015-01-233-52/+61
* Allow use of a pre-instantiated RTAS as well as a self-instantiated one. Thisnwhitehorn2015-01-221-17/+28
* Add POWER7+ and POWER8 to the list of CPUs with 32 SLB slots. This isnwhitehorn2015-01-211-0/+3
* Make sure to relocate tmpstk with everything else and avoid processingnwhitehorn2015-01-212-2/+8
* Make 64-bit AIM trap handlers relocatable by changing all absolute branchnwhitehorn2015-01-213-17/+71
* On 64-bit PowerPC, use more native forms of the PPC 970 HID restorenwhitehorn2015-01-211-6/+23
* There does not seem to be any reason to acquire GIANT here. Follow amd64nwhitehorn2015-01-201-2/+0
* Remove space in the FDT reservation map from the available memory regionsnwhitehorn2015-01-201-4/+87
* Zero BSS explicitly if not started by loader(8). Add a check for the magicnwhitehorn2015-01-201-3/+14
OpenPOWER on IntegriCloud