summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* In case we have many continous regions without gaps we have to make soure thatandreast2013-12-051-0/+1
* Fix typo.nwhitehorn2013-12-021-1/+1
* Remove fdtbus_bs_tag definition, which is now obsolete. The remainder ofnwhitehorn2013-12-021-8/+0
* Revert last few revisions; apologies for the noise. There are very rare,nwhitehorn2013-12-011-1/+49
* Deleted one line too many.nwhitehorn2013-12-011-0/+1
* No actual hardware supported by FreeBSD requires this SPRG save/restorenwhitehorn2013-12-011-52/+1
* Rearchitect platform memory map parsing to make it lessnwhitehorn2013-12-0110-285/+308
* Remove unnecessary double-setting of the thread's onfault state innwhitehorn2013-12-011-12/+0
* The kernel stack guard pages are only below the stack pointer, not above.nwhitehorn2013-12-012-2/+4
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-303-5/+5
* Add a printf to inform about the logical memory block size which is in useandreast2013-11-301-0/+1
* Make process descriptors standard part of the kernel. rwhod(8) alreadypjd2013-11-301-1/+0
* Use the Open Firmware-based CPU frequency determination as a genericnwhitehorn2013-11-291-19/+14
* Add an interface for the Wii IOS kernels.rpaulo2013-11-291-0/+64
* Give some output about the CPU clock on IBMPOWER machines, currently readandreast2013-11-281-0/+41
* This driver doesn't need the /options node, so don't check for it.nwhitehorn2013-11-271-3/+1
* badaddr() is used only in the grackle PCI driver, so move its definitionnwhitehorn2013-11-274-123/+48
* Make RTAS calls, which call setfault() to recover from machine checks,nwhitehorn2013-11-271-2/+3
* Take care to handle the full 16 byte buffer in the get/put routines. Also,andreast2013-11-261-8/+26
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-253-6/+0
* Save and restore the trap vectors when doing OF calls on pSeries machines.andreast2013-11-233-0/+38
* Limit the large page size to 16MB for now.andreast2013-11-231-0/+5
* For PCI<->PCI bridges, #address-cells may be 3. Allow this when parsing thenwhitehorn2013-11-211-11/+13
* Remove stale comment. The PID provider is handled elsewhere already.jhibbits2013-11-211-3/+0
* Add a sysctl to allow disabling resetting the OF syscons.jhibbits2013-11-171-18/+23
* #interrupt-cells belongs to the iparent, not the device parent.nwhitehorn2013-11-171-4/+4
* Use #address-cells and #size-cells here too instead of guessing. There isnwhitehorn2013-11-172-7/+17
* Actually look up #address-cells instead of assuming it is correlated withnwhitehorn2013-11-171-7/+13
* Do not assume a value for #address-cells when parsing the OF translationsnwhitehorn2013-11-171-17/+27
OpenPOWER on IntegriCloud