summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r253748,253749avg2013-07-281-3/+0
* put contents of cpu.h under _KERNELavg2013-07-281-0/+3
* Increase the size of the OFW bounce buffer to 4 pages. With this I can now runjhibbits2013-07-241-3/+3
* Include sys/systm.h after sys/param.h.ae2013-07-151-1/+1
* Introduce new structure sfstat for collecting sendfile's statisticsae2013-07-152-2/+2
* Fix check: bitwise and has only one &.nwhitehorn2013-07-121-1/+1
* Fix indentation.rpaulo2013-07-021-3/+3
* Add register definitions for the Wii IPC system.rpaulo2013-07-021-0/+65
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.kib2013-07-011-0/+78
* Cache the Open Firmware CPU properties at attach time, so we don't alwaysjhibbits2013-06-231-8/+19
OpenPOWER on IntegriCloud