aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/include/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* Remove ia64.Marcel Moolenaar2014-07-071-75/+0
* Revert r253748,253749Andriy Gapon2013-07-281-2/+2
* put contents of cpu.h under _KERNELAndriy Gapon2013-07-281-2/+2
* Fix braino in previous commit: Don't redefine OID_AUTO to somethingMarcel Moolenaar2006-05-111-5/+0
* Clean out sysctl machdep.* related defines.Poul-Henning Kamp2006-05-111-13/+1
* Tweak how the MD code calls the fooclock() methods some. Instead ofJohn Baldwin2005-12-221-11/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Make profiling actually work. The gcc compiler emits a call to theMarcel Moolenaar2004-08-251-0/+5
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__Maxime Henrion2004-08-031-0/+1
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'Bruce Evans2004-06-201-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Change TRAPF_USERMODE and CLOCKF_USERMODE to not test for CPL == 3,Marcel Moolenaar2003-09-191-2/+2
* Undo the mistake made in revision 1.77 of trap.c and which was theMarcel Moolenaar2003-08-201-11/+6
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MIMarcel Moolenaar2003-08-161-24/+6
* Cleanup prototypes in cpu.h, including fswintrberr and any referencesMarcel Moolenaar2003-08-121-19/+6
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-1/+1
* Cleanup the clock code. This includes:Marcel Moolenaar2003-08-041-15/+4
* Remove prototype of ia64_pa_access(). The function has been moved toMarcel Moolenaar2003-07-261-1/+0
* Have TRAPF_USERMODE() take into account that the gateway page is notMarcel Moolenaar2003-06-061-2/+8
* Move the sysctls of the misalignment handler to where they belongMarcel Moolenaar2003-05-291-11/+5
* Consistently us the same metric to differentiate between kernel modeMarcel Moolenaar2003-05-241-2/+1
* Fix an alpha inheritance bug:Marcel Moolenaar2003-05-241-1/+1
* Revamp of the syscall path, exception and context handling. TheMarcel Moolenaar2003-05-161-27/+23
* MFp4:Marcel Moolenaar2002-11-241-0/+1
* It appears CPU_MAXID should be 1 more than the number of CPU_* defines.David E. O'Brien2002-10-061-1/+1
* o Move prototypes for restorectx and savectx from cpu.h to pcb.h,Marcel Moolenaar2002-05-191-2/+0
* o Rename ia64_count_aps to ia64_count_cpus and reimplement theMarcel Moolenaar2002-05-121-1/+1
* Remove __P.Alfred Perlstein2002-03-201-27/+27
* Move a couple of prototypes together instead of being incompletelyPeter Wemm2002-03-191-0/+4
* Add a couple of arguments to ia64_init. I'll use them later to improveDoug Rabson2001-09-291-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-8/+6
* - Close races with signals and other AST's being triggered while we are inJohn Baldwin2001-08-101-13/+0
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.John Baldwin2001-06-291-1/+0
* Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin2001-06-291-1/+1
* Overhaul of the SMP code. Several portions of the SMP kernel support haveJohn Baldwin2001-04-271-3/+0
* Clockframes have a trapframe stored in a cf_tf member, not ct_tf.John Baldwin2001-02-241-1/+1
* Whitespace nits.John Baldwin2001-02-241-2/+2
* Pass in process to mark ast on to aston().John Baldwin2001-02-241-1/+1
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.John Baldwin2001-02-221-1/+1
* Add TRAPF_PC() and TRAPF_USERMODE() macros and redefine CLKF_PC() andJohn Baldwin2001-02-221-3/+6
* Catch up to new MI astpending and need_resched handling.John Baldwin2001-02-221-20/+0
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* - Proc locking.John Baldwin2001-01-241-2/+6
* Make intr_nesting_level per-process, rather than per-cpu. SetupJake Burkholder2001-01-211-1/+1
* Don't use p->p_sigstk.ss_flags to keep state of whether theMarcel Moolenaar2000-11-301-0/+2
* Add a consistent API to a feature that most modern CPUs have; a fastMark Murray2000-11-211-0/+10
* * Correct some of my misunderstandings about how best to switch to theDoug Rabson2000-10-161-2/+2
* Implement a rudimentary interrupt handling system which should be goodDoug Rabson2000-10-121-2/+1
* * Fix exception handling so that it actually works. We can now handleDoug Rabson2000-10-121-2/+1