| Commit message (Expand) | Author | Age | Files | Lines |
* | fault-inject: clean up debugfs file creation logic | Greg Kroah-Hartman | 2019-06-18 | 1 | -47/+26 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | fault-inject: Simplify stacktrace retrieval | Thomas Gleixner | 2019-04-29 | 1 | -9/+3 |
* | fault-inject: fix wrong should_fail() decision in task context | Akinobu Mita | 2017-08-11 | 1 | -3/+5 |
* | fault-inject: simplify access check for fail-nth | Akinobu Mita | 2017-07-15 | 1 | -2/+5 |
* | fault-inject: support systematic fault injection | Dmitry Vyukov | 2017-07-13 | 1 | -0/+7 |
* | lib/fault-inject.c: use correct check for interrupts | Dmitry Vyukov | 2017-05-09 | 1 | -1/+1 |
* | fault-inject: fix inverted interval/probability values in printk | Florian Westphal | 2015-10-23 | 1 | -1/+1 |
* | fault-inject: add ratelimit option | Dmitry Monakhov | 2014-12-13 | 1 | -4/+17 |
* | debugfs: add get/set for atomic types | Seth Jennings | 2013-06-03 | 1 | -21/+0 |
* | lib/: rename random32() to prandom_u32() | Akinobu Mita | 2013-04-30 | 1 | -1/+1 |
* | fault-inject: avoid call to random32() if fault injection is disabled | Anton Blanchard | 2012-06-20 | 1 | -0/+4 |
* | lib: reduce the use of module.h wherever possible | Paul Gortmaker | 2012-03-07 | 1 | -1/+1 |
* | switch debugfs to umode_t | Al Viro | 2012-01-04 | 1 | -4/+4 |
* | fault-inject: export setup_fault_attr() | Per Forlin | 2011-10-26 | 1 | -1/+2 |
* | fault-inject: export fault injection functions | Per Forlin | 2011-10-26 | 1 | -0/+2 |
* | fault-injection: add ability to export fault_attr in arbitrary directory | Akinobu Mita | 2011-08-04 | 1 | -13/+7 |
* | fault-injection: use debugfs_remove_recursive | Akinobu Mita | 2011-07-27 | 1 | -88/+27 |
* | fault-injection: cleanup simple attribute of stacktrace_depth | Akinobu Mita | 2011-07-27 | 1 | -15/+15 |
* | fault-injection: do not include unneeded header | Akinobu Mita | 2011-07-27 | 1 | -1/+0 |
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 1 | -0/+1 |
* | Remove remaining unwinder code | Alexey Dobriyan | 2009-01-07 | 1 | -1/+0 |
* | libfs: allow error return from simple attributes | Christoph Hellwig | 2008-02-08 | 1 | -7/+12 |
* | fault_inject: silence a warning | Stephen Rothwell | 2007-07-24 | 1 | -0/+4 |
* | simplify the stacktrace code | Christoph Hellwig | 2007-05-08 | 1 | -2/+1 |
* | [PATCH] fault injection: split up stacktrace filter Kconfig option | Akinobu Mita | 2007-02-21 | 1 | -20/+21 |
* | Remove stack unwinder for now | Linus Torvalds | 2006-12-15 | 1 | -31/+1 |
* | [PATCH] fault-injection: optimize and simplify should_fail() | Don Mullis | 2006-12-08 | 1 | -7/+4 |
* | [PATCH] fault-injection: Clamp debugfs stacktrace-depth to MAX_STACK_TRACE_DEPTH | Don Mullis | 2006-12-08 | 1 | -4/+23 |
* | [PATCH] fault-injection: Use bool-true-false throughout | Don Mullis | 2006-12-08 | 1 | -21/+19 |
* | [PATCH] fault injection: stacktrace filtering | Akinobu Mita | 2006-12-08 | 1 | -1/+125 |
* | [PATCH] fault injection: process filtering for fault-injection capabilities | Akinobu Mita | 2006-12-08 | 1 | -1/+16 |
* | [PATCH] fault-injection capabilities infrastructure | Akinobu Mita | 2006-12-08 | 1 | -0/+183 |