| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r310146,r311912,r312369,r312617,r312614,r312659,r312974,r312977,r313005,r... | jhibbits | 2017-04-01 | 2 | -4/+3 |
* | MFC r311169,r311898,r312925,r312973,r312975,r313007,r313040,r313080, | mjg | 2017-03-16 | 1 | -0/+123 |
* | MFC r313194: | kib | 2017-02-11 | 1 | -2/+0 |
* | MFC r309167: | jhibbits | 2016-12-09 | 1 | -1/+1 |
* | Replace a number of conflations of mp_ncpus and mp_maxid with either | nwhitehorn | 2016-07-06 | 1 | -1/+1 |
* | Fix SMP booting for PowerPC Book-E | jhibbits | 2016-04-19 | 1 | -1/+10 |
* | Restructure device mappings for Book-E. | jhibbits | 2016-04-10 | 1 | -1/+1 |
* | Increase booke bus max address to 36-bits. | jhibbits | 2016-03-18 | 1 | -0/+5 |
* | Add support for the Freescale dTSEC DPAA-based ethernet controller. | jhibbits | 2016-02-29 | 2 | -4/+4 |
* | Implement pmap_change_attr() for PowerPC (Book-E only for now) | jhibbits | 2016-02-27 | 2 | -0/+2 |
* | Fix a panic bug that cropped up in the PTE rewrite. | jhibbits | 2016-02-16 | 1 | -0/+1 |
* | POSIX states that #include <signal.h> shall make both mcontext_t and | kib | 2016-02-12 | 1 | -5/+5 |
* | Migrate the PTE format for book-e to standardize on the 'indirect PTE' format | jhibbits | 2016-02-11 | 1 | -23/+23 |
* | Restore the ABI of 'struct fpreg' on powerpc. | jhb | 2016-02-01 | 1 | -5/+1 |
* | Partially revert r294055. | jhibbits | 2016-01-16 | 1 | -1/+1 |
* | Adjust VM_MAX_KERNEL_ADDRESS to the max address, not the minimum next. | jhibbits | 2016-01-14 | 1 | -2/+2 |
* | Use setjmp() instead of the identical-except-for-having-a-wrong-prototype | nwhitehorn | 2016-01-10 | 2 | -2/+6 |
* | Bump the maximum number of interrupt controllers to allow for the | nwhitehorn | 2016-01-02 | 1 | -1/+1 |
* | Bring CPU features list in line with the ABI requirements. | nwhitehorn | 2016-01-02 | 1 | -3/+16 |
* | Extend idle support for newer Book-E cores. | jhibbits | 2016-01-01 | 1 | -0/+2 |
* | Extend Book-E to support >4GB RAM | jhibbits | 2015-12-24 | 3 | -9/+11 |
* | Implement OF_decode_addr() for arm. Move most of powerpc's implementation | ian | 2015-12-21 | 1 | -1/+0 |
* | Add more interrupts handled for booke. | jhibbits | 2015-12-11 | 1 | -0/+1 |
* | Bump MAXCPU. We already run on hardware with 32 threads and the same hardware | nwhitehorn | 2015-12-03 | 1 | -1/+1 |
* | Provide support for ELFv2 userland if using a newer compiler (recent clang | nwhitehorn | 2015-12-03 | 1 | -0/+9 |
* | Print machine check address for Book-E. | jhibbits | 2015-11-30 | 1 | -0/+2 |
* | Make ELFv2 powerpc64 kernels build and run. Loader support will come in a | nwhitehorn | 2015-11-29 | 1 | -1/+14 |
* | On PowerPC 64bit, the linux-compat mb() definition is implemented with | kib | 2015-11-24 | 1 | -18/+17 |
* | Provide support for userland binaries using the new ELFv2 ABI. This is a | nwhitehorn | 2015-11-23 | 3 | -6/+19 |
* | Revert r291009 until rman changes go in. | jhibbits | 2015-11-19 | 1 | -5/+0 |
* | Physical addresses for e500mc/e5500 are 36-bits, e6500 is 40-bits. | jhibbits | 2015-11-18 | 1 | -0/+5 |
* | Add PVR identifier for E6500, from the reference. | jhibbits | 2015-09-09 | 1 | -0/+1 |
* | pmap_mapdev_attr() also takes a vm_paddr_t. | jhibbits | 2015-09-03 | 1 | -1/+1 |
* | Extend pmap to support e500mc and e5500. | jhibbits | 2015-08-28 | 1 | -1/+1 |
* | Follow up to r287014 | jhibbits | 2015-08-22 | 3 | -2/+14 |
* | Make kstack_pages a tunable on arm, x86, and powepc. On i386, the | kib | 2015-08-10 | 1 | -1/+1 |
* | Rationalize BSD license on sys/*/include/in_cksum.h | emaste | 2015-08-05 | 1 | -1/+1 |
* | Rationalize BSD license on sys/*/include/float.h | emaste | 2015-08-05 | 1 | -1/+1 |
* | Add two new pmap functions: | jah | 2015-08-04 | 1 | -2/+10 |
* | cpu_number and cpu_swapout are never used, and only defined in powerpc. | jhibbits | 2015-07-11 | 1 | -3/+0 |
* | Add the atomic_thread_fence() family of functions with intent to | kib | 2015-07-08 | 1 | -0/+41 |
* | Use the correct type for physical addresses. | jhibbits | 2015-07-04 | 1 | -2/+2 |
* | Add machine check register printing | jhibbits | 2015-07-04 | 1 | -0/+8 |
* | Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages. | alc | 2015-06-08 | 1 | -3/+2 |
* | Implement hwpmc(4) for Freescale e500 core. | jhibbits | 2015-04-18 | 1 | -3/+55 |
* | Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h> | jhb | 2015-04-08 | 1 | -1/+3 |
* | Missed this in r281096 as well. | jhibbits | 2015-04-05 | 1 | -1/+1 |
* | Deallocate any leftover page table entries in the LPAR at boot. This | nwhitehorn | 2015-03-13 | 1 | -0/+3 |
* | Provide VSX context in ucontext(3) API. | nwhitehorn | 2015-03-12 | 1 | -0/+2 |
* | The AIM DAR (data access fault address register) and Book-E DEAR registers | nwhitehorn | 2015-03-04 | 1 | -3/+2 |