| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 1 | -2/+3 |
* | Keep interrupts disabled while handling external interrupts. | marcel | 2007-08-06 | 1 | -1/+1 |
* | In ia64_set_rr(), don't perform data serialization. This allows | marcel | 2007-08-05 | 1 | -1/+1 |
* | Add ia64_srlz_d() and ia64_srlz_i() functions to aid in serialization. | marcel | 2007-08-04 | 1 | -0/+12 |
* | Rework the interrupt code and add support for interrupt filtering | marcel | 2007-07-30 | 3 | -15/+15 |
* | Explicitly map the VHPT on all processors. Previously we were | marcel | 2007-07-30 | 1 | -0/+1 |
* | Add casts to some of the more commonly used pointer-type atomic | marcel | 2007-07-30 | 1 | -5/+14 |
* | Add the machine-specific definitions for configuring the new physical | alc | 2007-06-10 | 1 | -0/+28 |
* | Work around a firmware bug in the HP rx2660, where in ACPI an I/O port | marcel | 2007-06-10 | 1 | -3/+2 |
* | Add kdb_cpu_sync_icache(), intended to synchronize instruction | marcel | 2007-06-09 | 1 | -0/+15 |
* | Rework the PCPU_* (MD) interface: | attilio | 2007-06-04 | 1 | -1/+2 |
* | Eliminate an unused definition. | alc | 2007-05-27 | 1 | -4/+2 |
* | Have the processor defer all faults and exceptions for control | marcel | 2007-05-27 | 1 | -1/+20 |
* | Define every architecture as either VM_PHYSSEG_DENSE or | alc | 2007-05-05 | 1 | -0/+5 |
* | Add support for specifying a minimal size for vm.kmem_size in the loader via | sepotvin | 2007-04-21 | 1 | -1/+2 |
* | Catch up with ACPI-CA 20070320 import. | jkim | 2007-03-22 | 1 | -18/+20 |
* | Push down the implementation of PCPU_LAZY_INC() into the machine-dependent | alc | 2007-03-11 | 1 | -0/+6 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -3/+3 |
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 3 | -12/+3 |
* | Now that printf() needs the PCPU, set it up before we call printf(). | marcel | 2006-11-18 | 2 | -3/+5 |
* | Fix a comment. | ru | 2006-11-13 | 1 | -1/+1 |
* | PR: | jb | 2006-10-04 | 1 | -86/+0 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 1 | -4/+0 |
* | Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletes | kan | 2006-09-21 | 1 | -1/+1 |
* | Eliminate unused definitions. (They came from NetBSD.) | alc | 2006-08-25 | 1 | -8/+0 |
* | First pass at allowing memory to be mapped using cache modes other than | jhb | 2006-08-11 | 1 | -0/+2 |
* | Fixed FP_R*. fp{get_set}round() apparently never worked on ia64, since | bde | 2006-07-05 | 1 | -5/+5 |
* | Partial support for branch long emulation. This only emulates the | marcel | 2006-06-29 | 1 | -0/+1 |
* | Fix braino in previous commit: Don't redefine OID_AUTO to something | marcel | 2006-05-11 | 1 | -5/+0 |
* | Clean out sysctl machdep.* related defines. | phk | 2006-05-11 | 1 | -13/+1 |
* | Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to the | marcel | 2006-04-03 | 1 | -0/+2 |
* | s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/ | marcel | 2006-01-28 | 1 | -1/+1 |
* | o Add missing relocations. | marcel | 2006-01-18 | 1 | -24/+30 |
* | s/R_IA64_/R_IA_64_/g as per the ia64 psABI. | marcel | 2006-01-17 | 1 | -74/+74 |
* | By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT into | imp | 2006-01-09 | 2 | -3/+3 |
* | Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate for | imp | 2006-01-01 | 1 | -0/+3 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 1 | -11/+0 |
* | - Cleanup whitespace and extra ()s in vtophys() macros. | jhb | 2005-12-06 | 1 | -1/+1 |
* | Drop _MACHINE_ARCH and _MACHINE defines (not to be confused with | ru | 2005-12-06 | 1 | -7/+0 |
* | Add a new atomic_fetchadd() primitive that atomically adds a value to a | jhb | 2005-09-27 | 1 | -0/+19 |
* | Eliminate unused definitions. | alc | 2005-09-11 | 2 | -8/+1 |
* | o s/vhpt_size/pmap_vhpt_log2size/g | marcel | 2005-09-03 | 1 | -0/+3 |
* | Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and rename | stefanf | 2005-08-20 | 2 | -5/+3 |
* | Improve SMP support: | marcel | 2005-08-06 | 2 | -3/+6 |
* | Reduce the default MAXCPU from 16 to 4. This is in preparation of | marcel | 2005-08-06 | 1 | -1/+1 |
* | For ia64_ptc_{e,g,ga,l}(), use instruction serialization. We | marcel | 2005-08-06 | 1 | -4/+4 |
* | Convert the atomic_ptr() operations over to operating on uintptr_t | jhb | 2005-07-15 | 1 | -58/+19 |
* | Enhance ia64_flush_dirty() to handle the case in which td != curthread. | marcel | 2005-07-05 | 1 | -1/+1 |
* | Implement functions calls from within DDB on ia64. On ia64 a function | marcel | 2005-07-02 | 1 | -0/+4 |
* | Define IPI_PREEMPT. Update a nearby comment while I'm here. | marcel | 2005-06-12 | 1 | -2/+3 |