aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* - Fix build breakage; there was a reference to a removed syscall inJeff Roberson2008-03-121-4/+3
* Remove kernel support for M:N threading.Jeff Roberson2008-03-124-11/+0
* - Remove the old smp cpu topology specification with a new, more flexibleJeff Roberson2008-03-021-0/+7
* Re-sort options. While here:Marcel Moolenaar2008-02-161-5/+8
* On Montecito processors, the instruction cache is in fact notMarcel Moolenaar2008-02-142-0/+19
* Allocate a stack for thread0 and switch to it before callingMarcel Moolenaar2008-02-043-21/+34
* Add a wrapper function that bound checks writes to the dump device.Ruslan Ermilov2008-01-281-6/+6
* Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6.John Baldwin2008-01-071-0/+1
* Add an access type parameter to pmap_enter(). It will be used to implementAlan Cox2008-01-031-2/+2
* Use correct function name in panic messageWarner Losh2008-01-031-1/+1
* Fix obsolete comment. pmap_remove_all is the function we're in.Warner Losh2008-01-031-2/+1
* Add configuration knobs for the superpage reservation system. Initially,Alan Cox2007-12-271-0/+7
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-1/+2
* Add stubs to unbreak LINT.Joseph Koshy2007-12-071-0/+4
* Add a BSD disklabel backend to g_part:Marcel Moolenaar2007-12-061-1/+1
* Break out stack(9) from ddb(4):Robert Watson2007-12-023-12/+58
* Remove the 'needbounce' variable from the _bus_dmamap_load_buffer()John Baldwin2007-11-271-5/+2
* Define atomic_readandclear_ptr.Jason Evans2007-11-271-0/+1
* Extend critical section coverage in the low-level interrupt handlers toScott Long2007-11-211-1/+1
* Prevent the leakage of wired pages in the following circumstances:Alan Cox2007-11-171-0/+32
* o Rename cpu_thread_setup() to cpu_thread_alloc() to betterMarcel Moolenaar2007-11-142-2/+9
* generally we are interested in what thread did something asJulian Elischer2007-11-141-3/+3
* Fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2007-11-052-2/+3
* Set PTE_ACCESSED in the PTE and before inserting it in the VHPT.Marcel Moolenaar2007-10-161-2/+12
* The flushrs instruction must be the first in an instructionMarcel Moolenaar2007-10-161-0/+1
* Print instruction stops to improve analysis of dependencyMarcel Moolenaar2007-10-161-0/+2
* Fix disassembly of the invala, itc, itr and hint instructionsMarcel Moolenaar2007-10-161-1/+1
* Use the correct expanded name for SCTP.Christian Brueffer2007-09-261-1/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalAlan Cox2007-09-251-2/+3
* It has been observed on the mailing lists that the different categoriesAlan Cox2007-09-151-2/+4
* Clear pending interrupts before we enable external interrupts.Marcel Moolenaar2007-08-061-5/+20
* Keep interrupts disabled while handling external interrupts.Marcel Moolenaar2007-08-063-73/+64
* In ia64_set_rr(), don't perform data serialization. This allowsMarcel Moolenaar2007-08-051-1/+1
* Replace "__asm __volatile()" by equivalent support functions fromMarcel Moolenaar2007-08-041-6/+6
* Replace "__asm __volatile()" by equivalent support functions fromMarcel Moolenaar2007-08-041-3/+5
* Replace "__asm __volatile()" by equivalent support functions fromMarcel Moolenaar2007-08-041-16/+18
* Add required data-serialization after writing to cr.itm and cr.itv.Marcel Moolenaar2007-08-041-0/+1
* Add ia64_srlz_d() and ia64_srlz_i() functions to aid in serialization.Marcel Moolenaar2007-08-041-0/+12
* o Switch to physical addressing before dereferencing the VHPTMarcel Moolenaar2007-07-301-37/+62
* Add option EXCEPTION_TRACING, which enables KTR-like functionalityMarcel Moolenaar2007-07-302-1/+85
* Rework the interrupt code and add support for interrupt filteringMarcel Moolenaar2007-07-306-177/+239
* Explicitly map the VHPT on all processors. Previously we wereMarcel Moolenaar2007-07-304-0/+27
* Add casts to some of the more commonly used pointer-type atomicMarcel Moolenaar2007-07-301-5/+14
* If clock_ct_to_ts fails to convert time time from the real time clock,David Malone2007-07-231-1/+2
* Restore the value of ar.rnat after the assignment to ar.bspstore.Marcel Moolenaar2007-07-161-3/+3
* dma_tag is a static structure. Testing for it being a NULL pointerMarcel Moolenaar2007-07-091-1/+1
* Enable SCTP by default for GENERIC kernels in order to give itXin LI2007-06-141-0/+1
* Enable GEOM_PART_MBR by default. On ia64 this replaces GEOM_MBR.Marcel Moolenaar2007-06-131-1/+1
* Add the machine-specific definitions for configuring the new physicalAlan Cox2007-06-102-1/+31
* Work around a firmware bug in the HP rx2660, where in ACPI an I/O portMarcel Moolenaar2007-06-102-3/+12