Age | Commit message (Expand) | Author | Files | Lines |
2015-04-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -74/+215 |
2015-04-15 | watchdog: introduce the hardlockup_detector_disable() function | Ulrich Obergfell | 1 | -19/+2 |
2015-04-15 | watchdog: clean up some function names and arguments | Ulrich Obergfell | 1 | -8/+12 |
2015-04-15 | watchdog: enable the new user interface of the watchdog mechanism | Ulrich Obergfell | 1 | -65/+16 |
2015-04-15 | watchdog: implement error handling for failure to set up hardware perf events | Ulrich Obergfell | 1 | -0/+30 |
2015-04-15 | watchdog: introduce separate handlers for parameters in /proc/sys/kernel | Ulrich Obergfell | 1 | -0/+59 |
2015-04-15 | watchdog: introduce proc_watchdog_common() | Ulrich Obergfell | 1 | -0/+65 |
2015-04-15 | watchdog: move definition of 'watchdog_proc_mutex' outside of proc_dowatchdog() | Ulrich Obergfell | 1 | -1/+2 |
2015-04-15 | watchdog: introduce the proc_watchdog_update() function | Ulrich Obergfell | 1 | -0/+23 |
2015-04-15 | watchdog: new definitions and variables, initialization | Ulrich Obergfell | 1 | -1/+26 |
2015-04-02 | watchdog: Add watchdog enable/disable all functions | Stephane Eranian | 1 | -0/+28 |
2015-02-13 | kernel/sched/clock.c: add another clock for use with the soft lockup watchdog | Cyril Bur | 1 | -1/+1 |
2014-10-15 | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -6/+6 |
2014-10-14 | kernel/watchdog.c: control hard lockup detection default | Ulrich Obergfell | 1 | -2/+48 |
2014-10-13 | Merge branch 'perf-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -6/+4 |
2014-10-10 | softlockup: make detector be aware of task switch of processes hogging cpu | chai wen | 1 | -1/+17 |
2014-08-26 | watchdog: Replace __raw_get_cpu_var uses | Christoph Lameter | 1 | -6/+6 |
2014-08-18 | watchdog: Fix print-once on enable | Ulrich Obergfell | 1 | -1/+4 |
2014-08-18 | watchdog: Remove unnecessary header files | chai wen | 1 | -5/+0 |
2014-08-09 | panic: add TAINT_SOFTLOCKUP | Josh Hunt | 1 | -0/+1 |
2014-08-07 | kernel/watchdog.c: convert printk/pr_warning to pr_foo() | Fabian Frederick | 1 | -4/+6 |
2014-06-24 | kernel/watchdog.c: print traces for all cpus on lockup detection | Aaron Tomlin | 1 | -0/+39 |
2014-06-24 | kernel/watchdog.c: remove preemption restrictions when restarting lockup dete... | Don Zickus | 1 | -2/+0 |
2014-04-19 | kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write() | Andrew Morton | 1 | -1/+5 |
2014-04-04 | kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every one | Ben Zhang | 1 | -8/+8 |
2014-02-25 | watchdog: Simplify a little the IPI call | Frederic Weisbecker | 1 | -2/+1 |
2013-09-25 | watchdog: update watchdog_thresh properly | Michal Hocko | 1 | -3/+50 |
2013-09-25 | watchdog: update watchdog attributes atomically | Michal Hocko | 1 | -2/+5 |
2013-07-31 | watchdog: Make it work under full dynticks | Frederic Weisbecker | 1 | -8/+0 |
2013-06-20 | watchdog: Boot-disable by default on full dynticks | Frederic Weisbecker | 1 | -0/+8 |
2013-06-20 | watchdog: Rename confusing state variable | Frederic Weisbecker | 1 | -15/+15 |
2013-06-20 | watchdog: Register / unregister watchdog kthreads on sysctl control | Frederic Weisbecker | 1 | -40/+47 |
2013-03-14 | watchdog: Add comments to explain the watchdog_disabled variable | anish kumar | 1 | -0/+5 |
2013-02-23 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -6/+4 |
2013-02-19 | watchdog: Use local_clock for get_timestamp() | Namhyung Kim | 1 | -6/+4 |
2013-02-07 | sched/rt: Move rt specific bits into new header file | Clark Williams | 1 | -0/+1 |
2012-12-20 | watchdog: Fix disable/enable regression | Bjørn Mork | 1 | -7/+4 |
2012-12-18 | watchdog: store the watchdog sample period as a variable | Chuansheng Liu | 1 | -5/+8 |
2012-12-04 | watchdog: Fix CPU hotplug regression | Thomas Gleixner | 1 | -0/+3 |
2012-11-27 | watchdog: using u64 in get_sample_period() | Chuansheng Liu | 1 | -2/+2 |
2012-08-13 | watchdog: Use hotplug thread infrastructure | Thomas Gleixner | 1 | -174/+89 |
2012-08-08 | Revert "NMI watchdog: fix for lockup detector breakage on resume" | Rafael J. Wysocki | 1 | -19/+2 |
2012-07-31 | NMI watchdog: fix for lockup detector breakage on resume | Sameer Nanda | 1 | -2/+19 |
2012-06-14 | watchdog: Quiet down the boot messages | Don Zickus | 1 | -1/+18 |
2012-04-08 | watchdog: add check for suspended vm in softlockup detector | Eric B Munson | 1 | -0/+12 |
2012-03-24 | kernel/watchdog.c: add comment to watchdog() exit path | Andrew Morton | 1 | -0/+4 |
2012-03-24 | kernel/watchdog.c: convert to pr_foo() | Andrew Morton | 1 | -6/+10 |
2012-03-24 | watchdog: make sure the watchdog thread gets CPU on loaded system | Michal Hocko | 1 | -4/+3 |
2012-02-11 | watchdog: Fix code/comments mismatches | Fernando Luis Vázquez Cao | 1 | -12/+12 |
2012-01-27 | bugs, x86: Fix printk levels for panic, softlockups and stack dumps | Prarit Bhargava | 1 | -1/+1 |