Age | Commit message (Expand) | Author | Files | Lines |
2023-04-13 | fault-inject: allow configuration via configfs | Akinobu Mita | 1 | -0/+191 |
2022-12-16 | fault-injection: make stacktrace filter works as expected | Wei Yongjun | 1 | -3/+9 |
2022-12-16 | fault-injection: make some stack filter attrs more readable | Wei Yongjun | 1 | -4/+4 |
2022-12-16 | fault-injection: skip stacktrace filtering by default | Wei Yongjun | 1 | -1/+1 |
2022-12-13 | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2022-11-23 | mm: fix unexpected changes to {failslab|fail_page_alloc}.attr | Qi Zheng | 1 | -5/+8 |
2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -1/+1 |
2022-10-12 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 1 | -1/+1 |
2022-05-20 | mm: fix missing handler for __GFP_NOWARN | Qi Zheng | 1 | -0/+3 |
2020-04-15 | fault_inject: Don't rely on "return value" from WRITE_ONCE() | Will Deacon | 1 | -1/+3 |
2019-06-18 | fault-inject: clean up debugfs file creation logic | Greg Kroah-Hartman | 1 | -47/+26 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-04-29 | fault-inject: Simplify stacktrace retrieval | Thomas Gleixner | 1 | -9/+3 |
2017-08-11 | fault-inject: fix wrong should_fail() decision in task context | Akinobu Mita | 1 | -3/+5 |
2017-07-15 | fault-inject: simplify access check for fail-nth | Akinobu Mita | 1 | -2/+5 |
2017-07-13 | fault-inject: support systematic fault injection | Dmitry Vyukov | 1 | -0/+7 |
2017-05-09 | lib/fault-inject.c: use correct check for interrupts | Dmitry Vyukov | 1 | -1/+1 |
2015-10-23 | fault-inject: fix inverted interval/probability values in printk | Florian Westphal | 1 | -1/+1 |
2014-12-13 | fault-inject: add ratelimit option | Dmitry Monakhov | 1 | -4/+17 |
2013-06-04 | debugfs: add get/set for atomic types | Seth Jennings | 1 | -21/+0 |
2013-04-30 | lib/: rename random32() to prandom_u32() | Akinobu Mita | 1 | -1/+1 |
2012-06-21 | fault-inject: avoid call to random32() if fault injection is disabled | Anton Blanchard | 1 | -0/+4 |
2012-03-08 | lib: reduce the use of module.h wherever possible | Paul Gortmaker | 1 | -1/+1 |
2012-01-04 | switch debugfs to umode_t | Al Viro | 1 | -4/+4 |
2011-10-27 | fault-inject: export setup_fault_attr() | Per Forlin | 1 | -1/+2 |
2011-10-26 | fault-inject: export fault injection functions | Per Forlin | 1 | -0/+2 |
2011-08-04 | fault-injection: add ability to export fault_attr in arbitrary directory | Akinobu Mita | 1 | -13/+7 |
2011-07-27 | fault-injection: use debugfs_remove_recursive | Akinobu Mita | 1 | -88/+27 |
2011-07-27 | fault-injection: cleanup simple attribute of stacktrace_depth | Akinobu Mita | 1 | -15/+15 |
2011-07-27 | fault-injection: do not include unneeded header | Akinobu Mita | 1 | -1/+0 |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 1 | -0/+1 |
2009-01-07 | Remove remaining unwinder code | Alexey Dobriyan | 1 | -1/+0 |
2008-02-08 | libfs: allow error return from simple attributes | Christoph Hellwig | 1 | -7/+12 |
2007-07-24 | fault_inject: silence a warning | Stephen Rothwell | 1 | -0/+4 |
2007-05-08 | simplify the stacktrace code | Christoph Hellwig | 1 | -2/+1 |
2007-02-21 | [PATCH] fault injection: split up stacktrace filter Kconfig option | Akinobu Mita | 1 | -20/+21 |
2006-12-15 | Remove stack unwinder for now | Linus Torvalds | 1 | -31/+1 |
2006-12-08 | [PATCH] fault-injection: optimize and simplify should_fail() | Don Mullis | 1 | -7/+4 |
2006-12-08 | [PATCH] fault-injection: Clamp debugfs stacktrace-depth to MAX_STACK_TRACE_DEPTH | Don Mullis | 1 | -4/+23 |
2006-12-08 | [PATCH] fault-injection: Use bool-true-false throughout | Don Mullis | 1 | -21/+19 |
2006-12-08 | [PATCH] fault injection: stacktrace filtering | Akinobu Mita | 1 | -1/+125 |
2006-12-08 | [PATCH] fault injection: process filtering for fault-injection capabilities | Akinobu Mita | 1 | -1/+16 |
2006-12-08 | [PATCH] fault-injection capabilities infrastructure | Akinobu Mita | 1 | -0/+183 |