summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* People porting FreeBSD to new architectures ought not have todas2011-10-211-0/+10
* Remove unused define.kib2011-10-071-1/+0
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagkib2011-08-091-2/+0
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
* Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64)nwhitehorn2011-06-231-0/+8
* MFCattilio2011-06-032-1/+62
|\
| * The POWER7 has only 32 SLB slots instead of 64, like other supportednwhitehorn2011-06-021-1/+1
| * MFpseries:nwhitehorn2011-06-021-0/+61
| * The P4080 has 8 cores. Bump MAXCPU to 8 to match.marcel2011-05-291-1/+1
| * o Add system versions for the P4040(E) and P4080(E).marcel2011-05-291-0/+4
* | MFCattilio2011-05-292-1/+5
|\ \ | |/
* | MFCattilio2011-05-271-2/+10
|\ \ | |/
| * o Swap the SVR numbers for MPC8533 & MPC8533Emarcel2011-05-271-2/+10
| * Merge r221614,221696,221737,221840 from largeSMP project branch:attilio2011-05-221-258/+262
| * Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-0/+2
* | MFCattilio2011-05-131-0/+2
* | Remove strict-aliasing fixup where it is easy to avoid that as it leads toattilio2011-05-101-48/+41
* | Add the powerpc support.attilio2011-05-094-5/+7
* | - Introduce stubs for type-pun from long to intattilio2011-05-091-154/+129
* | All architectures define the size-bounded types (uint32_t, uint64_t, etc.)attilio2011-05-081-277/+313
|/
* Remove duplicate definition of FIRSTARG.andreast2011-03-171-3/+0
* Turn off default generation of userland dot symbols on powerpc64 now thatnwhitehorn2011-02-182-15/+9
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-7/+0
* Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain amarcel2011-02-021-1/+1
* Fix the interrupt code, broken 7 months ago. The interrupt frameworkmarcel2011-01-292-9/+5
* Introduce macro FDT_MAP_IRQ to map from an interrupt controller andmarcel2011-01-291-0/+3
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-171-1/+4
* Don't redefine MODINFOMD_BOOTINFO as MODINFOMD_DTBP. Thismarcel2011-01-151-1/+2
* Enable shared page for the signal trampolines on PowerPC.kib2011-01-141-3/+5
* Fix handling of NX pages on capable CPUs. Thanks to kib for prodding menwhitehorn2011-01-131-0/+3
OpenPOWER on IntegriCloud