summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Relax the object locking assertion in pmap_enter_locked().alc2013-05-171-1/+1
* Tidy up some CVS workarounds.peter2013-05-122-2/+0
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-072-7/+4
* Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE'trasz2013-04-121-4/+1
* Merge from projects/counters: counter(9).glebius2013-04-081-0/+54
* Merge from projects/counters:glebius2013-04-081-1/+2
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-041-1/+0
* Fix low-level uart drivers that set their fifo sizes in the softc too late.ian2013-04-011-9/+15
* 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-091-0/+3
* MFCattilio2013-03-081-1/+1
|\
| * Correct two spelling mistakes in a comment.gavin2013-03-071-1/+1
* | MFCattilio2013-03-025-52/+94
|\ \ | |/
| * - Revert the part of r247601 which turned the overtemperature and power failmarius2013-03-021-11/+9
| * Revert the part of r247600 which turned the overtemperature and power failmarius2013-03-021-18/+16
| * - Apparently, it's no longer a problem to call shutdown_nice(9) from withinmarius2013-03-021-12/+14
| * - While Netra X1 generally show no ill effects when registering a powermarius2013-03-021-27/+44
| * - In sbbc_pci_attach() just pass the already obtained bus tag and handlemarius2013-03-011-4/+3
| * - Remove an unused header.marius2013-03-011-6/+41
| * 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-123-412/+277
* The 'end' word was missed in the comment.kib2013-02-081-2/+2
* Remove support for plip from the GENERIC kernel as no systems in theeadler2013-02-011-1/+0
OpenPOWER on IntegriCloud