aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* Rename ia64_invalidate_icache() to ia64_sync_icache(). We'reMarcel Moolenaar2009-05-181-1/+1
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson2009-04-201-3/+1
* Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson2009-04-191-0/+5
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerKonstantin Belousov2009-03-171-4/+2
* Tweak the ia64 machine check handling code to not register new sysctl nodesJohn Baldwin2009-02-041-0/+1
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.Warner Losh2008-12-171-12/+0
* Define mb(), rmb() and wmb() for real.Marcel Moolenaar2008-11-221-3/+3
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,Kip Macy2008-11-221-0/+4
* Remove ipi_all() and ipi_self() as the former hasn't been used atMarius Strobl2008-09-281-8/+5
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsJohn Baldwin2008-08-191-2/+2
* Add inline function ia64_fc_i() to abstract inline assembly.Marcel Moolenaar2008-07-071-0/+6
* Remove the unused major/minor numbers from iodev and memdev.Ed Schouten2008-06-251-1/+0
* Work-around a compiler optimization bug, that broke libthr. MassiveMarcel Moolenaar2008-05-281-1/+1
* Remove cruft we got from Alpha, which was probably inheritedMarcel Moolenaar2008-04-181-31/+6
* Better implement I-cache invalidation. The previous implementationMarcel Moolenaar2008-03-301-0/+1
* When building a kernel module, define MAXCPU the same as SMP soJohn Birrell2008-03-271-1/+1
* The "free-lance" timer in the i8254 is only used for the speakerPoul-Henning Kamp2008-03-261-2/+0
* Implement atomic_fetchadd_long() for all architectures and document it.Pawel Jakub Dawidek2008-03-161-0/+11
* Remove kernel support for M:N threading.Jeff Roberson2008-03-121-1/+0
* Allocate a stack for thread0 and switch to it before callingMarcel Moolenaar2008-02-041-1/+6
* Add configuration knobs for the superpage reservation system. Initially,Alan Cox2007-12-271-0/+7
* Add stubs to unbreak LINT.Joseph Koshy2007-12-071-0/+4
* Define atomic_readandclear_ptr.Jason Evans2007-11-271-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