| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+2 |
* | Fix interrupt counters dumping on SW_WATCHDOG fire. | mav | 2011-09-27 | 1 | -1/+1 |
* | - Remove the eintrcnt/eintrnames usage and introduce the concept of | attilio | 2011-07-18 | 1 | -1/+1 |
* | Fix several places to ignore processes that are not yet fully constructed. | jhb | 2011-04-06 | 1 | -0/+4 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -1/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -1/+1 |
* | Tweak the waitchannel messages for the dead lock detection kthread. Use | jhb | 2010-11-02 | 1 | -2/+2 |
* | Make kern_tc.c provide minimum frequency of tc_ticktock() calls, required | mav | 2010-09-14 | 1 | -2/+2 |
* | Replace spin lock with the set of atomics. It is impractical for one | mav | 2010-09-14 | 1 | -10/+14 |
* | Refactor timer management code with priority to one-shot operation mode. | mav | 2010-09-13 | 1 | -52/+88 |
* | - Simplify logic in handling ticks wrap-up | attilio | 2010-07-07 | 1 | -13/+10 |
* | Fix a lock leak in the deadlock resolver in case the ticks counter | attilio | 2010-06-28 | 1 | -2/+6 |
* | Use ISO C99 integer types in sys/kern where possible. | ed | 2010-06-21 | 1 | -1/+1 |
* | Implement new event timers infrastructure. It provides unified APIs for | mav | 2010-06-20 | 1 | -6/+6 |
* | Update several places that iterate over CPUs to use CPU_FOREACH(). | jhb | 2010-06-11 | 1 | -3/+1 |
* | - Implement MI helper functions, dividing one or two timer interrupts with | mav | 2010-05-24 | 1 | -0/+52 |
* | getblk lockmgr is mostly used as a msleep() and may lead too easilly to | attilio | 2010-04-19 | 1 | -0/+1 |
* | - Introduce a blessed list for sxlocks that prevents the deadlkres to | attilio | 2010-04-11 | 1 | -1/+31 |
* | Introduce the new kernel thread called "deadlock resolver". | attilio | 2010-01-09 | 1 | -1/+121 |
* | Mark the clock sysctls as MPSAFE. | ed | 2009-05-18 | 1 | -3/+4 |
* | - 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 |