summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Merge r236494 from x86:marius2012-08-052-4/+12
* Switch back to the 4BSD scheduler for now. There is some more or lessmarius2012-06-301-1/+1
* Now that the mps(4) driver is endian-safe, add it to the powerpc andken2012-06-281-0/+1
* Add new pmap layer locks to the predefined lock order. Change the namesalc2012-06-271-2/+3
* Make the wchar_t type machine dependent.andrew2012-06-242-6/+4
* Implement mechanism to export some kernel timekeeping data tokib2012-06-221-0/+34
* Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer tokib2012-06-221-0/+1
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapalc2012-06-161-0/+1
* Replace all uses of the vm page queues lock by a r/w lock that is privatealc2012-05-293-47/+55
* Merge from x86: r232521marius2012-05-251-28/+0
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+4
* MFprojects/zfsd:mav2012-05-241-1/+1
* Fix mismerge in r235231.marius2012-05-101-1/+1
* Merge r234989 from x86:marius2012-05-102-9/+2
* Add a convenience macro for the returns_twice attribute, and apply it todim2012-04-291-1/+1
* Clean up the intr* MD KPI from the SMP dependency, removing a cause ofattilio2012-04-263-4/+16
* Turn on PREEMPTION by default. After fixing several bugs over time, themarius2012-04-161-1/+1
* Merge from x86:marius2012-04-132-3/+7
* Remove checks that are redundant due to tf_type being unsigned.marius2012-03-311-2/+2
* Fix panic on kernel traps having a mapping in trap_sig b0rked in r206086.marius2012-03-311-5/+6
* - Remove erroneous trailing semicolon. [1]marius2012-03-302-2/+10
* Given that this is a host-PCI-Express bridge driver, create the parentmarius2012-03-241-1/+1
* Remove pty(4) from our kernel configurations.ed2012-03-211-1/+0
* Make ofw_bus_get_node() consistently return -1 when there is no associatednwhitehorn2012-03-151-1/+1
* Add casts to __uint16_t to the __bswap16() macros on all arches whichdim2012-03-091-2/+2
* Disable the option VFS_ALLOW_NONMPSAFE by default on all the supportedattilio2012-03-061-3/+0
* - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.jhb2012-03-021-5/+6
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedjhb2012-03-012-2/+2
* As it turns out r227960 may still be insufficient with PREEMPTIONmarius2012-01-282-16/+42
* Fully disable interrupts while we fiddle with the FP context in themarius2012-01-281-9/+9
* Commit file missed in r230633.marius2012-01-271-18/+19
* Now that we have a working OF_printf() since r230631 and a OF_panic()marius2012-01-274-90/+25
* - Now that we have a working OF_printf() since r230631, use it formarius2012-01-272-2/+17
* For machines where the kernel address space is unrestricted increasemarius2012-01-271-1/+1
* Mark cpu_{halt,reset}() as __dead2 as appropriate.marius2012-01-271-2/+2
* Add C11 macros describing subnormal numbers to float.h.das2012-01-231-0/+15
* Add the CAM Target Layer (CTL).ken2012-01-121-0/+1
* Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernelrwatson2011-12-291-0/+2
* Eliminate vestiges of page coloring.alc2011-12-151-2/+1
* Replace __signed by signed.ed2011-12-131-1/+1
* Revert r225889 a bit. While it's correct that in total store order there'smarius2011-12-031-1/+4
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-022-2/+2
* Update comment.marius2011-11-271-8/+7
* For sparc64 also adjust the geometry of da(4) driven disks to not overflowmarius2011-11-272-3/+78
* Move to SCHED_ULE by default. Since r226057 SCHED_ULE and sparc64 aremarius2011-11-251-1/+1
* Increase the CDMA sync timeout for Schizo bridges to 15 seconds as used bymarius2011-11-241-1/+1
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionmarius2011-11-2217-19/+19
* - There's no need to overwrite the default device method with the defaultmarius2011-11-224-11/+6
* Fix make universe.pjd2011-11-161-1/+1
* Define curthread as an inline function that loads the thread pointermarius2011-11-151-0/+10
OpenPOWER on IntegriCloud