summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* o Modify the access control checks for the ia64 /dev/mem (and friends)rwatson2001-09-261-2/+6
* Tidy up and fix a runtime warning.dfr2001-09-261-8/+14
* The faith(4) device is no longer a count device so don't specify a count.brooks2001-09-251-1/+1
* Use b6 instead of b1 - b1 is supposed to be preserved and b6 is scratch.dfr2001-09-242-8/+8
* Make the Alternate {I,D} TLB vector code actually work for virtualdfr2001-09-242-4/+4
* Don't try to access external files from SKI unless we are actually runningdfr2001-09-241-0/+3
* Increase the number of bootstrap PVs.dfr2001-09-241-1/+1
* Include <machine/pte.h> instead of <machine/pmap.h>dfr2001-09-242-2/+2
* We need different call stubs for static and stacked calling conventions.dfr2001-09-243-12/+99
* Factor out PTE and related definitions from pmap.h - they are useful indfr2001-09-242-89/+151
* Fix a few comment typos from the last commit.dfr2001-09-242-6/+6
* Add some code which can be used to change to/from physical mode whendfr2001-09-242-0/+134
* + Fix misplacement of `txp'obrien2001-09-241-5/+5
* Add definitions of SAL System Table.dfr2001-09-231-0/+98
* Don't activate the ssc console unless we are running in SKI.dfr2001-09-221-1/+5
* Add implementations of readx() and writex().dfr2001-09-221-6/+33
* Add declaration of ia64_running_in_simulator().dfr2001-09-221-0/+1
* * Turn off memory descriptor debugging - its served its purpose.dfr2001-09-221-10/+15
* Remove a redundant stop.dfr2001-09-222-2/+0
* Fix a warning and make sure we flush the cache after writing andfr2001-09-211-0/+3
* Add ia64_fc().dfr2001-09-211-0/+9
* If two @fptr relocations refer to the same symbol, use the same fptrdfr2001-09-202-14/+48
* Don't clear the single-step bit after a trap - leave it up to thedfr2001-09-201-6/+0
* The second instruction in an MLX bundle is slot one, not slot two, evendfr2001-09-201-1/+13
* Tidy.dfr2001-09-201-21/+21
* Don't include NFS headers. I have no idea why they were here in the firstdfr2001-09-201-4/+0
* Replicate a change from alpha/genassym.c to other arches. This shouldpeter2001-09-201-3/+3
* Cleanup and split of nfs client and server code.peter2001-09-182-3/+4
* Whitespace fixes.jhb2001-09-181-2/+2
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itjhb2001-09-182-18/+18
* Add ia64_get_cpuid().dfr2001-09-181-0/+12
* Flesh out identifycpu().dfr2001-09-181-1/+35
* Rearrange so we search for I/O port space as early as possible (i.e.dfr2001-09-151-44/+53
* Avoid the region used for thread0's trapframe when setting up the stackdfr2001-09-152-2/+2
* Use the MI console code to initialise the console.dfr2001-09-152-15/+17
* Implement inx() and outx() functions for accessing I/O ports.dfr2001-09-151-6/+38
* Add ia64_mf_a() which executes an mf.a instruction.dfr2001-09-151-0/+6
* * Use Intel's EFI headers instead of home-grown ones.dfr2001-09-151-23/+41
* Fill out some gaps in ia64 DDB support. This involves generalising DDB'sdfr2001-09-154-34/+131
* Sync the PCI NIC sections with i386.dfr2001-09-151-4/+8
* * Enable dynamically linked kernel. This involves adding a self-relocatordfr2001-09-136-73/+299
* KSE Milestone 2julian2001-09-1227-414/+465
* o Fix struct ssc_time and enable the SSC call to get the RTC.marcel2001-09-121-17/+11
* * Make a start on a realistic definition for bootinfo.dfr2001-09-105-70/+68
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movepeter2001-09-101-25/+8
* Missing part of dillon's coredump commit. cpu_coredump() was stillpeter2001-09-081-2/+1
* Add options to select between 4k, 8k and 16k page sizes on ia64. Thedfr2001-09-071-0/+15
* Typo in comment.dfr2001-09-071-2/+2
* * Track ref/mod information properly when a mapping changes.dfr2001-09-071-4/+36
* Remove old setjmp/longjmp stubs.dfr2001-09-072-138/+0
OpenPOWER on IntegriCloud