| Commit message (Expand) | Author | Age | Files | Lines |
* | Quantities stored on the stack on ppc64 tend to be twice as large as on | nwhitehorn | 2011-06-03 | 1 | -1/+1 |
* | Temporarily back out those parts of r222613 related to parsing the memory | nwhitehorn | 2011-06-02 | 1 | -144/+25 |
* | The POWER7 has only 32 SLB slots instead of 64, like other supported | nwhitehorn | 2011-06-02 | 4 | -44/+52 |
* | If running under a hypervisor, don't yell at the user about starting | nwhitehorn | 2011-06-02 | 1 | -1/+4 |
* | Explicitly initialize the first thread's MSR to PSL_KERNSET. | nwhitehorn | 2011-06-02 | 1 | -1/+1 |
* | Include the modules area in the mapped kernel code. This fixes the kernel's | nwhitehorn | 2011-06-02 | 1 | -3/+2 |
* | Remove some dead code: unnecessary isyncs and memory sorting, which are | nwhitehorn | 2011-06-02 | 4 | -47/+9 |
* | MFpseries: | nwhitehorn | 2011-06-02 | 9 | -187/+898 |
* | On multi-core, multi-threaded PPC systems, it is important that the threads | nwhitehorn | 2011-05-31 | 2 | -5/+5 |
* | 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 |
* | 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 |
* | 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 |
* | 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 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 |
* | 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 |
* | Add the watchdogs patting during the (shutdown time) disk syncing and | attilio | 2011-04-28 | 1 | -0/+8 |
* | This patch changes head so that the default NFS client is now the new | rmacklem | 2011-04-27 | 2 | -4/+4 |
* | Switch the GENERIC kernels for all architectures to the new CAM-based ATA | mav | 2011-04-24 | 3 | -19/+20 |
* | Add leading zeros when printing the physical memory chunks on __powerpc64__. | andreast | 2011-04-19 | 1 | -1/+1 |
* | Adjust debugging string to match the actual function. | andreast | 2011-04-14 | 1 | -1/+1 |
* | The macro MOEA_PVO_CHECK is empty and not used. It is a left over from the | andreast | 2011-04-14 | 2 | -24/+0 |
* | Add stoppcbs[] arrays on powerpc(64) and have each CPU save its | andreast | 2011-04-14 | 1 | -0/+3 |
* | Make sure that extra threads in 32-bit processes stay in 32-bit mode. This | nwhitehorn | 2011-04-13 | 1 | -0/+3 |
* | Remove duplicate definition of FIRSTARG. | andreast | 2011-03-17 | 1 | -3/+0 |
* | Don't sleep while setting the clock. This can cause panics when | nwhitehorn | 2011-03-13 | 1 | -2/+2 |