summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r277643:kib2015-02-141-2/+0
* MFC r278001:kib2015-02-071-1/+1
* 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 263036, 263059: delete advertising clause in licenses, renumber.ian2014-05-171-1/+1
* Merge r264984scottl2014-05-071-1/+0
* MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179,jhb2014-03-061-7/+11
* MFC r262471:dim2014-02-281-1/+1
* - 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
* 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
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-12/+10
* Split the pagequeues per NUMA domains, and split pageademon processkib2013-08-071-0/+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-061-1/+1
* Remove unused member.attilio2013-08-041-1/+0
* 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-121-20/+20
* 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
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-191-0/+2
* Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-141-0/+8
* MFCattilio2013-03-021-18/+11
|\
| * MFcalloutng:mav2013-02-281-18/+11
| * Merge from vmobj-rwlock:attilio2013-02-271-3/+2
| * Merge from vmobj-rwlock branch:attilio2013-02-261-1/+0
* | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-5/+5
* | Fix other architectures and ZFS.attilio2013-02-212-1/+1
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-4/+4
* | There is no need to use VM_OBJECT_LOCKED() as the assertion won'tattilio2013-02-201-3/+2
* | Switch vm_object lock to be a rwlock.attilio2013-02-201-4/+4
|/
* Reform the busdma API so that new types may be added without modifyingkib2013-02-122-396/+256
* Revert the part of r239864 which removed obtaining the SMP mutex aroundmarius2013-01-231-2/+2
* Revert bogus part of r241740.marius2013-01-031-4/+5
* Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.hkib2012-11-161-0/+1
* Flip the semantic of M_NOWAIT to only require the allocation to notkib2012-11-141-8/+1
* Rework the known rwlock to benefit about staying on their ownattilio2012-11-031-6/+1
* - Give PIL_PREEMPT the lowest priority just above low/stray interrupts.marius2012-10-201-2/+2
* - Remove an unused header.marius2012-10-191-6/+4
* Let SCHED_ULE give affinity to the CPU the tick interrupt triggered onmarius2012-10-191-1/+3
* Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofattilio2012-10-092-13/+1
OpenPOWER on IntegriCloud