aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-185-35/+0
* Delete stray clause 3 (Advertising clause) and renumber while i'mWarner Losh2014-03-111-1/+1
* Correct the order of arguments to mtx_init().Christian Brueffer2014-02-141-1/+1
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn2014-02-0516-26/+45
* Add driver for the ADT7460/ADT7467 fan controller found in later PowerBooksJustin Hibbits2014-02-031-0/+1
* Switch default Book-E scheduler to ULE, which works now, and enableNathan Whitehorn2014-02-012-1/+9
* Avoid spurious compiler warning about an uninitialized variable.Nathan Whitehorn2014-02-011-1/+1
* Fix typo.Nathan Whitehorn2014-02-011-1/+1
* Open Firmware interrupt specifiers can consist of arbitrary-length byteNathan Whitehorn2014-02-015-37/+28
* Add hwpmc(4) support for the PowerPC 970 class processors, direct events.Justin Hibbits2014-02-012-15/+22
* Unbreak non-SMP builds. This was broken by r259284. Also, reorganize theJustin Hibbits2014-01-3112-206/+236
* Use a loop of dcbz, instead of calling bzero() to zero a page. This matchesJustin Hibbits2014-01-291-6/+4
* Fix 32-bit signal handling on ppc64. This was broken when the PSL_USERSTATICJustin Hibbits2014-01-241-0/+1
* Fix the resource information for the i2s-a node on certain G5 PowerMacs.Andreas Tobler2014-01-202-2/+56
* There's actually no data in the PMU_GET_VERSION command. Don't send any.Justin Hibbits2014-01-191-1/+1
* Described in the man page but not implemented. Here it comes,Andreas Tobler2014-01-131-0/+37
* Save and restore the GPIOs on the macio for suspend/resume.Justin Hibbits2014-01-112-2/+48
* Retire machine/fdt.h as a header used by MI code, as its function is nowNathan Whitehorn2014-01-051-41/+0
* Remove TNF license clauses 3 and 4, matching upstreamEd Maste2014-01-011-7/+0
* Set the PMC trapframe macros appropriatelyJustin Hibbits2013-12-221-2/+2
* Add suspend/resume state saving for OpenPIC on PowerMac. It's likely thisJustin Hibbits2013-12-216-0/+86
* Add suspend/resume to DBDMA and ATA on PowerMacs.Justin Hibbits2013-12-213-0/+61
* Add suspend/resume handlers for ATI backlight ppc driver.Justin Hibbits2013-12-201-14/+76
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufNathan Whitehorn2013-12-172-8/+12
* Configure interrupt sense based on device tree information. This extendsNathan Whitehorn2013-12-171-5/+11
* Save r3 before using it for the trap check, else we end up saving the new r3,Justin Hibbits2013-12-152-4/+8
* Set max_lun to zero. This field is ignored unless we are manually probingNathan Whitehorn2013-12-151-1/+1
* Rebase the PMC indices at 1, since PMC_SOFT is at 0.Justin Hibbits2013-12-141-2/+2
* Some style(9) fixesJustin Hibbits2013-12-131-4/+3
* Add PMU-based CPU frequency scaling. This method is used on most TitaniumJustin Hibbits2013-12-1313-33/+564
* FBT now does work fully on PowerPC.Justin Hibbits2013-12-123-6/+26
* Make more unsigned ints signed.Justin Hibbits2013-12-071-1/+2
* Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it forJohn Baldwin2013-12-051-8/+13
* Do some cosmetic fixes.Andreas Tobler2013-12-051-7/+7
* Increase PHYS_AVAIL_SZ because on pSeries machines we can have many logicalAndreas Tobler2013-12-051-1/+5
* In case we have many continous regions without gaps we have to make soure thatAndreas Tobler2013-12-051-0/+1
* Fix typo.Nathan Whitehorn2013-12-021-1/+1
* Remove fdtbus_bs_tag definition, which is now obsolete. The remainder ofNathan Whitehorn2013-12-021-8/+0
* Revert last few revisions; apologies for the noise. There are very rare,Nathan Whitehorn2013-12-011-1/+49
* Deleted one line too many.Nathan Whitehorn2013-12-011-0/+1
* No actual hardware supported by FreeBSD requires this SPRG save/restoreNathan Whitehorn2013-12-011-52/+1
* Rearchitect platform memory map parsing to make it lessNathan Whitehorn2013-12-0110-285/+308
* Remove unnecessary double-setting of the thread's onfault state inNathan Whitehorn2013-12-011-12/+0
* The kernel stack guard pages are only below the stack pointer, not above.Nathan Whitehorn2013-12-012-2/+4
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-303-5/+5
* Add a printf to inform about the logical memory block size which is in useAndreas Tobler2013-11-301-0/+1
* Make process descriptors standard part of the kernel. rwhod(8) alreadyPawel Jakub Dawidek2013-11-301-1/+0
* Use the Open Firmware-based CPU frequency determination as a genericNathan Whitehorn2013-11-291-19/+14
* Add an interface for the Wii IOS kernels.Rui Paulo2013-11-291-0/+64
* Give some output about the CPU clock on IBMPOWER machines, currently readAndreas Tobler2013-11-281-0/+41