| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Increase the available virtual address space for user programs on PowerPC | nwhitehorn | 2011-12-11 | 1 | -7/+12 |
* | Keep track of PVO entries in each pmap, which allows much faster | nwhitehorn | 2011-12-11 | 1 | -17/+19 |
* | Use a global __pure2 function instead of a global register variable for | nwhitehorn | 2011-11-17 | 1 | -4/+11 |
* | People porting FreeBSD to new architectures ought not have to | das | 2011-10-21 | 1 | -0/+10 |
* | Remove unused define. | kib | 2011-10-07 | 1 | -1/+0 |
* | - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flag | kib | 2011-08-09 | 1 | -2/+0 |
* | Add the possibility to specify from kernel configs MAXCPU value. | attilio | 2011-07-19 | 1 | -0/+2 |
* | 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 |