summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Use kproc_exit() instead of returning from the management function onnwhitehorn2011-05-291-1/+1
* Add some error handling here: if a sensor returns an error code (a negativenwhitehorn2011-05-291-1/+5
* Add the next digit of precision to temperatures, which I missed whennwhitehorn2011-05-292-2/+2
* Don't put negative values into the averages.nwhitehorn2011-05-291-0/+2
* Update the I2C-based temperature/fan drivers to connect to the Powermacnwhitehorn2011-05-291-51/+78
* Add a new driver, the ad7417, to read temperatures and voltages on someandreast2011-05-293-0/+3
* The P4080 has 8 cores. Bump MAXCPU to 8 to match.marcel2011-05-291-1/+1
* o Add system versions for the P4040(E) and P4080(E).marcel2011-05-292-5/+18
* Adapt smusat(4) to use powermac_thermal. This provides automatic fannwhitehorn2011-05-281-16/+34
* Require an error instead of a timeout to decide the new-style fannwhitehorn2011-05-281-2/+2
* Factor out the SMU fan management code into a new module (powermac_thermal)nwhitehorn2011-05-283-135/+290
* o Determine the number of LAWs in a way the is future proof. Only themarcel2011-05-281-7/+14
* Remove unused defines. They're distracting...marcel2011-05-281-5/+0
* Better support different kernel hand-offs. When loaded directlymarcel2011-05-283-53/+62
* o The P1020(E) & P2020(E) also have two cores. This conditional hasmarcel2011-05-271-18/+20
* Wire the kernel using TLB1 entry 0 rather than entry 1. A more recentmarcel2011-05-272-23/+10
* o Swap the SVR numbers for MPC8533 & MPC8533Emarcel2011-05-271-2/+10
* Don't assume we have a valid bootinfo pointer.marcel2011-05-261-2/+5
* Add a missing isync.nwhitehorn2011-05-261-0/+1
* Add RTC support for the LV1 clock on the PS3. The hypervisor won't let usnwhitehorn2011-05-241-1/+33
* Merge r221614,221696,221737,221840 from largeSMP project branch:attilio2011-05-221-258/+262
* Revert r222069,222068 as they were intended to be committed to theattilio2011-05-182-10/+6
* Fix warning spit out.attilio2011-05-181-4/+7
* Fix newly introduced code.attilio2011-05-181-2/+3
* Fix a </<= mixup. This could result in suboptimal performance on the lastnwhitehorn2011-05-161-1/+1
* Remove a useless check that served only to make 64-bit PPC systemsnwhitehorn2011-05-161-5/+0
* Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-0/+2
* Only try to set up IPIs at boot on systems that actually have more than onenwhitehorn2011-05-101-12/+16
* SMP has worked perfectly for a very long time on 32-bit PowerPC on bothnwhitehorn2011-05-061-1/+1
* Retire isa_setup_intr() and isa_teardown_intr() and use the generic busjhb2011-05-061-17/+0
* Do not use Open Firmware to open the device and instead program its startnwhitehorn2011-05-062-0/+41
* Add the watchdogs patting during the (shutdown time) disk syncing andattilio2011-04-281-0/+8
* This patch changes head so that the default NFS client is now the newrmacklem2011-04-272-4/+4
* Switch the GENERIC kernels for all architectures to the new CAM-based ATAmav2011-04-243-19/+20
* Add leading zeros when printing the physical memory chunks on __powerpc64__.andreast2011-04-191-1/+1
* Adjust debugging string to match the actual function.andreast2011-04-141-1/+1
* The macro MOEA_PVO_CHECK is empty and not used. It is a left over from theandreast2011-04-142-24/+0
* Add stoppcbs[] arrays on powerpc(64) and have each CPU save itsandreast2011-04-141-0/+3
* Make sure that extra threads in 32-bit processes stay in 32-bit mode. Thisnwhitehorn2011-04-131-0/+3
* Remove duplicate definition of FIRSTARG.andreast2011-03-171-3/+0
* Don't sleep while setting the clock. This can cause panics whennwhitehorn2011-03-131-2/+2
* Mostly revert r219468, as I had misremembered the C standard regardingmdf2011-03-111-1/+1
* Use MAXPATHLEN rather than the size of an extern array when copying themdf2011-03-101-1/+1
* Fix whitespace nit.nwhitehorn2011-03-091-1/+1
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-082-0/+2
* Turn off default generation of userland dot symbols on powerpc64 now thatnwhitehorn2011-02-185-33/+27
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-7/+0
* Put the general logic for being a CPU hog into a new functionmdf2011-02-021-2/+1
* Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain amarcel2011-02-0211-23/+23
* Fix boot on SMP systems after r218075 by delaying CPU binding until anwhitehorn2011-01-291-3/+0
OpenPOWER on IntegriCloud