summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* Initial cut at calling the EFI-provided FPSWA (Floating Point Softwarepeter2001-11-191-0/+1
* Use some (now) spare space for passing through a pointer to the FPSWApeter2001-11-191-1/+2
* Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfopeter2001-11-191-1/+1
* * Make sure we increment pm_stats.resident_count in pmap_enter_quickdfr2001-11-091-1/+1
* Define PS and VE fields of region register correctly.dfr2001-11-091-2/+2
* Implement <machine/ieeefp.h>dfr2001-11-031-14/+36
* o Add new header <sys/stdint.h>.mike2001-11-024-0/+470
* * Factor out common code for manipulating the RSE backing store.dfr2001-10-292-0/+76
* The size of the ELF hash table changed from 64 bits in the prototypepeter2001-10-291-1/+1
* Add an IPI used for testing proper operation of delivering IPIs.marcel2001-10-291-1/+2
* o Do not parse the MADT as a side-effect in AcpiOsGetRootPointer,marcel2001-10-292-15/+22
* Add data serialisations after ptc and mov to rr[] instructions.dfr2001-10-231-5/+6
* Remove funky right justification.mike2001-10-231-9/+9
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-212-4/+10
* Add ia64_set_fpsr().dfr2001-10-211-0/+9
* Add define for the PIB default address and include a reference tomarcel2001-10-211-1/+6
* Reserve space for signal state.dfr2001-10-201-1/+4
* Make this compile under option SMP.marcel2001-10-201-4/+4
* Try two on the preprocessing logic.ru2001-10-191-1/+1
* Blah, fix braino where ru had to remind me of proper preprocessor syntax.obrien2001-10-191-1/+1
* Rework pmap so that it separates the PTE structure from the pv_entrydfr2001-10-191-1/+6
* Shift the code which packs and unpacks instruction bundles out of DDBdfr2001-10-182-4/+11
* Add support for "__gnuc_va_list". Some overly "smart" libraries assumeobrien2001-10-181-1/+7
* Implement MCOUNT hook for assembler. Probably doesn't work right.dfr2001-10-111-3/+1
* Implement mcount trampoline (untested).dfr2001-10-111-114/+64
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* Add a definition for the ia64's special PLT_RESERVE entry in the _DYNAMICdfr2001-10-101-0/+4
* Implement inline versions of ntohl etc.dfr2001-10-071-3/+33
* Assume round-to-nearest mode for floating point.dfr2001-10-061-5/+1
* o Change ia64_memory_address to explicitly take a u_int64_tmarcel2001-10-061-2/+50
* Wire up most of the interrupt handling infrastructure. Not sure it worksdfr2001-10-053-4/+123
* Add ia64_get_lid().dfr2001-10-051-3/+14
* Don't pretend the argument to clockattach is a device - it isn't.dfr2001-10-041-1/+1
* Add a couple of arguments to ia64_init. I'll use them later to improvedfr2001-09-291-1/+1
* Start hooking up devices.dfr2001-09-292-0/+87
* Add pmap_unmapdev().dfr2001-09-291-0/+1
* Fill out the firmware interfaces somewhat.dfr2001-09-293-583/+46
* We need different call stubs for static and stacked calling conventions.dfr2001-09-241-2/+5
* Factor out PTE and related definitions from pmap.h - they are useful indfr2001-09-242-89/+151
* Add definitions of SAL System Table.dfr2001-09-231-0/+98
* Add implementations of readx() and writex().dfr2001-09-221-6/+33
* Add declaration of ia64_running_in_simulator().dfr2001-09-221-0/+1
* Add ia64_fc().dfr2001-09-211-0/+9
* 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
* 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
* Fill out some gaps in ia64 DDB support. This involves generalising DDB'sdfr2001-09-151-7/+18
* * Enable dynamically linked kernel. This involves adding a self-relocatordfr2001-09-131-1/+5
OpenPOWER on IntegriCloud