aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl2011-11-2217-19/+19
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-224-11/+6
* Fix make universe.Pawel Jakub Dawidek2011-11-161-1/+1
* Define curthread as an inline function that loads the thread pointerMarius Strobl2011-11-151-0/+10
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onAttilio Rao2011-11-081-0/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-072-2/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 andMarius Strobl2011-11-011-1/+1
* Actually, limit to 32-bit DMA for the transfer buffers as the address isMarius Strobl2011-10-301-2/+2
* Correct the DMA constraints, the LSI64854 isn't limited to 32-bit DMA.Marius Strobl2011-10-301-3/+3
* - Use device_t rather than the NetBSDish struct device.Marius Strobl2011-10-302-104/+136
* Adjust the debugger options slightly. This should help me do the rightKen Smith2011-10-271-1/+4
* People porting FreeBSD to new architectures ought not have toDavid Schultz2011-10-211-0/+11
* Add a warning about why sbp(4) is commented out so that curious folksKen Smith2011-10-191-0/+1
* Comment out the sbp(4) driver for architectures that support it.Ken Smith2011-10-181-1/+1
* Trace attempts to call restricted MD syscalls.Dag-Erling Smørgrav2011-10-181-0/+4
* Merge from NetBSD:Marius Strobl2011-10-152-16/+20
* Remove unused define.Konstantin Belousov2011-10-071-1/+0
* - Use atomic operations rather than sched_lock for safely assigning pm_activeMarius Strobl2011-10-063-27/+129
* Actually enable NEW_PCIB by default, missed in r225931.Marius Strobl2011-10-021-1/+1
* Make sparc64 compatible with NEW_PCIB and enable it:Marius Strobl2011-10-0220-499/+630
* Remove obsolete macros.Marius Strobl2011-10-011-6/+0
* Nuke SUN4U #ifdef's which with the demise of sun4v no longer serve anyMarius Strobl2011-10-011-15/+1
* Also allocate space for the PIL counters. Given that no machine actuallyMarius Strobl2011-10-011-4/+4
* Re-reading the Schizo errata suggests that it's actually tolerable toMarius Strobl2011-10-011-3/+3
* - Add protective parentheses to macros as far as possible.Marius Strobl2011-10-011-41/+41
* In total store which we use for running the kernel and all of the userlandMarius Strobl2011-10-011-8/+9
* Add a comment about why contrary to what once would think running all ofMarius Strobl2011-09-301-0/+4
* Use the extended integer condition code when comparing 64-bit values. GivenMarius Strobl2011-09-301-1/+1
* - Right-justify backslashes as suggested by style(9).Marius Strobl2011-09-301-55/+55
* Remove locking of the vm page queues from several pmaps, which onlyKonstantin Belousov2011-09-281-2/+1
* It is safe to initialize locks even on early boot (and it is the sameAttilio Rao2011-09-192-8/+1
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Fix a zyd(4) comment typo that was copy+pasted into most kernel config files.Christian Brueffer2011-09-111-1/+1
* Inline the syscallenter() and syscallret(). This reduces the time measuredKonstantin Belousov2011-09-111-0/+2
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomicKonstantin Belousov2011-09-061-16/+16
* Since r221218 rman_manage_region(9) actually honors rm_start and rm_endMarius Strobl2011-08-281-2/+2
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagKonstantin Belousov2011-08-092-22/+19
* Change all the sample kernel configurations to useRick Macklem2011-08-071-1/+1
* - Merge from r147740:Marius Strobl2011-08-061-3/+6
* Remove a shortcut which is invalid with MAXCPU > IDR_CHEETAH_MAX_BN_PAIRS.Marius Strobl2011-08-061-8/+0
* Merge from r224217:Marius Strobl2011-07-201-1/+1
* On 64 bit architectures size_t is 8 bytes, thus it should use an 8 bytesAttilio Rao2011-07-191-2/+2
* Add the possibility to specify from kernel configs MAXCPU value.Attilio Rao2011-07-191-0/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofAttilio Rao2011-07-182-5/+8
* Remove NULL assignments which are redundant for static timecounters.Marius Strobl2011-07-121-4/+0
* - Remove redundant timecounter masking from counter_get_timecount().Marius Strobl2011-07-121-4/+2
* - Current testing shows that (ab)using the JBC performance counter in busMarius Strobl2011-07-121-13/+10
* - Add a missing shift in schizo_get_timecount(). This happened to be non-fatalMarius Strobl2011-07-121-3/+3
* Remove the IDR_CHEETAH_MAX_BN_PAIRS limit from cheetah_ipi_selected().Marius Strobl2011-07-051-2/+2