summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "MFC r319871:""Luiz Souza2018-02-231-7/+7
* Revert "MFC r319871:"Luiz Souza2018-02-211-7/+7
* MFC r319871:kib2018-02-191-7/+7
* MFC efivar(8) (by imp):kib2017-05-201-0/+14
* MFC r311169,r311898,r312925,r312973,r312975,r313007,r313040,r313080,mjg2017-03-161-0/+34
* MFC r313194:kib2017-02-111-2/+0
* Add new bus methods for mapping resources.jhb2016-05-201-0/+1
* Since r296250 it is no longer possible for devices to use bus spacemarius2016-04-101-1/+1
* POSIX states that #include <signal.h> shall make both mcontext_t andkib2016-02-121-5/+5
* Add an atomic_fetchadd_64() wrapper on sparc64.jhb2016-01-221-0/+1
* Make using the #address-cells property on the interrupt parent in devicenwhitehorn2016-01-021-0/+3
* Change the - hopefully - last piece of ktr(9) to use PCPU_GET(cpuid)marius2015-12-301-1/+1
* - (Ab)use udivx for dividing the u_int pc_cpuid when implementingmarius2015-12-301-13/+4
* Adapt CATR() to r283283.marius2015-12-301-3/+3
* Add support to libkvm for reading vmcores from other architectures.jhb2015-11-271-8/+9
* Merge from r290547:marius2015-11-211-1/+1
* - Unbreak dumpsys(9) on sparc64 after r276772marius2015-11-161-8/+0
* Merge r286374 from x86:marius2015-09-131-9/+11
* Rationalize BSD license on sys/*/include/in_cksum.hemaste2015-08-051-1/+1
* Rationalize BSD license on sys/*/include/float.hemaste2015-08-051-1/+1
* Add two new pmap functions:jah2015-08-041-1/+2
* o Revert the other functional half of r239864, i. e. the merge of r134227marius2015-07-241-16/+34
* Add the atomic_thread_fence() family of functions with intent tokib2015-07-081-0/+29
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-081-3/+2
* Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>jhb2015-04-081-0/+6
* Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signalmarius2015-02-161-0/+10
* Factor out duplicated code from dumpsys() on each architecture into genericmarkj2015-01-071-0/+76
* Revert r274772: it is not valid on MIPSemaste2014-11-251-1/+1
* Use canonical __PIC__ flagemaste2014-11-211-1/+1
* Add fueword(9) and casueword(9) functions. They are like fuword(9)kib2014-10-281-0/+4
* For CPUs which do hardware cache line unaliasing, use direct map tokib2014-08-231-0/+3
* On sparc64, do not keep mappings for the destroyed sf_bufs. Sparc64kib2014-08-102-1/+36
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-052-59/+3
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4tijl2014-04-011-1/+1
* As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In otheralc2013-11-081-10/+8
* Add bus_dmamap_load_ma() function to load map with the array ofkib2013-10-271-0/+2
* Move the implementation of bus_space_barrier(9) to the inline function inmarius2013-10-242-18/+13
* Implement GET_STACK_USAGE.marius2013-09-291-0/+11
* Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarationsglebius2013-09-061-0/+3
* Add MD (for now) atomic_store_acq_<type>() and use it in pmap_activate()marius2013-08-061-9/+25
* Remove unused member.attilio2013-08-041-1/+0
* Revert r253748,253749avg2013-07-281-2/+2
* put contents of cpu.h under _KERNELavg2013-07-281-2/+2
* Prefix the alias macros for members of struct __mcontext with an underscoremarius2013-07-121-11/+11
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.kib2013-07-011-0/+39
* Remove conflicting macros from SPARC64's atomic(9) header.ed2013-06-151-15/+3
* 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
OpenPOWER on IntegriCloud