summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* MFC r313194:kib2017-05-081-2/+0
* Replace a number of conflations of mp_ncpus and mp_maxid with eithernwhitehorn2016-07-061-1/+1
* Fix SMP booting for PowerPC Book-Ejhibbits2016-04-191-1/+10
* Restructure device mappings for Book-E.jhibbits2016-04-101-1/+1
* Increase booke bus max address to 36-bits.jhibbits2016-03-181-0/+5
* Add support for the Freescale dTSEC DPAA-based ethernet controller.jhibbits2016-02-292-4/+4
* Implement pmap_change_attr() for PowerPC (Book-E only for now)jhibbits2016-02-272-0/+2
* Fix a panic bug that cropped up in the PTE rewrite.jhibbits2016-02-161-0/+1
* POSIX states that #include <signal.h> shall make both mcontext_t andkib2016-02-121-5/+5
* Migrate the PTE format for book-e to standardize on the 'indirect PTE' formatjhibbits2016-02-111-23/+23
* Restore the ABI of 'struct fpreg' on powerpc.jhb2016-02-011-5/+1
* Partially revert r294055.jhibbits2016-01-161-1/+1
* Adjust VM_MAX_KERNEL_ADDRESS to the max address, not the minimum next.jhibbits2016-01-141-2/+2
* Use setjmp() instead of the identical-except-for-having-a-wrong-prototypenwhitehorn2016-01-102-2/+6
* Bump the maximum number of interrupt controllers to allow for thenwhitehorn2016-01-021-1/+1
* Bring CPU features list in line with the ABI requirements.nwhitehorn2016-01-021-3/+16
* Extend idle support for newer Book-E cores.jhibbits2016-01-011-0/+2
* Extend Book-E to support >4GB RAMjhibbits2015-12-243-9/+11
* Implement OF_decode_addr() for arm. Move most of powerpc's implementationian2015-12-211-1/+0
* Add more interrupts handled for booke.jhibbits2015-12-111-0/+1
* Bump MAXCPU. We already run on hardware with 32 threads and the same hardwarenwhitehorn2015-12-031-1/+1
* Provide support for ELFv2 userland if using a newer compiler (recent clangnwhitehorn2015-12-031-0/+9
* Print machine check address for Book-E.jhibbits2015-11-301-0/+2
* Make ELFv2 powerpc64 kernels build and run. Loader support will come in anwhitehorn2015-11-291-1/+14
* On PowerPC 64bit, the linux-compat mb() definition is implemented withkib2015-11-241-18/+17
* Provide support for userland binaries using the new ELFv2 ABI. This is anwhitehorn2015-11-233-6/+19
* Revert r291009 until rman changes go in.jhibbits2015-11-191-5/+0
* Physical addresses for e500mc/e5500 are 36-bits, e6500 is 40-bits.jhibbits2015-11-181-0/+5
* Add PVR identifier for E6500, from the reference.jhibbits2015-09-091-0/+1
* pmap_mapdev_attr() also takes a vm_paddr_t.jhibbits2015-09-031-1/+1
* Extend pmap to support e500mc and e5500.jhibbits2015-08-281-1/+1
* Follow up to r287014jhibbits2015-08-223-2/+14
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, thekib2015-08-101-1/+1
* Rationalize BSD license on sys/*/include/in_cksum.hemaste2015-08-051-1/+1
* Rationalize BSD license on sys/*/include/float.hemaste2015-08-051-1/+1
* Add two new pmap functions:jah2015-08-041-2/+10
* cpu_number and cpu_swapout are never used, and only defined in powerpc.jhibbits2015-07-111-3/+0
* Add the atomic_thread_fence() family of functions with intent tokib2015-07-081-0/+41
* Use the correct type for physical addresses.jhibbits2015-07-041-2/+2
* Add machine check register printingjhibbits2015-07-041-0/+8
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-081-3/+2
* Implement hwpmc(4) for Freescale e500 core.jhibbits2015-04-181-3/+55
* Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>jhb2015-04-081-1/+3
* Missed this in r281096 as well.jhibbits2015-04-051-1/+1
* Deallocate any leftover page table entries in the LPAR at boot. Thisnwhitehorn2015-03-131-0/+3
* Provide VSX context in ucontext(3) API.nwhitehorn2015-03-121-0/+2
* The AIM DAR (data access fault address register) and Book-E DEAR registersnwhitehorn2015-03-041-3/+2
* Garbage collect old function prototypes.nwhitehorn2015-03-041-6/+0
* New pmap implementation for 64-bit PowerPC processors. The main focus ofnwhitehorn2015-02-241-4/+17
* Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7nwhitehorn2015-02-225-3/+16
OpenPOWER on IntegriCloud