aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Increase the size of the OFW bounce buffer to 4 pages. With this I can now runJustin Hibbits2013-07-241-3/+3
* Include sys/systm.h after sys/param.h.Andrey V. Elsukov2013-07-151-1/+1
* Introduce new structure sfstat for collecting sendfile's statisticsAndrey V. Elsukov2013-07-152-2/+2
* Fix check: bitwise and has only one &.Nathan Whitehorn2013-07-121-1/+1
* Fix indentation.Rui Paulo2013-07-021-3/+3
* Add register definitions for the Wii IPC system.Rui Paulo2013-07-021-0/+65
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.Konstantin Belousov2013-07-011-0/+78
* Cache the Open Firmware CPU properties at attach time, so we don't alwaysJustin Hibbits2013-06-231-8/+19
* Fix a KTR_BUSDMA format string.Rui Paulo2013-06-181-1/+1
* Pad the PCPU MD struct, to satisfy an assert added with the projects/countersJustin Hibbits2013-06-041-1/+1
* o Relax locking assertions for vm_page_find_least()Attilio Rao2013-05-213-0/+6
* Fix the PowerPC Book-E register definitions used by the remote GDBMarcel Moolenaar2013-05-211-1/+17
* Add support for the second GPIO pin bank on the Wii and add support forRui Paulo2013-05-182-21/+91
* Relax the object locking assertion in pmap_enter_locked().Alan Cox2013-05-173-3/+3
* Tidy up some CVS workarounds.Peter Wemm2013-05-122-2/+0
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao2013-05-072-7/+4
* Only check fan type once. Not only is continuously rechecking pointless, aNathan Whitehorn2013-05-051-11/+40
* Add reset support to the Wii.Rui Paulo2013-04-272-8/+55
* Fix the frambuffer issues by calling pmap_mapdev() in the attach routine. ThisRui Paulo2013-04-271-1/+5
* Remove a comment that shouldn't have gone in.Justin Hibbits2013-04-261-3/+0
* Introduce kernel coredumps to ppc32 AIM. Leeched from the booke code.Justin Hibbits2013-04-251-0/+111
* Handle the IRQ for the reset button.Rui Paulo2013-04-243-2/+35
* Fix an off by one calculation in wiipic_dispatch().Rui Paulo2013-04-211-1/+4
* Generate a LINT for powerpc and for powerpc64.Bjoern A. Zeeb2013-04-111-3/+0
* Since UMA_ZONE_PCPU zones put a constraint on sizeof(struct pcpu), declaredGleb Smirnoff2013-04-101-7/+1
* Fix build for AIM 64bit.Konstantin Belousov2013-04-091-0/+2
* Merge from projects/counters: counter(9).Gleb Smirnoff2013-04-081-0/+82
* Merge from projects/counters:Gleb Smirnoff2013-04-081-3/+6
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl2013-04-064-24/+25
* Print out DSISR in a fatal DSI trap.Justin Hibbits2013-04-051-0/+2
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inAlexander Motin2013-04-043-3/+0
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichKonstantin Belousov2013-03-192-0/+10
* Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,Justin Hibbits2013-03-183-19/+14
* Add pmap function pmap_copy_pages(), which copies the content of theKonstantin Belousov2013-03-145-0/+147
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-095-13/+15
* MFcalloutng:Alexander Motin2013-02-282-36/+19
* MFcalloutng:Davide Italiano2013-02-283-11/+12
* Merge from vmobj-rwlock:Attilio Rao2013-02-273-9/+6
* Merge from vmc-playground branch:Attilio Rao2013-02-261-2/+1
* Merge from vmobj-rwlock branch:Attilio Rao2013-02-264-4/+0
* Eliminate an unused #define.Alan Cox2013-02-221-5/+0
* Introduce PLATFORMMETHOD_END and use it.Rui Paulo2013-02-135-5/+6
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-122-299/+238
* Use DEVMETHOD_END.Rui Paulo2013-02-113-3/+3
* Enable the UFS quotas for big-iron GENERIC kernels.Konstantin Belousov2013-01-032-0/+2
* As discussed on -current last October, remove the firewire drivers fromDag-Erling Smørgrav2013-01-031-6/+0
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-2/+2
* Setup BAT0 and BAT1 on the Wii.Adrian Chadd2012-11-213-22/+171
* Flip the semantic of M_NOWAIT to only require the allocation to notKonstantin Belousov2012-11-143-19/+6
* Allow this file to be used in LOCORE sections of the kernel.Rui Paulo2012-11-121-1/+3