VisionFive2 Linux kernel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
More than 9999 Commits
34 Branches
58 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/linux.git
/
branches
/
beaglev-5.13.y
/
lib
/
dynamic_queue_limits.c
Date
Commit Message
Rev
Author
2020-10-16
lib: dynamic_queue_limits: delete duplicated words + fix typo
dde57fe0
Randy Dunlap
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
5bbcc0f5
Linus Torvalds
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
8c5db92a
Ingo Molnar
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
2a171788
David S. Miller
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
b2441318
Greg Kroah-Hartman
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
6aa7de05
Mark Rutland
2017-10-19
dql: make dql_init return void
7a0947e7
Stephen Hemminger
2015-02-12
lib/dynamic_queue_limits.c: simplify includes
565ac23b
Rasmus Villemoes
2012-05-31
bql: Avoid possible inconsistent calculation.
914bec10
Hiroaki SHIMODA
2012-05-31
bql: Avoid unneeded limit decrement.
25426b79
Hiroaki SHIMODA
2012-05-31
bql: Fix POSDIFF() to integer overflow aware.
0cfd32b7
Hiroaki SHIMODA
2012-03-11
dql: Fix undefined jiffies
930c514f
Tom Herbert
2011-11-29
dql: Dynamic queue limits
75957ba3
Tom Herbert