summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/pseries
Commit message (Expand)AuthorAgeFilesLines
* MFC r311305 (by asomers):mav2017-03-231-3/+3
* Use our nitems() macro when param.h is available.pfg2016-04-201-2/+2
* Reduce OFW PCI code duplication - involves ARM, PPC and SPARC64zbb2016-03-291-3/+2
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-221-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-221-1/+0
* Revert r295756:zbb2016-02-201-1/+2
* Extract common code from PowerPC's ofw_pcizbb2016-02-181-2/+1
* Move RTAS PCI-specific interpretation of the "reg" property of the PCI hostnwhitehorn2016-01-181-3/+9
* Provide link state reporting so that ifconfig_llan0="DHCP" works. Thenwhitehorn2015-12-191-0/+38
* Where appropriate, use the endian-flipping OF_getencprop() instead ofnwhitehorn2015-11-177-31/+34
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Provide the number of interrupt resources added to the listbr2015-05-151-1/+1
* Convert PTE eviction lock from an RW lock to a RM lock. It is held fornwhitehorn2015-03-161-16/+16
* Deallocate any leftover page table entries in the LPAR at boot. Thisnwhitehorn2015-03-131-0/+14
* The H_VIO_SIGNAL hypercall only enables interrupts for future receivednwhitehorn2015-03-121-0/+13
* New pmap implementation for 64-bit PowerPC processors. The main focus ofnwhitehorn2015-02-241-157/+171
* Fix race in interrupt handling that could cause IO to hang up under heavynwhitehorn2015-02-231-6/+7
* Add error reporting to interrupt CPU binding.nwhitehorn2015-02-101-3/+6
* Distribute interrupts across multiple CPUs in SMP configurations instead of s...nwhitehorn2015-02-091-3/+15
* Mark invalid page table entries correctly for PMAP as well as for thenwhitehorn2015-02-091-2/+4
* Properly hide a variable under #ifdef as it is only used inside thebz2015-02-091-1/+1
* Fix typo in PTE insertion overflow handling: use the page we're actuallynwhitehorn2015-02-091-1/+4
* Technically speaking, using one virtal processor area for all CPUs is anwhitehorn2015-02-091-12/+20
* Add some error checking on the supplied page size list. This makes surenwhitehorn2015-02-081-7/+16
* Fix bug in mapppings of multiple pages exposed by updates to the VSCSInwhitehorn2015-01-271-7/+7
* Restore use of ofw_bus_intr_to_rl() in the pseries vdevice driver after fixingnwhitehorn2015-01-051-21/+5
* Revert r272109 locally, which is not quite equivalent in how it deals withnwhitehorn2015-01-051-1/+21
* Allow booting with both a real Open Firmware tree and a flattened version ofnwhitehorn2015-01-011-9/+3
* Replace multiple nearly-identical copies of code to walk through an FDTian2014-09-251-21/+1
* Mechanically convert to if_inc_counter().glebius2014-09-191-2/+2
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-054-5/+5
* Open Firmware interrupt specifiers can consist of arbitrary-length bytenwhitehorn2014-02-011-1/+1
* Set max_lun to zero. This field is ignored unless we are manually probingnwhitehorn2013-12-151-1/+1
* Do some cosmetic fixes.andreast2013-12-051-7/+7
* Rearchitect platform memory map parsing to make it lessnwhitehorn2013-12-011-5/+101
* This driver doesn't need the /options node, so don't check for it.nwhitehorn2013-11-271-3/+1
* Take care to handle the full 16 byte buffer in the get/put routines. Also,andreast2013-11-261-8/+26
* Limit the large page size to 16MB for now.andreast2013-11-231-0/+5
* For PCI<->PCI bridges, #address-cells may be 3. Allow this when parsing thenwhitehorn2013-11-211-11/+13
* Following the approach with ACPI DMAR on x86, split IOMMU handling intonwhitehorn2013-11-122-31/+113
* Actually add IOMMU domain to the list of known mappings. This fixes a bugnwhitehorn2013-11-121-0/+3
* Ouch, do the shift properly. An uin64_t needs the right postfix when shifting.andreast2013-10-311-1/+1
* The ofw_bus() routines invoke the device's parent, not the device itself,nwhitehorn2013-10-291-3/+3
* Implement extended LUN support. If PIM_EXTLUNS is set by a SIM, encodenwhitehorn2013-10-291-14/+2
* - Provide necessary includes.glebius2013-10-291-2/+3
* Clean up missed header references.nwhitehorn2013-10-261-1/+1
* Add two new interfaces to ofw_bus:nwhitehorn2013-10-231-1/+2
* 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-201-0/+454
OpenPOWER on IntegriCloud