| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFC r354828: | Konstantin Belousov | 2019-11-25 | 1 | -11/+4 |
| * | MFC r348544: | Konstantin Belousov | 2019-07-26 | 1 | -0/+4 |
| * | MFC r345078: | Konstantin Belousov | 2019-03-20 | 1 | -0/+26 |
| * | MFC r345074: | Konstantin Belousov | 2019-03-15 | 1 | -4/+0 |
| * | MFC r343265: | Mark Johnston | 2019-01-23 | 1 | -1/+2 |
| * | fix up more issues introduced by failing to have run TB | Matt Macy | 2018-10-26 | 1 | -5/+9 |
| * | fix i386 breakage caused by r339767 | Matt Macy | 2018-10-26 | 1 | -5/+1 |
| * | hwpmc: Enable hwpmc support for AMD Family 17H devices | Matt Macy | 2018-10-26 | 3 | -45/+327 |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 32 | -64/+0 |
| * | MFC r328087 (by fabient): | Konstantin Belousov | 2018-03-21 | 2 | -1/+2 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 32 | -0/+64 |
| * | MFC r325759: | Konstantin Belousov | 2017-11-20 | 1 | -0/+1 |
| * | MFC r325758: | Konstantin Belousov | 2017-11-16 | 1 | -1/+1 |
| * | MFC r325671: | Konstantin Belousov | 2017-11-13 | 1 | -3/+2 |
| * | MFC r325277: | Konstantin Belousov | 2017-11-08 | 2 | -45/+107 |
| * | MFC r325276: | Konstantin Belousov | 2017-11-08 | 1 | -2/+5 |
| * | MFC r325275: | Konstantin Belousov | 2017-11-08 | 1 | -18/+14 |
| * | MFC r325274: | Konstantin Belousov | 2017-11-08 | 1 | -4/+0 |
| * | MFC r325273: | Konstantin Belousov | 2017-11-08 | 1 | -3/+2 |
| * | MFC r325271: | Konstantin Belousov | 2017-11-08 | 1 | -15/+11 |
| * | MFC r323230: | Konstantin Belousov | 2017-09-20 | 3 | -191/+603 |
| * | MFC r322256: | Konstantin Belousov | 2017-08-15 | 1 | -4/+4 |
| * | MFC 311224 | George V. Neville-Neil | 2017-01-12 | 1 | -1/+1 |
| * | MFC r308480: pmc_process_csw_out: ignore deleted counters | Andriy Gapon | 2016-12-14 | 1 | -2/+2 |
| * | MFC r308101: hwpmc: fix a race between amd_stop_pmc and amd_intr | Andriy Gapon | 2016-11-17 | 1 | -1/+2 |
| * | MFC 303720: Apply the fix from r232612 to fixed function counters. | John Baldwin | 2016-09-09 | 1 | -1/+1 |
| * | Don't panic in hwpmc when stopping sampling. | Andrew Turner | 2016-05-28 | 1 | -1/+7 |
| * | Add an EARLY_AP_STARTUP option to start APs earlier during boot. | John Baldwin | 2016-05-14 | 1 | -0/+4 |
| * | Remove misc NULL checks after M_WAITOK allocations. | Edward Tomasz Napierala | 2016-05-10 | 1 | -3/+0 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 2 | -2/+2 |
| * | etc: minor spelling fixes. | Pedro F. Giffuni | 2016-05-02 | 1 | -7/+7 |
| * | sys: use our nitems() macro when param.h is available. | Pedro F. Giffuni | 2016-04-21 | 4 | -8/+4 |
| * | Remove slightly used const values that can be replaced with nitems(). | Pedro F. Giffuni | 2016-04-21 | 4 | -18/+8 |
| * | Remove unused e500_event_codes_size. | Pedro F. Giffuni | 2016-04-20 | 1 | -3/+0 |
| * | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 1 | -2/+2 |
| * | Fix a masking bug for e500 PMC. | Justin Hibbits | 2016-04-09 | 1 | -3/+4 |
| * | If full width writes to the performance monitoring counters are | Konstantin Belousov | 2016-02-12 | 2 | -11/+34 |
| * | Remove tautological cast. | Konstantin Belousov | 2016-02-12 | 1 | -1/+1 |
| * | Rename P_KTHREAD struct proc p_flag to P_KPROC. | Konstantin Belousov | 2016-02-09 | 1 | -1/+1 |
| * | Do not call vn_fullpath(9) (through the pmc_getfilename() wrapper) | Konstantin Belousov | 2016-02-06 | 1 | -4/+4 |
| * | Welcome the RISC-V 64-bit kernel. | Ruslan Bukin | 2016-01-29 | 1 | -0/+51 |
| * | e5500 HWPMC is identical to e500mc, so add support check for it. | Justin Hibbits | 2016-01-17 | 2 | -0/+2 |
| * | More fixes in the various intel processors, fixing missing | Randall Stewart | 2015-12-11 | 1 | -76/+75 |
| * | Fix the tunable in logging so that if its pre-11 we have the proper | Randall Stewart | 2015-12-09 | 1 | -0/+6 |
| * | Add support for Intel Skylake and Intel Broadwell PMC's. The Broadwell PMC's ... | Randall Stewart | 2015-11-30 | 3 | -254/+963 |
| * | Improve accuracy of PMC sampling frequency | Jonathan T. Looney | 2015-11-16 | 1 | -15/+35 |
| * | Optimizations to the way hwpmc gathers user callchains | Jonathan T. Looney | 2015-11-14 | 1 | -9/+20 |
| * | Fix hwpmc "stalled" behavior | Jonathan T. Looney | 2015-11-14 | 1 | -19/+52 |
| * | Now that we can detect the Cortex-A8 properly, fix the event list | Bjoern A. Zeeb | 2015-10-14 | 1 | -4/+39 |
| * | When forking a child process with PMC_F_DESCENDANTS set in pmc_attach() | Bjoern A. Zeeb | 2015-08-24 | 1 | -3/+25 |
