| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvs | Ken Smith | 2010-03-21 | 132 | -132/+130 |
* | MFC r197933: | Konstantin Belousov | 2010-01-19 | 1 | -0/+2 |
* | MFC 202019: | Warner Losh | 2010-01-18 | 1 | -0/+1 |
* | MFC r201443: | Brooks Davis | 2010-01-12 | 1 | -0/+1 |
* | Revert 201164. Truly optional items like this do not belong on DEFAULTS. | Warner Losh | 2010-01-04 | 1 | -7/+0 |
* | MFC r200594: | Doug Barton | 2009-12-29 | 1 | -0/+7 |
* | 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 195840, 195844, and 196637: | John Baldwin | 2009-09-14 | 1 | -1/+1 |
* | MFC 193396, 193521, 194331, 194337, 194376, 194454, 194562, 194642, 195033, | John Baldwin | 2009-09-04 | 2 | -0/+46 |
* | MFC r195295: | Ed Schouten | 2009-07-15 | 1 | -0/+1 |
* | MFC 179229 (alc), 195188: The VM system no longer uses setPQL2(). | Andriy Gapon | 2009-06-30 | 1 | -8/+0 |
* | Unbreak LINT. | Fabien Thomas | 2009-06-07 | 1 | -0/+4 |
* | MFC: | John Baldwin | 2009-05-19 | 1 | -1/+1 |
* | MFC: Add a MI intr_event_handle() routine for the non-INTR_FILTER case. | John Baldwin | 2009-05-19 | 1 | -46/+4 |
* | MFC: Simplify the interrupt code a bit by always including the ie_disable | John Baldwin | 2009-05-18 | 1 | -4/+1 |
* | MFC r191011: | Konstantin Belousov | 2009-05-05 | 1 | -1/+4 |
* | Merge r190708 from HEAD to stable/7: | Dmitry Chagin | 2009-04-17 | 1 | -2/+2 |
* | Merge from head to stable/7: | Dmitry Chagin | 2009-03-29 | 1 | -2/+4 |
* | MFC: Expand the scope of the sysctllock sx lock to protect the sysctl tree | John Baldwin | 2009-03-10 | 2 | -26/+45 |
* | MFC: Add a stub for pmap_align_superpage() on machines that don't (yet) | John Baldwin | 2009-02-26 | 1 | -0/+10 |
* | MFC: Add support for "superpages" on amd64 and i386. This includes adding the | John Baldwin | 2009-02-26 | 2 | -2/+9 |
* | MFC r183322: | Konstantin Belousov | 2009-01-09 | 1 | -42/+43 |
* | 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 |
* | Merge r177253, r177255 from head to stable/7: | Robert Watson | 2008-07-22 | 2 | -2/+2 |
* | MFC: Add preliminary support for binding interrupts to CPUs: | John Baldwin | 2008-06-28 | 1 | -1/+1 |
* | Merge rev 179173: | Marcel Moolenaar | 2008-06-01 | 1 | -3/+6 |
* | MFC: Better implement I-cache invalidation. | Marcel Moolenaar | 2008-04-26 | 4 | -89/+60 |
* | MFC fix for PR ia64/118024 | Marcel Moolenaar | 2008-04-24 | 2 | -2/+9 |
* | Merge stack.9:1.5, amd64/db_trace.c:1.82, amd64/stack_machdep.c:1.1, | Robert Watson | 2008-04-10 | 2 | -12/+1 |
* | MFC: Kernel mode Network Lock Manager. | Doug Rabson | 2008-04-10 | 1 | -0/+1 |
* | Merge amd64/machdep.c:1.680, amd64/mp_watchdog.c:1.6, | Robert Watson | 2008-03-30 | 1 | -1/+2 |
* | MFC: Remove the 'needbounce' variable from _bus_dmamap_load_buffer(). | John Baldwin | 2008-03-17 | 1 | -5/+2 |
* | Insta MFC: machdep.c:1.230, pmap.c:1.197 | Marcel Moolenaar | 2008-02-14 | 2 | -0/+19 |
* | MFC: Add a wrapper function that bound checks writes to the dump device. | Ruslan Ermilov | 2008-01-30 | 1 | -6/+6 |
* | MFC fix for the panic("vm_thread_new: kstack allocation failed") and | Konstantin Belousov | 2008-01-18 | 2 | -2/+3 |
* | This commit was manufactured by cvs2svn to create branch 'RELENG_7'. | cvs2svn | 2007-12-03 | 1 | -0/+57 |
* | MFC: expand critical section coverage so that shared fast and ithread handlers | Scott Long | 2007-11-26 | 1 | -1/+1 |
* | Use the correct expanded name for SCTP. | Christian Brueffer | 2007-09-26 | 1 | -1/+1 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | Alan Cox | 2007-09-25 | 1 | -2/+3 |
* | It has been observed on the mailing lists that the different categories | Alan Cox | 2007-09-15 | 1 | -2/+4 |
* | Clear pending interrupts before we enable external interrupts. | Marcel Moolenaar | 2007-08-06 | 1 | -5/+20 |
* | Keep interrupts disabled while handling external interrupts. | Marcel Moolenaar | 2007-08-06 | 3 | -73/+64 |
* | In ia64_set_rr(), don't perform data serialization. This allows | Marcel Moolenaar | 2007-08-05 | 1 | -1/+1 |
* | Replace "__asm __volatile()" by equivalent support functions from | Marcel Moolenaar | 2007-08-04 | 1 | -6/+6 |