| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate an unused #define. | alc | 2013-02-22 | 1 | -5/+0 |
* | Introduce PLATFORMMETHOD_END and use it. | rpaulo | 2013-02-13 | 1 | -1/+2 |
* | Allow this file to be used in LOCORE sections of the kernel. | rpaulo | 2012-11-12 | 1 | -1/+3 |
* | Move the prototype for savectx from cpu.h to pcb.h, as it is on other | nwhitehorn | 2012-09-23 | 2 | -3/+1 |
* | On Nintendo Wii CPUs, the mdp value will be garbage. Set it to NULL | adrian | 2012-08-21 | 1 | -0/+1 |
* | Make the wchar_t type machine dependent. | andrew | 2012-06-24 | 2 | -6/+4 |
* | Implement mechanism to export some kernel timekeeping data to | kib | 2012-06-22 | 1 | -0/+41 |
* | Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer to | kib | 2012-06-22 | 1 | -1/+2 |
* | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | alc | 2012-06-16 | 1 | -0/+2 |
* | Extract vendor specific Book-E pieces into separate files and have a common | raj | 2012-05-30 | 1 | -0/+39 |
* | Let us manage differences of Book-E PowerPC variations i.e. vendor / | raj | 2012-05-27 | 8 | -29/+138 |
* | Provide SPR definitions for newer Book-E (E500mc, E5500, PPC465). | raj | 2012-05-26 | 1 | -0/+36 |
* | Unify SPR defines formatting, no funtional changes. | raj | 2012-05-26 | 1 | -88/+87 |
* | Update HID defines for E500mc and E5500 CPU cores. | raj | 2012-05-25 | 1 | -0/+53 |
* | Add a missing " to get closer to compiling. | bz | 2012-05-24 | 1 | -1/+1 |
* | Atomic operation acquire barriers also need to be isync on 64-bit systems. | nwhitehorn | 2012-05-24 | 1 | -1/+1 |
* | Revert isync for ILP32 to sync as per my original change that I discussed | marcel | 2012-05-24 | 1 | -4/+4 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-24 | 1 | -0/+4 |
* | Fix physical address type to vm_paddr_t. | raj | 2012-05-24 | 1 | -4/+4 |
* | Fix the memory barriers for CPUs that do not like lwsync and wedge or cause | marcel | 2012-05-24 | 1 | -12/+22 |
* | Replace the list of PVOs owned by each PMAP with an RB tree. This simplifies | nwhitehorn | 2012-05-20 | 1 | -2/+5 |
* | Fix final bugs in memory barriers on PowerPC: | nwhitehorn | 2012-05-04 | 2 | -6/+6 |
* | Add a convenience macro for the returns_twice attribute, and apply it to | dim | 2012-04-29 | 1 | -1/+1 |
* | Switch the default I/O memory barrier to eieio, as it should be. This | nwhitehorn | 2012-04-24 | 1 | -5/+1 |
* | Fix copy-and-paste error in r230400. | nwhitehorn | 2012-04-23 | 1 | -1/+1 |
* | Provide a clearer split between read/write and acquire/release barriers. | nwhitehorn | 2012-04-22 | 1 | -19/+24 |
* | Correctly specify assembler constrains for synchronization instructions. | nwhitehorn | 2012-04-22 | 1 | -3/+3 |
* | Clarify what we are doing in r234583 a little better: eieio and isync do | nwhitehorn | 2012-04-22 | 1 | -15/+23 |
* | On non-64-bit systems (which generally don't have lwsync), use eieio and | nwhitehorn | 2012-04-22 | 1 | -0/+5 |
* | Use lwsync to provide memory barriers on systems that support it instead | nwhitehorn | 2012-04-22 | 1 | -20/+18 |
* | Remove dead code. The routines in atomic.S did not work properly anyway, and | nwhitehorn | 2012-04-22 | 1 | -10/+0 |
* | Replace eieio; sync for creating bus-space memory barriers with sync. | nwhitehorn | 2012-04-22 | 1 | -24/+30 |
* | Organize some members of ucontext_t in the same order they are in the | nwhitehorn | 2012-04-21 | 1 | -3/+3 |
* | We don't need kcopy() in any of the remaining places it is used, so | nwhitehorn | 2012-04-11 | 1 | -1/+0 |
* | Give the kernel pmap lock a different name than user pmap locks. It has | nwhitehorn | 2012-04-06 | 1 | -2/+3 |
* | - Rename VM_MEMATTR_UNCACHED to VM_MEMATTR_WEAK_UNCACHEABLE on x86 to | jhb | 2012-03-29 | 1 | -1/+0 |
* | Allow multiple inclusion of trap.h. This has always been broken, but | nwhitehorn | 2012-03-29 | 3 | -4/+10 |
* | Add software PMC support. | fabient | 2012-03-28 | 1 | -1/+2 |
* | Add casts to __uint16_t to the __bswap16() macros on all arches which | dim | 2012-03-09 | 1 | -2/+2 |
* | Restore proper dot symbol creation for assembly files in the kernel build case. | andreast | 2012-03-04 | 1 | -13/+46 |
* | Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE which | andreast | 2012-02-05 | 1 | -2/+2 |
* | Add C11 macros describing subnormal numbers to float.h. | das | 2012-01-23 | 1 | -0/+15 |
* | This commit adds profiling support for powerpc64. Now we can do application | andreast | 2012-01-20 | 2 | -2/+23 |
* | Add parentheses where required. Without them, `sizeof LDBL_MAX' | das | 2012-01-20 | 1 | -4/+4 |
* | Fix the value of float_t to match what is implied by FLT_EVAL_METHOD. | das | 2012-01-16 | 1 | -1/+1 |
* | Change the definition of FLT_EVAL_METHOD from 1 to 0. A value of 1 implies | das | 2012-01-16 | 1 | -1/+1 |
* | Rework SLB trap handling so that double-faults into an SLB trap handler are | nwhitehorn | 2012-01-15 | 1 | -1/+3 |
* | Introduce internal macros for __U/INT64_C to define the U/INT64_MAX/MIN | andreast | 2012-01-04 | 1 | -3/+11 |
* | Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x). | jhibbits | 2011-12-24 | 2 | -6/+12 |
* | Replace __signed by signed. | ed | 2011-12-13 | 1 | -1/+1 |