summaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.cvs2svn2003-12-071-385/+0
* - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still calledJohn Baldwin2003-11-211-2/+8
* Set the ACPI processor Id in the PCPU structure so that CPU idlingMarcel Moolenaar2003-11-201-1/+1
* Widen the enable/disable helper function's argument in line with thePeter Wemm2003-11-171-1/+1
* Fixed a pedantic syntax error (a stray semicolon at the end ofBruce Evans2003-11-171-1/+1
* - Remove unnecessary synchronization from sf_buf_init(). (There is onlyAlan Cox2003-11-161-2/+0
* - Modify alpha's sf_buf implementation to use the direct virtual-to-Alan Cox2003-11-162-2/+58
* Add the pc_acpi_id PCPU member. The new acpi_cpu driver uses this toNate Lawson2003-11-152-1/+3
* Remove ia64_highfp_load() now that it's unused.Marcel Moolenaar2003-11-122-15/+0
* Further work-out the handling of the high FP registers. The mostMarcel Moolenaar2003-11-123-67/+48
* Save and restore the high FP registers in {g|s}_mcontext(). NoteMarcel Moolenaar2003-11-111-2/+9
* Fix a nasty bug that got exposed when the sendsig() and sigreturn()Marcel Moolenaar2003-11-112-4/+26
* In get_mcontext(), do not update bspstore and ndirty in the trapframe.Marcel Moolenaar2003-11-101-5/+9
* When a thread is being swapped-out, save the high FP registers. WeMarcel Moolenaar2003-11-091-0/+2
* Use get_mcontext() to construct the signal context in sendsig() andMarcel Moolenaar2003-11-093-109/+50
* Change the clear_ret argument of get_mcontext() to be a flags argument.Marcel Moolenaar2003-11-091-2/+2
* Remove the atkbd, psm, sc and vga devices. Most ia64 boxes out thereMarcel Moolenaar2003-11-082-16/+0
* Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() inScott Long2003-11-071-0/+4
* Regen.John Baldwin2003-11-073-12/+12
* Sync with global syscalls.master. ptrace(), dup(), pipe(), ktrace(),John Baldwin2003-11-071-9/+9
* Add support for unaligned ld2, st2, st4 and st8. While here, makeMarcel Moolenaar2003-11-061-1/+33
* Handle unaligned 4-byte loads. While in the neighborhood, remove theMarcel Moolenaar2003-11-031-10/+7
* Add a bogus definition of __va_list for use by lint. Make it visibleMarcel Moolenaar2003-11-031-1/+5
* Remove headers copied from i386 and either useless or wrong on ia64.Marcel Moolenaar2003-11-023-311/+0
* When switching the RSE to use the kernel stack as backing store, keepMarcel Moolenaar2003-10-287-59/+59
* The previous commit removed both clause 3 and clause 4 from the UCBMarcel Moolenaar2003-10-272-6/+8
* Add support for userland to access I/O port space. This is primarilyMarcel Moolenaar2003-10-272-40/+83
* Remove unused header. See also ia64/disasm/disasm.h.Marcel Moolenaar2003-10-241-1178/+0
* Remove ia64_pack_bundle() and ia64_unpack_bundle(). They are notMarcel Moolenaar2003-10-241-25/+0
* Remove unused file. db_disasm() has been implemented in db_interface.cMarcel Moolenaar2003-10-241-2909/+0
* Implement db_disasm() by using the new disassembler. TemporarilyMarcel Moolenaar2003-10-241-60/+79
* Use a TR of size 1 << IA64_ID_PAGE_SHIFT instead of 16M to avoidArun Sharma2003-10-241-2/+1
* Don't use fuword() or suword() unconditionally. They explicitlyMarcel Moolenaar2003-10-241-4/+21
* Remove two unused fields in the operand structure (o_read & o_write).Marcel Moolenaar2003-10-241-2/+0
* Cleanup. Remove the md_flags for threads. It's not used. The flagsMarcel Moolenaar2003-10-231-35/+21
* Reimplement unaligned_fixup() using the new disassembler and aMarcel Moolenaar2003-10-231-578/+132
* Remove unused include of <machine/inst.h>Marcel Moolenaar2003-10-231-1/+0
* Remove prototype of unaligned_fixup() and fix a nearby style(9)Marcel Moolenaar2003-10-231-3/+1
* Add prototypes for spillfd() and unaligned_fixup().Marcel Moolenaar2003-10-231-0/+2
* Add spillfd(). This function loads a double-precision FP registerMarcel Moolenaar2003-10-231-0/+10
* Add a new disassembler that improves over the previous disassemblerMarcel Moolenaar2003-10-235-0/+5915
* Remove md_bspstore from the MD fields of struct thread. Now thatMarcel Moolenaar2003-10-212-3/+2
* Put the RSE backing store at a fixed address. This change is triggeredMarcel Moolenaar2003-10-201-0/+2
* Add the cpu_idle_hook() function pointer so that other idlers can beNate Lawson2003-10-181-2/+11
* Implement cpu_idle() on ia64. We put the processor in a lightweightMarcel Moolenaar2003-10-171-1/+9
* Implement preliminary support for the PT_SYSCALL command to ptrace(2).Robert Drehmel2003-10-091-0/+6
* With BETA 5 of libuwx some of the application registers are renamedMarcel Moolenaar2003-10-091-3/+3
* Include <sys/smp.h> for the prototype of smp_rendezvous().Marcel Moolenaar2003-10-081-0/+1
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.Bruce M Simpson2003-10-061-1/+0
* Migrate pmap_prefault() into the machine-independent virtual memory layer.Alan Cox2003-10-031-95/+17