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