| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r298473,298787: add invpcid, fix sahf/lahf in dtrace disassembler | Andriy Gapon | 2016-05-17 | 1 | -2/+2 |
| * | MFC r266103: Update dis_tables.c to the latest Illumos version. | Andriy Gapon | 2016-05-17 | 1 | -17/+188 |
| * | MFC r288361: dtrace_getarg: remove stray return statement on amd64 | Andriy Gapon | 2015-10-23 | 1 | -1/+0 |
| * | MFC r228478, r263710, r273377, r273378, r273423, r273455 and r273899: | Hans Petter Selasky | 2014-10-31 | 1 | -2/+2 |
| * | MFC r267759, r267761 | Mark Johnston | 2014-08-05 | 3 | -20/+16 |
| * | MFC r256822: | Mark Johnston | 2014-08-04 | 1 | -1/+21 |
| * | MFC r256571: | Mark Johnston | 2014-08-04 | 1 | -0/+3 |
| * | MFC r264434: | Mark Johnston | 2014-07-31 | 1 | -0/+3 |
| * | MFC r262665: | Mark Johnston | 2014-05-15 | 2 | -2/+12 |
| * | MFC r236566 (by zml): | Mark Johnston | 2014-05-11 | 2 | -2/+2 |
| * | MFC r262543: | Mark Johnston | 2014-05-03 | 1 | -0/+51 |
| * | MFC r262542: | Mark Johnston | 2014-05-03 | 6 | -5078/+0 |
| * | MFC r258622,258675: dtrace sdt: remove the ugly sname parameter of | Andriy Gapon | 2014-02-17 | 1 | -1/+1 |
| * | MFC r260132: Allocate the probe ID unrhdr before the DTrace kld_* event | Andriy Gapon | 2014-02-17 | 1 | -2/+2 |
| * | MFC r256148: Initialize and free the DTrace taskqueue in the dtrace | Andriy Gapon | 2014-02-17 | 2 | -0/+4 |
| * | MFC r252850: Hide references to mod_lock | Andriy Gapon | 2014-02-17 | 3 | -9/+8 |
| * | MFC r257417: Remove references to an unused fasttrap probe hook | Andriy Gapon | 2014-02-17 | 1 | -8/+0 |
| * | MFC r254813,259587: Rename the kld_unload event handler to kld_unload_try | Andriy Gapon | 2014-02-17 | 2 | -3/+3 |
| * | MFC r251237: Port the SDT test | Andriy Gapon | 2014-01-17 | 1 | -0/+37 |
| * | MFC r250574, r250812, r253725; | Pedro F. Giffuni | 2013-10-02 | 1 | -0/+2 |
| * | MFC r252894: | Mark Johnston | 2013-09-21 | 2 | -0/+8 |
| * | MFC r253996,253997: opensolaris code: translate INVARIANTS to DEBUG and ZFS_D... | Andriy Gapon | 2013-08-23 | 2 | -0/+4 |
| * | MFC r253772,253773,253989: dtrace disassembler: take the latest/last | Andriy Gapon | 2013-08-23 | 4 | -388/+3680 |
| * | MFC r251238: | Mark Johnston | 2013-07-06 | 1 | -1/+1 |
| * | MFC: 236567 | George V. Neville-Neil | 2013-06-12 | 2 | -14/+24 |
| * | MFC r244631 | Ryan Stone | 2013-03-08 | 1 | -44/+54 |
| * | MFC r226452 (by marcel@) | Ryan Stone | 2013-03-08 | 1 | -42/+2 |
| * | MFC: 238537,238552 | George V. Neville-Neil | 2012-12-10 | 2 | -4/+14 |
| * | MFC r238168,238169: further dtrace disassembler fixes for long nop decoding | Andriy Gapon | 2012-07-15 | 2 | -10/+10 |
| * | MFC r237748: dtrace instruction decoder: add 0x0f 0x1f NOP opcode support | Andriy Gapon | 2012-07-02 | 2 | -2/+2 |
| * | MFC r227430: | Marcel Moolenaar | 2012-03-17 | 1 | -3/+3 |
| * | Remove pc_cpumask usage from dtrace MD support | Attilio Rao | 2011-06-28 | 2 | -4/+4 |
| * | MFC | Attilio Rao | 2011-05-10 | 2 | -42/+2 |
| |\ |
|
| | * | dtrace: remove unused code | Andriy Gapon | 2011-05-10 | 2 | -42/+2 |
| * | | Commit the support for removing cpumask_t and replacing it directly with | Attilio Rao | 2011-05-05 | 2 | -8/+11 |
| |/ |
|
| * | Use atomic load & store for TSC frequency. It may be overkill for amd64 but | Jung-uk Kim | 2011-04-07 | 2 | -2/+2 |
| * | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 2 | -2/+2 |
| * | dtrace_xcall: no need for special handling of curcpu | Andriy Gapon | 2010-12-07 | 2 | -32/+6 |
| * | dtrace_gethrtime_init: pin to master while examining other CPUs | Andriy Gapon | 2010-12-07 | 2 | -8/+10 |
| * | Make the /dev/dtrace/helper node have the mode 0660. This allows | Rui Paulo | 2010-09-01 | 1 | -1/+1 |
| * | Destroy the helper device when unloading. | Rui Paulo | 2010-08-22 | 1 | -0/+1 |
| * | Add more compatibility structure members needed by the upcoming fasttrap | Rui Paulo | 2010-08-22 | 1 | -3/+33 |
| * | Kernel DTrace support for: | Rui Paulo | 2010-08-22 | 6 | -218/+573 |
| * | Add a function compatibility function dtrace_instr_size_isa() that on | Rui Paulo | 2010-08-22 | 2 | -0/+14 |
| * | Update several places that iterate over CPUs to use CPU_FOREACH(). | John Baldwin | 2010-06-11 | 4 | -18/+6 |
| * | dtrace_gethrtime: improve scaling of TSC ticks to nanoseconds | Andriy Gapon | 2009-07-15 | 2 | -4/+95 |
| * | dtrace/amd64: fix virtual address checks | Andriy Gapon | 2009-06-24 | 2 | -9/+6 |
| * | Remove unused variable. | Ganbold Tsagaankhuu | 2008-11-25 | 1 | -2/+1 |
| * | Merge latest DTrace changes from Perforce. | Craig Rodrigues | 2008-11-05 | 3 | -0/+13 |
| * | Remove unit2minor() use from kernel code. | Ed Schouten | 2008-09-26 | 1 | -1/+1 |