| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | In pmap_pinit0, remove duplicate initialization. | marcel | 2002-05-02 | 1 | -12/+1 |
* | PCPU(current_pmap) is initialized in pmap_bootstrap. No need to | marcel | 2002-05-02 | 1 | -1/+0 |
* | Save the MCA info specific to the AP as part of the AP launch. | marcel | 2002-05-01 | 1 | -2/+9 |
* | Make ia64_mca_save_state MP safe. Protect access to the info block, | marcel | 2002-05-01 | 1 | -9/+57 |
* | Connect up kern_envp *before* we use it for getenv() and console probing. | peter | 2002-05-01 | 1 | -7/+14 |
* | Don't export timecounter structures under debug. with sysctl, they | phk | 2002-04-30 | 1 | -2/+0 |
* | Add ar.lc and ar.ec to the trapframe. These are not saved for syscalls, | marcel | 2002-04-30 | 3 | -345/+922 |
* | Make this work for ski again. Don't call ia64_mca_init() when we're | marcel | 2002-04-30 | 1 | -11/+10 |
* | Include md_var.h. It has the prototype of ia64_running_in_simulator(). | marcel | 2002-04-30 | 1 | -0/+1 |
* | Remove KTR_EXTEND. | marcel | 2002-04-30 | 1 | -1/+0 |
* | Tidy up some loose ends. | peter | 2002-04-29 | 3 | -56/+7 |
* | Initialize MCA in cpu_startup() so that it's ready before we wake-up | marcel | 2002-04-26 | 1 | -0/+3 |
* | MCA specific code has been moved to a seperate file. It is expected | marcel | 2002-04-26 | 1 | -41/+0 |
* | Machine Check Architecture (MCA) support code. Error records are | marcel | 2002-04-26 | 1 | -0/+178 |
* | Machine Check Architecture (MCA) structures and constants. | marcel | 2002-04-26 | 1 | -0/+132 |
* | The official name for McKinley is: Itanium 2 | marcel | 2002-04-25 | 1 | -1/+1 |
* | Don't use the symbol name to lookup the symbol value when we can use | marcel | 2002-04-25 | 1 | -24/+19 |
* | Add ia64_sal_init_state(). This function will initialize the machine | marcel | 2002-04-22 | 1 | -7/+51 |
* | Add state information types. | marcel | 2002-04-22 | 1 | -1/+9 |
* | Fix WAW dependency violation on r17 (line 198) that only exists for | marcel | 2002-04-21 | 1 | -2/+3 |
* | Implement elf_reloc(). The RT specification says that we can expect | marcel | 2002-04-21 | 1 | -11/+99 |
* | Setup the child's return values correctly when forking an IA-32 process. | dfr | 2002-04-21 | 1 | -3/+11 |
* | Improve self-relocation and fix ABI misinterpretation. The changes | marcel | 2002-04-21 | 2 | -76/+78 |
* | Remove the bootinfo kludge. We get the address of the bootinfo | marcel | 2002-04-19 | 1 | -28/+3 |
* | o Remove vm_map_growstack() from ia64's trap_pfault(). | alc | 2002-04-19 | 1 | -16/+2 |
* | Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESS | rwatson | 2002-04-18 | 1 | -1/+1 |
* | Rework the kernel environment subsystem. We now convert the static | mux | 2002-04-17 | 1 | -1/+4 |
* | Remove code that updates vm->vm_ssize. This duplicates work already performed | alc | 2002-04-16 | 1 | -20/+0 |
* | Fix an "oops!" that turned out to be mostly harmless (but gave a warning). | peter | 2002-04-15 | 1 | -3/+3 |
* | Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]() | peter | 2002-04-15 | 1 | -7/+7 |
* | Dotting the i-s: | marcel | 2002-04-14 | 2 | -18/+28 |
* | Allow a kernel to be compiled with both SKI and acpica and still | peter | 2002-04-14 | 1 | -2/+14 |
* | Add comment that sigreturn() is MPSAFE. | alc | 2002-04-13 | 1 | -0/+2 |
* | Initialise ar.cflg, which contains the IA-32 registers cr0 and cr4. Since | dfr | 2002-04-12 | 2 | -0/+14 |
* | Print extra information in printtrap() if the interrupted state was for | dfr | 2002-04-12 | 1 | -7/+12 |
* | Fix definition of va_start: We don't need to take the address of | marcel | 2002-04-12 | 1 | -1/+1 |
* | Really fix uniprocessor on IA64. Note to self: do not use variables before | peter | 2002-04-12 | 1 | -1/+1 |
* | Initial support for executing IA-32 binaries. This will not compile | dfr | 2002-04-10 | 8 | -0/+4396 |
* | Save and restore the IA-32 state in cpu_switch(). Probably should only do | dfr | 2002-04-10 | 1 | -2/+46 |
* | Add suhword() and fuhword() for accessing 32-bit values ("half words") in | dfr | 2002-04-10 | 2 | -0/+110 |
* | Add exception and syscall support for executing IA-32 binaries. | dfr | 2002-04-10 | 1 | -0/+269 |
* | Add ucode values for SIGFPE etc. Copied from i386/include/signal.h. | dfr | 2002-04-10 | 1 | -0/+12 |
* | Add fields for saving/restoring the IA-32 state. | dfr | 2002-04-10 | 1 | -0/+8 |
* | Add definitions for IA-32 exceptions, interrupts and intercepts. | dfr | 2002-04-10 | 1 | -0/+21 |
* | Call ast() from the syscall exit path as well as for full exception | dfr | 2002-04-10 | 2 | -2/+84 |
* | Initialise PCPU_GET(current_pmap) in pmap_bootstrap - cpu_switch needs | dfr | 2002-04-10 | 1 | -0/+1 |
* | Remove the hack for segsz_t from <sys/types.h>; use the normal | mike | 2002-04-10 | 1 | -0/+1 |
* | Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, and | mike | 2002-04-10 | 1 | -6/+15 |
* | GC various bits and pieces of USERCONFIG from all over the place. | phk | 2002-04-09 | 1 | -12/+0 |
* | Define a complete set of accessors for application and control registers. | dfr | 2002-04-09 | 1 | -238/+106 |