summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Style changesmarius2009-12-251-3/+3
* - Take advantage of bus_{read,write}_*(9).marius2009-12-251-3/+1
* - Hook up the default implementations of the MSI/MSI-X pcib_if methodsmarius2009-12-251-2/+39
* Merge from amd64/i386:marius2009-12-245-3/+67
* Add missing locking in intr_bind().marius2009-12-241-2/+8
* - Don't check for a valid interrupt controller on every interruptmarius2009-12-241-2/+3
* - By re-arranging the code in OF_decode_addr() somewhat and acceptingmarius2009-12-231-33/+33
* Style changes.marius2009-12-231-14/+12
* - Add support for the IOMMUs of Fire JBus to PCIe and Oberon Uranusmarius2009-12-233-43/+166
* Fix whitespace according to style(9).marius2009-12-231-29/+29
* - Add quirk handling for ALi M5229, mainly setting the magic "forcemarius2009-12-231-3/+24
* - Sort the prototypes.marius2009-12-231-24/+23
* Add structures for OFW MSI/MSI-X support. These are identical formarius2009-12-231-0/+25
* Don't probe the bq4802 variant found in Ultra 25 and 45 for now asmarius2009-12-231-4/+9
* Don't use an out register to hold the vector number across the callmarius2009-12-231-11/+11
* Calculate the average CPU clock frequency and export that throughmarcel2009-12-231-0/+14
* - Correct an off-by-one error when calculating the end of a childmarius2009-12-221-2/+2
* - Add support for the JBus to EBus bridges which hang off of nexus(4)marius2009-12-221-104/+309
* - Add macros for the states of the interrupt clear registers.marius2009-12-221-2/+6
* Make these constants unsigned which is more appropriate.marius2009-12-221-9/+9
* Enroll these drivers in multipass probing. The motivation behind thismarius2009-12-2210-11/+25
* Add missing module dependency information.marius2009-12-211-0/+1
* Provide and consume missing module dependency information.marius2009-12-215-1/+6
* Add INCLUDE_CONFIG_FILE, and a note in comments about how to alsodougb2009-12-161-0/+7
* Add additional checks of the kernel stack addresses in order tomarius2009-12-081-3/+11
* Add <machine/pcb.h> missed in r199135.marius2009-12-071-0/+1
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-271-6/+3
* Unroll copying of the registers in {g,s}et_mcontext() and limit itmarius2009-11-171-6/+56
* Extract the code that records syscall results in the frame into MDkib2009-11-103-36/+41
* In r197963, a race with thread being selected for signal deliverykib2009-10-271-5/+1
* Sync with the other archs and wrapper the prototype of in_cksum_skip(9)marius2009-10-261-0/+2
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-0/+5
* Change the load base to below 2GB so PIE binaries work including whenmarius2009-10-181-1/+1
* Move the USB wireless drivers down into their own section next to the USBjhb2009-10-131-4/+5
* 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
* Merge r194204 from amd64/i386:marius2009-09-251-0/+1
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Factor out the duplicated macro for the device type used in themarius2009-09-134-7/+11
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-082-18/+49
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-131-0/+1
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-1/+1
* Add a MD __PCI_BAR_ZERO_VALID which denotes that BARs containing 0marius2009-07-211-0/+2
* Add support to the virtual memory system for configuring machine-alc2009-07-122-2/+5
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-0/+1
* Cleanup ALIGNED_POINTER:sam2009-07-051-0/+7
* Enable POSIX semaphores on all non-embedded architectures by default.ed2009-07-021-0/+1
* - Work around the broken loader behavior of not demapping no longermarius2009-06-283-28/+37
* Correct the #endif comment.alc2009-06-261-1/+1
* This change is the next step in implementing the cache control functionalityalc2009-06-261-0/+35
OpenPOWER on IntegriCloud