aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/average.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics, net/average: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-3/+7
2017-03-02average: change to declare precision, not factorJohannes Berg1-20/+41
2015-08-20average: remove out-of-line implementationJohannes Berg1-24/+0
2015-08-14average: provide macro to create static EWMAJohannes Berg1-0/+39
2010-12-06lib: Improve EWMA efficiency by using bitshiftsBruno Randolf1-3/+1
2010-11-18lib: Add generic exponentially weighted moving average (EWMA) functionBruno Randolf1-0/+32