| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | On multi-core, multi-threaded PPC systems, it is important that the threads | nwhitehorn | 2011-05-31 | 2 | -5/+5 |
* | | MFC | attilio | 2011-05-31 | 2 | -5/+5 |
* | | MFC | attilio | 2011-05-31 | 4 | -55/+88 |
|\ \
| |/ |
|
| * | Use kproc_exit() instead of returning from the management function on | nwhitehorn | 2011-05-29 | 1 | -1/+1 |
| * | Add some error handling here: if a sensor returns an error code (a negative | nwhitehorn | 2011-05-29 | 1 | -1/+5 |
| * | Add the next digit of precision to temperatures, which I missed when | nwhitehorn | 2011-05-29 | 2 | -2/+2 |
| * | Don't put negative values into the averages. | nwhitehorn | 2011-05-29 | 1 | -0/+2 |
| * | Update the I2C-based temperature/fan drivers to connect to the Powermac | nwhitehorn | 2011-05-29 | 1 | -51/+78 |
| * | Add a new driver, the ad7417, to read temperatures and voltages on some | andreast | 2011-05-29 | 3 | -0/+3 |
| * | The P4080 has 8 cores. Bump MAXCPU to 8 to match. | marcel | 2011-05-29 | 1 | -1/+1 |
| * | o Add system versions for the P4040(E) and P4080(E). | marcel | 2011-05-29 | 2 | -5/+18 |
* | | MFC | attilio | 2011-05-29 | 3 | -0/+3 |
* | | MFC | attilio | 2011-05-29 | 12 | -261/+447 |
|\ \
| |/ |
|
| * | Adapt smusat(4) to use powermac_thermal. This provides automatic fan | nwhitehorn | 2011-05-28 | 1 | -16/+34 |
| * | Require an error instead of a timeout to decide the new-style fan | nwhitehorn | 2011-05-28 | 1 | -2/+2 |
| * | Factor out the SMU fan management code into a new module (powermac_thermal) | nwhitehorn | 2011-05-28 | 3 | -135/+290 |
| * | o Determine the number of LAWs in a way the is future proof. Only the | marcel | 2011-05-28 | 1 | -7/+14 |
| * | Remove unused defines. They're distracting... | marcel | 2011-05-28 | 1 | -5/+0 |
| * | Better support different kernel hand-offs. When loaded directly | marcel | 2011-05-28 | 3 | -53/+62 |
| * | o The P1020(E) & P2020(E) also have two cores. This conditional has | marcel | 2011-05-27 | 1 | -18/+20 |
| * | Wire the kernel using TLB1 entry 0 rather than entry 1. A more recent | marcel | 2011-05-27 | 2 | -23/+10 |
* | | MFC | attilio | 2011-05-27 | 2 | -4/+15 |
|\ \
| |/ |
|
| * | o Swap the SVR numbers for MPC8533 & MPC8533E | marcel | 2011-05-27 | 1 | -2/+10 |
| * | Don't assume we have a valid bootinfo pointer. | marcel | 2011-05-26 | 1 | -2/+5 |
* | | MFC | attilio | 2011-05-26 | 2 | -1/+34 |
|\ \
| |/ |
|
| * | Add a missing isync. | nwhitehorn | 2011-05-26 | 1 | -0/+1 |
| * | Add RTC support for the LV1 clock on the PS3. The hypervisor won't let us | nwhitehorn | 2011-05-24 | 1 | -1/+33 |
| * | Merge r221614,221696,221737,221840 from largeSMP project branch: | attilio | 2011-05-22 | 1 | -258/+262 |
| * | Revert r222069,222068 as they were intended to be committed to the | attilio | 2011-05-18 | 2 | -10/+6 |
| * | Fix warning spit out. | attilio | 2011-05-18 | 1 | -4/+7 |
| * | Fix newly introduced code. | attilio | 2011-05-18 | 1 | -2/+3 |
* | | Fix compilation. | attilio | 2011-05-18 | 1 | -1/+2 |
* | | Fix usage of cpumask that cannot be used like that anymore. | attilio | 2011-05-18 | 1 | -2/+2 |
* | | MFC | attilio | 2011-05-17 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Fix a </<= mixup. This could result in suboptimal performance on the last | nwhitehorn | 2011-05-16 | 1 | -1/+1 |
| * | Remove a useless check that served only to make 64-bit PPC systems | nwhitehorn | 2011-05-16 | 1 | -5/+0 |
| * | Move the ZERO_REGION_SIZE to a machine-dependent file, as on many | mdf | 2011-05-13 | 1 | -0/+2 |
* | | MFC | attilio | 2011-05-16 | 2 | -6/+1 |
* | | MFC | attilio | 2011-05-13 | 1 | -0/+2 |
* | | MFC | attilio | 2011-05-10 | 1 | -12/+16 |
|\ \
| |/ |
|
| * | Only try to set up IPIs at boot on systems that actually have more than one | nwhitehorn | 2011-05-10 | 1 | -12/+16 |
| * | SMP has worked perfectly for a very long time on 32-bit PowerPC on both | nwhitehorn | 2011-05-06 | 1 | -1/+1 |
| * | Retire isa_setup_intr() and isa_teardown_intr() and use the generic bus | jhb | 2011-05-06 | 1 | -17/+0 |
| * | Do not use Open Firmware to open the device and instead program its start | nwhitehorn | 2011-05-06 | 2 | -0/+41 |
* | | Remove strict-aliasing fixup where it is easy to avoid that as it leads to | attilio | 2011-05-10 | 1 | -48/+41 |
* | | Make the intended change. | attilio | 2011-05-10 | 1 | -1/+1 |
* | | Add the powerpc support. | attilio | 2011-05-09 | 11 | -33/+60 |
* | | - Introduce stubs for type-pun from long to int | attilio | 2011-05-09 | 1 | -154/+129 |
* | | All architectures define the size-bounded types (uint32_t, uint64_t, etc.) | attilio | 2011-05-08 | 1 | -277/+313 |
* | | MFC | attilio | 2011-05-06 | 4 | -18/+42 |
|/ |
|