summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
...
* Be sure to use a logical address for the SAL table. For some reason thepeter2002-07-171-1/+2
* Update for new ACPICA import. Gah.peter2002-07-171-3/+3
* Various comment and minor style fixes. No actual content changes.jhb2002-07-161-12/+9
* o Lock page queue accesses by vm_page_wire().alc2002-07-141-0/+2
* Add additional cred_free_thread() calls that I had missed the first time.mini2002-07-131-0/+10
* Set the thread state of the newly chosen to run thread to TDS_RUNNING injhb2002-07-122-8/+0
* Remove label_t and physadr, which seem to have never been used inmike2002-07-101-10/+0
* Remove an unused type.mike2002-07-091-3/+0
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'smike2002-07-081-5/+0
* Add a special page zero entry point intended to be called via the singlepeter2002-07-081-0/+16
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/peter2002-07-071-148/+0
* Back out proc part of last commit. UMA manages the thread cache only, andpeter2002-07-051-8/+22
* Copy from sparc64/pmap.c rev 1.64 (Retrofit changes from i386/pmap.cpeter2002-07-051-23/+9
* Resolve conflicts arising from the ACPI CA 20020404 import.iwasaki2002-06-301-5/+10
* Since printf(3) now supports the `j' conversion specifier, use thatmike2002-06-301-11/+11
* Fix reverse ordering of locks. add a comment about locks on some platforms.julian2002-06-291-1/+1
* Add KSE stubs to MD parts of ia64 code.julian2002-06-294-0/+69
* Add a copy of the sparc64 machine/kse.h to satisfy depencies..julian2002-06-291-0/+38
* Part 1 of KSE-IIIjulian2002-06-291-7/+7
* 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
OpenPOWER on IntegriCloud