| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 6 | -32/+152 |
* | Revert r291142. | skra | 2015-11-23 | 1 | -2/+2 |
* | Remove a debug panic that crept into r291151 | jhibbits | 2015-11-22 | 1 | -1/+0 |
* | Modernize mpc85xx PCI hostbridge driver. | jhibbits | 2015-11-22 | 2 | -138/+8 |
* | Fix BUS_DMA_MIN_ALLOC_COMP flag logic. When bus_dmamap_t map is being | skra | 2015-11-21 | 1 | -2/+2 |
* | trunc_page() goes through unsigned long, which is too short. | jhibbits | 2015-11-21 | 1 | -1/+1 |
* | 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 support for new LAW registers in QorIQ SoCs. | jhibbits | 2015-11-18 | 2 | -35/+125 |
* | Make native page table access endian-safe. Even on CPUs running in | nwhitehorn | 2015-11-17 | 1 | -10/+14 |
* | Where appropriate, use the endian-flipping OF_getencprop() instead of | nwhitehorn | 2015-11-17 | 15 | -65/+71 |
* | Write 2- and 4-byte aligned values as single writes in ddb(4) | jhibbits | 2015-11-06 | 1 | -2/+8 |
* | Use 64-bit addresses for configuring inbound and outbound address windows. | jhibbits | 2015-11-03 | 1 | -8/+8 |
* | Use the correct space (PCI addresses) for the I/O and memory ranges. | jhibbits | 2015-11-03 | 1 | -6/+6 |
* | Fix an alignment check that is wrong in half the busdma implementations. | ian | 2015-11-02 | 1 | -2/+2 |
* | Print unsigned memory sizes, to handle >2GB RAM on 32-bit powerpc. | jhibbits | 2015-10-31 | 1 | -4/+4 |
* | Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers. | ian | 2015-10-09 | 1 | -1/+1 |
* | Save the link register in savectx(). | jhibbits | 2015-10-06 | 2 | -0/+4 |
* | Use tabs for indend. | kib | 2015-09-20 | 2 | -17/+17 |
* | Add support for weak symbols to the kernel linkers. It means that | kib | 2015-09-20 | 2 | -11/+13 |
* | Add domain support to PCI bus allocation | zbb | 2015-09-16 | 1 | -1/+1 |
* | Add stack_save_td_running(), a function to trace the kernel stack of a | markj | 2015-09-11 | 1 | -0/+7 |
* | Do not hold the process around the vm_fault() call from the trap()s. | kib | 2015-09-10 | 1 | -28/+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 | 2 | -2/+2 |
* | The TLB1 TSIZE is a multiple of 4, not 2, so shift 2 bits, not 1. | jhibbits | 2015-08-29 | 1 | -1/+1 |
* | Fix text alignment. mcsr was indented one too many spaces. | jhibbits | 2015-08-28 | 1 | -1/+1 |
* | Extend pmap to support e500mc and e5500. | jhibbits | 2015-08-28 | 3 | -39/+68 |
* | Fix freescale sdhc driver, and add it to the files list. | jhibbits | 2015-08-27 | 1 | -5/+3 |
* | Use the macro definition for EXC_PGM_TRAP, instead of the magic number. | jhibbits | 2015-08-27 | 1 | -2/+2 |
* | The Freescale qoriq PCIe controller is compatible with mpc85xx. | jhibbits | 2015-08-26 | 1 | -1/+4 |
* | Fix static fdt support. | jhibbits | 2015-08-24 | 1 | -0/+2 |
* | Follow up to r287014 | jhibbits | 2015-08-22 | 5 | -5/+28 |
* | Enhance book-e pmap for 36-bit physaddr | jhibbits | 2015-08-22 | 1 | -19/+22 |
* | Create a RouterBoard platform and use it to create a flash map | jhibbits | 2015-08-22 | 1 | -0/+123 |
* | Make the mpc85xx platform a kobj base class. | jhibbits | 2015-08-22 | 2 | -7/+7 |
* | Add initial boot support for e500mc and e5500. | jhibbits | 2015-08-21 | 1 | -30/+122 |
* | Simplify the PCI bus scanning logic. | jhibbits | 2015-08-21 | 1 | -14/+3 |
* | Remove debug printf. | jhibbits | 2015-08-19 | 1 | -1/+0 |
* | Fix copy&paste. | jhibbits | 2015-08-19 | 1 | -1/+1 |
* | Save the registers at the correct offsets. | jhibbits | 2015-08-19 | 1 | -2/+3 |
* | SRR1 and DSISR aren't pointers, print them as integers. | jhibbits | 2015-08-16 | 1 | -3/+3 |
* | Make kstack_pages a tunable on arm, x86, and powepc. On i386, the | kib | 2015-08-10 | 4 | -12/+12 |
* | Correct return type of booke_init() prototype. | jhibbits | 2015-08-08 | 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 | 6 | -2/+211 |
* | Implement the lockstat provider using SDT(9) instead of the custom provider | markj | 2015-07-19 | 1 | -1/+0 |
* | Fix KSTACK_PAGES issue when the default value was changed in KERNCONF | zbb | 2015-07-16 | 1 | -0/+2 |