summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Enforce a memory barrier in stream operations, as is done on othernwhitehorn2011-10-151-0/+7
* Remove unused define.kib2011-10-071-1/+0
* Revert r225875, r225877:mav2011-10-031-11/+0
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-17/+20
* Add header missed in r225875.mav2011-09-291-0/+1
* Handle the race in cpu_idle() when due to the critical section CPU could getmav2011-09-291-0/+10
* Remove locking of the vm page queues from several pmaps, which onlykib2011-09-281-2/+0
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Inline the syscallenter() and syscallret(). This reduces the time measuredkib2011-09-112-0/+4
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-064-42/+42
* Follow up to r225203 refining break-to-debugger run-time configurationrwatson2011-08-271-2/+0
* Attempt to make break-to-debugger and alternative break-to-debugger morerwatson2011-08-261-19/+3
* Add support for the Blu-Ray drive found in the Sony Playstation 3 and fixnwhitehorn2011-08-141-0/+703
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagkib2011-08-094-58/+44
* 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
OpenPOWER on IntegriCloud