summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC: r278870marius2015-02-241-0/+10
* MFC r277643:kib2015-02-141-2/+0
* MFC r278001:kib2015-02-071-1/+1
* Merge the fueword(9) and casueword(9). In particular,kib2014-11-181-0/+4
* Fix a leak of the wired pages when unwiring of the PROT_NONE-mappedkib2014-09-011-14/+29
* MFC r270038:kib2014-08-241-3/+1
* Merge the changes to pmap_enter(9) for sleep-less operation (requestedkib2014-08-241-10/+16
* MFC r263749,267146:imp2014-07-171-1/+1
* MFC 263036, 263059: delete advertising clause in licenses, renumber.ian2014-05-171-1/+1
* MFC r257854 (discussed with alc@)ian2014-05-161-10/+8
* MFC r258800, r258802, r258805, r258806, r258807, r258851, r258857,ian2014-05-146-12/+6
* Merge r264984scottl2014-05-071-1/+0
* MFC the mpr(4) driver for LSI's 12Gb SAS cards.ken2014-05-051-0/+1
* MFC r263998:tijl2014-04-151-1/+1
* MFC r262613:dim2014-03-263-4/+4
* MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179,jhb2014-03-061-7/+11
* MFC r262472:dim2014-02-281-1/+1
* MFC r262471:dim2014-02-281-1/+1
* MFC r257228:kib2013-12-171-0/+2
* - Remove debugging from GENERIC* kernel configurationsgjb2013-10-101-9/+0
* 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
* 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
* 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
* 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
OpenPOWER on IntegriCloud