summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
...
* Move the sysctl related fields to the end of the structure andmarcel2009-11-291-3/+5
* Eliminate teh use of MAXCPU in static arrays of interrupt counters bymarcel2009-11-281-1/+18
* Revert previous commit. The problem was not related to overrunningmarcel2009-11-231-1/+1
* Reimplement the lazy FP context switching:marcel2009-10-312-1/+2
* A 32KB kernel stack is not quite enough. The new USB stack is a bitmarcel2009-10-241-1/+1
* o Align function on a 32-byte boundary so that the core's front-endmarcel2009-10-211-3/+7
* Define architectural load bases for PIE binaries. Addresses were selectedkib2009-10-101-0/+2
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-082-17/+58
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-131-0/+1
* Add support to the virtual memory system for configuring machine-alc2009-07-122-7/+9
* Cleanup ALIGNED_POINTER:sam2009-07-051-17/+3
* Correct the #endif comment.alc2009-06-261-1/+1
* This change is the next step in implementing the cache control functionalityalc2009-06-261-0/+44
* Rename ia64_invalidate_icache() to ia64_sync_icache(). We'remarcel2009-05-181-1/+1
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingrwatson2009-04-201-3/+1
* Add description and cautionary note regarding CACHE_LINE_SIZE.rwatson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedrwatson2009-04-191-0/+5
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-171-4/+2
* Tweak the ia64 machine check handling code to not register new sysctl nodesjhb2009-02-041-0/+1
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-12/+0
* Define mb(), rmb() and wmb() for real.marcel2008-11-221-3/+3
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+4
* Remove ipi_all() and ipi_self() as the former hasn't been used atmarius2008-09-281-8/+5
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-2/+2
* Add inline function ia64_fc_i() to abstract inline assembly.marcel2008-07-071-0/+6
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-251-1/+0
* Work-around a compiler optimization bug, that broke libthr. Massivemarcel2008-05-281-1/+1
* Remove cruft we got from Alpha, which was probably inheritedmarcel2008-04-181-31/+6
* Better implement I-cache invalidation. The previous implementationmarcel2008-03-301-0/+1
* When building a kernel module, define MAXCPU the same as SMP sojb2008-03-271-1/+1
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-2/+0
* Implement atomic_fetchadd_long() for all architectures and document it.pjd2008-03-161-0/+11
* Remove kernel support for M:N threading.jeff2008-03-121-1/+0
* Allocate a stack for thread0 and switch to it before callingmarcel2008-02-041-1/+6
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-271-0/+7
* Add stubs to unbreak LINT.jkoshy2007-12-071-0/+4
* Define atomic_readandclear_ptr.jasone2007-11-271-0/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-2/+3
* Keep interrupts disabled while handling external interrupts.marcel2007-08-061-1/+1
* In ia64_set_rr(), don't perform data serialization. This allowsmarcel2007-08-051-1/+1
* Add ia64_srlz_d() and ia64_srlz_i() functions to aid in serialization.marcel2007-08-041-0/+12
* Rework the interrupt code and add support for interrupt filteringmarcel2007-07-303-15/+15
* Explicitly map the VHPT on all processors. Previously we weremarcel2007-07-301-0/+1
* Add casts to some of the more commonly used pointer-type atomicmarcel2007-07-301-5/+14
* Add the machine-specific definitions for configuring the new physicalalc2007-06-101-0/+28
* Work around a firmware bug in the HP rx2660, where in ACPI an I/O portmarcel2007-06-101-3/+2
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-091-0/+15
* Rework the PCPU_* (MD) interface:attilio2007-06-041-1/+2
* Eliminate an unused definition.alc2007-05-271-4/+2
OpenPOWER on IntegriCloud