summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * Retry the memory map-related portions of r222613, written by andreast,nwhitehorn2011-06-041-26/+145
| * Fix a typo derived from a mismerge from mmu_oea that would causenwhitehorn2011-06-041-2/+2
| * - Introduce a define for ZERO_C_TO_K.andreast2011-06-032-3/+6
* | MFCattilio2011-06-0318-260/+824
|\ \ | |/
| * Quantities stored on the stack on ppc64 tend to be twice as large as onnwhitehorn2011-06-031-1/+1
| * Temporarily back out those parts of r222613 related to parsing the memorynwhitehorn2011-06-021-144/+25
| * The POWER7 has only 32 SLB slots instead of 64, like other supportednwhitehorn2011-06-024-44/+52
| * If running under a hypervisor, don't yell at the user about startingnwhitehorn2011-06-021-1/+4
| * Explicitly initialize the first thread's MSR to PSL_KERNSET.nwhitehorn2011-06-021-1/+1
| * Include the modules area in the mapped kernel code. This fixes the kernel'snwhitehorn2011-06-021-3/+2
| * Remove some dead code: unnecessary isyncs and memory sorting, which arenwhitehorn2011-06-024-47/+9
| * MFpseries:nwhitehorn2011-06-029-187/+898
| * On multi-core, multi-threaded PPC systems, it is important that the threadsnwhitehorn2011-05-312-5/+5
* | MFCattilio2011-05-312-5/+5
* | MFCattilio2011-05-314-55/+88
|\ \ | |/
| * 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
* | MFCattilio2011-05-293-0/+3
* | MFCattilio2011-05-2912-261/+447
|\ \ | |/
| * 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
* | MFCattilio2011-05-272-4/+15
|\ \ | |/
| * 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
* | MFCattilio2011-05-262-1/+34
|\ \ | |/
| * 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 compilation.attilio2011-05-181-1/+2
* | Fix usage of cpumask that cannot be used like that anymore.attilio2011-05-181-2/+2
* | MFCattilio2011-05-171-0/+1
|\ \ | |/
| * 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
* | MFCattilio2011-05-162-6/+1
OpenPOWER on IntegriCloud