aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Include sys/systm.h after sys/param.h.Andrey V. Elsukov2013-07-151-1/+1
* Introduce new structure sfstat for collecting sendfile's statisticsAndrey V. Elsukov2013-07-151-1/+1
* Prefix the alias macros for members of struct __mcontext with an underscoreMarius Strobl2013-07-122-31/+31
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.Konstantin Belousov2013-07-011-0/+39
* Remove conflicting macros from SPARC64's atomic(9) header.Ed Schouten2013-06-151-15/+3
* Stick to using the documented atomic(9) API.Ed Schouten2013-06-151-1/+1
* - Add a BIT_FFS() macro and use it to replace cpusetffs_obj()Jeff Roberson2013-06-131-1/+1
* o Relax locking assertions for vm_page_find_least()Attilio Rao2013-05-211-0/+2
* Relax the object locking assertion in pmap_enter_locked().Alan Cox2013-05-171-1/+1
* Tidy up some CVS workarounds.Peter Wemm2013-05-122-2/+0
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao2013-05-072-7/+4
* Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE'Edward Tomasz Napierala2013-04-121-4/+1
* Merge from projects/counters: counter(9).Gleb Smirnoff2013-04-081-0/+54
* Merge from projects/counters:Gleb Smirnoff2013-04-081-1/+2
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inAlexander Motin2013-04-041-1/+0
* Fix low-level uart drivers that set their fifo sizes in the softc too late.Ian Lepore2013-04-011-9/+15
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichKonstantin Belousov2013-03-191-0/+2
* Add pmap function pmap_copy_pages(), which copies the content of theKonstantin Belousov2013-03-141-0/+8
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-092-9/+10
* Merge r247814 from x86 modulo whitespace bug:Marius Strobl2013-03-081-0/+3
* Correct two spelling mistakes in a comment.Gavin Atkinson2013-03-071-1/+1
* - Revert the part of r247601 which turned the overtemperature and power failMarius Strobl2013-03-021-11/+9
* Revert the part of r247600 which turned the overtemperature and power failMarius Strobl2013-03-021-18/+16
* - Apparently, it's no longer a problem to call shutdown_nice(9) from withinMarius Strobl2013-03-021-12/+14
* - While Netra X1 generally show no ill effects when registering a powerMarius Strobl2013-03-021-27/+44
* - In sbbc_pci_attach() just pass the already obtained bus tag and handleMarius Strobl2013-03-011-4/+3
* - Remove an unused header.Marius Strobl2013-03-011-6/+41
* MFcalloutng:Alexander Motin2013-02-281-18/+11
* Merge from vmobj-rwlock:Attilio Rao2013-02-271-3/+2
* Merge from vmobj-rwlock branch:Attilio Rao2013-02-261-1/+0
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-123-412/+277
* The 'end' word was missed in the comment.Konstantin Belousov2013-02-081-2/+2
* Remove support for plip from the GENERIC kernel as no systems in theEitan Adler2013-02-011-1/+0
* Revert the part of r239864 which removed obtaining the SMP mutex aroundMarius Strobl2013-01-232-20/+4
* Revert bogus part of r241740.Marius Strobl2013-01-031-4/+5
* Enable the UFS quotas for big-iron GENERIC kernels.Konstantin Belousov2013-01-031-0/+1
* As discussed on -current last October, remove the firewire drivers fromDag-Erling Smørgrav2013-01-031-9/+0
* Revert r237842 and switch back to SCHED_ULE. All problems I encounteredMarius Strobl2012-12-161-1/+1
* Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.hKonstantin Belousov2012-11-161-0/+1
* - Implement run-time expansion of the KTR buffer via sysctl.Jeff Roberson2012-11-151-0/+1
* Flip the semantic of M_NOWAIT to only require the allocation to notKonstantin Belousov2012-11-141-8/+1
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-053-4/+4
* Rework the known rwlock to benefit about staying on their ownAttilio Rao2012-11-032-13/+2
* - Give PIL_PREEMPT the lowest priority just above low/stray interrupts.Marius Strobl2012-10-202-10/+10
* - Remove an unused header.Marius Strobl2012-10-191-6/+4
* Let SCHED_ULE give affinity to the CPU the tick interrupt triggered onMarius Strobl2012-10-191-1/+3
* Add an unified macro to deny ability from the compiler to reorderAttilio Rao2012-10-091-3/+3
* Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofAttilio Rao2012-10-093-15/+3
* Eliminate a stale comment. It describes another use case for the pmap inAlan Cox2012-09-281-5/+0
* Correct double "the the"Eitan Adler2012-09-141-1/+1