| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 281266: | jhb | 2015-06-02 | 1 | -0/+2 |
* | MFC r282120: | hselasky | 2015-05-05 | 1 | -2/+2 |
* | Repair ia64 build after r278347 - remove const from set_mcontext | peter | 2015-02-08 | 1 | -1/+1 |
* | Merge the fueword(9) and casueword(9). In particular, | kib | 2014-11-18 | 1 | -0/+4 |
* | Make sure all memory updates are made visible before we let go | marcel | 2014-09-22 | 1 | -0/+2 |
* | Fix previous commit: unbreak build of libkvm by including sys/systm.h | marcel | 2014-09-07 | 1 | -1/+2 |
* | Fix the PCPU access macros. It was found that the PCPU pointer, when | marcel | 2014-09-06 | 5 | -20/+53 |
* | Fix a leak of the wired pages when unwiring of the PROT_NONE-mapped | kib | 2014-09-01 | 1 | -16/+15 |
* | Update an assertion to reflect the changes made in r270439. This is a | alc | 2014-08-30 | 1 | -2/+2 |
* | Make sure the psr field in the trapframe (which holds the value of cr.ipsr) | marcel | 2014-08-25 | 1 | -1/+1 |
* | Merge the changes to pmap_enter(9) for sleep-less operation (requested | kib | 2014-08-24 | 1 | -6/+10 |
* | MFC r263815, r263872: | emaste | 2014-08-21 | 12 | -188/+11 |
* | MFC r263749,267146: | imp | 2014-07-17 | 1 | -1/+1 |
* | MFC r263380 & r268185: Add KTR events for the PMAP interface functions. | marcel | 2014-07-02 | 3 | -61/+175 |
* | MFC r263323: Fix and improve exception tracing. | marcel | 2014-07-02 | 10 | -81/+436 |
* | MFC r263254: Move the implementation of kdb_cpu_trap() from <machine/kdb.h> | marcel | 2014-07-02 | 2 | -10/+15 |
* | MFC r263253: Don't use the ITC as the faulting address for external | marcel | 2014-07-02 | 2 | -3/+3 |
* | MFC r263248 & r263257: In intr_event_handle() we already save and set | marcel | 2014-07-02 | 3 | -7/+10 |
* | MFC r262726: When reading physical memory, make sure to access it using | marcel | 2014-07-02 | 1 | -51/+58 |
* | MFC r259959 & r260009: Add prototypical support for minidumps. | marcel | 2014-07-02 | 1 | -21/+151 |
* | MFC r257484: Change PAL_PTCE_INFO related variables. | marcel | 2014-07-02 | 1 | -10/+10 |
* | MFC r257477: Purge the translation cache of APs before we unleash them. | marcel | 2014-07-02 | 3 | -18/+6 |
* | MFC 257475: Respect the kern.smp.disabled tunable. | marcel | 2014-07-02 | 1 | -0/+5 |
* | MFC 263301 | ian | 2014-05-17 | 1 | -2/+2 |
* | MFC 263036, 263059: delete advertising clause in licenses, renumber. | ian | 2014-05-17 | 1 | -1/+1 |
* | MFC r257854 (discussed with alc@) | ian | 2014-05-16 | 1 | -10/+2 |
* | Merge r264984 | scottl | 2014-05-07 | 1 | -1/+1 |
* | MFC the mpr(4) driver for LSI's 12Gb SAS cards. | ken | 2014-05-05 | 1 | -0/+2 |
* | MFC r263998: | tijl | 2014-04-15 | 1 | -1/+1 |
* | MFC r260175: | marcel | 2014-02-16 | 1 | -0/+28 |
* | MFC r260914: | marcel | 2014-02-16 | 1 | -2/+4 |
* | MFC r260666: | marcel | 2014-02-16 | 1 | -1/+1 |
* | MFC r259244: | marcel | 2014-02-16 | 1 | -6/+4 |
* | MFC r257910: | marcel | 2014-02-16 | 1 | -2/+0 |
* | MFC r257487: | marcel | 2014-02-16 | 3 | -4/+9 |
* | MFC r257228: | kib | 2013-12-17 | 1 | -0/+11 |
* | - Remove debugging from GENERIC* kernel configurations | gjb | 2013-10-10 | 1 | -9/+0 |
* | The pmap function pmap_clear_reference() is no longer used. Remove it. | alc | 2013-09-20 | 1 | -31/+0 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 1 | -2/+2 |
* | On those machines, where sf_bufs do not represent any real object, make | glebius | 2013-09-06 | 2 | -22/+12 |
* | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | alc | 2013-08-29 | 1 | -0/+44 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | kib | 2013-08-22 | 1 | -2/+2 |
* | Add process descriptors support to the GENERIC kernel. It is already being | pjd | 2013-08-18 | 1 | -2/+3 |
* | Tidy up global locks for ACPICA. There is no functional change. | jkim | 2013-08-13 | 1 | -3/+3 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 1 | -12/+10 |
* | follow up to r254051 | avg | 2013-08-09 | 1 | -2/+1 |
* | enable KDB_TRACE in GENERICs | avg | 2013-08-07 | 1 | -1/+1 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -1/+2 |
* | Back out r253779 & r253786. | obrien | 2013-07-31 | 1 | -1/+0 |
* | Decouple yarrow from random(4) device. | obrien | 2013-07-29 | 1 | -0/+1 |