summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Repair some races in IPI handling:nwhitehorn2014-05-123-2/+23
* Fix interrupt allocation after changes to nexus. This makes PS3 bootnwhitehorn2014-05-111-2/+12
* Move the PS3 framebuffer console to use vt instead of syscons and adjustnwhitehorn2014-05-112-627/+49
* Use vt(4) by default on 32-bit PowerPC now that it is fully functional andnwhitehorn2014-05-111-5/+2
* Simplify code slightly. Passing an array by &array[0] does work, but isnwhitehorn2014-05-101-1/+1
* Retire smp_active. It was racey and caused demonstrated problems withscottl2014-04-261-1/+1
* Small performance optimization. Clobber only cr0, rather than the entire CR.jhibbits2014-04-113-21/+21
* Clear the backlight level when it's turned off. Also, reduce the delay times tojhibbits2014-04-061-4/+4
* Fix the ATI backlight driver off/on handling. Now this driver works correctlyjhibbits2014-04-061-6/+61
* Correct the SRR1 mask, it's 10-15 not 10-11.jhibbits2014-04-061-1/+1
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4tijl2014-04-011-1/+1
* Define PSL_SRR1_MASK for BOOK-E too so MPC85XX compiles again.imp2014-03-251-0/+1
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-224-7/+7
* Mask out SRR1 bits that aren't exported to the MSR.jhibbits2014-03-211-1/+3
* In kernel config files, it is supposed to be 'options<space><tab>' notimp2014-03-184-10/+10
* Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-185-35/+0
* Delete stray clause 3 (Advertising clause) and renumber while i'mimp2014-03-111-1/+1
* Correct the order of arguments to mtx_init().brueffer2014-02-141-1/+1
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-0516-26/+45
* Add driver for the ADT7460/ADT7467 fan controller found in later PowerBooksjhibbits2014-02-031-0/+1
* Switch default Book-E scheduler to ULE, which works now, and enablenwhitehorn2014-02-012-1/+9
* Avoid spurious compiler warning about an uninitialized variable.nwhitehorn2014-02-011-1/+1
* Fix typo.nwhitehorn2014-02-011-1/+1
* Open Firmware interrupt specifiers can consist of arbitrary-length bytenwhitehorn2014-02-015-37/+28
* Add hwpmc(4) support for the PowerPC 970 class processors, direct events.jhibbits2014-02-012-15/+22
* Unbreak non-SMP builds. This was broken by r259284. Also, reorganize thejhibbits2014-01-3112-206/+236
* Use a loop of dcbz, instead of calling bzero() to zero a page. This matchesjhibbits2014-01-291-6/+4
* Fix 32-bit signal handling on ppc64. This was broken when the PSL_USERSTATICjhibbits2014-01-241-0/+1
* Fix the resource information for the i2s-a node on certain G5 PowerMacs.andreast2014-01-202-2/+56
* There's actually no data in the PMU_GET_VERSION command. Don't send any.jhibbits2014-01-191-1/+1
* Described in the man page but not implemented. Here it comes,andreast2014-01-131-0/+37
* Save and restore the GPIOs on the macio for suspend/resume.jhibbits2014-01-112-2/+48
* Retire machine/fdt.h as a header used by MI code, as its function is nownwhitehorn2014-01-051-41/+0
* Remove TNF license clauses 3 and 4, matching upstreamemaste2014-01-011-7/+0
* Set the PMC trapframe macros appropriatelyjhibbits2013-12-221-2/+2
* Add suspend/resume state saving for OpenPIC on PowerMac. It's likely thisjhibbits2013-12-216-0/+86
* Add suspend/resume to DBDMA and ATA on PowerMacs.jhibbits2013-12-213-0/+61
* Add suspend/resume handlers for ATI backlight ppc driver.jhibbits2013-12-201-14/+76
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufnwhitehorn2013-12-172-8/+12
* Configure interrupt sense based on device tree information. This extendsnwhitehorn2013-12-171-5/+11
* Save r3 before using it for the trap check, else we end up saving the new r3,jhibbits2013-12-152-4/+8
* Set max_lun to zero. This field is ignored unless we are manually probingnwhitehorn2013-12-151-1/+1
* Rebase the PMC indices at 1, since PMC_SOFT is at 0.jhibbits2013-12-141-2/+2
* Some style(9) fixesjhibbits2013-12-131-4/+3
* Add PMU-based CPU frequency scaling. This method is used on most Titaniumjhibbits2013-12-1313-33/+564
* FBT now does work fully on PowerPC.jhibbits2013-12-123-6/+26
* Make more unsigned ints signed.jhibbits2013-12-071-1/+2
* Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it forjhb2013-12-051-8/+13
* Do some cosmetic fixes.andreast2013-12-051-7/+7
* Increase PHYS_AVAIL_SZ because on pSeries machines we can have many logicalandreast2013-12-051-1/+5
OpenPOWER on IntegriCloud