aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Commit the rest of the changes that were intended to be part of r266826.Mark Johnston2014-05-291-21/+0
* Repair nested signal handling on PowerPC. The signal trampoline codeNathan Whitehorn2014-05-272-4/+4
* oea64 uses 4k pages, too.Justin Hibbits2014-05-151-1/+1
* A page mask size is 12-bits, not 11.Justin Hibbits2014-05-151-1/+1
* Repair some races in IPI handling:Nathan Whitehorn2014-05-123-2/+23
* Fix interrupt allocation after changes to nexus. This makes PS3 bootNathan Whitehorn2014-05-111-2/+12
* Move the PS3 framebuffer console to use vt instead of syscons and adjustNathan Whitehorn2014-05-112-627/+49
* Use vt(4) by default on 32-bit PowerPC now that it is fully functional andNathan Whitehorn2014-05-111-5/+2
* Simplify code slightly. Passing an array by &array[0] does work, but isNathan Whitehorn2014-05-101-1/+1
* Retire smp_active. It was racey and caused demonstrated problems withScott Long2014-04-261-1/+1
* Small performance optimization. Clobber only cr0, rather than the entire CR.Justin Hibbits2014-04-113-21/+21
* Clear the backlight level when it's turned off. Also, reduce the delay times toJustin Hibbits2014-04-061-4/+4
* Fix the ATI backlight driver off/on handling. Now this driver works correctlyJustin Hibbits2014-04-061-6/+61
* Correct the SRR1 mask, it's 10-15 not 10-11.Justin Hibbits2014-04-061-1/+1
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4Tijl Coosemans2014-04-011-1/+1
* Define PSL_SRR1_MASK for BOOK-E too so MPC85XX compiles again.Warner Losh2014-03-251-0/+1
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-224-7/+7
* Mask out SRR1 bits that aren't exported to the MSR.Justin Hibbits2014-03-211-1/+3
* In kernel config files, it is supposed to be 'options<space><tab>' notWarner Losh2014-03-184-10/+10
* 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