aboutsummaryrefslogtreecommitdiff
path: root/sys/sun4v
Commit message (Expand)AuthorAgeFilesLines
* MFC: Add a wrapper function that bound checks writes to the dump device.Ruslan Ermilov2008-01-301-6/+6
* MFC fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2008-01-192-2/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_7_0'.cvs2svn2007-12-222-120/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-12-032-0/+120
* Remove debugging support from GENERIC kernels, remove warning inKen Smith2007-10-111-14/+0
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-301-0/+5
* Use the correct expanded name for SCTP.Christian Brueffer2007-09-261-1/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalAlan Cox2007-09-251-2/+3
* It has been observed on the mailing lists that the different categoriesAlan Cox2007-09-151-4/+4
* This is a follow-up, cleaning-up commit about recent changes involvingAttilio Rao2007-09-111-1/+1
* Fix warning - add missing #includePeter Wemm2007-07-061-0/+1
* - Restore the machine independency of sys/dev/ofw/openfirm.{c,h} byMarius Strobl2007-06-163-4/+31
* Enable the new physical memory allocator.Alan Cox2007-06-161-2/+3
* Enable SCTP by default for GENERIC kernels in order to give itXin LI2007-06-141-0/+1
* fix cassert failure by adjusting paddingKip Macy2007-06-121-1/+1
* Use default options for default partitioning schemes, rather thanMarcel Moolenaar2007-06-111-0/+4
* Add kdb_cpu_sync_icache(), intended to synchronize instructionMarcel Moolenaar2007-06-091-0/+5
* Enable AUDIT by default in the GENERIC kernel, allowing security eventRobert Watson2007-06-081-0/+1
* - Change comments and asserts to reflect the removal of the globalJeff Roberson2007-06-042-3/+2
* Commit 10/14 of sched_lock decomposition.Jeff Roberson2007-06-041-10/+4
* Rework the PCPU_* (MD) interface:Attilio Rao2007-06-042-3/+4
* Add the machine-specific definitions for configuring the new physicalAlan Cox2007-06-031-0/+38
* Revert VMCNT_* operations introduction.Attilio Rao2007-05-314-7/+7
* In some particular cases (like in pccard and pccbb), the real devicePaolo Pisati2007-05-311-2/+11
* Honor maxsegsz of less than a page size in a DMA tag. Previously itPyun YongHyeon2007-05-291-0/+2
* remove unneccessary curcpu reference in setting mmfsaKip Macy2007-05-251-3/+1
* move trap table initialization for cpu0 into sparc64_initKip Macy2007-05-252-17/+36
* Add some early diagnostics under bootverboseKip Macy2007-05-232-1/+28
* restore interrupts to working order after INTR_THREAD changesKip Macy2007-05-221-19/+21
* - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument.Jeff Roberson2007-05-203-3/+3
* Given that these sparc64 (as in sun4u) specific headers only existMarius Strobl2007-05-202-114/+4
* Delete the unused/not really used sparc64 (as in sun4u) cache.h,Marius Strobl2007-05-209-415/+0
* Delete a remnant of the old sparc64 nexus(4) which was never used for sun4v.Marius Strobl2007-05-201-54/+0
* Remove superfluous inclusion of machine/ver.h.Marius Strobl2007-05-204-4/+0
* Make previous revision compile.Marius Strobl2007-05-201-1/+1
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingJeff Roberson2007-05-184-7/+7
* - Add bits for userland profiling. For sun4u this is compile-tested only.Marius Strobl2007-05-111-4/+36
* Define every architecture as either VM_PHYSSEG_DENSE orAlan Cox2007-05-051-0/+5
* Add support for specifying a minimal size for vm.kmem_size in the loader viaStephane E. Potvin2007-04-211-1/+2
* Remove trailing '.' for consistency!Pawel Jakub Dawidek2007-04-101-1/+1
* Add UFS_GJOURNAL options to the GENERIC kernel.Pawel Jakub Dawidek2007-04-101-0/+1
* Remove extern struct pcb stoppcbs[] declaration from this file.Alexander Kabaev2007-04-051-2/+0
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentAlan Cox2007-03-111-0/+6
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-235-21/+23
* Include GEOM_LABEL in GENERIC. It's very useful and not well publicizedBrooks Davis2007-02-091-0/+1
* Evolve the ctlreq interface added to geom_gpt into a genericMarcel Moolenaar2007-02-071-1/+1
* Add support for IPI_PREEMPT in order to enable use of the ULE schedulerKip Macy2007-02-024-1/+21
* match against both dirty and writeable for marking page dirtyKip Macy2007-02-021-1/+1
* MFsparc64: Add .cvsignore file here too.Ruslan Ermilov2007-01-301-0/+1
* Convert the remainder of the low hanging fruits regarding includingMarius Strobl2007-01-1911-30/+57