| Commit message (Expand) | Author | Age | Files | Lines |
* | - Implement generic macros for producing KTR records that are compatible | jeff | 2009-01-17 | 1 | -2/+2 |
* | Implement per-cpu callout threads, wheels, and locks. | jeff | 2008-04-02 | 1 | -23/+2 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -8/+0 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -1/+1 |
* | Move use of 'i' in cp_time sysctl under SCTL_MASK32 so that it compiles | rwatson | 2007-11-29 | 1 | -1/+2 |
* | Move the shared cp_time array (counts %sys, %user, %idle etc) to the | peter | 2007-11-29 | 1 | -9/+72 |
* | generally we are interested in what thread did something as | julian | 2007-11-14 | 1 | -1/+1 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 1 | -12/+7 |
* | Since locking in kern/subr_prof.c is changed a bit, we need nomore of | attilio | 2007-06-09 | 1 | -1/+1 |
* | Commit 5/14 of sched_lock decomposition. | jeff | 2007-06-04 | 1 | -35/+33 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 1 | -6/+4 |
* | Revert 1.197 and instead avoid calling kdb_enter() if the KDB_UNATTENDED | emaste | 2007-05-28 | 1 | -1/+8 |
* | Eliminate explicit kdb_enter in the software watchdog handler (which | emaste | 2007-05-28 | 1 | -7/+1 |
* | Initialize time_lock before calling cpu_initclocks(). This corrects a | rwatson | 2007-05-23 | 1 | -1/+1 |
* | - Move clock synchronization into a seperate clock lock so the global | jeff | 2007-05-20 | 1 | -10/+13 |
* | Instead of doing comparisons using the pcpu area to see if | julian | 2007-03-08 | 1 | -1/+1 |
* | Align the interfaces for the various watchdogs and make the interface | n_hibma | 2006-12-15 | 1 | -3/+3 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -16/+4 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+19 |
* | Unexpand an instance of TAILQ_EMPTY() | delphij | 2006-06-14 | 1 | -1/+1 |
* | Add scheduler CORE, the work I have done half a year ago, recent, | davidxu | 2006-06-13 | 1 | -0/+1 |
* | Trim trailing whitespace. | jhb | 2006-04-17 | 1 | -3/+3 |
* | CPU time accounting speedup (step 2) | phk | 2006-02-11 | 1 | -3/+3 |
* | Simplify system time accounting for profiling. | phk | 2006-02-08 | 1 | -1/+1 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 1 | -22/+15 |
* | Remove the KTR for hardclock completely. It seems to not be useful. | njl | 2005-12-18 | 1 | -1/+0 |
* | Clean up unused or poorly utilized KTR values. Remove KTR_FS, KTR_KGDB, | njl | 2005-12-17 | 1 | -1/+1 |
* | - Use uintfptr_t rather than int for the kernel profiling index (though it | jhb | 2005-12-16 | 1 | -3/+3 |
* | In watchdog_config enable the software watchdog iff the WD_ACTIVE flag is | emaste | 2005-10-27 | 1 | -2/+1 |
* | Reorganize the interrupt handling code a bit to make a few things cleaner | jhb | 2005-10-25 | 1 | -2/+3 |
* | - Don't pollute opt_global.h with DEVICE_POLLING and introduce | glebius | 2005-10-05 | 1 | -0/+1 |
* | Use SCTL_MASK32 to determine that the sysctl call is from a 32bit | ps | 2005-06-30 | 1 | -7/+2 |
* | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | peter | 2005-06-30 | 1 | -2/+31 |
* | Move HWPMC_HOOKS into its own opt_hwpmc_hooks.h file. It doesn't merit | peter | 2005-06-24 | 1 | -0/+1 |
* | Kernel hooks to support PMC sampling modes. | jkoshy | 2005-05-30 | 1 | -0/+9 |
* | - Define KTR points for KTR_SCHED. | jeff | 2004-12-26 | 1 | -0/+2 |
* | Rework how we store process times in the kernel such that we always store | jhb | 2004-10-05 | 1 | -4/+4 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -10/+6 |
* | - Assert that any process that has statclock called on it has both a | jhb | 2004-07-02 | 1 | -11/+10 |
* | Nice, is a property of a process as a whole.. | julian | 2004-06-16 | 1 | -1/+1 |
* | Remove a redundant "td = curthread" statement from profclock(). | tjr | 2004-06-02 | 1 | -1/+0 |
* | Fix a race condition which could result in profprocs being decremented | cperciva | 2004-05-03 | 1 | -0/+2 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Make sure to disable the watchdog if we cannot honour the timeout. | phk | 2004-02-28 | 1 | -3/+2 |
* | Rename the WATCHDOG option to SW_WATCHDOG and make it use the | phk | 2004-02-28 | 1 | -33/+29 |
* | Catch a few places where NULL (pointer) was used where 0 (integer) was | peter | 2003-12-23 | 1 | -1/+1 |
* | - Update the sched api. sched_{add,rem,clock,pctcpu} now all accept a td | jeff | 2003-10-16 | 1 | -4/+2 |
* | Fix this to build on alpha. Build test successful. | smkelly | 2003-06-27 | 1 | -1/+1 |
* | - Add a software watchdog facility. | smkelly | 2003-06-26 | 1 | -0/+82 |