| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r204646 | Marius Strobl | 2010-10-17 | 1 | -7/+0 |
| * | MFC r197933: | Konstantin Belousov | 2010-01-19 | 1 | -0/+2 |
| * | MFC r189926: | Konstantin Belousov | 2009-12-22 | 1 | -4/+2 |
| * | MFC r186212 (by imp): | Konstantin Belousov | 2009-12-22 | 1 | -12/+0 |
| * | MFC: r195376 | Marius Strobl | 2009-12-17 | 1 | -17/+3 |
| * | MFC r197316 | Alan Cox | 2009-11-01 | 1 | -0/+2 |
| * | MFC 193396, 193521, 194331, 194337, 194376, 194454, 194562, 194642, 195033, | John Baldwin | 2009-09-04 | 2 | -0/+46 |
| * | Unbreak LINT. | Fabien Thomas | 2009-06-07 | 1 | -0/+4 |
| * | MFC: Expand the scope of the sysctllock sx lock to protect the sysctl tree | John Baldwin | 2009-03-10 | 1 | -0/+1 |
| * | MFC: Add support for "superpages" on amd64 and i386. This includes adding the | John Baldwin | 2009-02-26 | 1 | -0/+7 |
| * | MFC rev 179382: | Marcel Moolenaar | 2008-12-01 | 1 | -1/+1 |
| * | MFC | John Birrell | 2008-08-27 | 1 | -2/+2 |
| * | MFC: Export 'struct pcpu' to userland w/o requiring _KERNEL. | John Baldwin | 2008-08-26 | 1 | -2/+2 |
| * | Hoist mergeinfo for sys/powerpc/include/atomic.h up to sys. | Peter Wemm | 2008-08-14 | 1 | -0/+12 |
| * | MFC: Better implement I-cache invalidation. | Marcel Moolenaar | 2008-04-26 | 1 | -0/+1 |
| * | 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 |