summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include
AgeCommit message (Expand)Author
2001-12-18We haven't done ECOFF for a long time; garbage-collect all thethorpej
2001-12-18Add a memory clobber to alpha_pal_swapctx() and alpha_pal_swpipl();thorpej
2001-12-18Disable .loc in macros for now; the new assembler is a lot morethorpej
2001-12-17Fix constraints in __asm statements (err, again). Kernels compiledthorpej
2001-12-09Add support for dumping ELF-cormat core files.thorpej
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-11-01protect against multiple inclusiondrochner
2001-10-31Rather than using a NetBSD-specific header file <machine/int_types.h>thorpej
2001-10-31Use <machine/elf_machdep.h> to override Elf64_Word and Elf64_Swordthorpej
2001-10-31Split elf32 vs. elf64 handling in loadfile(), including support forthorpej
2001-10-05Multiple include protection.simonb
2001-09-22*int_fast64_t should be "long", not "long long".simonb
2001-09-19Remove alpha/include/fbio.h -- it hasn't been used for a Long Time.thorpej
2001-09-19Fix typo in PRId64.simonb
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-09-05The return address register ($ra) is callee-saved, not caller-saved.nathanw
2001-09-04Implement bus_space_mmap().thorpej
2001-07-27Rework the interrupt code, shaving some cycles off in the process.thorpej
2001-07-19Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-endthorpej
2001-07-19Simplify the SGMAP code a bit, and move SGVA allocation out of athorpej
2001-07-17Protect userland from the inlines and kernel variable decls.thorpej
2001-07-15Defer sending shootdown IPIs a bit longer. Reduces traffic a fairthorpej
2001-07-15- Tweak the pmap locking protocol slightly -- require that a pmap mustthorpej
2001-07-14Cosmetic change.thorpej
2001-06-21constraint, not contraint.wiz
2001-06-14Don't need to prototype child_return() here, it's in <sys/proc.h>.thorpej
2001-06-08For ports that wire up pciide in compatibility mode, havesimonb
2001-05-30use _KERNEL_OPTmrg
2001-05-27Assorted microtime fixes (similar to fixes I made yesterday whensommerfeld
2001-05-26replace vm_page_t with struct vm_page *.chs
2001-05-14o Deal with stray machine checksross
2001-05-03Add systype for "Titan" systems (systype 38).thorpej
2001-05-01Delete the pmap_copy() calls.thorpej
2001-05-01Use a single linked list for PV entries. This saves 1MB of spacethorpej
2001-05-01Per discussion w/ chuck and chuck, restructure the md page stuffthorpej
2001-04-29Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data forthorpej
2001-04-29Add glue for page zero'ing in the idle loop.thorpej
2001-04-28* Move definitions of exact-width integer types from <machine/types.h>kleink
2001-04-28Add a microtime() implementation that interpolates between ticksthorpej
2001-04-26Add definitions for C99 fastest minimum-width integer types.kleink
2001-04-26o IEEE 754 floating-point completion code.ross
2001-04-24Delete a couple of statistics that are not really worth keeping.thorpej
2001-04-24Gather ASN info into a single structure, and place a variable-lengththorpej
2001-04-22Undo a misguided previous change to the pmap_update() API.thorpej
2001-04-22Give pmap_update() an argument (a pmap_t) so that it knows whichthorpej
2001-04-21#define away pmap_update() in <machine/pmap.h> so that no functionthorpej
2001-04-21Adjust the way the cpu_info[] array works (array of pointersthorpej
2001-04-20Nonfunctional change split out from pending functional commit.ross
2001-04-20SPINLOCK_INTERLOCK_RELEASE_HOOK should actually bethorpej
2001-04-20Add splipi() to block interprocessor interrupts (which come in at IPL 5).thorpej