summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the definition of struct mca_guid and use the genericmarcel2002-05-294-25/+21
* Make the run queue parameters machine dependent. Optimize 64 bitjake2002-05-251-0/+58
* o Add records for PCI bus and PCI device errors.marcel2002-05-221-10/+70
* Flesh-out ptrace support. This obviously needs more work.marcel2002-05-202-14/+96
* Fix a kernel page fault when accessing user memory. We weremarcel2002-05-191-57/+38
* It's time to build modules by default.marcel2002-05-191-3/+0
* Simplify IA64_CMPXCHG to avoid having braced-groups in expressions.marcel2002-05-191-20/+22
* Add record definition for memory checks.marcel2002-05-191-0/+39
* Catch another C++ commentpeter2002-05-191-1/+1
* o Remove namespace pollution from param.h:marcel2002-05-1912-27/+41
* o Move prototypes for restorectx and savectx from cpu.h to pcb.h,marcel2002-05-192-4/+6
* Remove option ACPI_DEBUG. It causes compile failures in themarcel2002-05-191-1/+0
* Cast dumpsize to long long to match printf format.marcel2002-05-191-1/+2
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* Move MI stuff out of MD param.h files.phk2002-05-141-45/+0
* Remove the unused definitions of ctod() and dotc().phk2002-05-141-4/+0
* s/_ALPHA_/_MACHINE_/marcel2002-05-131-1/+1
* Remove reference to the "Alpha Calling Standard".marcel2002-05-131-13/+0
* These were repo-copied to dump_machdep.c.jake2002-05-131-299/+0
* o Rename ia64_count_aps to ia64_count_cpus and reimplement themarcel2002-05-126-56/+125
* Add missing #endifmarcel2002-05-102-4/+20
* Gcc 3.1 varargs support.obrien2002-05-102-15/+21
* 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
OpenPOWER on IntegriCloud