| Commit message (Expand) | Author | Age | Files | Lines |
| * | define Maxmem for ia64, the only platform that didn't have it | Andriy Gapon | 2016-12-24 | 2 | -1/+8 |
| * | MFC r291716, r291724, r291741, r291742 | Kenneth D. Merry | 2015-12-16 | 1 | -0/+3 |
| * | MFC r288000: | Konstantin Belousov | 2015-09-27 | 1 | -17/+22 |
| * | MFC r280957 | Ryan Stone | 2015-09-17 | 1 | -2/+2 |
| * | MFC 281266: | John Baldwin | 2015-06-02 | 1 | -0/+2 |
| * | MFC r282120: | Hans Petter Selasky | 2015-05-05 | 1 | -2/+2 |
| * | Repair ia64 build after r278347 - remove const from set_mcontext | Peter Wemm | 2015-02-08 | 1 | -1/+1 |
| * | Merge the fueword(9) and casueword(9). In particular, | Konstantin Belousov | 2014-11-18 | 1 | -0/+4 |
| * | Make sure all memory updates are made visible before we let go | Marcel Moolenaar | 2014-09-22 | 1 | -0/+2 |
| * | Fix previous commit: unbreak build of libkvm by including sys/systm.h | Marcel Moolenaar | 2014-09-07 | 1 | -1/+2 |
| * | Fix the PCPU access macros. It was found that the PCPU pointer, when | Marcel Moolenaar | 2014-09-06 | 5 | -20/+53 |
| * | Fix a leak of the wired pages when unwiring of the PROT_NONE-mapped | Konstantin Belousov | 2014-09-01 | 1 | -16/+15 |
| * | Update an assertion to reflect the changes made in r270439. This is a | Alan Cox | 2014-08-30 | 1 | -2/+2 |
| * | Make sure the psr field in the trapframe (which holds the value of cr.ipsr) | Marcel Moolenaar | 2014-08-25 | 1 | -1/+1 |
| * | Merge the changes to pmap_enter(9) for sleep-less operation (requested | Konstantin Belousov | 2014-08-24 | 1 | -6/+10 |
| * | MFC r263815, r263872: | Ed Maste | 2014-08-21 | 12 | -188/+11 |
| * | MFC r263749,267146: | Warner Losh | 2014-07-17 | 1 | -1/+1 |
| * | MFC r263380 & r268185: Add KTR events for the PMAP interface functions. | Marcel Moolenaar | 2014-07-02 | 3 | -61/+175 |
| * | MFC r263323: Fix and improve exception tracing. | Marcel Moolenaar | 2014-07-02 | 10 | -81/+436 |
| * | MFC r263254: Move the implementation of kdb_cpu_trap() from <machine/kdb.h> | Marcel Moolenaar | 2014-07-02 | 2 | -10/+15 |
| * | MFC r263253: Don't use the ITC as the faulting address for external | Marcel Moolenaar | 2014-07-02 | 2 | -3/+3 |
| * | MFC r263248 & r263257: In intr_event_handle() we already save and set | Marcel Moolenaar | 2014-07-02 | 3 | -7/+10 |
| * | MFC r262726: When reading physical memory, make sure to access it using | Marcel Moolenaar | 2014-07-02 | 1 | -51/+58 |
| * | MFC r259959 & r260009: Add prototypical support for minidumps. | Marcel Moolenaar | 2014-07-02 | 1 | -21/+151 |
| * | MFC r257484: Change PAL_PTCE_INFO related variables. | Marcel Moolenaar | 2014-07-02 | 1 | -10/+10 |
| * | MFC r257477: Purge the translation cache of APs before we unleash them. | Marcel Moolenaar | 2014-07-02 | 3 | -18/+6 |
| * | MFC 257475: Respect the kern.smp.disabled tunable. | Marcel Moolenaar | 2014-07-02 | 1 | -0/+5 |
| * | MFC 263301 | Ian Lepore | 2014-05-17 | 1 | -2/+2 |
| * | MFC 263036, 263059: delete advertising clause in licenses, renumber. | Ian Lepore | 2014-05-17 | 1 | -1/+1 |
| * | MFC r257854 (discussed with alc@) | Ian Lepore | 2014-05-16 | 1 | -10/+2 |
| * | Merge r264984 | Scott Long | 2014-05-07 | 1 | -1/+1 |
| * | MFC the mpr(4) driver for LSI's 12Gb SAS cards. | Kenneth D. Merry | 2014-05-05 | 1 | -0/+2 |
| * | MFC r263998: | Tijl Coosemans | 2014-04-15 | 1 | -1/+1 |
| * | MFC r260175: | Marcel Moolenaar | 2014-02-16 | 1 | -0/+28 |
| * | MFC r260914: | Marcel Moolenaar | 2014-02-16 | 1 | -2/+4 |
| * | MFC r260666: | Marcel Moolenaar | 2014-02-16 | 1 | -1/+1 |
| * | MFC r259244: | Marcel Moolenaar | 2014-02-16 | 1 | -6/+4 |
| * | MFC r257910: | Marcel Moolenaar | 2014-02-16 | 1 | -2/+0 |
| * | MFC r257487: | Marcel Moolenaar | 2014-02-16 | 3 | -4/+9 |
| * | MFC r257228: | Konstantin Belousov | 2013-12-17 | 1 | -0/+11 |
| * | - Remove debugging from GENERIC* kernel configurations | Glen Barber | 2013-10-10 | 1 | -9/+0 |
| * | The pmap function pmap_clear_reference() is no longer used. Remove it. | Alan Cox | 2013-09-20 | 1 | -31/+0 |
| * | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | John Baldwin | 2013-09-09 | 1 | -2/+2 |
| * | On those machines, where sf_bufs do not represent any real object, make | Gleb Smirnoff | 2013-09-06 | 2 | -22/+12 |
| * | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | Alan Cox | 2013-08-29 | 1 | -0/+44 |
| * | Revert r254501. Instead, reuse the type stability of the struct pmap | Konstantin Belousov | 2013-08-22 | 1 | -2/+2 |
| * | Add process descriptors support to the GENERIC kernel. It is already being | Pawel Jakub Dawidek | 2013-08-18 | 1 | -2/+3 |
| * | Tidy up global locks for ACPICA. There is no functional change. | Jung-uk Kim | 2013-08-13 | 1 | -3/+3 |
| * | The soft and hard busy mechanism rely on the vm object lock to work. | Attilio Rao | 2013-08-09 | 1 | -12/+10 |
| * | follow up to r254051 | Andriy Gapon | 2013-08-09 | 1 | -2/+1 |