aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Implement the bus_space_map() function to allocate resources and initializeYoshihiro Takahashi2003-09-231-5/+12
* Fix the last remaining problem encountered by KSE: apparently it isMarcel Moolenaar2003-09-201-1/+5
* Move uma_small_alloc() and uma_small_free() to uma_machdep.c. TheseMarcel Moolenaar2003-09-202-77/+104
* Fix the most significant KSE breakage caused by not restoring theMarcel Moolenaar2003-09-191-4/+12
* Revamp trap(): make it more explicit which kinds of traps/faults weMarcel Moolenaar2003-09-191-264/+304
* Change TRAPF_USERMODE and CLOCKF_USERMODE to not test for CPL == 3,Marcel Moolenaar2003-09-191-2/+2
* Include "opt_kstack_pages.h". We export KSTACK_PAGES to assembly andMarcel Moolenaar2003-09-191-0/+2
* Add a new parameter to pmap_extract_and_hold() that is needed to eliminateAlan Cox2003-09-121-2/+3
* Rewrite the SAPIC initialization to always program the RTEs with whatMarcel Moolenaar2003-09-104-47/+99
* Move the definitions for ACPI MADT table entries not present in the ACPICAJohn Baldwin2003-09-101-62/+1
* Introduce IA64_ID_PAGE_{MASK|SHIFT|SIZE} and LOG2_ID_PAGE_SIZE. TheMarcel Moolenaar2003-09-096-8/+26
* Introduce a new pmap function, pmap_extract_and_hold(). This functionAlan Cox2003-09-081-0/+24
* Take the support for the 8139C+/8169/8169S/8110S chips out of theBill Paul2003-09-081-0/+1
* Untangle the code in this file to improve understandability. BothMarcel Moolenaar2003-09-071-159/+155
* MFamd64/i386Alan Cox2003-09-071-12/+19
* MFp4: Revamped GENERIC (and hints). This is some much more pleasantMarcel Moolenaar2003-09-072-118/+84
* Replace sio(4) with uart(4). Remove the sio(4) hints and only addMarcel Moolenaar2003-09-072-9/+5
* Fix a place where I forgot to change the code that checks whetherMarcel Moolenaar2003-09-054-21/+9
* Use pmap_steal_memory() for the msgbuf instead of trying to squeezeMarcel Moolenaar2003-09-011-25/+2
* Use direct mapped KVA for the sf_buf allocator, as made possibleMarcel Moolenaar2003-09-011-15/+8
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyAlan Cox2003-08-291-0/+101
* Minor style cleanups.Nate Lawson2003-08-283-13/+6
* Change LOG2_PAGE_SIZE from 14 to 15 bits. This will cause the CTASSERTMarcel Moolenaar2003-08-251-1/+1
* Add the bits for a LINT kernel. It has been verified to compile. WeMarcel Moolenaar2003-08-232-0/+51
* Remove PAGE_SIZE_4K, PAGE_SIZE_8K and PAGE_SIZE_16K and replace themMarcel Moolenaar2003-08-231-16/+4
* Remove unused inclusion of opt_acpi.hMarcel Moolenaar2003-08-231-1/+0
* Regen.John Baldwin2003-08-213-5/+5
* Swap sigaction/sigreturn since they are in the wrong order.John Baldwin2003-08-211-2/+2
* Undo the mistake made in revision 1.77 of trap.c and which was theMarcel Moolenaar2003-08-202-25/+15
* Fixup the ELF branding information to point to the new home of rtld.Gordon Tetlow2003-08-173-3/+3
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalMarcel Moolenaar2003-08-161-0/+10
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MIMarcel Moolenaar2003-08-166-56/+30
* Fix a range check bug. Don't left-shift the integer argument 'data'.Marcel Moolenaar2003-08-161-12/+7
* Fix the generation of coredumps. We did not take the dirty registersMarcel Moolenaar2003-08-151-1/+38
* Add an instruction group break after the move to application registerMarcel Moolenaar2003-08-151-2/+2
* Introduce two machine specific ptrace(2) requests: PT_GETKSTACK andMarcel Moolenaar2003-08-152-2/+75
* Don't use VM_MIN_KERNEL_ADDRESS to check if the faulting address isMarcel Moolenaar2003-08-131-2/+2
* Put an instruction group break between the move to ar.rnat and theMarcel Moolenaar2003-08-131-0/+1
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'sWarner Losh2003-08-122-4/+48
* Extend identifycpu():Marcel Moolenaar2003-08-121-17/+36
* Cleanup prototypes in cpu.h, including fswintrberr and any referencesMarcel Moolenaar2003-08-124-47/+8
* Cleanup and style(9) fixes. No functional change.Marcel Moolenaar2003-08-111-7/+4
* o move cpu_reset() from vm_machdep.c to machdep.c.Marcel Moolenaar2003-08-102-79/+68
* Now that we can ignore up to 8KB of dirty registers, remove the RSEMarcel Moolenaar2003-08-101-45/+30
* MFi386 1.422 & 1.423: lock page queues in pmap_insert_entry().Marcel Moolenaar2003-08-081-0/+2
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-072-2/+2
* Better define the flags in the mcontext_t and properly set the flagsMarcel Moolenaar2003-08-072-35/+121
* o Fix cut-n-paste whitespace corruption in previous commitMarcel Moolenaar2003-08-071-5/+12
* In cpu_set_upcall_kse(), create the upcall according to the entryMarcel Moolenaar2003-08-061-12/+19
* o In revision 1.45 of exception.S we changed exception_restore toMarcel Moolenaar2003-08-062-4/+4