aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.John Baldwin2012-03-021-5/+6
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedJohn Baldwin2012-03-012-2/+2
* As it turns out r227960 may still be insufficient with PREEMPTIONMarius Strobl2012-01-282-16/+42
* Fully disable interrupts while we fiddle with the FP context in theMarius Strobl2012-01-281-9/+9
* Commit file missed in r230633.Marius Strobl2012-01-271-18/+19
* Now that we have a working OF_printf() since r230631 and a OF_panic()Marius Strobl2012-01-274-90/+25
* - Now that we have a working OF_printf() since r230631, use it forMarius Strobl2012-01-272-2/+17
* For machines where the kernel address space is unrestricted increaseMarius Strobl2012-01-271-1/+1
* Mark cpu_{halt,reset}() as __dead2 as appropriate.Marius Strobl2012-01-271-2/+2
* Add C11 macros describing subnormal numbers to float.h.David Schultz2012-01-231-0/+15
* Add the CAM Target Layer (CTL).Kenneth D. Merry2012-01-121-0/+1
* Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernelRobert Watson2011-12-291-0/+2
* Eliminate vestiges of page coloring.Alan Cox2011-12-151-2/+1
* Replace __signed by signed.Ed Schouten2011-12-131-1/+1
* Revert r225889 a bit. While it's correct that in total store order there'sMarius Strobl2011-12-031-1/+4
* Fix OF_finddevice error return value in case of FDT.Jayachandran C.2011-12-022-2/+2
* Update comment.Marius Strobl2011-11-271-8/+7
* For sparc64 also adjust the geometry of da(4) driven disks to not overflowMarius Strobl2011-11-272-3/+78
* Move to SCHED_ULE by default. Since r226057 SCHED_ULE and sparc64 areMarius Strobl2011-11-251-1/+1
* Increase the CDMA sync timeout for Schizo bridges to 15 seconds as used byMarius Strobl2011-11-241-1/+1
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl2011-11-2217-19/+19
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-224-11/+6
* Fix make universe.Pawel Jakub Dawidek2011-11-161-1/+1
* Define curthread as an inline function that loads the thread pointerMarius Strobl2011-11-151-0/+10
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onAttilio Rao2011-11-081-0/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-072-2/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 andMarius Strobl2011-11-011-1/+1
* Actually, limit to 32-bit DMA for the transfer buffers as the address isMarius Strobl2011-10-301-2/+2
* Correct the DMA constraints, the LSI64854 isn't limited to 32-bit DMA.Marius Strobl2011-10-301-3/+3
* - Use device_t rather than the NetBSDish struct device.Marius Strobl2011-10-302-104/+136
* Adjust the debugger options slightly. This should help me do the rightKen Smith2011-10-271-1/+4
* People porting FreeBSD to new architectures ought not have toDavid Schultz2011-10-211-0/+11
* Add a warning about why sbp(4) is commented out so that curious folksKen Smith2011-10-191-0/+1
* Comment out the sbp(4) driver for architectures that support it.Ken Smith2011-10-181-1/+1
* Trace attempts to call restricted MD syscalls.Dag-Erling Smørgrav2011-10-181-0/+4
* Merge from NetBSD:Marius Strobl2011-10-152-16/+20
* Remove unused define.Konstantin Belousov2011-10-071-1/+0
* - Use atomic operations rather than sched_lock for safely assigning pm_activeMarius Strobl2011-10-063-27/+129
* Actually enable NEW_PCIB by default, missed in r225931.Marius Strobl2011-10-021-1/+1
* Make sparc64 compatible with NEW_PCIB and enable it:Marius Strobl2011-10-0220-499/+630
* Remove obsolete macros.Marius Strobl2011-10-011-6/+0
* Nuke SUN4U #ifdef's which with the demise of sun4v no longer serve anyMarius Strobl2011-10-011-15/+1
* Also allocate space for the PIL counters. Given that no machine actuallyMarius Strobl2011-10-011-4/+4
* Re-reading the Schizo errata suggests that it's actually tolerable toMarius Strobl2011-10-011-3/+3
* - Add protective parentheses to macros as far as possible.Marius Strobl2011-10-011-41/+41
* In total store which we use for running the kernel and all of the userlandMarius Strobl2011-10-011-8/+9
* Add a comment about why contrary to what once would think running all ofMarius Strobl2011-09-301-0/+4
* Use the extended integer condition code when comparing 64-bit values. GivenMarius Strobl2011-09-301-1/+1
* - Right-justify backslashes as suggested by style(9).Marius Strobl2011-09-301-55/+55