summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
...
* Move the prototype for savectx from cpu.h to pcb.h, as it is on othernwhitehorn2012-09-232-3/+1
* On Nintendo Wii CPUs, the mdp value will be garbage. Set it to NULLadrian2012-08-211-0/+1
* Make the wchar_t type machine dependent.andrew2012-06-242-6/+4
* Implement mechanism to export some kernel timekeeping data tokib2012-06-221-0/+41
* Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer tokib2012-06-221-1/+2
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapalc2012-06-161-0/+2
* Extract vendor specific Book-E pieces into separate files and have a commonraj2012-05-301-0/+39
* Let us manage differences of Book-E PowerPC variations i.e. vendor /raj2012-05-278-29/+138
* Provide SPR definitions for newer Book-E (E500mc, E5500, PPC465).raj2012-05-261-0/+36
* Unify SPR defines formatting, no funtional changes.raj2012-05-261-88/+87
* Update HID defines for E500mc and E5500 CPU cores.raj2012-05-251-0/+53
* Add a missing " to get closer to compiling.bz2012-05-241-1/+1
* Atomic operation acquire barriers also need to be isync on 64-bit systems.nwhitehorn2012-05-241-1/+1
* Revert isync for ILP32 to sync as per my original change that I discussedmarcel2012-05-241-4/+4
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+4
* Fix physical address type to vm_paddr_t.raj2012-05-241-4/+4
* Fix the memory barriers for CPUs that do not like lwsync and wedge or causemarcel2012-05-241-12/+22
* Replace the list of PVOs owned by each PMAP with an RB tree. This simplifiesnwhitehorn2012-05-201-2/+5
* Fix final bugs in memory barriers on PowerPC:nwhitehorn2012-05-042-6/+6
* Add a convenience macro for the returns_twice attribute, and apply it todim2012-04-291-1/+1
* Switch the default I/O memory barrier to eieio, as it should be. Thisnwhitehorn2012-04-241-5/+1
* Fix copy-and-paste error in r230400.nwhitehorn2012-04-231-1/+1
* Provide a clearer split between read/write and acquire/release barriers.nwhitehorn2012-04-221-19/+24
* Correctly specify assembler constrains for synchronization instructions.nwhitehorn2012-04-221-3/+3
* Clarify what we are doing in r234583 a little better: eieio and isync donwhitehorn2012-04-221-15/+23
* On non-64-bit systems (which generally don't have lwsync), use eieio andnwhitehorn2012-04-221-0/+5
* Use lwsync to provide memory barriers on systems that support it insteadnwhitehorn2012-04-221-20/+18
* Remove dead code. The routines in atomic.S did not work properly anyway, andnwhitehorn2012-04-221-10/+0
* Replace eieio; sync for creating bus-space memory barriers with sync.nwhitehorn2012-04-221-24/+30
* Organize some members of ucontext_t in the same order they are in thenwhitehorn2012-04-211-3/+3
* We don't need kcopy() in any of the remaining places it is used, sonwhitehorn2012-04-111-1/+0
* Give the kernel pmap lock a different name than user pmap locks. It hasnwhitehorn2012-04-061-2/+3
* - Rename VM_MEMATTR_UNCACHED to VM_MEMATTR_WEAK_UNCACHEABLE on x86 tojhb2012-03-291-1/+0
* Allow multiple inclusion of trap.h. This has always been broken, butnwhitehorn2012-03-293-4/+10
* Add software PMC support.fabient2012-03-281-1/+2
* Add casts to __uint16_t to the __bswap16() macros on all arches whichdim2012-03-091-2/+2
* Restore proper dot symbol creation for assembly files in the kernel build case.andreast2012-03-041-13/+46
* Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE whichandreast2012-02-051-2/+2
* Add C11 macros describing subnormal numbers to float.h.das2012-01-231-0/+15
* This commit adds profiling support for powerpc64. Now we can do applicationandreast2012-01-202-2/+23
* Add parentheses where required. Without them, `sizeof LDBL_MAX'das2012-01-201-4/+4
* Fix the value of float_t to match what is implied by FLT_EVAL_METHOD.das2012-01-161-1/+1
* Change the definition of FLT_EVAL_METHOD from 1 to 0. A value of 1 impliesdas2012-01-161-1/+1
* Rework SLB trap handling so that double-faults into an SLB trap handler arenwhitehorn2012-01-151-1/+3
* Introduce internal macros for __U/INT64_C to define the U/INT64_MAX/MINandreast2012-01-041-3/+11
* Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x).jhibbits2011-12-242-6/+12
* Replace __signed by signed.ed2011-12-131-1/+1
* Increase the available virtual address space for user programs on PowerPCnwhitehorn2011-12-111-7/+12
* Keep track of PVO entries in each pmap, which allows much fasternwhitehorn2011-12-111-17/+19
* Use a global __pure2 function instead of a global register variable fornwhitehorn2011-11-171-4/+11
OpenPOWER on IntegriCloud