summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
Commit message (Expand)AuthorAgeFilesLines
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-072-7/+4
* Merge from projects/counters: counter(9).glebius2013-04-081-0/+54
* Merge from projects/counters:glebius2013-04-081-1/+2
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-16/+21
* The 'end' word was missed in the comment.kib2013-02-081-2/+2
* Revert the part of r239864 which removed obtaining the SMP mutex aroundmarius2013-01-231-18/+2
* - Implement run-time expansion of the KTR buffer via sysctl.jeff2012-11-151-0/+1
* Rework the known rwlock to benefit about staying on their ownattilio2012-11-031-7/+1
* - Give PIL_PREEMPT the lowest priority just above low/stray interrupts.marius2012-10-201-8/+8
* Add an unified macro to deny ability from the compiler to reorderattilio2012-10-091-3/+3
* Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofattilio2012-10-091-2/+2
* Prevent indent(1) from reformatting this comment, as it containsgavin2012-09-071-1/+1
* Add a global MD macro for the VIS block size instead of duplicatingmarius2012-08-311-0/+2
* - Unlike cache invalidation and TLB demapping IPIs, reading registers frommarius2012-08-291-9/+25
* Merge r236494 from x86:marius2012-08-051-1/+7
* 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-291-0/+2
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+4
* Fix mismerge in r235231.marius2012-05-101-1/+1
* Merge r234989 from x86:marius2012-05-101-0/+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-261-2/+0
* Add casts to __uint16_t to the __bswap16() macros on all arches whichdim2012-03-091-2/+2
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedjhb2012-03-011-1/+1
* Now that we have a working OF_printf() since r230631 and a OF_panic()marius2012-01-271-29/+1
* - Now that we have a working OF_printf() since r230631, use it formarius2012-01-271-2/+3
* 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
* 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
* For sparc64 also adjust the geometry of da(4) driven disks to not overflowmarius2011-11-271-3/+4
* Define curthread as an inline function that loads the thread pointermarius2011-11-151-0/+10
* People porting FreeBSD to new architectures ought not have todas2011-10-211-0/+11
* Remove unused define.kib2011-10-071-1/+0
* - Use atomic operations rather than sched_lock for safely assigning pm_activemarius2011-10-061-0/+59
* Make sparc64 compatible with NEW_PCIB and enable it:marius2011-10-022-24/+11
* - Add protective parentheses to macros as far as possible.marius2011-10-011-41/+41
* In total store which we use for running the kernel and all of the userlandmarius2011-10-011-8/+9
* Use the extended integer condition code when comparing 64-bit values. Givenmarius2011-09-301-1/+1
* - Right-justify backslashes as suggested by style(9).marius2011-09-301-55/+55
* Merge from r224217:marius2011-07-201-1/+1
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
* - pmap_cache_remove() and pmap_protect_tte() are only used within pmap.cmarius2011-07-051-3/+0
* - For Cheetah- and Zeus-class CPUs don't flush all unlocked entries frommarius2011-07-023-5/+20
* Fix whitespacemarius2011-06-211-5/+5
* On machines where we don't need to lock the kernel TSB into the dTLB andmarius2011-06-212-2/+2
OpenPOWER on IntegriCloud