aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/ia64/locore.S
Commit message (Expand)AuthorAgeFilesLines
* Introduce IA64_ID_PAGE_{MASK|SHIFT|SIZE} and LOG2_ID_PAGE_SIZE. TheMarcel Moolenaar2003-09-091-3/+3
* Fix an alpha inheritance bug:Marcel Moolenaar2003-05-241-33/+5
* Revamp of the syscall path, exception and context handling. TheMarcel Moolenaar2003-05-161-146/+96
* Fix c99 victim: the accepted character '0 most now be types as '0'.Marcel Moolenaar2003-05-031-3/+3
* Remove the 32KB VHPT section from the kernel image. We don't reallyMarcel Moolenaar2003-04-061-5/+2
* Handle 3-digit interrupt numbers (vectors). While here, change theMarcel Moolenaar2003-01-051-3/+5
* Rewrite cpu_switch(). The most notable change is the fact that we nowMarcel Moolenaar2002-10-301-1/+1
* Make vmstat -i work:Marcel Moolenaar2002-10-281-7/+14
* Improve self-relocation and fix ABI misinterpretation. The changesMarcel Moolenaar2002-04-211-38/+39
* Transition to a model where the loader passes the address of theMarcel Moolenaar2002-03-301-14/+14
* o Revert previous commit in asm.h. There's no need to undefineMarcel Moolenaar2002-03-271-1/+0
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-2/+0
* Better implement SMP support:Marcel Moolenaar2001-12-301-8/+33
* o os_boot_rendez is responsible for clearing the IRR bit byMarcel Moolenaar2001-11-121-6/+14
* Implement os_boot_rendez. Application processors are initializedMarcel Moolenaar2001-11-091-11/+54
* Make the various bits of SMP code conditional on SMP so that I can stillDoug Rabson2001-10-291-0/+4
* Various fixes to make stack traces using the unwind tables work properly.Doug Rabson2001-10-291-2/+15
* o Do not parse the MADT as a side-effect in AcpiOsGetRootPointer,Marcel Moolenaar2001-10-291-1/+51
* In the signal trampoline, flush the register stack before callingDoug Rabson2001-10-221-1/+2
* Change END(locorestart) to END(__start).Doug Rabson2001-09-291-2/+1
* If two @fptr relocations refer to the same symbol, use the same fptrDoug Rabson2001-09-201-7/+24
* Avoid the region used for thread0's trapframe when setting up the stackDoug Rabson2001-09-151-1/+1
* * Enable dynamically linked kernel. This involves adding a self-relocatorDoug Rabson2001-09-131-0/+132
* KSE Milestone 2Julian Elischer2001-09-121-13/+11
* * Make a start on a realistic definition for bootinfo.Doug Rabson2001-09-101-7/+21
* oops. prepare_usermode() died in August 2000 in the MI and x86 code.Peter Wemm2001-06-151-7/+0
* When switching backing store during signal delivery, do the switch beforeDoug Rabson2001-04-241-7/+8
* * Various fixes to breakage introduced by the atomic and mutex reorgs.Doug Rabson2000-10-241-4/+7
* * Fix exception handling so that it actually works. We can now handleDoug Rabson2000-10-121-114/+0
* Next round of fixes to the ia64 code. This includes simulated clock andDoug Rabson2000-10-041-6/+6
* Next round of ia64 work, including fixes to context switching,Doug Rabson2000-09-301-110/+42
* This is the first snapshot of the FreeBSD/ia64 kernel. This kernel willDoug Rabson2000-09-291-0/+394