summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Have the processor defer all faults and exceptions for controlmarcel2007-05-271-1/+20
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-051-0/+5
* Add support for specifying a minimal size for vm.kmem_size in the loader viasepotvin2007-04-211-1/+2
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-18/+20
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-111-0/+6
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-3/+3
* Remove 3rd clause, renumber, ok per emailimp2007-01-123-12/+3
* Now that printf() needs the PCPU, set it up before we call printf().marcel2006-11-182-3/+5
* Fix a comment.ru2006-11-131-1/+1
* PR:jb2006-10-041-86/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-4/+0
* Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoleteskan2006-09-211-1/+1
* Eliminate unused definitions. (They came from NetBSD.)alc2006-08-251-8/+0
* First pass at allowing memory to be mapped using cache modes other thanjhb2006-08-111-0/+2
* Fixed FP_R*. fp{get_set}round() apparently never worked on ia64, sincebde2006-07-051-5/+5
* Partial support for branch long emulation. This only emulates themarcel2006-06-291-0/+1
* Fix braino in previous commit: Don't redefine OID_AUTO to somethingmarcel2006-05-111-5/+0
* Clean out sysctl machdep.* related defines.phk2006-05-111-13/+1
* Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to themarcel2006-04-031-0/+2
* s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/marcel2006-01-281-1/+1
* o Add missing relocations.marcel2006-01-181-24/+30
* s/R_IA64_/R_IA_64_/g as per the ia64 psABI.marcel2006-01-171-74/+74
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoimp2006-01-092-3/+3
* Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate forimp2006-01-011-0/+3
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-11/+0
* - Cleanup whitespace and extra ()s in vtophys() macros.jhb2005-12-061-1/+1
OpenPOWER on IntegriCloud