| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64) | nwhitehorn | 2011-06-23 | 1 | -0/+8 |
* | MFC | attilio | 2011-06-03 | 2 | -1/+62 |
|\ |
|
| * | The POWER7 has only 32 SLB slots instead of 64, like other supported | nwhitehorn | 2011-06-02 | 1 | -1/+1 |
| * | MFpseries: | nwhitehorn | 2011-06-02 | 1 | -0/+61 |
| * | The P4080 has 8 cores. Bump MAXCPU to 8 to match. | marcel | 2011-05-29 | 1 | -1/+1 |
| * | o Add system versions for the P4040(E) and P4080(E). | marcel | 2011-05-29 | 1 | -0/+4 |
* | | MFC | attilio | 2011-05-29 | 2 | -1/+5 |
|\ \
| |/ |
|
* | | MFC | attilio | 2011-05-27 | 1 | -2/+10 |
|\ \
| |/ |
|
| * | o Swap the SVR numbers for MPC8533 & MPC8533E | marcel | 2011-05-27 | 1 | -2/+10 |
| * | Merge r221614,221696,221737,221840 from largeSMP project branch: | attilio | 2011-05-22 | 1 | -258/+262 |
| * | Move the ZERO_REGION_SIZE to a machine-dependent file, as on many | mdf | 2011-05-13 | 1 | -0/+2 |
* | | MFC | attilio | 2011-05-13 | 1 | -0/+2 |
* | | Remove strict-aliasing fixup where it is easy to avoid that as it leads to | attilio | 2011-05-10 | 1 | -48/+41 |
* | | Add the powerpc support. | attilio | 2011-05-09 | 4 | -5/+7 |
* | | - Introduce stubs for type-pun from long to int | attilio | 2011-05-09 | 1 | -154/+129 |
* | | All architectures define the size-bounded types (uint32_t, uint64_t, etc.) | attilio | 2011-05-08 | 1 | -277/+313 |
|/ |
|
* | Remove duplicate definition of FIRSTARG. | andreast | 2011-03-17 | 1 | -3/+0 |
* | Turn off default generation of userland dot symbols on powerpc64 now that | nwhitehorn | 2011-02-18 | 2 | -15/+9 |
* | Remove pmap fields that are either unused or not fully implemented. | alc | 2011-02-17 | 1 | -7/+0 |
* | Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain a | marcel | 2011-02-02 | 1 | -1/+1 |
* | Fix the interrupt code, broken 7 months ago. The interrupt framework | marcel | 2011-01-29 | 2 | -9/+5 |
* | Introduce macro FDT_MAP_IRQ to map from an interrupt controller and | marcel | 2011-01-29 | 1 | -0/+3 |
* | Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set(). | jkim | 2011-01-17 | 1 | -1/+4 |
* | Don't redefine MODINFOMD_BOOTINFO as MODINFOMD_DTBP. This | marcel | 2011-01-15 | 1 | -1/+2 |
* | Enable shared page for the signal trampolines on PowerPC. | kib | 2011-01-14 | 1 | -3/+5 |
* | Fix handling of NX pages on capable CPUs. Thanks to kib for prodding me | nwhitehorn | 2011-01-13 | 1 | -0/+3 |
* | Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. | kib | 2011-01-09 | 1 | -11/+0 |
* | We don't support any floating point types larger than double on | das | 2011-01-09 | 1 | -1/+1 |
* | White space changes to align comments. The mips and powerpc _inttypes.h | tijl | 2011-01-08 | 1 | -111/+111 |
* | Rename PRIreg helper macro to PRIptr to better reflect its use. Registers | tijl | 2011-01-08 | 1 | -48/+48 |
* | On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than | tijl | 2011-01-08 | 4 | -25/+16 |
* | On 32 bit architectures define (u)int64_t as (unsigned) long long instead | tijl | 2011-01-08 | 1 | -17/+8 |
* | Fix types of some values in machine/_limits.h. | tijl | 2011-01-08 | 1 | -6/+4 |
* | Remove unused support for 64 bit long on 32 bit architectures. | tijl | 2011-01-07 | 1 | -6/+3 |
* | Add AT_STACKPROT elf aux vector. Will be used to inform rtld about the | kib | 2011-01-07 | 1 | -1/+2 |
* | Import support for the Sony Playstation 3 using the OtherOS feature | nwhitehorn | 2011-01-06 | 1 | -0/+1 |
* | Memory can be laid out with large gaps on 64-bit PowerPC, so switch to | nwhitehorn | 2010-12-20 | 1 | -1/+6 |
* | Switch which software-reserved bit is used to designate a locked PTE | nwhitehorn | 2010-12-05 | 1 | -2/+2 |
* | Add an abstraction layer to the 64-bit AIM MMU's page table manipulation | nwhitehorn | 2010-12-04 | 1 | -0/+19 |
* | Provide a simple IOMMU framework on PowerPC, which is required to support | nwhitehorn | 2010-12-03 | 1 | -0/+4 |
* | Revert r216134. This checkin broke platforms where bus_space are macros: | brucec | 2010-12-03 | 1 | -69/+11 |
* | Disallow passing in a count of zero bytes to the bus_space(9) functions. | brucec | 2010-12-02 | 1 | -11/+69 |
* | Define bswap macros for constants to allow the compiler to pre-compute | nwhitehorn | 2010-12-02 | 1 | -16/+30 |
* | Add CPU support code for the IBM Cell Broadband Engine. | nwhitehorn | 2010-11-12 | 2 | -0/+15 |
* | Add some platform KOBJ extensions and continue integrating PowerPC | nwhitehorn | 2010-11-12 | 1 | -0/+1 |
* | Use local TLB_UNLOCKED marker instead of MTX_UNOWNED for Book-E PowerPC trap | raj | 2010-11-11 | 1 | -0/+5 |
* | - Remove <machine/mutex.h>. Most of the headers were empty, and the | jhb | 2010-11-09 | 1 | -67/+0 |
* | Restructure the way the copyin/copyout segment is stored to prevent a | nwhitehorn | 2010-10-30 | 3 | -5/+7 |
* | Handle vector assist traps without a kernel panic, by setting denormalized | nwhitehorn | 2010-10-05 | 3 | -2/+8 |
* | Add a memory-range interface to /dev/mem on PowerPC using PAT attributes. | nwhitehorn | 2010-10-03 | 1 | -1/+1 |