summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Add UMA_ZONE_VM flag to the zones which are used for pmap_enter().dfr2002-06-241-2/+2
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-241-0/+6
* Remove unused diagnostic function cread_free_thread().mini2002-06-241-10/+0
* Update an 'XXX what is this?' type comment about suswintr and fuswintr.peter2002-06-202-4/+4
* Deorbit suibyte(). It was only used for split address space systemspeter2002-06-202-10/+0
* ia32 %edx return comes from td_retval[1], not td_retval[0]peter2002-06-201-1/+1
* Use suword32/64 and fuword32/64 like elsewhere instead of inventingpeter2002-06-204-32/+37
* panic rather than fault and explode if we fail to contigmalloc a kernelpeter2002-06-201-0/+3
* Use the canonical pmap_{new,dispose,swapin,swapout}_proc() functions,peter2002-06-201-16/+110
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatpeter2002-06-201-1/+1
* - Fixup / remove obsolete comments.jhb2002-06-071-41/+31
* Work around a bug in the Linux version of ski, that's specific tomarcel2002-06-061-0/+11
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-022-2/+2
* Move the definition of ElfN_Hashelt to common headers. The only platformdfr2002-05-301-11/+0
* 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
OpenPOWER on IntegriCloud