summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Remove a warning in DELAY about large delays. In kern_shutdown.cmarcel2009-12-191-8/+1
* Add INCLUDE_CONFIG_FILE, and a note in comments about how to alsodougb2009-12-161-0/+7
* Unbreak build.nwhitehorn2009-12-061-1/+1
* MFp4:mav2009-12-064-57/+37
* The first argument of dcbz interprets r0 as a literal zero, not the second.nwhitehorn2009-12-031-1/+1
* Bump limits on PowerPC. This allows large executables like parts of LLVMnwhitehorn2009-12-021-5/+5
* Add atp(4) to powerpc GENERIC. Most late-generation Apple PowerPC laptopsnwhitehorn2009-11-291-0/+1
* Add a CPU features framework on PowerPC and simplify CPU setup a littlenwhitehorn2009-11-286-99/+131
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-272-5/+2
* Garbage collect some code that was never compiled in to handle Altivecnwhitehorn2009-11-221-6/+0
* Always allocate PCI/ISA interrupts as shareable so that sharedmarcel2009-11-201-0/+1
* Fix cpuid output on E500 core.raj2009-11-191-0/+2
* Provide a real fix to the too-many-translations problem when bootingnwhitehorn2009-11-121-56/+62
* Extract the code that records syscall results in the frame into MDkib2009-11-104-73/+113
* Spell sz correctly.nwhitehorn2009-11-091-1/+1
* Increase the size of the OFW translations buffer to handle G5 systemsnwhitehorn2009-11-091-1/+4
* Unbreak E500 builds. The inline assembly for the 970 CPUsmarcel2009-11-061-1/+6
* Unbreak cpu_switch(). The register allocator in my brain is clearlynwhitehorn2009-10-311-4/+6
* Remove an unnecessary sync that crept in the last commit.nwhitehorn2009-10-311-1/+0
* Fix a race in casuword() exposed by csup. casuword() non-atomically readnwhitehorn2009-10-311-2/+13
* Loop on blocked threads when using ULE scheduler, removing annwhitehorn2009-10-311-9/+21
* Garbage collect set_user_sr(), which is declared static inline andnwhitehorn2009-10-311-9/+0
* Make procstat -k work on PowerPC by avoiding mistakenly using signednwhitehorn2009-10-301-2/+2
* Turn off Altivec data-stream prefetching before going into power-savenwhitehorn2009-10-291-3/+21
* In r197963, a race with thread being selected for signal deliverykib2009-10-272-14/+2
* Turn on NAP mode on G5 systems, and refactor the HID0 setup code a little.nwhitehorn2009-10-242-89/+160
* Allow Heathrow-based machines to boot a kernel containing option SMPnwhitehorn2009-10-241-1/+7
* Remove debugging printf that snuck in here.nwhitehorn2009-10-231-1/+0
* Add some more paranoia to setting HID registers, and update the AIMnwhitehorn2009-10-233-12/+27
* Do not map the trap vectors into the kernel's address space. They arenwhitehorn2009-10-232-6/+13
* Add SMP support on U3-based G5 systems. This does not yet work perfectly:nwhitehorn2009-10-239-103/+214
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-217-71/+117
* Don't assume that physical addresses are identity mapped. This allowsnwhitehorn2009-10-181-1/+8
* Correct another typo. Actually save the condition register insteadnwhitehorn2009-10-111-1/+1
* Correct a typo here and actually save DSISR instead of overwriting it.nwhitehorn2009-10-111-1/+1
* Define architectural load bases for PIE binaries. Addresses were selectedkib2009-10-101-0/+2
* Make sure that the primary native brandinfo always gets addedbz2009-10-031-1/+1
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Add a few SCSI controllers to GENERIC that can be found on Powermacs.nwhitehorn2009-09-101-0/+11
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-082-18/+57
* Remove some debugging (KTR_VERBOSE) that crept into ppc GENERIC long agonwhitehorn2009-09-081-4/+0
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-132-1/+8
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-1/+1
* Do not use OCP85XX_LBC_OFF twice when accessing LBC registers on MPC85XX.raj2009-07-211-4/+4
* Add support to the virtual memory system for configuring machine-alc2009-07-122-4/+10
* Increase the size of the page table on 64-bit PowerPC machines as anwhitehorn2009-07-121-2/+0
* Cleanup ALIGNED_POINTER:sam2009-07-051-0/+7
* Enable POSIX semaphores on all non-embedded architectures by default.ed2009-07-021-0/+1
* Correct the #endif comment.alc2009-06-261-1/+1
* This change is the next step in implementing the cache control functionalityalc2009-06-261-0/+40
OpenPOWER on IntegriCloud