summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* Print machine check address for Book-E.jhibbits2015-11-302-1/+9
* Add Freescale QorIQ GPIO driver.jhibbits2015-11-301-0/+309
* Make ELFv2 powerpc64 kernels build and run. Loader support will come in anwhitehorn2015-11-295-4/+27
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-282-9/+0
* Fix whitespace on addition of IPSEC optionemaste2015-11-261-1/+1
* Use what we really mean (powerpc_lwsync()) rather than the Linux-compatnwhitehorn2015-11-241-2/+8
* 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-236-32/+152
* Revert r291142.skra2015-11-231-2/+2
* Remove a debug panic that crept into r291151jhibbits2015-11-221-1/+0
* Modernize mpc85xx PCI hostbridge driver.jhibbits2015-11-222-138/+8
* Fix BUS_DMA_MIN_ALLOC_COMP flag logic. When bus_dmamap_t map is beingskra2015-11-211-2/+2
* trunc_page() goes through unsigned long, which is too short.jhibbits2015-11-211-1/+1
* 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 support for new LAW registers in QorIQ SoCs.jhibbits2015-11-182-35/+125
* Make native page table access endian-safe. Even on CPUs running innwhitehorn2015-11-171-10/+14
* Where appropriate, use the endian-flipping OF_getencprop() instead ofnwhitehorn2015-11-1715-65/+71
* Write 2- and 4-byte aligned values as single writes in ddb(4)jhibbits2015-11-061-2/+8
* Use 64-bit addresses for configuring inbound and outbound address windows.jhibbits2015-11-031-8/+8
* Use the correct space (PCI addresses) for the I/O and memory ranges.jhibbits2015-11-031-6/+6
* Fix an alignment check that is wrong in half the busdma implementations.ian2015-11-021-2/+2
* Print unsigned memory sizes, to handle >2GB RAM on 32-bit powerpc.jhibbits2015-10-311-4/+4
* Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers.ian2015-10-091-1/+1
* Save the link register in savectx().jhibbits2015-10-062-0/+4
* Use tabs for indend.kib2015-09-202-17/+17
* Add support for weak symbols to the kernel linkers. It means thatkib2015-09-202-11/+13
* Add domain support to PCI bus allocationzbb2015-09-161-1/+1
* Add stack_save_td_running(), a function to trace the kernel stack of amarkj2015-09-111-0/+7
* Do not hold the process around the vm_fault() call from the trap()s.kib2015-09-101-28/+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-032-2/+2
* The TLB1 TSIZE is a multiple of 4, not 2, so shift 2 bits, not 1.jhibbits2015-08-291-1/+1
* Fix text alignment. mcsr was indented one too many spaces.jhibbits2015-08-281-1/+1
* Extend pmap to support e500mc and e5500.jhibbits2015-08-283-39/+68
* Fix freescale sdhc driver, and add it to the files list.jhibbits2015-08-271-5/+3
* Use the macro definition for EXC_PGM_TRAP, instead of the magic number.jhibbits2015-08-271-2/+2
* The Freescale qoriq PCIe controller is compatible with mpc85xx.jhibbits2015-08-261-1/+4
* Fix static fdt support.jhibbits2015-08-241-0/+2
* Follow up to r287014jhibbits2015-08-225-5/+28
* Enhance book-e pmap for 36-bit physaddrjhibbits2015-08-221-19/+22
* Create a RouterBoard platform and use it to create a flash mapjhibbits2015-08-221-0/+123
* Make the mpc85xx platform a kobj base class.jhibbits2015-08-222-7/+7
* Add initial boot support for e500mc and e5500.jhibbits2015-08-211-30/+122
* Simplify the PCI bus scanning logic.jhibbits2015-08-211-14/+3
* Remove debug printf.jhibbits2015-08-191-1/+0
* Fix copy&paste.jhibbits2015-08-191-1/+1
* Save the registers at the correct offsets.jhibbits2015-08-191-2/+3
* SRR1 and DSISR aren't pointers, print them as integers.jhibbits2015-08-161-3/+3
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, thekib2015-08-104-12/+12
OpenPOWER on IntegriCloud