| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a leak of the wired pages when unwiring of the PROT_NONE-mapped | kib | 2014-09-01 | 1 | -14/+29 |
* | MFC r270038: | kib | 2014-08-24 | 1 | -3/+1 |
* | Merge the changes to pmap_enter(9) for sleep-less operation (requested | kib | 2014-08-24 | 1 | -10/+16 |
* | MFC r263749,267146: | imp | 2014-07-17 | 1 | -1/+1 |
* | 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/+8 |
* | MFC r258800, r258802, r258805, r258806, r258807, r258851, r258857, | ian | 2014-05-14 | 6 | -12/+6 |
* | Merge r264984 | scottl | 2014-05-07 | 1 | -1/+0 |
* | MFC the mpr(4) driver for LSI's 12Gb SAS cards. | ken | 2014-05-05 | 1 | -0/+1 |
* | MFC r263998: | tijl | 2014-04-15 | 1 | -1/+1 |
* | MFC r262613: | dim | 2014-03-26 | 3 | -4/+4 |
* | MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179, | jhb | 2014-03-06 | 1 | -7/+11 |
* | MFC r262472: | dim | 2014-02-28 | 1 | -1/+1 |
* | MFC r262471: | dim | 2014-02-28 | 1 | -1/+1 |
* | MFC r257228: | kib | 2013-12-17 | 1 | -0/+2 |
* | - Remove debugging from GENERIC* kernel configurations | gjb | 2013-10-10 | 1 | -9/+0 |
* | Implement GET_STACK_USAGE. | marius | 2013-09-29 | 1 | -0/+11 |
* | - Create kern.ipc.sendfile namespace, and put the new "readhead" OID | glebius | 2013-09-22 | 1 | -0/+11 |
* | The pmap function pmap_clear_reference() is no longer used. Remove it. | alc | 2013-09-20 | 1 | -19/+0 |
* | Fix panic in ktrcapfail() when no capability rights are passed. | pjd | 2013-09-18 | 1 | -1/+1 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 1 | -1/+1 |
* | Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarations | glebius | 2013-09-06 | 1 | -0/+3 |
* | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | alc | 2013-08-29 | 1 | -0/+8 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | kib | 2013-08-22 | 1 | -3/+0 |
* | Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9). | kib | 2013-08-22 | 1 | -1/+1 |
* | Add process descriptors support to the GENERIC kernel. It is already being | pjd | 2013-08-18 | 1 | -0/+1 |
* | 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 |
* | Split the pagequeues per NUMA domains, and split pageademon process | kib | 2013-08-07 | 1 | -0/+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 | 5 | -10/+14 |
* | Add MD (for now) atomic_store_acq_<type>() and use it in pmap_activate() | marius | 2013-08-06 | 2 | -10/+26 |
* | Remove unused member. | attilio | 2013-08-04 | 2 | -2/+0 |
* | Back out r253779 & r253786. | obrien | 2013-07-31 | 1 | -1/+0 |
* | Decouple yarrow from random(4) device. | obrien | 2013-07-29 | 1 | -0/+1 |
* | Revert r253748,253749 | avg | 2013-07-28 | 1 | -2/+2 |
* | put contents of cpu.h under _KERNEL | avg | 2013-07-28 | 1 | -2/+2 |
* | Include sys/systm.h after sys/param.h. | ae | 2013-07-15 | 1 | -1/+1 |
* | Introduce new structure sfstat for collecting sendfile's statistics | ae | 2013-07-15 | 1 | -1/+1 |
* | Prefix the alias macros for members of struct __mcontext with an underscore | marius | 2013-07-12 | 2 | -31/+31 |
* | Fix issues with zeroing and fetching the counters, on x86 and ppc64. | kib | 2013-07-01 | 1 | -0/+39 |
* | Remove conflicting macros from SPARC64's atomic(9) header. | ed | 2013-06-15 | 1 | -15/+3 |
* | Stick to using the documented atomic(9) API. | ed | 2013-06-15 | 1 | -1/+1 |
* | - Add a BIT_FFS() macro and use it to replace cpusetffs_obj() | jeff | 2013-06-13 | 1 | -1/+1 |
* | o Relax locking assertions for vm_page_find_least() | attilio | 2013-05-21 | 1 | -0/+2 |
* | Relax the object locking assertion in pmap_enter_locked(). | alc | 2013-05-17 | 1 | -1/+1 |
* | Tidy up some CVS workarounds. | peter | 2013-05-12 | 2 | -2/+0 |
* | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | attilio | 2013-05-07 | 2 | -7/+4 |
* | Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE' | trasz | 2013-04-12 | 1 | -4/+1 |
* | Merge from projects/counters: counter(9). | glebius | 2013-04-08 | 1 | -0/+54 |