summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a KTR_BUSDMA format string.rpaulo2013-06-181-1/+1
* Pad the PCPU MD struct, to satisfy an assert added with the projects/countersjhibbits2013-06-041-1/+1
* o Relax locking assertions for vm_page_find_least()attilio2013-05-213-0/+6
* Fix the PowerPC Book-E register definitions used by the remote GDBmarcel2013-05-211-1/+17
* Add support for the second GPIO pin bank on the Wii and add support forrpaulo2013-05-182-21/+91
* Relax the object locking assertion in pmap_enter_locked().alc2013-05-173-3/+3
* Tidy up some CVS workarounds.peter2013-05-122-2/+0
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-072-7/+4
* Only check fan type once. Not only is continuously rechecking pointless, anwhitehorn2013-05-051-11/+40
* Add reset support to the Wii.rpaulo2013-04-272-8/+55
* Fix the frambuffer issues by calling pmap_mapdev() in the attach routine. Thisrpaulo2013-04-271-1/+5
* Remove a comment that shouldn't have gone in.jhibbits2013-04-261-3/+0
* Introduce kernel coredumps to ppc32 AIM. Leeched from the booke code.jhibbits2013-04-251-0/+111
* Handle the IRQ for the reset button.rpaulo2013-04-243-2/+35
* Fix an off by one calculation in wiipic_dispatch().rpaulo2013-04-211-1/+4
* Generate a LINT for powerpc and for powerpc64.bz2013-04-111-3/+0
* Since UMA_ZONE_PCPU zones put a constraint on sizeof(struct pcpu), declaredglebius2013-04-101-7/+1
* Fix build for AIM 64bit.kib2013-04-091-0/+2
* Merge from projects/counters: counter(9).glebius2013-04-081-0/+82
* Merge from projects/counters:glebius2013-04-081-3/+6
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedmarius2013-04-064-24/+25
* Print out DSISR in a fatal DSI trap.jhibbits2013-04-051-0/+2
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-043-3/+0
OpenPOWER on IntegriCloud