summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Start hooking up devices.dfr2001-09-295-0/+1304
* Add pmap_unmapdev().dfr2001-09-291-0/+1
* Fill out the firmware interfaces somewhat.dfr2001-09-293-583/+46
* Add code to initialise firmware resources (and to fake them if we aredfr2001-09-293-0/+344
* Add shims for calling PAL Code in physical mode.dfr2001-09-292-6/+244
* Add some move definitions.dfr2001-09-291-0/+5
* Call cpu_boot from cpu_reset.dfr2001-09-291-1/+2
* Give up on the backtrace if the calculated pc isn't in region 7.dfr2001-09-291-1/+1
* Use PAGE_SHIFT instead of a hardcoded constant for log2(PAGE_SIZE).dfr2001-09-292-6/+6
* * Preserve ar.rsc in ia64_change_mode.dfr2001-09-292-6/+120
* Change END(locorestart) to END(__start).dfr2001-09-292-4/+2
* 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
OpenPOWER on IntegriCloud