summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Assimilate ia64 back into the fold with the common freebsd32/ia32 code.peter2003-12-1112-3758/+77
* Fix last second typo.peter2003-12-101-1/+1
* Use gcc's superior ffs() builtin.peter2003-12-101-0/+9
* Use ffs(x) == popcnt(x ^ (x - 1)) to implement 64 bit ffsl(). gcc'speter2003-12-101-8/+15
* Don't panic for misalignment traps when the onfault handler is set.marcel2003-12-091-1/+10
* Use the ACPI-CA definitions for the various APIC tables instead of ournjl2003-12-091-45/+41
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-082-475/+0
* Simplify the contexts created by the kernel and remove the relatedmarcel2003-12-072-56/+29
* Ooops. These are still used by the bktr driver. David O'Brien hasimp2003-12-071-0/+187
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneimp2003-12-071-187/+0
* - 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
OpenPOWER on IntegriCloud