summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | MFCattilio2011-05-131-0/+2
* | MFCattilio2011-05-101-12/+16
|\ \ | |/
| * 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
* | Remove strict-aliasing fixup where it is easy to avoid that as it leads toattilio2011-05-101-48/+41
* | Make the intended change.attilio2011-05-101-1/+1
* | Add the powerpc support.attilio2011-05-0911-33/+60
* | - Introduce stubs for type-pun from long to intattilio2011-05-091-154/+129
* | All architectures define the size-bounded types (uint32_t, uint64_t, etc.)attilio2011-05-081-277/+313
* | MFCattilio2011-05-064-18/+42
|/
* 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
OpenPOWER on IntegriCloud