summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Get the guarding right. The IA-64 has a different organization for thisobrien2002-03-261-5/+4
* Guard against redefining __gnuc_va_list.obrien2002-03-241-1/+5
* Undefine __FBSDID before defining it as it's already defined atmarcel2002-03-241-0/+1
* ASM versions of __FBSDID.obrien2002-03-231-0/+6
* Change critical_t to register_t for intr_disable/restore.dfr2002-03-215-7/+7
* Change cpu_critical_enter/exit to intr_disable/restore.dfr2002-03-211-2/+2
* In UP mode, the primary cpu's per-cpu current_pmap was not initialized -peter2002-03-211-0/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-212-30/+11
* Remove __P.alfred2002-03-2012-76/+76
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.jhb2002-03-201-25/+6
* Change intr_enable to intr_restore for consistency with sparc64.dfr2002-03-204-6/+6
* Replace calls to cpu_critical_enter/exit with appropriate calls todfr2002-03-203-13/+14
* Recreate intr_disable/intr_enable and implement cpu_critical_enter/exitdfr2002-03-201-2/+14
* #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
OpenPOWER on IntegriCloud