| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbuf | nwhitehorn | 2013-12-17 | 6 | -12/+6 |
* | Restore a vital comment nuked in r259016. | marius | 2013-12-08 | 1 | -0/+7 |
* | MFC @r258947. | ray | 2013-12-05 | 1 | -1/+0 |
|\ |
|
| * | Make process descriptors standard part of the kernel. rwhod(8) already | pjd | 2013-11-30 | 1 | -1/+0 |
* | | MFC @r258091. | ray | 2013-11-13 | 1 | -10/+8 |
|\ \
| |/ |
|
| * | As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In other | alc | 2013-11-08 | 1 | -10/+8 |
* | | MFC @r257698. | ray | 2013-11-05 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Add bus_dmamap_load_ma() function to load map with the array of | kib | 2013-10-27 | 1 | -0/+2 |
* | | MFC @r257107. | ray | 2013-10-25 | 7 | -79/+26 |
|\ \
| |/ |
|
| * | Move the implementation of bus_space_barrier(9) to the inline function in | marius | 2013-10-24 | 7 | -79/+26 |
* | | MFC @r256148. | ray | 2013-10-08 | 5 | -21/+27 |
|\ \
| |/ |
|
| * | 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 |
* | | MFC @r255128. | ray | 2013-09-01 | 2 | -4/+10 |
|\ \
| |/ |
|
| * | 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 |
* | | MFC @r254374. | ray | 2013-08-15 | 9 | -37/+53 |
|\ \
| |/ |
|
| * | 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 |
* | | MFC @r219886. | ray | 2013-07-25 | 15 | -75/+156 |
|\ \
| |/ |
|
| * | 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 |
| * | Merge from projects/counters: | glebius | 2013-04-08 | 1 | -1/+2 |
| * | Remove all legacy ATA code parts, not used since options ATA_CAM enabled in | mav | 2013-04-04 | 1 | -1/+0 |