summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Spell crypto correctly.brueffer2015-07-141-1/+1
* cpu_number and cpu_swapout are never used, and only defined in powerpc.jhibbits2015-07-111-3/+0
* Add the atomic_thread_fence() family of functions with intent tokib2015-07-081-0/+41
* style(9) cleanups.jhibbits2015-07-071-4/+3
* Merge booke and aim interrupt.c files.jhibbits2015-07-063-176/+13
* Fix GENERIC64 and LINT64 powerpc builds after r285144.bz2015-07-051-2/+2
* Fix up tabs vs. spacesgnn2015-07-041-1/+1
* Use the correct type for physical addresses.jhibbits2015-07-045-30/+30
* Add machine check register printingjhibbits2015-07-042-0/+20
* Enable IPSEC in all GENERIC kernels.gnn2015-07-041-0/+3
* Allow DTrace to be compiled-in to the kernel.br2015-06-101-0/+22
* Generalised support for copy-on-write structures shared by threads.mjg2015-06-101-2/+2
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-081-3/+2
* The kernel sends signals to the processes via ABI specific sv_sendsig method.dchagin2015-05-241-6/+0
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-242-0/+2
* 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
OpenPOWER on IntegriCloud