summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
| * - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDglebius2013-09-221-0/+11
| * The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-201-19/+0
| * Fix panic in ktrcapfail() when no capability rights are passed.pjd2013-09-181-1/+1
| * Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-1/+1
| * Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarationsglebius2013-09-061-0/+3
* | MFC @r255128.ray2013-09-012-4/+10
|\ \ | |/
| * Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-291-0/+8
| * Revert r254501. Instead, reuse the type stability of the struct pmapkib2013-08-221-3/+0
| * Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-221-1/+1
| * Add process descriptors support to the GENERIC kernel. It is already beingpjd2013-08-181-0/+1
* | MFC @r254374.ray2013-08-159-37/+53
|\ \ | |/
| * The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-12/+10
| * follow up to r254051avg2013-08-091-2/+1
| * Split the pagequeues per NUMA domains, and split pageademon processkib2013-08-071-0/+1
| * enable KDB_TRACE in GENERICsavg2013-08-071-1/+1
| * Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-075-10/+14
| * Add MD (for now) atomic_store_acq_<type>() and use it in pmap_activate()marius2013-08-062-10/+26
| * Remove unused member.attilio2013-08-042-2/+0
| * Back out r253779 & r253786.obrien2013-07-311-1/+0
OpenPOWER on IntegriCloud