summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud