summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Cross a T and dot an I:marcel2011-08-021-2/+3
* It's invalid to use GLOBAL() for kernload_ap, as the macro switchesmarcel2011-08-021-1/+2
* There's no ':' after GLOBAL(). Missed due to no SMP testing.marcel2011-08-021-1/+1
* Add support for Juniper's loader. The difference between FreeBSD's andmarcel2011-08-023-125/+128
* Apply r221124 to Book-E: switch to the new NFS client.marcel2011-07-311-1/+1
* Fix r222813: we need to include sys/cpuset.h. because the PIC interfacemarcel2011-07-311-2/+2
* Fix r224187: .word defines a 16-bit object and size_t is defined asmarcel2011-07-311-2/+2
* Fix an error that could cause sysctl -a to enter an infinite loop in thenwhitehorn2011-07-301-6/+6
* This a follow up commit from r224216 for powerpc 32-bit. Increaseandreast2011-07-251-2/+2
* On 64 bit architectures size_t is 8 bytes, thus it should use an 8 bytesattilio2011-07-191-2/+2
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-183-6/+15
* Enable PREEMPTION for PowerPC/AIM generic kernels. The last known PREEMPTIONnwhitehorn2011-07-142-0/+2
* Follow Linux by unconditionally stripping the RX vlan tag from incomingnwhitehorn2011-07-051-4/+7
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-044-30/+19
* Add better error handling for RTAS calls. These can potentially causenwhitehorn2011-06-261-1/+18
* Revert r223479. It is unnecessary and served only to slightly amelioratenwhitehorn2011-06-262-4/+0
* Turn the minimum PWM fan speed down to 30 from 40. It turns out the burningnwhitehorn2011-06-261-1/+1
* Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64)nwhitehorn2011-06-2316-71/+82
* Clear any outstanding atomic reservations when traps are taken. This fixesnwhitehorn2011-06-232-0/+4
* Fix merge typo.andreast2011-06-231-1/+1
* Add leading zeros when printing the stackframe on __powerpc64__.andreast2011-06-231-1/+1
* Use atomic operations to mask and unmask IRQs. This prevents a problemnwhitehorn2011-06-231-8/+8
* Use 4 KB pages for storage bus devices, which seems to be what the HV usesnwhitehorn2011-06-231-2/+6
* Rework the PS3 disk driver to support NCQ and do its DMA a littlenwhitehorn2011-06-231-388/+189
* Add hypervisor call error codes.nwhitehorn2011-06-232-0/+56
* This is more complicated than I expected. Storage devices need the IOMMUnwhitehorn2011-06-221-2/+11
* The IOMMU is not involved for the storage bus.nwhitehorn2011-06-221-2/+1
* Work/hack around some race conditions present in the hardware/HV interface.nwhitehorn2011-06-201-14/+33
* Make this slightly less yelly about regions that the hypervisor protectsnwhitehorn2011-06-201-2/+10
* Add an OHCI driver to complement the EHCI one. The infrastructure to attachnwhitehorn2011-06-201-0/+170
* Driver for PS3's internal hard disk. Hopefully this can be CAM-ified innwhitehorn2011-06-203-22/+1068
* Follow up r222980 on PowerPC: add sound(4) and common device driversnwhitehorn2011-06-112-8/+15
* MFCattilio2011-06-048-61/+431
|\
| * Add new fan controller driver for the G4 MDD PowerMac. Submitted and testedandreast2011-06-043-0/+218
| * - Improve error handling.andreast2011-06-041-30/+60
| * 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
OpenPOWER on IntegriCloud