summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* - 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
* 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
* Prevent indent(1) from reformatting this comment, as it containsgavin2012-09-071-1/+1
* Add a global MD macro for the VIS block size instead of duplicatingmarius2012-08-314-51/+48
* - Unlike cache invalidation and TLB demapping IPIs, reading registers frommarius2012-08-293-17/+29
* Grammar fix: s/NIC's/NICs/gjb2012-08-261-1/+1
* Merge r236494 from x86:marius2012-08-052-4/+12
* Switch back to the 4BSD scheduler for now. There is some more or lessmarius2012-06-301-1/+1
* Now that the mps(4) driver is endian-safe, add it to the powerpc andken2012-06-281-0/+1
* Add new pmap layer locks to the predefined lock order. Change the namesalc2012-06-271-2/+3
* Make the wchar_t type machine dependent.andrew2012-06-242-6/+4
* Implement mechanism to export some kernel timekeeping data tokib2012-06-221-0/+34
* Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer tokib2012-06-221-0/+1
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapalc2012-06-161-0/+1
* Replace all uses of the vm page queues lock by a r/w lock that is privatealc2012-05-293-47/+55
* Merge from x86: r232521marius2012-05-251-28/+0
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+4
* MFprojects/zfsd:mav2012-05-241-1/+1
* Fix mismerge in r235231.marius2012-05-101-1/+1
* Merge r234989 from x86:marius2012-05-102-9/+2
* Add a convenience macro for the returns_twice attribute, and apply it todim2012-04-291-1/+1
* Clean up the intr* MD KPI from the SMP dependency, removing a cause ofattilio2012-04-263-4/+16
* Turn on PREEMPTION by default. After fixing several bugs over time, themarius2012-04-161-1/+1
* Merge from x86:marius2012-04-132-3/+7
OpenPOWER on IntegriCloud