summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Decouple yarrow from random(4) device.obrien2013-07-291-0/+1
| * Revert r253748,253749avg2013-07-281-2/+2
| * put contents of cpu.h under _KERNELavg2013-07-281-2/+2
* | MFC @r219886.ray2013-07-2515-75/+156
|\ \ | |/
| * Include sys/systm.h after sys/param.h.ae2013-07-151-1/+1
| * Introduce new structure sfstat for collecting sendfile's statisticsae2013-07-151-1/+1
| * Prefix the alias macros for members of struct __mcontext with an underscoremarius2013-07-122-31/+31
| * 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
| * Stick to using the documented atomic(9) API.ed2013-06-151-1/+1
| * - Add a BIT_FFS() macro and use it to replace cpusetffs_obj()jeff2013-06-131-1/+1
| * o Relax locking assertions for vm_page_find_least()attilio2013-05-211-0/+2
| * Relax the object locking assertion in pmap_enter_locked().alc2013-05-171-1/+1
OpenPOWER on IntegriCloud