summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Clean up missed header references.nwhitehorn2013-10-263-3/+3
* Fix concurrency issues with TLB1 updates and make pmap_kextract() searchnwhitehorn2013-10-261-11/+27
* The old trap.h (then trap_aim.h) actually had trap ID codes for Book-E CPUs.nwhitehorn2013-10-263-192/+125
* Add pmap_mapdev_attr() and pmap_kenter_attr() interfaces. pmap_set_memattr()nwhitehorn2013-10-261-5/+66
* Remove all the instances of '#undef DEBUG' from kernel.loos2013-10-251-2/+0
* Convert e500 PCI driver to use common PPC PCI bus glue. No functionalnwhitehorn2013-10-251-274/+75
* Remove dead reference to PSL_MBO.nwhitehorn2013-10-251-1/+1
* Remove some #ifdef and duplication in the MSR bit definitions. This addsnwhitehorn2013-10-253-94/+36
* Be a little more suspicious of thermal sensors, which can have singlenwhitehorn2013-10-251-7/+24
* Allow PIC drivers to translate firmware sense codes for themselves. Thisnwhitehorn2013-10-246-10/+133
* Factor out MI portions of the PowerPC nexus device into /sys/dev/ofw. Thenwhitehorn2013-10-231-443/+3
* Add two new interfaces to ofw_bus:nwhitehorn2013-10-235-18/+34
* A quick addendum: the standard says that timebase-frequency can be eithernwhitehorn2013-10-231-3/+18
* If the device tree directly contains the timebase frequency, use it. Thisnwhitehorn2013-10-231-0/+4
* Use OF_getencprop() in preference to OF_getprop() for numerical quantities.nwhitehorn2013-10-231-4/+4
* Ignore registers on devices where the reg property is malformed. Issue anwhitehorn2013-10-221-0/+6
* Catch up on 6 years of improvements in Open Firmware nexus devices bynwhitehorn2013-10-221-207/+425
* Standards-conformance and code deduplication:nwhitehorn2013-10-223-288/+35
* Make hard-wired TLB allocations be at minimum one page. This is required bynwhitehorn2013-10-211-0/+2
* Use standard ofw_bus helpers instead of reinventing the wheel.nwhitehorn2013-10-211-139/+27
* Provide an interface for PCI bus drivers that need some of ofw_pci'snwhitehorn2013-10-212-2/+20
* Fix 80-column line wrapping in a comment.nwhitehorn2013-10-211-2/+2
* Allow the OFW interrupt mapping code to work with PCI devices not enumeratednwhitehorn2013-10-213-11/+15
* Avoid sign overflow if there are more than 2 GB of RAM.nwhitehorn2013-10-201-4/+5
* Since the PS3 port was committed, the AIM nexus device works perfectly finenwhitehorn2013-10-202-201/+0
* Replace the two almost-exactly-identical AIM and Book-E clock.cnwhitehorn2013-10-203-296/+45
* Unify the AIM and Book-E vm_machdep.c implementations, which previouslynwhitehorn2013-10-202-470/+59
* Add multicast filter control.nwhitehorn2013-10-201-5/+50
* Clean up some debug code that snuck in. Add a block comment on future work.nwhitehorn2013-10-201-10/+9
* Add initial driver for POWER hypervisor interpartition ethernet. This isnwhitehorn2013-10-202-0/+455
* Allow hypervisor calls with more than 7 arguments.nwhitehorn2013-10-201-0/+2
* Fix the Wii build, and remove an extraneous critical_enter().jhibbits2013-10-161-3/+2
* Move the resource allocation from the ata_*_probe section to the ata_*_attachandreast2013-10-152-41/+47
* Add fasttrap for PowerPC. This is the last piece of the dtrace/ppc puzzle.jhibbits2013-10-151-2/+14
* Move the PMC handling to the first level interrupt handler where it belongs.jhibbits2013-10-152-13/+17
* Implement GET_STACK_USAGE() on PowerPC. This implementation is identicalnwhitehorn2013-10-021-0/+12
* Changes to CAM or busdma have caused SIMs to be sent 0-length CCBs onnwhitehorn2013-09-291-3/+8
* Add driver for the PAPR VSCSI virtual SCSI controller. This lets FreeBSDnwhitehorn2013-09-282-1/+1034
* Rework handling of ofw_quiesce(), making it the responsibility of thenwhitehorn2013-09-274-29/+41
* Make sure that ref and changed bits propagate back to the VM layernwhitehorn2013-09-271-6/+13
* Allow Open Firmware syscons to attach to devices without an "address"nwhitehorn2013-09-263-30/+74
* As idling the CPU no longer causes hangs on QEMU, reenable the pSeriesnwhitehorn2013-09-261-2/+0
* Fix bug where UART unit number was not set properly, which preventednwhitehorn2013-09-261-4/+1
* Eliminate the declaration for a method that is no longer used. (Thisalc2013-09-261-11/+0
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDglebius2013-09-222-0/+22
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-204-66/+0
* Merge in support for PAPR-compliant (Power Architecture Platformnwhitehorn2013-09-1714-0/+2848
* Only attach if properties we need (address, in particular) are present.nwhitehorn2013-09-171-0/+6
* Add POWER7+ and POWER8 to the CPU ID table.nwhitehorn2013-09-172-0/+8
* Make sure to copy segments back to the segs array if non-NULL. This isnwhitehorn2013-09-171-2/+5
OpenPOWER on IntegriCloud