| Commit message (Expand) | Author | Age | Files | Lines |
* | o Revert the other functional half of r239864, i. e. the merge of r134227 | marius | 2015-07-24 | 1 | -16/+34 |
* | Add the atomic_thread_fence() family of functions with intent to | kib | 2015-07-08 | 1 | -0/+29 |
* | Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages. | alc | 2015-06-08 | 1 | -3/+2 |
* | Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h> | jhb | 2015-04-08 | 1 | -0/+6 |
* | Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signal | marius | 2015-02-16 | 1 | -0/+10 |
* | Factor out duplicated code from dumpsys() on each architecture into generic | markj | 2015-01-07 | 1 | -0/+76 |
* | Revert r274772: it is not valid on MIPS | emaste | 2014-11-25 | 1 | -1/+1 |
* | Use canonical __PIC__ flag | emaste | 2014-11-21 | 1 | -1/+1 |
* | Add fueword(9) and casueword(9) functions. They are like fuword(9) | kib | 2014-10-28 | 1 | -0/+4 |
* | For CPUs which do hardware cache line unaliasing, use direct map to | kib | 2014-08-23 | 1 | -0/+3 |
* | On sparc64, do not keep mappings for the destroyed sf_bufs. Sparc64 | kib | 2014-08-10 | 2 | -1/+36 |
* | Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.c | glebius | 2014-08-05 | 2 | -59/+3 |
* | Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4 | tijl | 2014-04-01 | 1 | -1/+1 |
* | As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In other | alc | 2013-11-08 | 1 | -10/+8 |
* | Add bus_dmamap_load_ma() function to load map with the array of | kib | 2013-10-27 | 1 | -0/+2 |
* | Move the implementation of bus_space_barrier(9) to the inline function in | marius | 2013-10-24 | 2 | -18/+13 |
* | Implement GET_STACK_USAGE. | marius | 2013-09-29 | 1 | -0/+11 |
* | Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarations | glebius | 2013-09-06 | 1 | -0/+3 |
* | Add MD (for now) atomic_store_acq_<type>() and use it in pmap_activate() | marius | 2013-08-06 | 1 | -9/+25 |
* | Remove unused member. | attilio | 2013-08-04 | 1 | -1/+0 |
* | Revert r253748,253749 | avg | 2013-07-28 | 1 | -2/+2 |
* | put contents of cpu.h under _KERNEL | avg | 2013-07-28 | 1 | -2/+2 |
* | Prefix the alias macros for members of struct __mcontext with an underscore | marius | 2013-07-12 | 1 | -11/+11 |
* | 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 |
* | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | attilio | 2013-05-07 | 2 | -7/+4 |
* | Merge from projects/counters: counter(9). | glebius | 2013-04-08 | 1 | -0/+54 |
* | Merge from projects/counters: | glebius | 2013-04-08 | 1 | -1/+2 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 1 | -16/+21 |
* | The 'end' word was missed in the comment. | kib | 2013-02-08 | 1 | -2/+2 |
* | Revert the part of r239864 which removed obtaining the SMP mutex around | marius | 2013-01-23 | 1 | -18/+2 |
* | - Implement run-time expansion of the KTR buffer via sysctl. | jeff | 2012-11-15 | 1 | -0/+1 |
* | Rework the known rwlock to benefit about staying on their own | attilio | 2012-11-03 | 1 | -7/+1 |
* | - Give PIL_PREEMPT the lowest priority just above low/stray interrupts. | marius | 2012-10-20 | 1 | -8/+8 |
* | Add an unified macro to deny ability from the compiler to reorder | attilio | 2012-10-09 | 1 | -3/+3 |
* | Reverts r234074,234105,234564,234723,234989,235231-235232 and part of | attilio | 2012-10-09 | 1 | -2/+2 |
* | Prevent indent(1) from reformatting this comment, as it contains | gavin | 2012-09-07 | 1 | -1/+1 |
* | Add a global MD macro for the VIS block size instead of duplicating | marius | 2012-08-31 | 1 | -0/+2 |
* | - Unlike cache invalidation and TLB demapping IPIs, reading registers from | marius | 2012-08-29 | 1 | -9/+25 |
* | Merge r236494 from x86: | marius | 2012-08-05 | 1 | -1/+7 |
* | Make the wchar_t type machine dependent. | andrew | 2012-06-24 | 2 | -6/+4 |
* | Implement mechanism to export some kernel timekeeping data to | kib | 2012-06-22 | 1 | -0/+34 |
* | Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer to | kib | 2012-06-22 | 1 | -0/+1 |
* | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | alc | 2012-06-16 | 1 | -0/+1 |
* | Replace all uses of the vm page queues lock by a r/w lock that is private | alc | 2012-05-29 | 1 | -0/+2 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-24 | 1 | -0/+4 |
* | Fix mismerge in r235231. | marius | 2012-05-10 | 1 | -1/+1 |
* | Merge r234989 from x86: | marius | 2012-05-10 | 1 | -0/+2 |
* | Add a convenience macro for the returns_twice attribute, and apply it to | dim | 2012-04-29 | 1 | -1/+1 |
* | Clean up the intr* MD KPI from the SMP dependency, removing a cause of | attilio | 2012-04-26 | 1 | -2/+0 |