summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* #if 0 some unused variables (only in #if 0 code)peter2002-03-191-0/+4
* Enabling the SKI option is a guaranteed breakage for me. Interrupts nopeter2002-03-191-1/+4
* My ia64 box for some reason likes to fragment the beginning/end of memorypeter2002-03-191-1/+1
* Fix some unused variables.peter2002-03-193-1/+5
* Move a couple of prototypes together instead of being incompletelypeter2002-03-194-7/+4
* __func__ is a const char *, not a "string" that can be concatenated.peter2002-03-191-3/+3
* Fix a pointer/int warningpeter2002-03-191-1/+1
* #ifdef SMP some variables that are only used elsewhere under #ifdef SMPpeter2002-03-191-0/+2
* Work around an apparent compiler bug with gcc-3.1, although it might bepeter2002-03-191-2/+5
* Believe it or not, I ran into the 32MB stack size limit using a nativelypeter2002-03-191-1/+1
* #if 0 out some unused code.peter2002-03-192-0/+5
* Add some #includes after things got broken with the last round ofpeter2002-03-192-0/+3
* Turn off the ia64 ITC timecounter when SMP is present since it has thepeter2002-03-191-0/+10
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-191-2/+21
* Fix spelling.dfr2002-03-181-1/+1
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to thedes2002-03-161-8/+0
* * Stop other cpus when one cpu enters DDB and restart them after itdfr2002-03-151-11/+47
* * Remove a breakpoint() I accidentally left in for debugging :-(.dfr2002-03-152-14/+49
* Tweak the AP startup code somewhat. With all the other recent changes,dfr2002-03-141-8/+41
* * Initialise pcb_pmap for new threads.dfr2002-03-141-21/+40
* * Save and restore PCPU_GET(current_pmap) in pcb_pmap so that we don'tdfr2002-03-141-11/+23
* Add pcpu.pc_current_pmap and pcb.pcb_pmap.dfr2002-03-141-0/+2
* Add a field to hold the current pmap of a thread.dfr2002-03-141-0/+1
* Add ia64_sync_i(), ia64_get_tpr() and ia64_set_tpr().dfr2002-03-141-0/+29
* * Add some KTR messages for IPIs.dfr2002-03-141-3/+35
* Add debug code to print SAPIC registers.dfr2002-03-142-1/+33
* * Use a mutex to protect the RID allocator.dfr2002-03-141-16/+40
* Move the call to pmap_bootstrap to after the initialisation of thread0.dfr2002-03-141-6/+9
* Don't restore r13 when returning to kernel mode. We may have migrated todfr2002-03-142-2/+8
* Fix some -Wunused warnings by "using" a macro argumentpeter2002-03-121-7/+7
* Fix a warning (make ucontext_t *ucp a const)peter2002-03-121-1/+2
* Stop concatenating __func__ with stringspeter2002-03-121-2/+2
* Deal with a structure member rename in a recent acpica importpeter2002-03-121-1/+1
* Fix a misspelling of mine: s/optomization/optimization/.jhb2002-03-111-1/+1
* Add an implementation of cpu_throw() and make restorectx() simply branchdfr2002-03-102-77/+23
* Don't try to print the arguments if the value of bsp is outside thedfr2002-03-101-7/+9
* Use the right value for the region length in parse_spill_mask.dfr2002-03-101-4/+4
* o Don't require long long support in bswap64() functions.mike2002-03-091-12/+5
* Include machine/smp.h.jake2002-03-071-0/+1
* Call ast() only when we're handling a user trap.marcel2002-03-051-1/+2
* Add PSEUDOFS.dfr2002-03-041-1/+2
* Add emulation support for PAL_VM_SUMMARY.dfr2002-03-042-2/+11
* * Include <sys/ucontext.h> so that this compiles again.dfr2002-03-031-12/+15
* - Move a comment from being on the same line as a #ifdef to the linearr2002-02-281-1/+2
* - Fix panic() message and a couple style nits that snuck in from thearr2002-02-281-3/+3
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Fix a horribly suboptimal algorithm in the vm_daemon.silby2002-02-271-6/+19
* Add the following functions/macros to support byte order conversions andtmm2002-02-272-23/+81
* Add some DIAGNOSTIC code.julian2002-02-221-14/+24
* Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-221-1/+1
OpenPOWER on IntegriCloud