| Age | Commit message (Expand) | Author |
| 2023-07-07 | heartbeat(9): New mechanism to check progress of kernel. | riastradh |
| 2023-06-30 | entropy(9): Reintroduce netbsd<=9 time-delta estimator for unblocking. | riastradh |
| 2022-03-19 | kern: Delete kernel_ticks from kernel ABI. | riastradh |
| 2022-03-18 | clockrnd(9): Use atomic_load_relaxed for struct clockrnd::needed. | riastradh |
| 2021-08-14 | fix rumpkernel build failure | ryo |
| 2021-08-14 | Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ... | ryo |
| 2021-01-16 | entropy: Sample cycle counter or timecounter in hardclock. | riastradh |
| 2020-12-05 | Refactor interval timers to make it possible to support types other than | thorpej |
| 2020-10-11 | Call cpu_initclocks() before registering the default timecounter, | thorpej |
| 2020-05-08 | Run Solaris cyclics from statclock() so dtrace isn't locked out by IPL_SCHED | ad |
| 2020-04-02 | Hide 'hardclock_ticks' behind a new getticks() function, and use relaxed | maxv |
| 2019-12-01 | Fix false sharing problems with cpu_info. Identified with tprof(8). | ad |
| 2018-09-03 | C99 initializers for intr_timecounter. | riastradh |
| 2018-07-12 | Remove the kernel PMC code. Sent yesterday on tech-kern@. | maxv |
| 2018-02-04 | Add a proper defflag for GPROF, and include opt_gprof.h, otherwise we're | maxv |
| 2017-02-12 | Add a KASSERT, otherwise it looks like a NULL deref; from Mootja. | maxv |
| 2015-04-22 | opt_ntp.h is no longer used in kern_clock.c | pooka |
| 2015-04-22 | _KERNEL_OPT wrap | pooka |
| 2015-04-22 | move clock sysctls from init_sysctl.c to kern_clock.c | pooka |
| 2012-12-02 | adapt the cyclic module and profile dtrace provider to netbsd. | chs |
| 2011-10-30 | Back out previous; this should not be done in statclock but when the | christos |
| 2011-10-29 | PR/45539: Greg A. Woods: add support for getrusage(2) memory size statistics | christos |
| 2011-07-27 | These don't need uvm/uvm_extern.h. | uebayasi |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2008-10-05 | hardclock() itself doesn't schedule callout softintrs any more, | pooka |
| 2008-07-02 | Remove locking of p_stmutex from sched_pstats(), protect l_pctcpu with p_lock, | rmind |
| 2008-06-01 | Make trap counters per-cpu, like syscalls. | ad |
| 2008-05-19 | Reduce ifdefs due to MULTIPROCESSOR slightly. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-22 | Implement MP callouts as discussed on tech-kern. The CPU binding code is | ad |
| 2008-04-21 | timer fixes for PR 37093: | ad |
| 2008-03-11 | Add casts to avoid potential compiler warnings. | ad |
| 2008-03-11 | Make context switch + syscall counters optionally per-CPU and accumulate | ad |
| 2008-01-20 | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, | joerg |
| 2008-01-07 | Actually return the computed uptime in microuptime(). Fixes many | simonb |
| 2007-12-22 | provide binuptime etc for !__HAVE_TIMECOUNTER. | yamt |
| 2007-11-06 | Merge scheduler changes from the vmlocking branch. All discussed on | ad |
| 2007-10-04 | G/C the HIGHBALL stuff. | ad |
| 2007-10-03 | Make kaputt code compile. | ad |
| 2007-10-03 | Fix a dodgy bit of code in the PERFCTRS case. | ad |
| 2007-08-09 | Shuffle routines which just roll values around from kern_clock.c | pooka |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-05-17 | merge yamt-idlelwp branch. asked by core@. some ports still needs work. | yamt |
| 2007-05-13 | Instead of the #define versions of tc_getfrequency() and nanouptime(), use | dsl |
| 2007-02-16 | Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-01 | remove some __unused from function parameters. | yamt |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-02 | Add missing initializers | christos |
| 2006-06-09 | re-order initialization sequence to have real counters available during autoc... | kardel |