index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ratelimit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-20
lib: ratelimit: fix spelling mistake 'seperately'
Chia-Liang Wang
1
-1
/
+1
2025-05-08
ratelimit: Drop redundant accesses to burst
Paul E. McKenney
1
-2
/
+2
2025-05-08
ratelimit: Use nolock_ret restructuring to collapse common case code
Paul E. McKenney
1
-10
/
+3
2025-05-08
ratelimit: Use nolock_ret label to collapse lock-failure code
Paul E. McKenney
1
-14
/
+4
2025-05-08
ratelimit: Use nolock_ret label to save a couple of lines of code
Paul E. McKenney
1
-5
/
+3
2025-05-08
ratelimit: Simplify common-case exit path
Paul E. McKenney
1
-9
/
+5
2025-05-08
ratelimit: Warn if ->interval or ->burst are negative
Petr Mladek
1
-0
/
+1
2025-05-08
ratelimit: Avoid atomic decrement under lock if already rate-limited
Paul E. McKenney
1
-5
/
+8
2025-05-08
ratelimit: Avoid atomic decrement if already rate-limited
Paul E. McKenney
1
-1
/
+3
2025-05-08
ratelimit: Don't flush misses counter if RATELIMIT_MSG_ON_RELEASE
Paul E. McKenney
1
-3
/
+3
2025-05-08
ratelimit: Force re-initialization when rate-limiting re-enabled
Paul E. McKenney
1
-1
/
+14
2025-05-08
ratelimit: Allow zero ->burst to disable ratelimiting
Paul E. McKenney
1
-2
/
+6
2025-05-08
ratelimit: Reduce ___ratelimit() false-positive rate limiting
Petr Mladek
1
-13
/
+38
2025-05-08
ratelimit: Avoid jiffies=0 special case
Paul E. McKenney
1
-1
/
+3
2025-05-08
ratelimit: Count misses due to lock contention
Paul E. McKenney
1
-1
/
+3
2025-05-08
ratelimit: Convert the ->missed field to atomic_t
Paul E. McKenney
1
-1
/
+1
2025-05-08
ratelimit: Create functions to handle ratelimit_state internals
Paul E. McKenney
1
-4
/
+4
2022-08-24
ratelimit: Fix data-races in ___ratelimit().
Kuniyuki Iwashima
1
-3
/
+9
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
Thomas Gleixner
1
-2
/
+1
2017-10-03
lib/ratelimit.c: use deferred printk() version
Sergey Senozhatsky
1
-1
/
+3
2016-08-02
ratelimit: extend to print suppressed messages on release
Borislav Petkov
1
-4
/
+6
2016-01-21
ratelimit: fix bug in time interval by resetting right begin time
Jaewon Kim
1
-1
/
+1
2012-03-07
lib: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2011-09-13
locking, printk: Annotate logbuf_lock as raw
Thomas Gleixner
1
-2
/
+2
2010-04-07
ratelimit: fix the return value when __ratelimit() fails to acquire the lock
Yong Zhang
1
-1
/
+1
2010-04-07
ratelimit: annotate ___ratelimit()
Yong Zhang
1
-2
/
+7
2009-10-23
ratelimit: Make suppressed output messages more useful
Christian Borntraeger
1
-3
/
+3
2009-09-22
printk: Remove ratelimit.h from kernel.h
Ingo Molnar
1
-1
/
+1
2009-09-22
ratelimit: Fix/allow use in atomic contexts
Ingo Molnar
1
-1
/
+9
2009-09-22
ratelimit: Use per ratelimit context locking
Ingo Molnar
1
-16
/
+13
2008-07-28
__ratelimit() cpu flags can't be static
Alexey Dobriyan
1
-1
/
+2
2008-07-25
printk ratelimiting rewrite
Dave Young
1
-25
/
+30
2008-04-29
isolate ratelimit from printk.c for other use
Dave Young
1
-0
/
+51