aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/pseries
Commit message (Expand)AuthorAgeFilesLines
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Provide the number of interrupt resources added to the listRuslan Bukin2015-05-151-1/+1
* Convert PTE eviction lock from an RW lock to a RM lock. It is held forNathan Whitehorn2015-03-161-16/+16
* Deallocate any leftover page table entries in the LPAR at boot. ThisNathan Whitehorn2015-03-131-0/+14
* The H_VIO_SIGNAL hypercall only enables interrupts for future receivedNathan Whitehorn2015-03-121-0/+13
* New pmap implementation for 64-bit PowerPC processors. The main focus ofNathan Whitehorn2015-02-241-157/+171
* Fix race in interrupt handling that could cause IO to hang up under heavyNathan Whitehorn2015-02-231-6/+7
* Add error reporting to interrupt CPU binding.Nathan Whitehorn2015-02-101-3/+6
* Distribute interrupts across multiple CPUs in SMP configurations instead of s...Nathan Whitehorn2015-02-091-3/+15
* Mark invalid page table entries correctly for PMAP as well as for theNathan Whitehorn2015-02-091-2/+4
* Properly hide a variable under #ifdef as it is only used inside theBjoern A. Zeeb2015-02-091-1/+1
* Fix typo in PTE insertion overflow handling: use the page we're actuallyNathan Whitehorn2015-02-091-1/+4
* Technically speaking, using one virtal processor area for all CPUs is aNathan Whitehorn2015-02-091-12/+20
* Add some error checking on the supplied page size list. This makes sureNathan Whitehorn2015-02-081-7/+16
* Fix bug in mapppings of multiple pages exposed by updates to the VSCSINathan Whitehorn2015-01-271-7/+7
* Restore use of ofw_bus_intr_to_rl() in the pseries vdevice driver after fixingNathan Whitehorn2015-01-051-21/+5
* Revert r272109 locally, which is not quite equivalent in how it deals withNathan Whitehorn2015-01-051-1/+21
* Allow booting with both a real Open Firmware tree and a flattened version ofNathan Whitehorn2015-01-011-9/+3
* Replace multiple nearly-identical copies of code to walk through an FDTIan Lepore2014-09-251-21/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-2/+2
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn2014-02-054-5/+5
* Open Firmware interrupt specifiers can consist of arbitrary-length byteNathan Whitehorn2014-02-011-1/+1
* Set max_lun to zero. This field is ignored unless we are manually probingNathan Whitehorn2013-12-151-1/+1
* Do some cosmetic fixes.Andreas Tobler2013-12-051-7/+7
* Rearchitect platform memory map parsing to make it lessNathan Whitehorn2013-12-011-5/+101
* This driver doesn't need the /options node, so don't check for it.Nathan Whitehorn2013-11-271-3/+1
* Take care to handle the full 16 byte buffer in the get/put routines. Also,Andreas Tobler2013-11-261-8/+26
* Limit the large page size to 16MB for now.Andreas Tobler2013-11-231-0/+5
* For PCI<->PCI bridges, #address-cells may be 3. Allow this when parsing theNathan Whitehorn2013-11-211-11/+13
* Following the approach with ACPI DMAR on x86, split IOMMU handling intoNathan Whitehorn2013-11-122-31/+113
* Actually add IOMMU domain to the list of known mappings. This fixes a bugNathan Whitehorn2013-11-121-0/+3
* Ouch, do the shift properly. An uin64_t needs the right postfix when shifting.Andreas Tobler2013-10-311-1/+1
* The ofw_bus() routines invoke the device's parent, not the device itself,Nathan Whitehorn2013-10-291-3/+3
* Implement extended LUN support. If PIM_EXTLUNS is set by a SIM, encodeNathan Whitehorn2013-10-291-14/+2
* - Provide necessary includes.Gleb Smirnoff2013-10-291-2/+3
* Clean up missed header references.Nathan Whitehorn2013-10-261-1/+1
* Add two new interfaces to ofw_bus:Nathan Whitehorn2013-10-231-1/+2
* Add multicast filter control.Nathan Whitehorn2013-10-201-5/+50
* Clean up some debug code that snuck in. Add a block comment on future work.Nathan Whitehorn2013-10-201-10/+9
* Add initial driver for POWER hypervisor interpartition ethernet. This isNathan Whitehorn2013-10-201-0/+454
* Allow hypervisor calls with more than 7 arguments.Nathan Whitehorn2013-10-201-0/+2
* Add driver for the PAPR VSCSI virtual SCSI controller. This lets FreeBSDNathan Whitehorn2013-09-282-1/+1034
* Rework handling of ofw_quiesce(), making it the responsibility of theNathan Whitehorn2013-09-271-0/+3
* Make sure that ref and changed bits propagate back to the VM layerNathan Whitehorn2013-09-271-6/+13
* As idling the CPU no longer causes hangs on QEMU, reenable the pSeriesNathan Whitehorn2013-09-261-2/+0
* Fix bug where UART unit number was not set properly, which preventedNathan Whitehorn2013-09-261-4/+1
* Merge in support for PAPR-compliant (Power Architecture PlatformNathan Whitehorn2013-09-1711-0/+2840