aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include
Commit message (Expand)AuthorAgeFilesLines
* Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signalMarius Strobl2015-02-161-0/+10
* Factor out duplicated code from dumpsys() on each architecture into genericMark Johnston2015-01-071-0/+76
* Revert r274772: it is not valid on MIPSEd Maste2014-11-251-1/+1
* Use canonical __PIC__ flagEd Maste2014-11-211-1/+1
* Add fueword(9) and casueword(9) functions. They are like fuword(9)Konstantin Belousov2014-10-281-0/+4
* For CPUs which do hardware cache line unaliasing, use direct map toKonstantin Belousov2014-08-231-0/+3
* On sparc64, do not keep mappings for the destroyed sf_bufs. Sparc64Konstantin Belousov2014-08-102-1/+36
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cGleb Smirnoff2014-08-052-59/+3
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4Tijl Coosemans2014-04-011-1/+1
* As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In otherAlan Cox2013-11-081-10/+8
* Add bus_dmamap_load_ma() function to load map with the array ofKonstantin Belousov2013-10-271-0/+2
* Move the implementation of bus_space_barrier(9) to the inline function inMarius Strobl2013-10-242-18/+13
* Implement GET_STACK_USAGE.Marius Strobl2013-09-291-0/+11
* Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarationsGleb Smirnoff2013-09-061-0/+3
* Add MD (for now) atomic_store_acq_<type>() and use it in pmap_activate()Marius Strobl2013-08-061-9/+25
* Remove unused member.Attilio Rao2013-08-041-1/+0
* Revert r253748,253749Andriy Gapon2013-07-281-2/+2
* put contents of cpu.h under _KERNELAndriy Gapon2013-07-281-2/+2
* Prefix the alias macros for members of struct __mcontext with an underscoreMarius Strobl2013-07-121-11/+11
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.Konstantin Belousov2013-07-011-0/+39
* Remove conflicting macros from SPARC64's atomic(9) header.Ed Schouten2013-06-151-15/+3
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao2013-05-072-7/+4
* Merge from projects/counters: counter(9).Gleb Smirnoff2013-04-081-0/+54
* Merge from projects/counters:Gleb Smirnoff2013-04-081-1/+2
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-16/+21
* The 'end' word was missed in the comment.Konstantin Belousov2013-02-081-2/+2
* Revert the part of r239864 which removed obtaining the SMP mutex aroundMarius Strobl2013-01-231-18/+2
* - Implement run-time expansion of the KTR buffer via sysctl.Jeff Roberson2012-11-151-0/+1
* Rework the known rwlock to benefit about staying on their ownAttilio Rao2012-11-031-7/+1
* - Give PIL_PREEMPT the lowest priority just above low/stray interrupts.Marius Strobl2012-10-201-8/+8
* Add an unified macro to deny ability from the compiler to reorderAttilio Rao2012-10-091-3/+3
* Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofAttilio Rao2012-10-091-2/+2
* Prevent indent(1) from reformatting this comment, as it containsGavin Atkinson2012-09-071-1/+1
* Add a global MD macro for the VIS block size instead of duplicatingMarius Strobl2012-08-311-0/+2
* - Unlike cache invalidation and TLB demapping IPIs, reading registers fromMarius Strobl2012-08-291-9/+25
* Merge r236494 from x86:Marius Strobl2012-08-051-1/+7
* Make the wchar_t type machine dependent.Andrew Turner2012-06-242-6/+4
* Implement mechanism to export some kernel timekeeping data toKonstantin Belousov2012-06-221-0/+34
* Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer toKonstantin Belousov2012-06-221-0/+1
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapAlan Cox2012-06-161-0/+1
* Replace all uses of the vm page queues lock by a r/w lock that is privateAlan Cox2012-05-291-0/+2
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-241-0/+4
* Fix mismerge in r235231.Marius Strobl2012-05-101-1/+1
* Merge r234989 from x86:Marius Strobl2012-05-101-0/+2
* Add a convenience macro for the returns_twice attribute, and apply it toDimitry Andric2012-04-291-1/+1
* Clean up the intr* MD KPI from the SMP dependency, removing a cause ofAttilio Rao2012-04-261-2/+0
* Add casts to __uint16_t to the __bswap16() macros on all arches whichDimitry Andric2012-03-091-2/+2
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedJohn Baldwin2012-03-011-1/+1
* Now that we have a working OF_printf() since r230631 and a OF_panic()Marius Strobl2012-01-271-29/+1
* - Now that we have a working OF_printf() since r230631, use it forMarius Strobl2012-01-271-2/+3