summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a loader tunable to use only device tree-provided PCI devices. This isnwhitehorn2013-09-161-2/+6
* Fix bug in busdma: if segs is a preexisting buffer, we memcpy itnwhitehorn2013-09-161-1/+1
* Add a kernel interface (OF_xref_phandle()) for systems where phandlesnwhitehorn2013-09-151-4/+5
* Change VM object lock assertion to match locking higher in the callnwhitehorn2013-09-131-1/+1
* Revert r255420. This seems to break some Powermac systems and will benwhitehorn2013-09-091-13/+1
* Attach only on hardware that is actually supported as opposed to hardwarenwhitehorn2013-09-092-3/+29
* Raise artificial limits on number of CPUs and number of interrupts.nwhitehorn2013-09-093-4/+5
* Add POWER CPUs to the kernel's knowledge. This does not imply we currentlynwhitehorn2013-09-093-5/+17
* Add hook called when every new processor is brought online -- including thenwhitehorn2013-09-094-0/+22
* Use a spin lock instead of a mutex to gate RTAS. This is required if RTASnwhitehorn2013-09-091-3/+3
* Use the canonical bits for wired, etc. in the PTE. This is important fornwhitehorn2013-09-091-2/+3
* Fix error in r252115: space for the softc needs to be allocated. Thisnwhitehorn2013-09-071-1/+1
* Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarationsglebius2013-09-061-0/+3
* Also align the 32-bit PowerPC stacks.nwhitehorn2013-09-051-0/+1
* Align stacks of kernel threads correctly at 16-byte boundaries rather thannwhitehorn2013-09-052-0/+2
* Newer versions of gcc define __INT64_C and __UINT64_C, so avoidimp2013-09-031-0/+2
* Enable PMC interrupt handling, and fix a DTrace trap handling bug.jhibbits2013-09-031-5/+5
* Refactor PowerPC hwpmc(4) driver into generic and specific. More refactoringjhibbits2013-09-031-1/+2
* Only add the backlight device if it actually exists in OF.jhibbits2013-08-312-0/+4
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-292-0/+28
* Return EIO iso -1, the kiic_transfer has an signed return.andreast2013-08-231-1/+1
* Revert r254501. Instead, reuse the type stability of the struct pmapkib2013-08-223-9/+5
* Enable DTrace hooks in ppc64.jhibbits2013-08-221-0/+3
* Add process descriptors support to the GENERIC kernel. It is already beingpjd2013-08-181-0/+1
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-093-36/+30
* follow up to r254051avg2013-08-092-5/+3
* enable KDB_TRACE in GENERICsavg2013-08-071-1/+1
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-077-10/+12
* Micro-optimize OFW syscons 8-bit blank.jhibbits2013-08-061-5/+13
* Remove an unnecessary panic. The PVO's PTE entry and the PTEG's PTE entry mayjhibbits2013-08-061-3/+0
* Evict pages from the PTEG when it's full and trying to insert a new PTE,jhibbits2013-08-061-7/+77
* Remove duplicate definition of SPR MMCR0.jhibbits2013-08-031-1/+0
* Back out r253779 & r253786.obrien2013-07-314-4/+0
* Add the macio attachment for wi(4). Partially obtained from NetBSD.jhibbits2013-07-312-0/+51
* Decouple yarrow from random(4) device.obrien2013-07-294-0/+4
OpenPOWER on IntegriCloud