summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop any and all support for varargs. There's no history to worrymarcel2003-09-281-14/+1
* Set cn_name, not cn_devphk2003-09-261-1/+1
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-254-15/+6
* Implement the bus_space_map() function to allocate resources and initializenyan2003-09-231-5/+12
* Fix the last remaining problem encountered by KSE: apparently it ismarcel2003-09-201-1/+5
* Move uma_small_alloc() and uma_small_free() to uma_machdep.c. Thesemarcel2003-09-202-77/+104
* Fix the most significant KSE breakage caused by not restoring themarcel2003-09-191-4/+12
* Revamp trap(): make it more explicit which kinds of traps/faults wemarcel2003-09-191-264/+304
* Change TRAPF_USERMODE and CLOCKF_USERMODE to not test for CPL == 3,marcel2003-09-191-2/+2
* Include "opt_kstack_pages.h". We export KSTACK_PAGES to assembly andmarcel2003-09-191-0/+2
* Add a new parameter to pmap_extract_and_hold() that is needed to eliminatealc2003-09-121-2/+3
* Rewrite the SAPIC initialization to always program the RTEs with whatmarcel2003-09-104-47/+99
* Move the definitions for ACPI MADT table entries not present in the ACPICAjhb2003-09-101-62/+1
* Introduce IA64_ID_PAGE_{MASK|SHIFT|SIZE} and LOG2_ID_PAGE_SIZE. Themarcel2003-09-096-8/+26
* Introduce a new pmap function, pmap_extract_and_hold(). This functionalc2003-09-081-0/+24
* Take the support for the 8139C+/8169/8169S/8110S chips out of thewpaul2003-09-081-0/+1
* Untangle the code in this file to improve understandability. Bothmarcel2003-09-071-159/+155
* MFamd64/i386alc2003-09-071-12/+19
* MFp4: Revamped GENERIC (and hints). This is some much more pleasantmarcel2003-09-072-118/+84
* Replace sio(4) with uart(4). Remove the sio(4) hints and only addmarcel2003-09-072-9/+5
* Fix a place where I forgot to change the code that checks whethermarcel2003-09-054-21/+9
* Use pmap_steal_memory() for the msgbuf instead of trying to squeezemarcel2003-09-011-25/+2
* Use direct mapped KVA for the sf_buf allocator, as made possiblemarcel2003-09-011-15/+8
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyalc2003-08-291-0/+101
* Minor style cleanups.njl2003-08-283-13/+6
* Change LOG2_PAGE_SIZE from 14 to 15 bits. This will cause the CTASSERTmarcel2003-08-251-1/+1
OpenPOWER on IntegriCloud