summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-222-2/+2
* ddb: finish converting boolean values.pfg2015-05-211-1/+1
* Provide the number of interrupt resources added to the listbr2015-05-152-2/+3
* Build GENERIC with RACCT/RCTL support by default. Note that it stilltrasz2015-05-141-0/+3
* Add a PCI bridge for the Freescale PCIe Root Complexjhibbits2015-05-112-3/+115
* Missed ofw_machdep.c in r282264.jhibbits2015-04-301-7/+16
* Unify booke and AIM machdep.jhibbits2015-04-307-698/+531
* The add_bounce_page() function can be called when loading physicalhselasky2015-04-281-2/+2
* Implement hwpmc(4) for Freescale e500 core.jhibbits2015-04-185-3/+102
* Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>jhb2015-04-081-1/+3
* Clean up printtrap a little.jhibbits2015-04-081-2/+8
* Add DTrace support for Book-E PowerPC.jhibbits2015-04-081-0/+8
* Unbreak book-e, broken by the trap.c merge (missed this file).jhibbits2015-04-081-3/+1
* Fix the index for FAULTBUF_R13, missed during merge/cleanup.jhibbits2015-04-061-1/+1
* Missed this in r281096 as well.jhibbits2015-04-051-1/+1
* Unify Book-E and AIM trap.cjhibbits2015-04-053-580/+100
* Add a GPIO driver for the mpc85xx.jhibbits2015-04-041-0/+307
* Fix integer truncation bug in malloc(9)rstone2015-04-013-4/+5
* CCSRBAR_VA is mpc85xx-specific, so add guards, and include the proper headerjhibbits2015-03-311-0/+6
* Wrap #ifdef guards around pmap_bootstrap ap. It's only used in SMP, andjhibbits2015-03-281-0/+4
* 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
OpenPOWER on IntegriCloud