summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still calledjhb2003-11-211-2/+8
* Set the ACPI processor Id in the PCPU structure so that CPU idlingmarcel2003-11-201-1/+1
* Widen the enable/disable helper function's argument in line with thepeter2003-11-171-1/+1
* Fixed a pedantic syntax error (a stray semicolon at the end ofbde2003-11-171-1/+1
* - Remove unnecessary synchronization from sf_buf_init(). (There is onlyalc2003-11-161-2/+0
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-162-2/+58
* Add the pc_acpi_id PCPU member. The new acpi_cpu driver uses this tonjl2003-11-152-1/+3
* Remove ia64_highfp_load() now that it's unused.marcel2003-11-122-15/+0
* Further work-out the handling of the high FP registers. The mostmarcel2003-11-123-67/+48
* Save and restore the high FP registers in {g|s}_mcontext(). Notemarcel2003-11-111-2/+9
* Fix a nasty bug that got exposed when the sendsig() and sigreturn()marcel2003-11-112-4/+26
* In get_mcontext(), do not update bspstore and ndirty in the trapframe.marcel2003-11-101-5/+9
* When a thread is being swapped-out, save the high FP registers. Wemarcel2003-11-091-0/+2
* Use get_mcontext() to construct the signal context in sendsig() andmarcel2003-11-093-109/+50
* Change the clear_ret argument of get_mcontext() to be a flags argument.marcel2003-11-091-2/+2
* Remove the atkbd, psm, sc and vga devices. Most ia64 boxes out theremarcel2003-11-082-16/+0
* Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() inscottl2003-11-071-0/+4
* Regen.jhb2003-11-073-12/+12
* Sync with global syscalls.master. ptrace(), dup(), pipe(), ktrace(),jhb2003-11-071-9/+9
* Add support for unaligned ld2, st2, st4 and st8. While here, makemarcel2003-11-061-1/+33
* Handle unaligned 4-byte loads. While in the neighborhood, remove themarcel2003-11-031-10/+7
* Add a bogus definition of __va_list for use by lint. Make it visiblemarcel2003-11-031-1/+5
* Remove headers copied from i386 and either useless or wrong on ia64.marcel2003-11-023-311/+0
* When switching the RSE to use the kernel stack as backing store, keepmarcel2003-10-287-59/+59
* The previous commit removed both clause 3 and clause 4 from the UCBmarcel2003-10-272-6/+8
* Add support for userland to access I/O port space. This is primarilymarcel2003-10-272-40/+83
* Remove unused header. See also ia64/disasm/disasm.h.marcel2003-10-241-1178/+0
* Remove ia64_pack_bundle() and ia64_unpack_bundle(). They are notmarcel2003-10-241-25/+0
* Remove unused file. db_disasm() has been implemented in db_interface.cmarcel2003-10-241-2909/+0
* Implement db_disasm() by using the new disassembler. Temporarilymarcel2003-10-241-60/+79
* Use a TR of size 1 << IA64_ID_PAGE_SHIFT instead of 16M to avoidarun2003-10-241-2/+1
* Don't use fuword() or suword() unconditionally. They explicitlymarcel2003-10-241-4/+21
* Remove two unused fields in the operand structure (o_read & o_write).marcel2003-10-241-2/+0
* Cleanup. Remove the md_flags for threads. It's not used. The flagsmarcel2003-10-231-35/+21
* Reimplement unaligned_fixup() using the new disassembler and amarcel2003-10-231-582/+136
* Remove unused include of <machine/inst.h>marcel2003-10-231-1/+0
* Remove prototype of unaligned_fixup() and fix a nearby style(9)marcel2003-10-231-3/+1
* Add prototypes for spillfd() and unaligned_fixup().marcel2003-10-231-0/+2
* Add spillfd(). This function loads a double-precision FP registermarcel2003-10-231-0/+10
* Add a new disassembler that improves over the previous disassemblermarcel2003-10-235-0/+5915
* Remove md_bspstore from the MD fields of struct thread. Now thatmarcel2003-10-212-3/+2
* Put the RSE backing store at a fixed address. This change is triggeredmarcel2003-10-201-0/+2
* Add the cpu_idle_hook() function pointer so that other idlers can benjl2003-10-181-2/+11
* Implement cpu_idle() on ia64. We put the processor in a lightweightmarcel2003-10-171-1/+9
* Implement preliminary support for the PT_SYSCALL command to ptrace(2).robert2003-10-091-0/+6
* With BETA 5 of libuwx some of the application registers are renamedmarcel2003-10-091-3/+3
* Include <sys/smp.h> for the prototype of smp_rendezvous().marcel2003-10-081-0/+1
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
* Migrate pmap_prefault() into the machine-independent virtual memory layer.alc2003-10-031-95/+17
* Swap the syscall caller frame info (i.e. the return pointer andmarcel2003-10-033-40/+37
OpenPOWER on IntegriCloud