summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r274772: it is not valid on MIPSemaste2014-11-251-1/+1
* Use canonical __PIC__ flagemaste2014-11-211-1/+1
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-1/+0
* Add fueword(9) and casueword(9) functions. They are like fuword(9)kib2014-10-281-0/+4
* Simplify memrw().alc2014-10-271-11/+2
* Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code thatjhb2014-10-241-0/+2
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* Fix typo revealed by using newer binutilsbapt2014-10-101-1/+1
* ddb: allow specifying the exact address of the symtab and strtabroyger2014-09-251-4/+0
* Revert unrelated changes accidentally committed in r271192.jhb2014-09-171-13/+7
* Migrate ie->ie_assign_cpu and associated code to use an int for CPU ratheradrian2014-09-171-2/+2
* Create a separate structure for per-CPU state saved across suspend andjhb2014-09-061-7/+13
* For CPUs which do hardware cache line unaliasing, use direct map tokib2014-08-231-0/+3
* Complete r254667, do not destroy pmap lock if KVA allocation failed.kib2014-08-161-3/+1
* On sparc64, do not keep mappings for the destroyed sf_bufs. Sparc64kib2014-08-103-1/+52
* Change pmap_enter(9) interface to take flags parameter and superpagekib2014-08-081-10/+16
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-053-166/+3
* Retire pmap_change_wiring(). We have never used it to wire virtual pages.alc2014-08-031-25/+0
* Add vt(4) support to sparc64. The only driver currently present (ofwfb)nwhitehorn2014-08-021-0/+3
* Add error return to dumpsys(), and use it in doadump().gavin2014-07-251-2/+3
* Introduce pmap_unwire(). It will replace pmap_change_wiring(). There arealc2014-07-061-0/+40
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-1/+0
* Revert r267961, r267973:gjb2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-1/+0
* Restore comments accidentally removed.imp2014-06-061-1/+1
* Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.ken2014-05-021-0/+1
* Retire smp_active. It was racey and caused demonstrated problems withscottl2014-04-261-1/+0
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4tijl2014-04-011-1/+1
* Rather than require a makeoptions DEBUG to get debug correct,imp2014-03-251-1/+1
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-223-4/+4
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Delete stray clause 3 (Advertising clause) and renumber while i'mimp2014-03-111-1/+1
* Merge from head up to r262472.dim2014-02-252-2/+2
|\
| * Make sure a for loop in fire_alloc_msix() terminates, by making the loopdim2014-02-251-1/+1
| * In sys/sparc64/sparc64/spitfire.c, prevent signed shift overflow bydim2014-02-251-1/+1
* | Similar to r261991, for compiling the GENERIC kernel on sparc64,dim2014-02-231-1/+1
* | Remove more superfluous const specifiers.dim2014-02-232-3/+3
|/
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgejhb2014-02-121-6/+6
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufnwhitehorn2013-12-176-12/+6
* Restore a vital comment nuked in r259016.marius2013-12-081-0/+7
* MFC @r258947.ray2013-12-051-1/+0
|\
| * Make process descriptors standard part of the kernel. rwhod(8) alreadypjd2013-11-301-1/+0
* | MFC @r258091.ray2013-11-131-10/+8
|\ \ | |/
| * As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In otheralc2013-11-081-10/+8
* | MFC @r257698.ray2013-11-051-0/+2
|\ \ | |/
| * Add bus_dmamap_load_ma() function to load map with the array ofkib2013-10-271-0/+2
* | MFC @r257107.ray2013-10-257-79/+26
|\ \ | |/
| * Move the implementation of bus_space_barrier(9) to the inline function inmarius2013-10-247-79/+26
* | MFC @r256148.ray2013-10-085-21/+27
|\ \ | |/
| * Implement GET_STACK_USAGE.marius2013-09-291-0/+11
OpenPOWER on IntegriCloud