summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* o Add ar.lc to the pcb.marcel2002-05-072-139/+190
* o Add struct mca_guidmarcel2002-05-051-6/+28
* o Include md_var.hmarcel2002-05-051-10/+5
* Remove definition of struct ia64_fdesc. It's been moved to md_var.hmarcel2002-05-051-8/+0
* o Move definition of struct ia64_fdesc here to remove duplication.marcel2002-05-051-1/+11
* Use region 7 addresses for the slabs in the PV and PT zones so that wedfr2002-05-041-1/+1
* Make sure we don't index the pm_rid array out of bounds inmarcel2002-05-041-0/+10
* The width of segsz_t should be 64, not 32 on ia64.dfr2002-05-021-1/+1
* In pmap_pinit0, remove duplicate initialization.marcel2002-05-021-12/+1
* PCPU(current_pmap) is initialized in pmap_bootstrap. No need tomarcel2002-05-021-1/+0
* Save the MCA info specific to the AP as part of the AP launch.marcel2002-05-011-2/+9
* Make ia64_mca_save_state MP safe. Protect access to the info block,marcel2002-05-011-9/+57
* Connect up kern_envp *before* we use it for getenv() and console probing.peter2002-05-011-7/+14
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-301-2/+0
* Add ar.lc and ar.ec to the trapframe. These are not saved for syscalls,marcel2002-04-303-345/+922
* Make this work for ski again. Don't call ia64_mca_init() when we'remarcel2002-04-301-11/+10
* Include md_var.h. It has the prototype of ia64_running_in_simulator().marcel2002-04-301-0/+1
* Remove KTR_EXTEND.marcel2002-04-301-1/+0
* Tidy up some loose ends.peter2002-04-293-56/+7
* Initialize MCA in cpu_startup() so that it's ready before we wake-upmarcel2002-04-261-0/+3
* MCA specific code has been moved to a seperate file. It is expectedmarcel2002-04-261-41/+0
* Machine Check Architecture (MCA) support code. Error records aremarcel2002-04-261-0/+178
* Machine Check Architecture (MCA) structures and constants.marcel2002-04-261-0/+132
* The official name for McKinley is: Itanium 2marcel2002-04-251-1/+1
* Don't use the symbol name to lookup the symbol value when we can usemarcel2002-04-251-24/+19
* Add ia64_sal_init_state(). This function will initialize the machinemarcel2002-04-221-7/+51
* Add state information types.marcel2002-04-221-1/+9
* Fix WAW dependency violation on r17 (line 198) that only exists formarcel2002-04-211-2/+3
* Implement elf_reloc(). The RT specification says that we can expectmarcel2002-04-211-11/+99
* Setup the child's return values correctly when forking an IA-32 process.dfr2002-04-211-3/+11
* Improve self-relocation and fix ABI misinterpretation. The changesmarcel2002-04-212-76/+78
* Remove the bootinfo kludge. We get the address of the bootinfomarcel2002-04-191-28/+3
* o Remove vm_map_growstack() from ia64's trap_pfault().alc2002-04-191-16/+2
* Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESSrwatson2002-04-181-1/+1
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-171-1/+4
* Remove code that updates vm->vm_ssize. This duplicates work already performedalc2002-04-161-20/+0
* Fix an "oops!" that turned out to be mostly harmless (but gave a warning).peter2002-04-151-3/+3
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()peter2002-04-151-7/+7
* Dotting the i-s:marcel2002-04-142-18/+28
* Allow a kernel to be compiled with both SKI and acpica and stillpeter2002-04-141-2/+14
* Add comment that sigreturn() is MPSAFE.alc2002-04-131-0/+2
* Initialise ar.cflg, which contains the IA-32 registers cr0 and cr4. Sincedfr2002-04-122-0/+14
* Print extra information in printtrap() if the interrupted state was fordfr2002-04-121-7/+12
* Fix definition of va_start: We don't need to take the address ofmarcel2002-04-121-1/+1
* Really fix uniprocessor on IA64. Note to self: do not use variables beforepeter2002-04-121-1/+1
* Initial support for executing IA-32 binaries. This will not compiledfr2002-04-108-0/+4396
* Save and restore the IA-32 state in cpu_switch(). Probably should only dodfr2002-04-101-2/+46
* Add suhword() and fuhword() for accessing 32-bit values ("half words") indfr2002-04-102-0/+110
* Add exception and syscall support for executing IA-32 binaries.dfr2002-04-101-0/+269
* Add ucode values for SIGFPE etc. Copied from i386/include/signal.h.dfr2002-04-101-0/+12
OpenPOWER on IntegriCloud