summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-061-7/+0
* Add a new atomic_fetchadd() primitive that atomically adds a value to ajhb2005-09-271-0/+19
* Eliminate unused definitions.alc2005-09-112-8/+1
* o s/vhpt_size/pmap_vhpt_log2size/gmarcel2005-09-031-0/+3
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renamestefanf2005-08-202-5/+3
* Improve SMP support:marcel2005-08-062-3/+6
* Reduce the default MAXCPU from 16 to 4. This is in preparation ofmarcel2005-08-061-1/+1
* For ia64_ptc_{e,g,ga,l}(), use instruction serialization. Wemarcel2005-08-061-4/+4
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-151-58/+19
* Enhance ia64_flush_dirty() to handle the case in which td != curthread.marcel2005-07-051-1/+1
* Implement functions calls from within DDB on ia64. On ia64 a functionmarcel2005-07-021-0/+4
* Define IPI_PREEMPT. Update a nearby comment while I'm here.marcel2005-06-121-2/+3
* MFP4:jkoshy2005-06-091-0/+14
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-293-73/+0
* Don't define _MACHINE_BUS_MEMIO_H_ nor _MACHINE_BUS_PIO_H_.marcel2005-05-101-3/+0
* Sanity the RTC code:marcel2005-04-221-53/+0
* Add empty header (except of the multiple-inclusion protection) tomarcel2005-04-201-0/+10
* Break out the definition of bus_space_{tag,handle}_t and a few other typesimp2005-04-182-13/+47
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-042-90/+2
* Refactor the bus_dma header files so that the interface is described inscottl2005-03-142-194/+34
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-027-15/+26
* Use a common multi-inclusion protection, and add such aru2005-02-191-1/+6
* nit in /*-imp2005-01-311-1/+1
* Add bus_dmamap_load_mbuf_sg() to ia64scottl2005-01-151-0/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0634-34/+34
* Further enhance the handling of misaligned loads and stores:marcel2005-01-021-1/+0
OpenPOWER on IntegriCloud