| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up missed header references. | nwhitehorn | 2013-10-26 | 3 | -3/+3 |
* | Fix concurrency issues with TLB1 updates and make pmap_kextract() search | nwhitehorn | 2013-10-26 | 1 | -11/+27 |
* | The old trap.h (then trap_aim.h) actually had trap ID codes for Book-E CPUs. | nwhitehorn | 2013-10-26 | 3 | -192/+125 |
* | Add pmap_mapdev_attr() and pmap_kenter_attr() interfaces. pmap_set_memattr() | nwhitehorn | 2013-10-26 | 1 | -5/+66 |
* | Remove all the instances of '#undef DEBUG' from kernel. | loos | 2013-10-25 | 1 | -2/+0 |
* | Convert e500 PCI driver to use common PPC PCI bus glue. No functional | nwhitehorn | 2013-10-25 | 1 | -274/+75 |
* | Remove dead reference to PSL_MBO. | nwhitehorn | 2013-10-25 | 1 | -1/+1 |
* | Remove some #ifdef and duplication in the MSR bit definitions. This adds | nwhitehorn | 2013-10-25 | 3 | -94/+36 |
* | Be a little more suspicious of thermal sensors, which can have single | nwhitehorn | 2013-10-25 | 1 | -7/+24 |
* | Allow PIC drivers to translate firmware sense codes for themselves. This | nwhitehorn | 2013-10-24 | 6 | -10/+133 |
* | Factor out MI portions of the PowerPC nexus device into /sys/dev/ofw. The | nwhitehorn | 2013-10-23 | 1 | -443/+3 |
* | Add two new interfaces to ofw_bus: | nwhitehorn | 2013-10-23 | 5 | -18/+34 |
* | A quick addendum: the standard says that timebase-frequency can be either | nwhitehorn | 2013-10-23 | 1 | -3/+18 |
* | If the device tree directly contains the timebase frequency, use it. This | nwhitehorn | 2013-10-23 | 1 | -0/+4 |
* | Use OF_getencprop() in preference to OF_getprop() for numerical quantities. | nwhitehorn | 2013-10-23 | 1 | -4/+4 |
* | Ignore registers on devices where the reg property is malformed. Issue a | nwhitehorn | 2013-10-22 | 1 | -0/+6 |
* | Catch up on 6 years of improvements in Open Firmware nexus devices by | nwhitehorn | 2013-10-22 | 1 | -207/+425 |
* | Standards-conformance and code deduplication: | nwhitehorn | 2013-10-22 | 3 | -288/+35 |
* | Make hard-wired TLB allocations be at minimum one page. This is required by | nwhitehorn | 2013-10-21 | 1 | -0/+2 |
* | Use standard ofw_bus helpers instead of reinventing the wheel. | nwhitehorn | 2013-10-21 | 1 | -139/+27 |
* | Provide an interface for PCI bus drivers that need some of ofw_pci's | nwhitehorn | 2013-10-21 | 2 | -2/+20 |
* | Fix 80-column line wrapping in a comment. | nwhitehorn | 2013-10-21 | 1 | -2/+2 |
* | Allow the OFW interrupt mapping code to work with PCI devices not enumerated | nwhitehorn | 2013-10-21 | 3 | -11/+15 |
* | Avoid sign overflow if there are more than 2 GB of RAM. | nwhitehorn | 2013-10-20 | 1 | -4/+5 |
* | Since the PS3 port was committed, the AIM nexus device works perfectly fine | nwhitehorn | 2013-10-20 | 2 | -201/+0 |
* | Replace the two almost-exactly-identical AIM and Book-E clock.c | nwhitehorn | 2013-10-20 | 3 | -296/+45 |
* | Unify the AIM and Book-E vm_machdep.c implementations, which previously | nwhitehorn | 2013-10-20 | 2 | -470/+59 |
* | Add multicast filter control. | nwhitehorn | 2013-10-20 | 1 | -5/+50 |
* | Clean up some debug code that snuck in. Add a block comment on future work. | nwhitehorn | 2013-10-20 | 1 | -10/+9 |
* | Add initial driver for POWER hypervisor interpartition ethernet. This is | nwhitehorn | 2013-10-20 | 2 | -0/+455 |
* | Allow hypervisor calls with more than 7 arguments. | nwhitehorn | 2013-10-20 | 1 | -0/+2 |
* | Fix the Wii build, and remove an extraneous critical_enter(). | jhibbits | 2013-10-16 | 1 | -3/+2 |
* | Move the resource allocation from the ata_*_probe section to the ata_*_attach | andreast | 2013-10-15 | 2 | -41/+47 |
* | Add fasttrap for PowerPC. This is the last piece of the dtrace/ppc puzzle. | jhibbits | 2013-10-15 | 1 | -2/+14 |
* | Move the PMC handling to the first level interrupt handler where it belongs. | jhibbits | 2013-10-15 | 2 | -13/+17 |
* | Implement GET_STACK_USAGE() on PowerPC. This implementation is identical | nwhitehorn | 2013-10-02 | 1 | -0/+12 |
* | Changes to CAM or busdma have caused SIMs to be sent 0-length CCBs on | nwhitehorn | 2013-09-29 | 1 | -3/+8 |
* | Add driver for the PAPR VSCSI virtual SCSI controller. This lets FreeBSD | nwhitehorn | 2013-09-28 | 2 | -1/+1034 |
* | Rework handling of ofw_quiesce(), making it the responsibility of the | nwhitehorn | 2013-09-27 | 4 | -29/+41 |
* | Make sure that ref and changed bits propagate back to the VM layer | nwhitehorn | 2013-09-27 | 1 | -6/+13 |
* | Allow Open Firmware syscons to attach to devices without an "address" | nwhitehorn | 2013-09-26 | 3 | -30/+74 |
* | As idling the CPU no longer causes hangs on QEMU, reenable the pSeries | nwhitehorn | 2013-09-26 | 1 | -2/+0 |
* | Fix bug where UART unit number was not set properly, which prevented | nwhitehorn | 2013-09-26 | 1 | -4/+1 |
* | Eliminate the declaration for a method that is no longer used. (This | alc | 2013-09-26 | 1 | -11/+0 |
* | - Create kern.ipc.sendfile namespace, and put the new "readhead" OID | glebius | 2013-09-22 | 2 | -0/+22 |
* | The pmap function pmap_clear_reference() is no longer used. Remove it. | alc | 2013-09-20 | 4 | -66/+0 |
* | Merge in support for PAPR-compliant (Power Architecture Platform | nwhitehorn | 2013-09-17 | 14 | -0/+2848 |
* | Only attach if properties we need (address, in particular) are present. | nwhitehorn | 2013-09-17 | 1 | -0/+6 |
* | Add POWER7+ and POWER8 to the CPU ID table. | nwhitehorn | 2013-09-17 | 2 | -0/+8 |
* | Make sure to copy segments back to the segs array if non-NULL. This is | nwhitehorn | 2013-09-17 | 1 | -2/+5 |