summaryrefslogtreecommitdiff
path: root/lib/ratelimit.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2011-09-13locking, printk: Annotate logbuf_lock as rawThomas Gleixner1-2/+2
2010-04-07ratelimit: fix the return value when __ratelimit() fails to acquire the lockYong Zhang1-1/+1
2010-04-07ratelimit: annotate ___ratelimit()Yong Zhang1-2/+7
2009-10-23ratelimit: Make suppressed output messages more usefulChristian Borntraeger1-3/+3
2009-09-22printk: Remove ratelimit.h from kernel.hIngo Molnar1-1/+1
2009-09-22ratelimit: Fix/allow use in atomic contextsIngo Molnar1-1/+9
2009-09-22ratelimit: Use per ratelimit context lockingIngo Molnar1-16/+13
2008-07-28__ratelimit() cpu flags can't be staticAlexey Dobriyan1-1/+2
2008-07-25printk ratelimiting rewriteDave Young1-25/+30
2008-04-29isolate ratelimit from printk.c for other useDave Young1-0/+51