summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-192-0/+10
* Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,jhibbits2013-03-183-19/+14
* Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-145-0/+147
* MFCattilio2013-03-025-47/+31
|\
| * MFcalloutng:mav2013-02-282-36/+19
| * MFcalloutng:davide2013-02-283-11/+12
| * Merge from vmobj-rwlock:attilio2013-02-273-9/+6
| * Merge from vmc-playground branch:attilio2013-02-261-2/+1
| * Merge from vmobj-rwlock branch:attilio2013-02-264-4/+0
* | MFCattilio2013-02-261-2/+1
* | MFCattilio2013-02-231-5/+0
|\ \ | |/
| * Eliminate an unused #define.alc2013-02-221-5/+0
* | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-213-13/+13
* | Fix other architectures and ZFS.attilio2013-02-216-4/+2
* | There is no need to use VM_OBJECT_LOCKED() as the assertion won'tattilio2013-02-203-9/+6
* | Switch vm_object lock to be a rwlock.attilio2013-02-203-10/+10
|/
* Introduce PLATFORMMETHOD_END and use it.rpaulo2013-02-135-5/+6
* Reform the busdma API so that new types may be added without modifyingkib2013-02-122-299/+238
* Use DEVMETHOD_END.rpaulo2013-02-113-3/+3
* Enable the UFS quotas for big-iron GENERIC kernels.kib2013-01-032-0/+2
OpenPOWER on IntegriCloud