| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert a printf change from r294307. | jhibbits | 2016-01-19 | 1 | -1/+1 |
* | Hide most of the PTE initialization and management. | jhibbits | 2016-01-19 | 1 | -30/+46 |
* | Move RTAS PCI-specific interpretation of the "reg" property of the PCI host | nwhitehorn | 2016-01-18 | 3 | -9/+9 |
* | 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 |
* | Remove dead code and dead comments, most notably the implemenation of the | nwhitehorn | 2016-01-10 | 6 | -188/+18 |
* | Use setjmp() instead of the identical-except-for-having-a-wrong-prototype | nwhitehorn | 2016-01-10 | 7 | -47/+60 |
* | Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall | dchagin | 2016-01-09 | 2 | -0/+2 |
* | Make arguments for booke_init() u_long, to match register width. | jhibbits | 2016-01-04 | 1 | -2/+2 |
* | Set the cacheline size before calling powerpc_init() | jhibbits | 2016-01-04 | 1 | -2/+2 |
* | Initialize the rid for input. | jhibbits | 2016-01-03 | 1 | -0/+1 |
* | Add error interrupt handler for Freescale PCI errors | jhibbits | 2016-01-03 | 1 | -1/+112 |
* | Fix booting of 32-bit kernels on 64-bit G5 hardware. | andreast | 2016-01-02 | 1 | -4/+4 |
* | Bump the maximum number of interrupt controllers to allow for the | nwhitehorn | 2016-01-02 | 2 | -1/+7 |
* | Bring CPU features list in line with the ABI requirements. | nwhitehorn | 2016-01-02 | 3 | -45/+77 |
* | Switch setting MSR[SF] to C code. This removes any CPU-specific code | nwhitehorn | 2016-01-02 | 2 | -7/+11 |
* | Make the 'env' directive described in config(5) work on all architectures, | ian | 2016-01-02 | 1 | -1/+2 |
* | Use uint32_t for LBC block size. | jhibbits | 2016-01-01 | 1 | -3/+3 |
* | Extend idle support for newer Book-E cores. | jhibbits | 2016-01-01 | 6 | -12/+84 |
* | Add platform support for QorIQ SoCs. | jhibbits | 2015-12-30 | 6 | -59/+432 |
* | Optimize zero_page for book-e mmu. | jhibbits | 2015-12-30 | 1 | -1/+10 |
* | Rewrite tid_flush() in C. | jhibbits | 2015-12-30 | 2 | -73/+47 |
* | Update capabilities of e500mc, e5500, e6500. | jhibbits | 2015-12-29 | 1 | -2/+5 |
* | Extend Book-E to support >4GB RAM | jhibbits | 2015-12-24 | 8 | -36/+39 |
* | Implement OF_decode_addr() for arm. Move most of powerpc's implementation | ian | 2015-12-21 | 2 | -124/+17 |
* | Provide link state reporting so that ifconfig_llan0="DHCP" works. The | nwhitehorn | 2015-12-19 | 1 | -0/+38 |
* | Enable PRINTF_BUFR_SIZE on powerpc64, following r194204 on x86. The kernel | nwhitehorn | 2015-12-18 | 1 | -0/+1 |
* | Move the DRIVER_MODULE() statements that declare mmc(4) to be a child of | ian | 2015-12-14 | 1 | -0/+1 |
* | No need to reset tlb1 here, it gets reset again after BSS is cleared in | jhibbits | 2015-12-11 | 1 | -4/+1 |
* | Follow up to r292071. Actually handle the Altivec Assist for book-e. | jhibbits | 2015-12-11 | 1 | -0/+1 |
* | Add more interrupts handled for booke. | jhibbits | 2015-12-11 | 3 | -2/+46 |
* | 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 | 2 | -0/+10 |
* | Print machine check address for Book-E. | jhibbits | 2015-11-30 | 2 | -1/+9 |
* | Add Freescale QorIQ GPIO driver. | jhibbits | 2015-11-30 | 1 | -0/+309 |
* | Make ELFv2 powerpc64 kernels build and run. Loader support will come in a | nwhitehorn | 2015-11-29 | 5 | -4/+27 |
* | Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the struct | kib | 2015-11-28 | 2 | -9/+0 |
* | Fix whitespace on addition of IPSEC option | emaste | 2015-11-26 | 1 | -1/+1 |
* | Use what we really mean (powerpc_lwsync()) rather than the Linux-compat | nwhitehorn | 2015-11-24 | 1 | -2/+8 |
* | 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 |