summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert the part of r239864 which removed obtaining the SMP mutex aroundmarius2013-01-232-20/+4
* Revert bogus part of r241740.marius2013-01-031-4/+5
* Enable the UFS quotas for big-iron GENERIC kernels.kib2013-01-031-0/+1
* As discussed on -current last October, remove the firewire drivers fromdes2013-01-031-9/+0
* Revert r237842 and switch back to SCHED_ULE. All problems I encounteredmarius2012-12-161-1/+1
* Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.hkib2012-11-161-0/+1
* - Implement run-time expansion of the KTR buffer via sysctl.jeff2012-11-151-0/+1
* Flip the semantic of M_NOWAIT to only require the allocation to notkib2012-11-141-8/+1
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-053-4/+4
* Rework the known rwlock to benefit about staying on their ownattilio2012-11-032-13/+2
* - Give PIL_PREEMPT the lowest priority just above low/stray interrupts.marius2012-10-202-10/+10
* - 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
* Add an unified macro to deny ability from the compiler to reorderattilio2012-10-091-3/+3
* Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofattilio2012-10-093-15/+3
* Eliminate a stale comment. It describes another use case for the pmap inalc2012-09-281-5/+0
* Correct double "the the"eadler2012-09-141-1/+1
* userret() already checks for td_locks when INVARIANTS is enabled, soattilio2012-09-081-1/+0
OpenPOWER on IntegriCloud