summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Use correct flag in test whether this interrupt handler is fast or not.mjacob2001-06-041-1/+1
* Properly wrap mtx_intr_enable() macro in "do $bla while (0)"phk2001-06-021-1/+1
* Resurrect platform.pci_intr_map() and essentially undo the effects ofgallatin2001-06-0115-213/+206
* Clean up the code exporting interrupt statistics via sysctl a bit:tmm2001-06-011-8/+0
* remove unneeded #include <vm/vm_map.h>gallatin2001-05-312-2/+0
* Backout previous revision. While it fixed many platforms, it brokegallatin2001-05-311-7/+2
* move wx to be part of miibus requiring chipsetsmjacob2001-05-302-2/+2
* GC #if 0'd calls to releasing and acquiring the old style giant kerneljhb2001-05-291-6/+0
* Remove MFS options from all example kernel configs.phk2001-05-292-2/+0
* One needs to introduce things with a `.file' directive before trying toobrien2001-05-283-2/+13
* finally fix intr routing on alphas such as the as500 after months ofgallatin2001-05-271-2/+7
* catch up to i386: Don't acquire Giant just to print the trap and panicgallatin2001-05-251-2/+0
* make this compile.gallatin2001-05-251-1/+1
* track the One True Architecture (i386)mjacob2001-05-251-4/+4
* JHB would prefer the KTR examples not be in here.obrien2001-05-252-8/+0
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-17/+30
* + Turn on SMP support by default (yes an Alpha SMP kernel works onobrien2001-05-252-0/+14
* Make sure that all resource allocation is handled in the pcib device, notdfr2001-05-2312-119/+90
* catch up to i386:gallatin2001-05-231-7/+24
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-233-3/+3
* grab the vm mtx around exec_new_vmspace()gallatin2001-05-221-0/+2
* Change pmap_emulate_reference() so that it only touches the vm_pagegallatin2001-05-211-1/+9
* catch these files up to their i386 neighbors to make alpha bootgallatin2001-05-213-8/+28
* fix vm_mtx related compiler warninggallatin2001-05-201-0/+1
* fix alpha-MD compile errors after the vm_mtx commitgallatin2001-05-2011-0/+11
* Style changes -- revert ordering to mostly two revs ago.obrien2001-05-181-65/+65
* - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT.jhb2001-05-171-5/+1
* Consistently define the rune types.obrien2001-05-161-4/+17
* Move the int typedefs to the top so they can be used in defining other types.obrien2001-05-161-24/+24
* Lock the procfs functions for doing a single step and reading/writingjhb2001-05-161-28/+16
* "Sir, the deorbit burn completed succesfully."jhb2001-05-151-33/+0
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-153-3/+0
* Implement a few more floppy ioctl commands and IO options, namely:joerg2001-05-141-2/+18
* Convert DEVFS from an "opt-in" to an "opt-out" option.phk2001-05-132-2/+0
* Simply the vm fault trap handling code a bit by using if-else instead ofjhb2001-05-111-11/+4
* Allow sendsig() to hand the proc lock off to osendsig() rather than havingjhb2001-05-111-2/+1
* - Split out the support for per-CPU data from the SMP code. UP kernelsjhb2001-05-103-3/+3
* The new order of things is that dwlpxN is now called pcibN- so hack aroundmjacob2001-05-101-2/+4
* add alpha_pci_route_interrupt methodmjacob2001-05-101-2/+4
* Quick hack to reintroduce the notion that there might be alpha platformsmjacob2001-05-101-20/+82
* Include sys/lock.h for witness_list_locks() and axe unneeded sys/mutex.hjhb2001-05-091-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-016-59/+57
* Turn on preemption by default on the alpha arch. This also removes thejhb2001-05-011-5/+0
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-2711-769/+115
* Make stathz match reality on platforms like the 4100 where hz!=1024gallatin2001-04-271-1/+1
* Initialize p_md.md_kernnest to 1 for newly fork'd processes since theyjhb2001-04-261-0/+6
* Fix SCM ID's and remove tailing blanks.obrien2001-04-258-27/+24
* - Make the dumping of console messages from the secondary CPU's to thejhb2001-04-251-3/+5
* alpha_fpstate_save is fairly expensive (critical enter/exit, possiblygallatin2001-04-251-0/+2
* Add a new field 'md_kernnest' to the alpha machine dependent processjhb2001-04-246-15/+69
OpenPOWER on IntegriCloud