aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* MFC: r204646Marius Strobl2010-10-171-7/+0
* MFC r197933:Konstantin Belousov2010-01-191-0/+2
* MFC r189926:Konstantin Belousov2009-12-221-4/+2
* MFC r186212 (by imp):Konstantin Belousov2009-12-221-12/+0
* MFC: r195376Marius Strobl2009-12-171-17/+3
* MFC r197316Alan Cox2009-11-011-0/+2
* MFC 193396, 193521, 194331, 194337, 194376, 194454, 194562, 194642, 195033,John Baldwin2009-09-042-0/+46
* Unbreak LINT.Fabien Thomas2009-06-071-0/+4
* MFC: Expand the scope of the sysctllock sx lock to protect the sysctl treeJohn Baldwin2009-03-101-0/+1
* MFC: Add support for "superpages" on amd64 and i386. This includes adding theJohn Baldwin2009-02-261-0/+7
* MFC rev 179382:Marcel Moolenaar2008-12-011-1/+1
* MFCJohn Birrell2008-08-271-2/+2
* MFC: Export 'struct pcpu' to userland w/o requiring _KERNEL.John Baldwin2008-08-261-2/+2
* Hoist mergeinfo for sys/powerpc/include/atomic.h up to sys.Peter Wemm2008-08-141-0/+12
* MFC: Better implement I-cache invalidation.Marcel Moolenaar2008-04-261-0/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalAlan Cox2007-09-251-2/+3
* Keep interrupts disabled while handling external interrupts.Marcel Moolenaar2007-08-061-1/+1
* In ia64_set_rr(), don't perform data serialization. This allowsMarcel Moolenaar2007-08-051-1/+1
* Add ia64_srlz_d() and ia64_srlz_i() functions to aid in serialization.Marcel Moolenaar2007-08-041-0/+12
* Rework the interrupt code and add support for interrupt filteringMarcel Moolenaar2007-07-303-15/+15
* Explicitly map the VHPT on all processors. Previously we wereMarcel Moolenaar2007-07-301-0/+1
* Add casts to some of the more commonly used pointer-type atomicMarcel Moolenaar2007-07-301-5/+14
* Add the machine-specific definitions for configuring the new physicalAlan Cox2007-06-101-0/+28
* Work around a firmware bug in the HP rx2660, where in ACPI an I/O portMarcel Moolenaar2007-06-101-3/+2
* Add kdb_cpu_sync_icache(), intended to synchronize instructionMarcel Moolenaar2007-06-091-0/+15
* Rework the PCPU_* (MD) interface:Attilio Rao2007-06-041-1/+2
* Eliminate an unused definition.Alan Cox2007-05-271-4/+2
* Have the processor defer all faults and exceptions for controlMarcel Moolenaar2007-05-271-1/+20
* Define every architecture as either VM_PHYSSEG_DENSE orAlan Cox2007-05-051-0/+5
* Add support for specifying a minimal size for vm.kmem_size in the loader viaStephane E. Potvin2007-04-211-1/+2
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-221-18/+20
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentAlan Cox2007-03-111-0/+6
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-3/+3
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-123-12/+3
* Now that printf() needs the PCPU, set it up before we call printf().Marcel Moolenaar2006-11-182-3/+5
* Fix a comment.Ruslan Ermilov2006-11-131-1/+1
* PR:John Birrell2006-10-041-86/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-4/+0
* Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletesAlexander Kabaev2006-09-211-1/+1
* Eliminate unused definitions. (They came from NetBSD.)Alan Cox2006-08-251-8/+0
* First pass at allowing memory to be mapped using cache modes other thanJohn Baldwin2006-08-111-0/+2
* Fixed FP_R*. fp{get_set}round() apparently never worked on ia64, sinceBruce Evans2006-07-051-5/+5
* Partial support for branch long emulation. This only emulates theMarcel Moolenaar2006-06-291-0/+1
* Fix braino in previous commit: Don't redefine OID_AUTO to somethingMarcel Moolenaar2006-05-111-5/+0
* Clean out sysctl machdep.* related defines.Poul-Henning Kamp2006-05-111-13/+1
* Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to theMarcel Moolenaar2006-04-031-0/+2
* s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/Marcel Moolenaar2006-01-281-1/+1
* o Add missing relocations.Marcel Moolenaar2006-01-181-24/+30
* s/R_IA64_/R_IA_64_/g as per the ia64 psABI.Marcel Moolenaar2006-01-171-74/+74
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoWarner Losh2006-01-092-3/+3