summaryrefslogtreecommitdiffstats
path: root/sys/alpha/alpha
Commit message (Expand)AuthorAgeFilesLines
* Begin all license/copyright comments with /*- or #-imp2005-01-0535-47/+47
* - make machine model list more comprehensive, the whole Alpha family treewilko2005-01-011-35/+40
* LCA is 21066 and 21068. Add EV7 (bloody optimist.. :)wilko2004-12-261-2/+3
* Modify pmap_enter_quick() so that it expects the page queues to be lockedalc2004-12-231-3/+2
* In the common case, pmap_enter_quick() completes without sleeping.alc2004-12-151-13/+30
* Change gdb_cpu_setreg() to not take the value to which to set themarcel2004-12-011-1/+1
* When required to negate the absoulte result of a division/remainderpeadar2004-11-271-1/+1
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-279-11/+9
* Fix a cpuid mismatch from the recent cpuid rototill in Alpha: boot_cpu_idjhb2004-11-231-1/+1
* U areas are going away, so don't allocate them. It's worrisome thatdas2004-11-202-6/+2
* user.h is included only to get pcb.h, so use the latter directly instead.das2004-11-201-1/+1
* - Add a new MD per-CPU field for Alpha 'pal_id' which is the PAL IDjhb2004-11-052-40/+52
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-011-1/+1
* Fix a typo so that this compiles.jhb2004-10-201-1/+1
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-6/+1
* The physical address stored in the vm_page is page aligned. There is noalc2004-10-031-1/+1
* Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). Thesealc2004-10-021-5/+2
* - Add support for "paging" in stack trace output. That is, when you dojhb2004-09-201-2/+4
* Simplify the reference counting of page table pages. Specifically, usealc2004-09-191-22/+10
* MFamd64/i386alc2004-09-191-1/+2
* Remove an outdated assertion from _pmap_allocpte(). (When vm_page_alloc()alc2004-09-191-3/+0
* Be slightly less bogus in struct tty allocation.phk2004-09-171-3/+2
* Fix a problem with tag->boundary inheritence that has existed since day onescottl2004-09-081-5/+5
* Make the alpha timecounter preferable to the i8254.phk2004-09-071-1/+2
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-1/+1
* Remove an unneeded argument..julian2004-08-311-1/+1
* Remove sched_free_thread() which was only usedjulian2004-08-311-6/+0
* The machine-independent parts of the virtual memory system always pass aalc2004-08-271-16/+0
* Remove unnecessary check for curthread == NULL.alc2004-08-261-1/+1
* - Make pmap_emulate_reference() MP and preemption safe. Previously, italc2004-08-151-30/+20
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-111-0/+7
* Post-locking clean up/simplification, particularly, the elimination ofalc2004-08-041-57/+49
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-011-147/+20
* Advance the state of pmap locking on alpha, amd64, and i386.alc2004-07-291-13/+20
* Move a relic to its correct location(s): Put nfs diskless initializationphk2004-07-281-21/+0
* Unify db_stack_trace_cmd(). All it did was look up the thread givenmarcel2004-07-211-14/+0
* Add some additional pmap locking and lock assertions.alc2004-07-211-0/+5
* The previous revision introduced a compilation error, i.e., the use of analc2004-07-201-1/+1
* - Eliminate the pte object from the pmap. Instead, page table pages arealc2004-07-191-145/+63
* As a temporary hack, turn off deferred preemptions that are the result ofjhb2004-07-191-0/+2
* Only extract a physical address from a pte in pmap_extract() if the pte isalc2004-07-181-9/+13
* MFamd64 revision 1.478alc2004-07-171-6/+5
* Remove dead or unused code, such as spl calls.alc2004-07-161-25/+0
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Push down the acquisition and release of the page queues lock intoalc2004-07-151-0/+5
* Additional pmap lockingalc2004-07-141-28/+49
* In pmap_remove_pages(), when clearing a pte, update the correspondingalc2004-07-141-0/+4
* Push down the acquisition and release of the page queues lock intoalc2004-07-131-3/+2
* Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDBmarcel2004-07-111-746/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-103-338/+161
OpenPOWER on IntegriCloud