summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Another conversion u_long -> rman_res_tjhibbits2016-02-161-5/+5
* Allow callers of OF_decode_addr to get the size of the found mapping. Thisandrew2016-02-162-2/+5
* Fix a panic bug that cropped up in the PTE rewrite.jhibbits2016-02-162-1/+3
* 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-114-65/+66
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aglebius2016-02-091-1/+0
* Fix build of powerpc FPU emulator after changes in r295132 to restore thejhb2016-02-042-24/+24
* Fix build.glebius2016-02-041-0/+1
* Align signal stack pointer to 16 bytes.jhibbits2016-02-032-5/+5
* Make lbc(4) the same driver pass as simplebus.jhibbits2016-02-031-1/+2
* Restore the ABI of 'struct fpreg' on powerpc.jhb2016-02-015-13/+19
* Use the correct type to pmap_mapdev() in nexus_activate_resource().jhibbits2016-02-011-4/+4
* EHCI: Make core reset and port speed reading more generic.mmel2016-01-281-1/+12
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-271-1/+1
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-277-18/+27
* Older Book-E processors (e500v1/e500v2) don't support dcbzl.jhibbits2016-01-261-1/+1
* Fix a debug printf().jhibbits2016-01-261-2/+2
* Revert a printf change from r294307.jhibbits2016-01-191-1/+1
* Hide most of the PTE initialization and management.jhibbits2016-01-191-30/+46
* Move RTAS PCI-specific interpretation of the "reg" property of the PCI hostnwhitehorn2016-01-183-9/+9
* 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
* Remove dead code and dead comments, most notably the implemenation of thenwhitehorn2016-01-106-188/+18
* Use setjmp() instead of the identical-except-for-having-a-wrong-prototypenwhitehorn2016-01-107-47/+60
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-092-0/+2
* Make arguments for booke_init() u_long, to match register width.jhibbits2016-01-041-2/+2
* Set the cacheline size before calling powerpc_init()jhibbits2016-01-041-2/+2
* Initialize the rid for input.jhibbits2016-01-031-0/+1
* Add error interrupt handler for Freescale PCI errorsjhibbits2016-01-031-1/+112
* Fix booting of 32-bit kernels on 64-bit G5 hardware.andreast2016-01-021-4/+4
* Bump the maximum number of interrupt controllers to allow for thenwhitehorn2016-01-022-1/+7
* Bring CPU features list in line with the ABI requirements.nwhitehorn2016-01-023-45/+77
* Switch setting MSR[SF] to C code. This removes any CPU-specific codenwhitehorn2016-01-022-7/+11
* Make the 'env' directive described in config(5) work on all architectures,ian2016-01-021-1/+2
* Use uint32_t for LBC block size.jhibbits2016-01-011-3/+3
* Extend idle support for newer Book-E cores.jhibbits2016-01-016-12/+84
* Add platform support for QorIQ SoCs.jhibbits2015-12-306-59/+432
* Optimize zero_page for book-e mmu.jhibbits2015-12-301-1/+10
* Rewrite tid_flush() in C.jhibbits2015-12-302-73/+47
* Update capabilities of e500mc, e5500, e6500.jhibbits2015-12-291-2/+5
* Extend Book-E to support >4GB RAMjhibbits2015-12-248-36/+39
* Implement OF_decode_addr() for arm. Move most of powerpc's implementationian2015-12-212-124/+17
* Provide link state reporting so that ifconfig_llan0="DHCP" works. Thenwhitehorn2015-12-191-0/+38
* Enable PRINTF_BUFR_SIZE on powerpc64, following r194204 on x86. The kernelnwhitehorn2015-12-181-0/+1
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofian2015-12-141-0/+1
* No need to reset tlb1 here, it gets reset again after BSS is cleared injhibbits2015-12-111-4/+1
* Follow up to r292071. Actually handle the Altivec Assist for book-e.jhibbits2015-12-111-0/+1
* Add more interrupts handled for booke.jhibbits2015-12-113-2/+46
* 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-032-0/+10
OpenPOWER on IntegriCloud