summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* KSE Milestone 2julian2001-09-129-41/+45
* * Make a start on a realistic definition for bootinfo.dfr2001-09-101-41/+14
* Add options to select between 4k, 8k and 16k page sizes on ia64. Thedfr2001-09-071-0/+15
* Add struct tags to avoid warnings in kernel code.dfr2001-09-061-2/+2
* style(9) the structure definitions.obrien2001-09-052-2/+2
* Add a working version of setjmp/longjmp.dfr2001-09-031-27/+94
* o Remove some GCCisms in src/powerpc/include/endian.h.mike2001-08-302-12/+16
* vm_page_zero_idle() is no longer MD.peter2001-08-251-1/+0
* Strip out some #if's for old implementations of global data pointers.peter2001-08-211-4/+0
* style(9) and make consistent across platformsobrien2001-08-162-24/+26
* OFF_T -> OFF (more standard style)ache2001-08-152-4/+4
* Add OFF_T_MAX/OFF_T_MINache2001-08-152-0/+6
* Style changes to commonize the various platforms.obrien2001-08-151-8/+8
* - Close races with signals and other AST's being triggered while we are injhb2001-08-101-13/+0
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theypeter2001-08-081-5/+0
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfjake2001-07-311-0/+11
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-291-1/+0
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-292-2/+1
* Fix style of defines.obrien2001-06-091-97/+97
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isjoerg2001-06-061-126/+0
* Properly wrap mtx_intr_enable() macro in "do $bla while (0)"phk2001-06-021-1/+1
* Clean up the code exporting interrupt statistics via sysctl a bit:tmm2001-06-011-8/+0
* Style changes -- revert ordering to mostly two revs ago.obrien2001-05-181-56/+54
* Consistently define the rune types.obrien2001-05-161-4/+19
* Move the int typedefs to the top so they can be used in defining other types.obrien2001-05-161-24/+24
* "Sir, the deorbit burn completed succesfully."jhb2001-05-151-32/+0
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-275-54/+13
* Implement a simple stack trace for DDB. This will have to be redonedfr2001-04-181-0/+4
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justjhb2001-04-111-4/+4
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-282-2/+2
OpenPOWER on IntegriCloud