summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* o Put the syscall return registers in the context. Not only do wemarcel2003-08-051-6/+50
* Fix logic bug in the previous commit. Any region less than 5 is amarcel2003-08-041-1/+1
* - Since td_critnest is now initialized in MI code, it doesn't have to bejhb2003-08-042-13/+0
* Cleanup the clock code. This includes:marcel2003-08-048-459/+174
* Fix handling of external interrupts: we weren't calling ast() whenmarcel2003-08-042-14/+51
* Style sync.obrien2003-08-031-8/+9
* Don't use uint64_t. Use unsigned long instead. One is supposed to usemarcel2003-08-021-2/+2
* Write the preserved registers to (and read them from) struct reg andmarcel2003-08-011-4/+4
* Make sure that when the PV ENTRY zone is created in pmap, that it'sbmilekic2003-07-311-2/+2
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-313-0/+6
* Cosmetic: fix some disorder of #include "opt_...." filespeter2003-07-311-1/+2
* Remove leftover relic of pmap_new_thread() etc.peter2003-07-311-4/+0
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-272-8/+12
* Remove prototype of ia64_pa_access(). The function has been moved tomarcel2003-07-261-1/+0
* Avoid using __aligned(16). Instead define the jmp_buf in terms ofmarcel2003-07-261-9/+11
* Unbreak ia64 builds now -Werror is enabled again. Avoid obsoletemarcel2003-07-261-6/+6
* Revert previous commit. We don't use setjmp()/longjmp() for contextmarcel2003-07-251-2/+1
* MFi386 revision 1.416alc2003-07-251-7/+10
* Remove __aligned(16) from the definition of struct _ia64_fpreg. It'smarcel2003-07-252-132/+133
* Remove INVARIANT* and WITNESS. This makes the simulator much moremarcel2003-07-251-3/+0
* Move ia64_pa_access() from machdep.c to mem.c and declare it static.marcel2003-07-252-6/+6
* Disable the single-step trap on a debug related trap, including ofmarcel2003-07-251-0/+2
* We sloppily created an array for the high FP registers (f32-f127),marcel2003-07-231-2/+96
* Rename thread_siginfo to cpu_thread_siginfo.marcel2003-07-151-1/+1
* Enable the high FP registers when we call the FPSWA handler and disablemarcel2003-07-132-66/+37
* Add logic to trace across/over a trapframe. We have ABI markers inmarcel2003-07-123-6/+38
* Add a body directive before the first instruction in epc_syscall().marcel2003-07-111-0/+1
* Remove a gratuitous align directive after the endp directive formarcel2003-07-111-2/+1
* Don't call malloc() and free() while in the debugger and unwindingmarcel2003-07-053-57/+124
* Background: pmap_object_init_pt() premaps the pages of a object inalc2003-07-031-106/+4
* The .s files were repo-copied to .S files.ru2003-07-027-4680/+0
* The use of SYSINIT requires the inclusion of <sys/kernel.h>marcel2003-07-021-0/+1
* Make this even closer to other busdma backends.mux2003-07-011-12/+26
* Sync bounce pages support with the alpha backend. More precisely:mux2003-07-011-39/+55
* Honor the boundary of the busdma tag when allocating bounce pages.mux2003-07-011-1/+1
* Mega busdma API commit.scottl2003-07-013-12/+79
* - Export pmap_enter_quick() to the MI VM. This will permit thealc2003-06-291-8/+10
* - Remove the calls to pmap_install() from pmap_object_init_pt(); they arealc2003-06-291-9/+9
* Implement cpu_set_upcall_kse(). Elementary testing shows that thismarcel2003-06-281-0/+26
* Add a machine depended function thread_siginfo, SA signal codedavidxu2003-06-281-0/+19
* Do the first and mostly mechanical step of adding mutex support to thescottl2003-06-271-0/+5
* Add TLS related relocation.marcel2003-06-191-0/+17
* Fix a performance bug in all of the various implementations ofalc2003-06-181-1/+1
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-151-1/+1
* Migrate the thread stack management functions from the machine-dependentalc2003-06-142-47/+1
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of thealc2003-06-141-26/+0
* Remove kernel event tracing. The overhead is significant when runningmarcel2003-06-141-6/+0
* Make sure pcpu->pc_pcb is pointing to a 16-byte aligned address. Themarcel2003-06-121-2/+10
* GC unused cpu_wait() functionpeter2003-06-111-7/+0
* Note that scbus is required for SCSI, not just "required" in general.jmallett2003-06-081-1/+1
OpenPOWER on IntegriCloud