aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* MF6: Add the workaround in busdma for busted PYXIS chipsets along withJohn Baldwin2007-12-103-6/+25
* MFC: Expand critical section coverage for ithread scheduling.John Baldwin2007-11-271-1/+1
* MF6: Sync with i386 and expand support for bounce pages, etc.John Baldwin2007-11-271-158/+155
* MFC: Remove mpte optimization from pmap_enter_quick().Stephan Uphoff2007-11-051-5/+3
* Fix panic on kernel startup. This allowed me to successfully run aWilko Bulte2007-11-021-1/+2
* MFC 1.39: Grrr, a fix for the rman_set_rid() stuff I missed in my earlierJohn Baldwin2007-10-241-6/+1
* MFC: Use rman_set_rid() to save the rid in new resources when they areJohn Baldwin2007-10-034-10/+29
* Disable the module building of the linux bits on alpha and remove themAlexander Leidinger2007-09-201-7/+0
* sys/lock.h must precede sys/sx.h these days or the kernel won't build.Wilko Bulte2007-09-151-1/+1
* Implement pmap_enter_object(). Note that this change is not an MFCAlan Cox2007-04-171-23/+85
* MFC revisions 1.181, 1.187, and 1.189Alan Cox2007-04-071-51/+18
* MFC revisions 1.184 and 1.185Alan Cox2007-04-071-14/+78
* Add le(4).Marius Strobl2006-11-271-1/+2
* MFC:Simon L. B. Nielsen2006-10-091-1/+0
* MFC: Move AH[CD]_REG_PRETTY_PRINT options to where they belongs.Xin LI2006-07-131-2/+2
* add ath & co. (compile tested only)Sam Leffler2006-07-111-0/+10
* Testing has shown that the stability problems (panic tracebacksWilko Bulte2006-06-031-1/+3
* add re(4) to GENERIC.Wilko Bulte2006-05-311-0/+1
* Remove GEOM_GPT.Wilko Bulte2006-05-281-1/+0
* MFC: Simplify the i8254 timecounter on Alpha, enable use of the alphaJohn Baldwin2006-03-141-104/+16
* MFC Rev 1.24Jeff Roberson2006-03-131-0/+41
* MFC: Split struct ithd into struct intr_thread and intr_event andJohn Baldwin2006-03-102-34/+48
* MFC: Close some races between procfs/ptrace and exit1() by changingJohn Baldwin2006-03-072-3/+28
* MFC: Fix the hw.realmem sysctl on alpha, ia64, and sparc64.John Baldwin2006-03-011-1/+1
* MFC standardization of the ELF types and update of the ELF constants:Marcel Moolenaar2005-12-301-1/+1
* MFC: Remove linux_mib_destroy() since MTX_SYSINIT's gaining of a SYSUNINITJohn Baldwin2005-12-221-1/+0
* MFC rev 1.40: Improve inittodr().Marcel Moolenaar2005-11-291-52/+40
* MFCAlan Cox2005-11-191-17/+10
* MFCAlan Cox2005-11-131-2/+2
* MFC:Ade Lovett2005-10-281-0/+2
* MFC: Pin curthread longer during an interrupt so that we don't have toJohn Baldwin2005-10-061-17/+16
* MFC: Add atomic_fetchadd(9) operation for types int and 32.John Baldwin2005-10-061-0/+22
* MFC: Stop using the '+' constraint modifier with memory operands inJohn Baldwin2005-09-261-36/+36
* MFC: Add a memory barrier for PREWRITE operations to ensure all writes byJohn Baldwin2005-09-261-0/+4
* Try to avoid crashes during kernel startup by limiting the # of EISAWilko Bulte2005-09-251-0/+3
* Now that our showstopper list has shrunk, take another step closer to theScott Long2005-09-181-9/+0
* MFC: Convert the atomic pointer operations to operate on uintptr_t ratherJohn Baldwin2005-08-051-61/+18
* Regenerate.John Baldwin2005-07-206-205/+205
* MFC: Sync up the MP safe flags of the compat ABIs with the master list andJohn Baldwin2005-07-202-200/+200
* MFC: Add 'sysent' target.John Baldwin2005-07-181-1/+3
* MFC addition of the COMPAT_FREEBSD5 option. Specific versionsKen Smith2005-07-181-0/+1
* Validate if the value written into {FS,GS}.base is a canonicalDavid Xu2005-07-101-1/+2
* Some cleanups and tweaks to some of the atomic.h files in preparation forJohn Baldwin2005-07-091-91/+99
* - Remove spl's from osf1_usleep_thread().John Baldwin2005-07-071-8/+4
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromDavid E. O'Brien2005-06-201-0/+1
* Do not allocate memory based on not-checked argument from userland.Pawel Jakub Dawidek2005-06-111-6/+2
* Fix copy&paste bug.Pawel Jakub Dawidek2005-06-111-1/+1
* Introduce a procedure, pmap_page_init(), that initializes theAlan Cox2005-06-101-31/+19
* MFP4:Joseph Koshy2005-06-091-0/+13
* Avoid code duplication in serval places by introducing universalPawel Jakub Dawidek2005-06-091-43/+25