summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add fields for saving/restoring the IA-32 state.dfr2002-04-101-0/+8
* Add definitions for IA-32 exceptions, interrupts and intercepts.dfr2002-04-101-0/+21
* Call ast() from the syscall exit path as well as for full exceptiondfr2002-04-102-2/+84
* Initialise PCPU_GET(current_pmap) in pmap_bootstrap - cpu_switch needsdfr2002-04-101-0/+1
* Remove the hack for segsz_t from <sys/types.h>; use the normalmike2002-04-101-0/+1
* Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, andmike2002-04-101-6/+15
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-12/+0
* Define a complete set of accessors for application and control registers.dfr2002-04-091-238/+106
* Don't call make_dev from ssccnattach - its far too early to work properly.dfr2002-04-091-0/+8
* ia64 depends on ACPICA on actual hardware. It might be worth having apeter2002-04-071-0/+4
* Add prototype for bootpc_init when BOOTP is defined.marcel2002-04-061-0/+4
* Merge fixes for dbtob() and btodb() from alpha/include/param.h. This stopsdfr2002-04-061-3/+10
* Fix a braino in the alignment of the segment contents after dumpingmarcel2002-04-062-2/+24
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-042-2/+2
* Back out the previous commit.brian2002-04-041-1/+0
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+1
* Pre-declare bootpc_init() so that options BOOTP doesn't break thebrian2002-04-041-0/+1
* o Kill the MD grow_stack(). Call the MI vm_map_growstack()alc2002-04-043-35/+19
* o Add architecture specific segment types.marcel2002-04-041-0/+11
OpenPOWER on IntegriCloud