summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* Fix braino in previous commit: Don't redefine OID_AUTO to somethingmarcel2006-05-111-5/+0
* Clean out sysctl machdep.* related defines.phk2006-05-111-13/+1
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-11/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Make profiling actually work. The gcc compiler emits a call to themarcel2004-08-251-0/+5
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-0/+1
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'bde2004-06-201-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Change TRAPF_USERMODE and CLOCKF_USERMODE to not test for CPL == 3,marcel2003-09-191-2/+2
* Undo the mistake made in revision 1.77 of trap.c and which was themarcel2003-08-201-11/+6
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-161-24/+6
* Cleanup prototypes in cpu.h, including fswintrberr and any referencesmarcel2003-08-121-19/+6
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* Cleanup the clock code. This includes:marcel2003-08-041-15/+4
* Remove prototype of ia64_pa_access(). The function has been moved tomarcel2003-07-261-1/+0
* Have TRAPF_USERMODE() take into account that the gateway page is notmarcel2003-06-061-2/+8
* Move the sysctls of the misalignment handler to where they belongmarcel2003-05-291-11/+5
* Consistently us the same metric to differentiate between kernel modemarcel2003-05-241-2/+1
* Fix an alpha inheritance bug:marcel2003-05-241-1/+1
* Revamp of the syscall path, exception and context handling. Themarcel2003-05-161-27/+23
* MFp4:marcel2002-11-241-0/+1
* It appears CPU_MAXID should be 1 more than the number of CPU_* defines.obrien2002-10-061-1/+1
* o Move prototypes for restorectx and savectx from cpu.h to pcb.h,marcel2002-05-191-2/+0
* o Rename ia64_count_aps to ia64_count_cpus and reimplement themarcel2002-05-121-1/+1
* Remove __P.alfred2002-03-201-27/+27
* Move a couple of prototypes together instead of being incompletelypeter2002-03-191-0/+4
* Add a couple of arguments to ia64_init. I'll use them later to improvedfr2001-09-291-1/+1
* KSE Milestone 2julian2001-09-121-8/+6
* - Close races with signals and other AST's being triggered while we are injhb2001-08-101-13/+0
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-291-1/+0
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-1/+1
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-3/+0
* Clockframes have a trapframe stored in a cf_tf member, not ct_tf.jhb2001-02-241-1/+1
* Whitespace nits.jhb2001-02-241-2/+2
* Pass in process to mark ast on to aston().jhb2001-02-241-1/+1
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.jhb2001-02-221-1/+1
* Add TRAPF_PC() and TRAPF_USERMODE() macros and redefine CLKF_PC() andjhb2001-02-221-3/+6
* Catch up to new MI astpending and need_resched handling.jhb2001-02-221-20/+0
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* - Proc locking.jhb2001-01-241-2/+6
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-211-1/+1
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-0/+2
* Add a consistent API to a feature that most modern CPUs have; a fastmarkm2000-11-211-0/+10
* * Correct some of my misunderstandings about how best to switch to thedfr2000-10-161-2/+2
* Implement a rudimentary interrupt handling system which should be gooddfr2000-10-121-2/+1
* * Fix exception handling so that it actually works. We can now handledfr2000-10-121-2/+1
* * Add rudimentary DDB support (no kgdb, no backtrace, no single step).dfr2000-10-101-2/+1
* This is the first snapshot of the FreeBSD/ia64 kernel. This kernel willdfr2000-09-291-0/+174
OpenPOWER on IntegriCloud