| Commit message (Expand) | Author | Age | Files | Lines |
* | ratelimit: Fix data-races in ___ratelimit(). | Kuniyuki Iwashima | 2022-08-24 | 1 | -3/+9 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 | Thomas Gleixner | 2019-06-05 | 1 | -2/+1 |
* | lib/ratelimit.c: use deferred printk() version | Sergey Senozhatsky | 2017-10-04 | 1 | -1/+3 |
* | ratelimit: extend to print suppressed messages on release | Borislav Petkov | 2016-08-03 | 1 | -4/+6 |
* | ratelimit: fix bug in time interval by resetting right begin time | Jaewon Kim | 2016-01-22 | 1 | -1/+1 |
* | lib: reduce the use of module.h wherever possible | Paul Gortmaker | 2012-03-07 | 1 | -1/+1 |
* | locking, printk: Annotate logbuf_lock as raw | Thomas Gleixner | 2011-09-13 | 1 | -2/+2 |
* | ratelimit: fix the return value when __ratelimit() fails to acquire the lock | Yong Zhang | 2010-04-07 | 1 | -1/+1 |
* | ratelimit: annotate ___ratelimit() | Yong Zhang | 2010-04-07 | 1 | -2/+7 |
* | ratelimit: Make suppressed output messages more useful | Christian Borntraeger | 2009-10-23 | 1 | -3/+3 |
* | printk: Remove ratelimit.h from kernel.h | Ingo Molnar | 2009-09-22 | 1 | -1/+1 |
* | ratelimit: Fix/allow use in atomic contexts | Ingo Molnar | 2009-09-22 | 1 | -1/+9 |
* | ratelimit: Use per ratelimit context locking | Ingo Molnar | 2009-09-22 | 1 | -16/+13 |
* | __ratelimit() cpu flags can't be static | Alexey Dobriyan | 2008-07-29 | 1 | -1/+2 |
* | printk ratelimiting rewrite | Dave Young | 2008-07-25 | 1 | -25/+30 |
* | isolate ratelimit from printk.c for other use | Dave Young | 2008-04-29 | 1 | -0/+51 |