summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct return type of booke_init() prototype.jhibbits2015-08-081-1/+1
* Rationalize BSD license on sys/*/include/in_cksum.hemaste2015-08-051-1/+1
* Rationalize BSD license on sys/*/include/float.hemaste2015-08-051-1/+1
* Add two new pmap functions:jah2015-08-046-2/+211
* Implement the lockstat provider using SDT(9) instead of the custom providermarkj2015-07-191-1/+0
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFzbb2015-07-161-0/+2
* Fix userland program exception handling for powerpc64.jhibbits2015-07-161-5/+1
* Spell crypto correctly.brueffer2015-07-141-1/+1
* cpu_number and cpu_swapout are never used, and only defined in powerpc.jhibbits2015-07-111-3/+0
* Add the atomic_thread_fence() family of functions with intent tokib2015-07-081-0/+41
* style(9) cleanups.jhibbits2015-07-071-4/+3
* Merge booke and aim interrupt.c files.jhibbits2015-07-063-176/+13
* Fix GENERIC64 and LINT64 powerpc builds after r285144.bz2015-07-051-2/+2
* Fix up tabs vs. spacesgnn2015-07-041-1/+1
* Use the correct type for physical addresses.jhibbits2015-07-045-30/+30
* Add machine check register printingjhibbits2015-07-042-0/+20
* Enable IPSEC in all GENERIC kernels.gnn2015-07-041-0/+3
* Allow DTrace to be compiled-in to the kernel.br2015-06-101-0/+22
OpenPOWER on IntegriCloud