summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.jhb2006-05-1173-8697/+0
* Clean out sysctl machdep.* related defines.phk2006-05-111-18/+0
* Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to themarcel2006-04-031-0/+2
* Use the read_cycle_count() function recently added for cpu_ticks() forjhb2006-03-281-1/+2
* Use the Alpha PCC as a cpu ticker for process runtime accounting. This isjhb2006-03-071-1/+3
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoimp2006-01-092-2/+2
* Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate forimp2006-01-011-0/+2
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-222-12/+1
* - Cleanup whitespace and extra ()s in vtophys() macros.jhb2005-12-061-2/+1
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-061-7/+0
* Add stoppcbs[] arrays on Alpha and sparc64 and have each CPU save itsjhb2005-11-031-0/+1
* Add a new atomic_fetchadd() primitive that atomically adds a value to ajhb2005-09-271-0/+22
* Protect includes for kernel specific use from userland.ticso2005-09-191-0/+2
* Relocate direct map specs into struct alpha_chipset.ticso2005-09-192-3/+21
* Stop using the '+' constraint modifier with inline assembly. The '+'jhb2005-09-151-36/+36
* Eliminate unused definitions.alc2005-09-112-8/+1
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renamestefanf2005-08-202-8/+6
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-151-61/+18
* Some cleanups and tweaks to some of the atomic.h files in preparation forjhb2005-07-091-91/+99
* MFP4:jkoshy2005-06-091-0/+13
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-62/+0
* Change the spkr_set_pitch() function to a macro to fix low level profiling.nyan2005-05-281-7/+5
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-142-0/+116
* Add empty header (except of the multiple-inclusion protection) tomarcel2005-04-201-0/+10
* Break out the definition of bus_space_{tag,handle}_t and a few other typesimp2005-04-182-7/+43
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-042-89/+2
* Refactor the bus_dma header files so that the interface is described inscottl2005-03-142-190/+34
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-0211-36/+57
* Use a common multi-inclusion protection, and add such aru2005-02-191-1/+6
* add cpu_idle support for 21066A based lca systemsticso2005-01-311-0/+1
* Hopefully unbreak modules build.ru2005-01-291-1/+1
* Add bus_dmamap_load_mbuf_sg() to alpha.scottl2005-01-151-0/+3
* These appear to be unused in our tree, so remove them.imp2005-01-051-66/+0
* Begin all license/copyright comments with /*- or #-imp2005-01-0540-41/+41
* - make machine model list more comprehensive, the whole Alpha family treewilko2005-01-011-16/+26
* Change gdb_cpu_setreg() to not take the value to which to set themarcel2004-12-011-1/+1
* Remove UAREA_PAGES.das2004-11-201-1/+0
* - Add a new MD per-CPU field for Alpha 'pal_id' which is the PAL IDjhb2004-11-052-1/+2
* The previous commit, roughly one and a half years ago removed themarcel2004-09-101-62/+14
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifscottl2004-09-021-5/+0
* Move the kernel-specific logic to adjust frompc from MI to MD. Formarcel2004-08-271-5/+21
* Provide extern declarations for btext and etext when GPROF is defined.marcel2004-08-271-0/+5
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-0/+1
* Remove extraneous ';'.markm2004-08-011-1/+1
* Turn off PREEMPTION by default while it gets debugged. It's been causingscottl2004-08-011-0/+3
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-011-0/+38
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-8/+4
* - Eliminate the pte object from the pmap. Instead, page table pages arealc2004-07-191-1/+0
* Rev 1.24 of sys/ptrace.h adds ptrace_clear_single_step() prototypekensmith2004-07-131-1/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-101-33/+16
OpenPOWER on IntegriCloud