summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-11/+0
* We don't support any floating point types larger than double ondas2011-01-091-1/+1
* White space changes to align comments. The mips and powerpc _inttypes.htijl2011-01-081-111/+111
* Rename PRIreg helper macro to PRIptr to better reflect its use. Registerstijl2011-01-081-48/+48
* On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather thantijl2011-01-084-25/+16
* On 32 bit architectures define (u)int64_t as (unsigned) long long insteadtijl2011-01-081-17/+8
* Fix types of some values in machine/_limits.h.tijl2011-01-081-6/+4
* Remove unused support for 64 bit long on 32 bit architectures.tijl2011-01-071-6/+3
* Add AT_STACKPROT elf aux vector. Will be used to inform rtld about thekib2011-01-071-1/+2
* Import support for the Sony Playstation 3 using the OtherOS featurenwhitehorn2011-01-061-0/+1
* Memory can be laid out with large gaps on 64-bit PowerPC, so switch tonwhitehorn2010-12-201-1/+6
* Switch which software-reserved bit is used to designate a locked PTEnwhitehorn2010-12-051-2/+2
* Add an abstraction layer to the 64-bit AIM MMU's page table manipulationnwhitehorn2010-12-041-0/+19
* Provide a simple IOMMU framework on PowerPC, which is required to supportnwhitehorn2010-12-031-0/+4
* Revert r216134. This checkin broke platforms where bus_space are macros:brucec2010-12-031-69/+11
* Disallow passing in a count of zero bytes to the bus_space(9) functions.brucec2010-12-021-11/+69
* Define bswap macros for constants to allow the compiler to pre-computenwhitehorn2010-12-021-16/+30
* Add CPU support code for the IBM Cell Broadband Engine.nwhitehorn2010-11-122-0/+15
* Add some platform KOBJ extensions and continue integrating PowerPCnwhitehorn2010-11-121-0/+1
* Use local TLB_UNLOCKED marker instead of MTX_UNOWNED for Book-E PowerPC trapraj2010-11-111-0/+5
OpenPOWER on IntegriCloud