aboutsummaryrefslogtreecommitdiff
path: root/lib/ratelimit.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-24ratelimit: Fix data-races in ___ratelimit().Gravatar Kuniyuki Iwashima 1-3/+9
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Gravatar Thomas Gleixner 1-2/+1
2017-10-03lib/ratelimit.c: use deferred printk() versionGravatar Sergey Senozhatsky 1-1/+3
2016-08-02ratelimit: extend to print suppressed messages on releaseGravatar Borislav Petkov 1-4/+6
2016-01-21ratelimit: fix bug in time interval by resetting right begin timeGravatar Jaewon Kim 1-1/+1
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2011-09-13locking, printk: Annotate logbuf_lock as rawGravatar Thomas Gleixner 1-2/+2
2010-04-07ratelimit: fix the return value when __ratelimit() fails to acquire the lockGravatar Yong Zhang 1-1/+1
2010-04-07ratelimit: annotate ___ratelimit()Gravatar Yong Zhang 1-2/+7
2009-10-23ratelimit: Make suppressed output messages more usefulGravatar Christian Borntraeger 1-3/+3
2009-09-22printk: Remove ratelimit.h from kernel.hGravatar Ingo Molnar 1-1/+1
2009-09-22ratelimit: Fix/allow use in atomic contextsGravatar Ingo Molnar 1-1/+9
2009-09-22ratelimit: Use per ratelimit context lockingGravatar Ingo Molnar 1-16/+13
2008-07-28__ratelimit() cpu flags can't be staticGravatar Alexey Dobriyan 1-1/+2
2008-07-25printk ratelimiting rewriteGravatar Dave Young 1-25/+30
2008-04-29isolate ratelimit from printk.c for other useGravatar Dave Young 1-0/+51