aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Eliminate need for __RMAN_RESOURCE_VISIBLEPoul-Henning Kamp2005-10-061-6/+4
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,Robert Watson2005-09-281-4/+0
* Implement 32 bit getcontext/setcontext/swapcontext on amd64. I've addedPeter Wemm2005-09-271-0/+21
* Add a new atomic_fetchadd() primitive that atomically adds a value to aJohn Baldwin2005-09-271-0/+19
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),Robert Watson2005-09-191-0/+4
* Introduce a kernel config for the Mandatory Access Control framework.Christian S.J. Peron2005-09-181-0/+28
* Eliminate unused definitions.Alan Cox2005-09-112-8/+1
* Canonize the include of acpi.h.David E. O'Brien2005-09-114-4/+4
* Merge db_interface.c and db_trace.c into db_machdep.c.Marcel Moolenaar2005-09-102-337/+290
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()Marcel Moolenaar2005-09-101-4/+0
* Move the ia32_sigcode structure from ia32_sigtramp.c to ia32_signal.c.Marcel Moolenaar2005-09-102-44/+19
* Remove redundant $FreeBSD$Marcel Moolenaar2005-09-101-2/+0
* Change the High FP lock from a sleep lock to a spin lock. We canMarcel Moolenaar2005-09-094-16/+16
* Milestone: enable SMP by default.Marcel Moolenaar2005-09-051-1/+1
* o In pmap_remove_pte: always invalidate the page. Previously the pageMarcel Moolenaar2005-09-051-13/+11
* o s/vhpt_size/pmap_vhpt_log2size/gMarcel Moolenaar2005-09-033-48/+88
* Fix collision chain termination checks. The result of IA64_PHYS_TO_RR7Marcel Moolenaar2005-09-031-16/+18
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determineAlan Cox2005-09-031-3/+4
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renameStefan Farfeleder2005-08-202-5/+3
* Remove the execute permission for stacks.Marcel Moolenaar2005-08-141-1/+1
* o s/pmap_lpte_/pmap_/gMarcel Moolenaar2005-08-131-80/+52
* Fix the problem with the IPI for the lazy context switching of theMarcel Moolenaar2005-08-132-2/+5
* Improve SMP support:Marcel Moolenaar2005-08-069-320/+318
* Reduce the default MAXCPU from 16 to 4. This is in preparation ofMarcel Moolenaar2005-08-061-1/+1
* For ia64_ptc_{e,g,ga,l}(), use instruction serialization. WeMarcel Moolenaar2005-08-061-4/+4
* - Add support for saving stack traces and displaying them via printf(9)Jeff Roberson2005-08-031-0/+13
* Convert the atomic_ptr() operations over to operating on uintptr_tJohn Baldwin2005-07-151-58/+19
* Add recently invented COMPAT_FREEBSD5 option.Ken Smith2005-07-141-0/+1
* Validate if the value written into {FS,GS}.base is a canonicalDavid Xu2005-07-101-1/+2
* Enhance ia64_flush_dirty() to handle the case in which td != curthread.Marcel Moolenaar2005-07-052-23/+52
* Implement functions calls from within DDB on ia64. On ia64 a functionMarcel Moolenaar2005-07-022-0/+24
* Fix a buglet that was present in the ia64 code and that got inheritedMarcel Moolenaar2005-07-021-0/+1
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.Peter Wemm2005-06-301-0/+82
* Handle B-unit break instructions. The break.b is unique in that theMarcel Moolenaar2005-06-271-1/+50
* Replace the existing copyright notice with my own. Over the years I'veMarcel Moolenaar2005-06-271-23/+19
* Cosmetic: s/u_int64_t/uint64_t/gMarcel Moolenaar2005-06-271-7/+7
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromDavid E. O'Brien2005-06-201-0/+1
* Define IPI_PREEMPT. Update a nearby comment while I'm here.Marcel Moolenaar2005-06-121-2/+3
* Introduce a procedure, pmap_page_init(), that initializes theAlan Cox2005-06-101-33/+20
* MFP4:Joseph Koshy2005-06-091-0/+14
* Create nexus in configure_first() instead of in configure(). ThisMarcel Moolenaar2005-05-291-2/+2
* Call cninit_finish() in configure_final().Marcel Moolenaar2005-05-291-0/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-293-73/+0
* - Move bus dependent defines to {isa,cbus}_dmareg.h.Yoshihiro Takahashi2005-05-141-1/+1
* Don't define _MACHINE_BUS_MEMIO_H_ nor _MACHINE_BUS_PIO_H_.Marcel Moolenaar2005-05-101-3/+0
* Change cpu_set_kse_upcall to more generic style, so we can reuse itDavid Xu2005-04-231-13/+20
* Sanity the RTC code:Marcel Moolenaar2005-04-224-398/+130
* Add empty header (except of the multiple-inclusion protection) toMarcel Moolenaar2005-04-201-0/+10
* Break out the definition of bus_space_{tag,handle}_t and a few other typesWarner Losh2005-04-182-13/+47
* Add a kpte command to DDB. It dumps the PTE of a KVA. This helpsMarcel Moolenaar2005-04-161-0/+20